diff --git a/Gemfile b/Gemfile
index b8d58828..62c90b40 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,19 +24,19 @@ gem "rails_autolink"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
- gem 'sass-rails', '~> 3.2.3'
- gem 'coffee-rails', '~> 3.2.1'
+ gem 'sass-rails'
+ gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby
- gem 'uglifier', '>= 1.0.3'
+ gem 'uglifier'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
-gem 'bcrypt-ruby', '~> 3.0.0'
+gem 'bcrypt-ruby'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
@@ -50,22 +50,16 @@ gem 'bcrypt-ruby', '~> 3.0.0'
group :development do
if RUBY_VERSION.to_f >= 1.9
# gem "ruby-debug19", :require => 'ruby-debug'
- gem "mongrel", "1.2.0.pre2"
+ gem "mongrel", ">=1.2.0.pre2"
else
gem "ruby-debug"
gem "mongrel"
end
gem "yard"
+ gem "tolk"
end
group :test do
-# gem "test-unit", "1.2.3"
-# gem "flexmock"
-# gem "ZenTest", ">=4.0.0"
-# gem "hpricot"
-# gem "hoe"
-# gem "rspec-rails", "~>1.3.3"
-# gem 'memory_test_fix', '~>0.1.3'
gem "factory_girl_rails"
gem "capybara"
gem "selenium-webdriver" # Note that > 2.14 has problems: https://code.google.com/p/selenium/issues/detail?id=3075
@@ -79,4 +73,4 @@ group :test do
# uncomment to be able to make screenshots from scenarios
#gem "capybara-screenshot"
#gem "launchy"
-end
+end
\ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index 1c036aa4..5807ec3c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -94,7 +94,7 @@ GEM
thor (~> 0.14)
json (1.7.3)
libv8 (3.3.10.4)
- libwebsocket (0.1.3)
+ libwebsocket (0.1.4)
addressable
mail (2.4.4)
i18n (>= 0.4.0)
@@ -135,18 +135,18 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
- rspec (2.10.0)
- rspec-core (~> 2.10.0)
- rspec-expectations (~> 2.10.0)
- rspec-mocks (~> 2.10.0)
- rspec-core (2.10.1)
- rspec-expectations (2.10.0)
+ rspec (2.11.0)
+ rspec-core (~> 2.11.0)
+ rspec-expectations (~> 2.11.0)
+ rspec-mocks (~> 2.11.0)
+ rspec-core (2.11.0)
+ rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
- rspec-mocks (2.10.1)
+ rspec-mocks (2.11.1)
rubyzip (0.9.9)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
- sass (3.1.19)
+ sass (3.1.20)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
@@ -166,18 +166,22 @@ GEM
rails (>= 3.1)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
- thor (0.15.3)
+ thor (0.15.4)
tilt (1.3.3)
+ tolk (1.3.1)
+ will_paginate
+ ya2yaml (~> 0.26)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
- uglifier (1.2.5)
+ uglifier (1.2.6)
execjs (>= 0.3.0)
multi_json (~> 1.3)
will_paginate (3.0.3)
xpath (0.1.4)
nokogiri (~> 1.3)
+ ya2yaml (0.31)
yard (0.8.2.1)
PLATFORMS
@@ -188,25 +192,26 @@ DEPENDENCIES
aasm
acts_as_list
aruba
- bcrypt-ruby (~> 3.0.0)
+ bcrypt-ruby
capybara
- coffee-rails (~> 3.2.1)
+ coffee-rails
cucumber-rails
database_cleaner
factory_girl_rails
formatize
htmlentities
jquery-rails
- mongrel (= 1.2.0.pre2)
+ mongrel (>= 1.2.0.pre2)
mysql2
rails
rails_autolink
sanitize
- sass-rails (~> 3.2.3)
+ sass-rails
selenium-webdriver
sqlite3
swf_fu
therubyracer
- uglifier (>= 1.0.3)
+ tolk
+ uglifier
will_paginate
yard
diff --git a/config/initializers/tolk.rb b/config/initializers/tolk.rb
new file mode 100644
index 00000000..5c3fa780
--- /dev/null
+++ b/config/initializers/tolk.rb
@@ -0,0 +1,14 @@
+# encoding: utf-8
+
+# Tolk config file. Generated on July 18, 2012 13:01
+# See github.com/tolk/tolk for more informations
+
+if Rails.env==:development
+ Tolk.config do |config|
+
+ # If you need to add a mapping do it like this :
+ # May we suggest you use http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
+ # config.mapping["fr-ES"] = 'Frañol !'
+
+ end
+end
\ No newline at end of file
diff --git a/config/locales/cz.yml b/config/locales/cz.yml
index 3930a903..c961a15b 100755
--- a/config/locales/cz.yml
+++ b/config/locales/cz.yml
@@ -1,999 +1,986 @@
---
cz:
- layouts:
- toggle_contexts_title: "Zobrazí/skryje sbalené kontexty"
- toggle_contexts: "Přepnout sbalené kontexty"
- toggle_notes: "Zobrazit/skrýt poznámky"
- next_actions_rss_feed: "RSS feed aktuálních úkolů"
- toggle_notes_title: "Zobrazí/skryje všechny poznámky"
- mobile_navigation:
- new_action: "0-Nový úkol"
- logout: "Odhlásit"
- feeds: Feedy
- starred: "4-Hvězdičky"
- projects: 3-Projekty
- tickler: Tickler
- contexts: 2-Kontexty
- home: "1-Domů"
- navigation:
- manage_users_title: "Přidat nebo smazat uživatele"
- recurring_todos: "Opakující se úkoly"
- api_docs: REST API Dokumenty
- help: "?"
- feeds: Feedy
- starred: "S hvězdou"
- stats: Statistiky
- notes_title: "Zobrazit všechny poznámky"
- manage_users: "Správa uživatelů"
- tickler_title: Tickler
- admin: n/d
- preferences: "Nastavení"
- integrations_: Integrovat Tracks
- export_title: Import a export dat
- calendar_title: "Kalendář datovaných úkolů"
- feeds_title: "Seznam dostupných feedů"
- stats_title: "Zobrazí statistiky úkolů"
- tickler: Tickler
- home_title: "Domů"
- starred_title: "Zobrazí úkoly s hvězdičkou"
- recurring_todos_title: "Správa opakovaných úkolů"
- completed_tasks: "Hotové"
- view: "Ukázat"
- organize: "Správa"
- completed_tasks_title: "Hotové úkoly"
- home: "Domů"
- export: Export
- contexts_title: Kontexty
- preferences_title: "Zobrazí možnosti nastavení"
- search: Hledat
- review_title: "Provést revizi"
- projects_title: Projekty
- calendar: "Kalendář"
- number:
- format:
- separator: .
- precision: 3
- delimiter: ","
- human:
- format:
- precision: 1
- delimiter: ""
- storage_units:
- format: "%n %u"
- units:
- kb: KB
- tb: TB
- gb: GB
- byte:
- one: Byte
- other: "Bytů"
- mb: MB
- percentage:
- format:
- delimiter: ""
- precision:
- format:
- delimiter: ""
- currency:
- format:
- format: "%u%n"
- unit: $
- separator: .
- precision: 2
- delimiter: ","
- common:
- recurring_todos: "Opakované úkoly"
- back: "Zpět"
- actions: "Úkoly"
- third: "Třetí"
- add: "Přidat"
- previous: "Předchozí"
- go_back: "Zpět"
- logout: "Odhlásit"
- second: "Druhý"
- none: "Žádný"
- week: "týden"
- optional: "volitelné"
- deferred: "odložené"
- show_all: "Zobrazit všechny"
- cancel: "Zrušit"
- month: "měsíc"
- actions_midsentence:
- one: "úkolů"
- other: "Úkoly"
- zero: "Úkoly"
- notes: "Poznámky"
- server_error: Nastala chyba na serveru.
- forum: "Fórum"
- projects: Projekty
- last: "Poslední"
- review: Revize
- action: "Úkol"
- days_midsentence:
- one: den
- other: "dní"
- zero: "dní"
- project: Projekt
- contribute: "Přispět"
- ok: Ok
- website: "Webová stránka"
- first: "První"
- note:
- one: "1 na vědomí"
- other: "%{count} na vědomy"
- zero: "0 na vědomí"
- numbered_step: Krok %{number}
- create: "Vytvořit"
- sort:
- by_task_count_title: "Řadit podle počtu úkolů"
- by_task_count_title_confirm: "Určitě chcete řadit tyto projekty podle počtu úkolů? Stávající pořadí bude ztraceno."
- alphabetically: "Abecedně"
- sort: "Řadit"
- alphabetically_title: "Seřadit projekty abecedně"
- alphabetically_confirm: "Určitě chcete řadit tyto projekty abecedně? Stávající pořadí bude ztraceno."
- by_task_count: "Podle počtu úkolů"
- todo: "úkol"
- months: "měsíce"
- errors_with_fields: "Nastaly potíže s následujícími políčky:"
- description: Popis
- next: "Další"
- fourth: "Čtvrtý"
- drag_handle: "CHYŤ MĚ"
- context: Kontext
- contexts: Kontexty
- bugs: Chyby
- update: "Uložit"
- weeks: "týdny"
- forth: "Čtvrtý"
- wiki: Wiki
- email: Email
- ajaxError: "Chyba čtení ze serveru"
- search: Hledat
- not_available_abbr: n/a
- integrations:
- opensearch_description: Prohledat Tracks
- applescript_next_action_prompt: "Popis úkolu:"
- gmail_description: Gadget pro Tracks do Gmailu
- applescript_success_after_id: "vytvořen"
- applescript_success_before_id: "Nový úkol s ID"
activerecord:
attributes:
- project:
- name: "Název"
- default_tags: "Výchozí štítky"
- default_context_name: "Výchozí kontext"
- description: Popis
note:
- created_at: "Vytvořeno:"
- updated_at: "Aktualizován"
- todo:
- show_from: Zobrazovat od
- predecessors: "Závisí na"
- notes: "Poznámky"
- tags: Tagy
- project: Projekt
- description: Popis
- context: Kontext
- due: "Plánováno na"
+ created_at: "Vytvo?eno:"
+ updated_at: Aktualizován
preference:
- show_hidden_projects_in_sidebar: "Zobrazovat skryté projekty v sidebaru"
- show_hidden_contexts_in_sidebar: "Zobrazovat skryté kontexty v sidebaru"
date_format: "Formát data"
- sms_context: "Výchozí emailový kontext"
- verbose_action_descriptors: "Ukecané popisovače úkolů"
- staleness_starts: "Jako prošlé označit projekty starší než"
- mobile_todos_per_page: "Úkolů na stránku (mobilní zobrazení)"
- show_number_completed: "Počet hotových úkolů k zobrazení"
- title_date_format: "Formát data nadpisu"
+ due_style: "Zobrazení datovaných úkol?"
+ first_name: Jméno
+ last_name: P?íjmení
+ locale: Lokále
+ mobile_todos_per_page: "Úkol? na stránku (mobilní zobrazení)"
refresh: "Interval obnovení stránky (v minutách)"
- week_starts: "Začátek týdne"
- last_name: "Příjmení"
- due_style: "Zobrazení datovaných úkolů"
- locale: "Lokále"
- time_zone: "Časové pásmo"
- sms_email: SMS email
- show_project_on_todo_done: "Po splnění úkolu přejít na projekt"
+ review_period: "Interval revize projekt?"
show_completed_projects_in_sidebar: "Zobrazovat hotové projekty v sidebaru"
- first_name: "Jméno"
- review_period: "Interval revize projektů"
+ show_hidden_contexts_in_sidebar: "Zobrazovat skryté kontexty v sidebaru"
+ show_hidden_projects_in_sidebar: "Zobrazovat skryté projekty v sidebaru"
+ show_number_completed: "Po?et hotových úkol? k zobrazení"
+ show_project_on_todo_done: "Po spln?ní úkolu p?ejít na projekt"
+ sms_context: "Výchozí emailový kontext"
+ sms_email: "SMS email"
+ staleness_starts: "Jako prošlé ozna?it projekty starší než"
+ time_zone: "?asové pásmo"
+ title_date_format: "Formát data nadpisu"
+ verbose_action_descriptors: "Ukecané popisova?e úkol?"
+ week_starts: "Za?átek týdne"
+ project:
+ default_context_name: "Výchozí kontext"
+ default_tags: "Výchozí štítky"
+ description: Popis
+ name: Název
+ todo:
+ context: Kontext
+ description: Popis
+ due: "Plánováno na"
+ notes: Poznámky
+ predecessors: "Závisí na"
+ project: Projekt
+ show_from: "Zobrazovat od"
+ tags: Tagy
user:
- last_name: "Jméno"
- first_name: "Příjmení"
+ first_name: P?íjmení
+ last_name: Jméno
errors:
+ full_messages:
+ format: "%{attribute} %{message}"
+ messages:
+ accepted: "musí být akceptováno"
+ blank: "nesmí být prázdné"
+ confirmation: "se neshoduje s ov??ením"
+ empty: "nesmí být prázdné"
+ equal_to: "se musí rovnat %{count}"
+ even: "must be even"
+ exclusion: "je rezervované"
+ greater_than: "musí být v?tší než %{count}"
+ greater_than_or_equal_to: "musí být v?tší nebo rovno %{count}"
+ inclusion: "není na seznamu"
+ invalid: "nesmí obsahovat ?árku (',')"
+ less_than: "musí být menší než %{count}"
+ less_than_or_equal_to: "musí být menší nebo rovno %{count}"
+ not_a_number: "není ?íslo"
+ odd: "must be odd"
+ record_invalid: "Problém s daty: %{errors}"
+ taken: "už bylo zabráno"
+ too_long: "je p?íliš dlouhé (maximum je %{count} znak?)"
+ too_short: "je p?íliš krátké (minimum je %{count} znak?)"
+ wrong_length: "nemá správnou délku (má mít %{count} znak?)"
models:
project:
attributes:
name:
blank: "projekt musí mít název"
- too_long: "název projektu musí být kratší než 256 znaků"
taken: "už existuje"
- messages:
- record_invalid: "Problém s daty: %{errors}"
- greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
- confirmation: "se neshoduje s ověřením"
- less_than_or_equal_to: "musí být menší nebo rovno %{count}"
- blank: "nesmí být prázdné"
- exclusion: "je rezervované"
- invalid: "nesmí obsahovat čárku (',')"
- odd: must be odd
- even: must be even
- empty: "nesmí být prázdné"
- too_short: "je příliš krátké (minimum je %{count} znaků)"
- wrong_length: "nemá správnou délku (má mít %{count} znaků)"
- less_than: "musí být menší než %{count}"
- greater_than: "musí být větší než %{count}"
- equal_to: "se musí rovnat %{count}"
- accepted: "musí být akceptováno"
- too_long: "je příliš dlouhé (maximum je %{count} znaků)"
- taken: "už bylo zabráno"
- inclusion: "není na seznamu"
- not_a_number: "není číslo"
- full_messages:
- format: "%{attribute} %{message}"
+ too_long: "název projektu musí být kratší než 256 znak?"
template:
- body: "Nastaly potíže s následujícími políčky:"
+ body: "Nastaly potíže s následujícími polí?ky:"
header:
one: "jedna chyba brání uložení tohoto objektu %{model}"
other: "%{count} chyb brání uložení tohoto objektu %{model}"
+ common:
+ action: Úkol
+ actions: Úkoly
+ actions_midsentence:
+ one: úkol?
+ other: Úkoly
+ zero: Úkoly
+ add: P?idat
+ ajaxError: "Chyba ?tení ze serveru"
+ back: Zp?t
+ bugs: Chyby
+ cancel: Zrušit
+ context: Kontext
+ contexts: Kontexty
+ contribute: P?isp?t
+ create: Vytvo?it
+ days_midsentence:
+ one: den
+ other: dní
+ zero: dní
+ deferred: odložené
+ description: Popis
+ drag_handle: "CHY? M?"
+ email: Email
+ errors_with_fields: "Nastaly potíže s následujícími polí?ky:"
+ first: První
+ forth: "?tvrtý"
+ forum: Fórum
+ fourth: "?tvrtý"
+ go_back: Zp?t
+ last: Poslední
+ logout: Odhlásit
+ month: m?síc
+ months: m?síce
+ next: Další
+ none: Žádný
+ not_available_abbr: n/a
+ note:
+ one: "1 na v?domí"
+ other: "%{count} na v?domy"
+ zero: "0 na v?domí"
+ notes: Poznámky
+ numbered_step: "Krok %{number}"
+ ok: Ok
+ optional: volitelné
+ previous: P?edchozí
+ project: Projekt
+ projects: Projekty
+ recurring_todos: "Opakované úkoly"
+ review: Revize
+ search: Hledat
+ second: Druhý
+ server_error: "Nastala chyba na serveru."
+ show_all: "Zobrazit všechny"
+ sort:
+ alphabetically: Abecedn?
+ alphabetically_confirm: "Ur?it? chcete ?adit tyto projekty abecedn?? Stávající po?adí bude ztraceno."
+ alphabetically_title: "Se?adit projekty abecedn?"
+ by_task_count: "Podle po?tu úkol?"
+ by_task_count_title: "?adit podle po?tu úkol?"
+ by_task_count_title_confirm: "Ur?it? chcete ?adit tyto projekty podle po?tu úkol?? Stávající po?adí bude ztraceno."
+ sort: "?adit"
+ third: T?etí
+ todo: úkol
+ update: Uložit
+ website: "Webová stránka"
+ week: týden
+ weeks: týdny
+ wiki: Wiki
+ contexts:
+ add_context: "Vytvo?it kontext"
+ all_completed_tasks_title: "TRACKS::Hotové úkoly v kontextu '%{context_name}'"
+ completed_tasks_title: "TRACKS::Hotové úkoly v kontextu '%{context_name}'"
+ context_deleted: "Kontext byl odstran?n '%{name}'"
+ context_hide: "Schovat z úvodní stránky?"
+ context_name: "Náev kontextu"
+ delete_context: "Smazat kontext"
+ delete_context_confirmation: "Opravdu chcete smazat kontext '%{name}'? Dojde ke smazání všech (opakovaných) úkol? z daného kontextu!"
+ delete_context_title: "Smazat kontext"
+ edit_context: "Upravit kontext"
+ hidden_contexts: "Schovat kontexty"
+ hide_form: "Schovat formulá?"
+ hide_form_title: "Schovat formulá?"
+ last_completed_in_context: "v tomto kontextu (posledních %{number})"
+ new_context_post: "' bude také vytvo?en. Opravdu?"
+ new_context_pre: "Nový kontext '"
+ no_actions: "Žádné aktivní úkoly v tomto kontextu"
+ no_contexts_active: "Žádné aktivní kontexty"
+ no_contexts_hidden: "Žádné skryté kontexty"
+ save_status_message: "Kontext uložen"
+ show_form: "Nový kontext"
+ show_form_title: "Nový kontext"
+ status_active: "Kontext je aktivní"
+ status_hidden: "kontext je skrytý"
+ todos_append: "v této souvislosti"
+ update_status_message: "Název kontextu byl zm?n?n"
+ visible_contexts: "Viditelné kontexty"
data:
- import_successful: "Import byl úspěšný."
- import_errors: "Při importu došlo k chybám"
+ import_errors: "P?i importu došlo k chybám"
+ import_successful: "Import byl úsp?šný."
+ date:
+ abbr_day_names:
+ - Ne
+ - Po
+ - Út
+ - St
+ - "?t"
+ - Pá
+ - So
+ abbr_month_names:
+ - ~
+ - Led
+ - Úno
+ - B?e
+ - Dub
+ - Kv?
+ - "?er"
+ - "?ec"
+ - Srp
+ - Zá?
+ - "?íj"
+ - Lis
+ - Pro
+ day_names:
+ - Ned?le
+ - Pon?lí
+ - Úterý
+ - St?eda
+ - "?tvrtek"
+ - Pátek
+ - Sobota
+ formats:
+ default: "%Y-%m-%d"
+ long: "%B %d, %Y"
+ longer: "%A %B %d, %Y"
+ short: "%b %d"
+ month_names:
+ - ~
+ - Leden
+ - Únor
+ - B?ezen
+ - Duben
+ - Kv?ten
+ - "?erven"
+ - "?ervenec"
+ - Srpen
+ - Zá?í
+ - "?íjen"
+ - Listopad
+ - Prosinec
+ order:
+ - !ruby/symbol rok
+ - ":m?síc"
+ - !ruby/symbol den
+ datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "about 1 hodina"
+ other: "p?ibližn? %{count} hodin"
+ about_x_months:
+ one: "about 1 m?síc"
+ other: "p?ibližn? %{count} m?síc?"
+ about_x_years:
+ one: "about 1 rok"
+ other: "p?ibližn? %{count} let"
+ almost_x_years:
+ one: "almost 1 rok"
+ other: "skoro %{count} let"
+ half_a_minute: "p?l minuty"
+ less_than_x_minutes:
+ one: "mén? než minuta"
+ other: "mén? než %{count} minut"
+ zero: "mén? než minuta"
+ less_than_x_seconds:
+ one: "mén? než 1 sekunda"
+ other: "mén než %{count} sekund"
+ zero: "mén? než 1 sekunda"
+ over_x_years:
+ one: "p?es rok"
+ other: "p?es %{count} let"
+ x_days:
+ one: "1 den"
+ other: "%{count} dní"
+ x_minutes:
+ one: "1 minuta"
+ other: "%{count} minut"
+ x_months:
+ one: "1 m?síc"
+ other: "%{count} m?síc?"
+ x_seconds:
+ one: "1 sekunda"
+ other: "%{count} sekund"
+ prompts:
+ day: Den
+ hour: Hodina
+ minute: Minuta
+ month: M?síc
+ second: Sekunda
+ year: Rok
+ errors:
+ user_unauthorized: "401 Neautorizováno: Jen administráto?i smí používat tuto funkci."
+ feedlist:
+ actions_completed_last_week: "Úkoly dokon?ené v posledních sedmi dnech"
+ actions_due_next_week: "Úkoly plánované na p?íštích sedm dní"
+ actions_due_today: "Akce plánované na dnes"
+ active_projects_wo_next: "Aktivni projekty bez úkol?"
+ active_starred_actions: "Všechny aktivní úkoly s hv?zdi?kou"
+ all_actions: "Všechny úkoly"
+ all_contexts: "Všechny kontexty"
+ all_projects: "Všechny projekty"
+ choose_context: "Vyberte kontext jehož feed si p?ejete"
+ choose_project: "Vyberte projekt jehož feed si p?ejete"
+ context_centric_actions: "Feedy s aktivními úkoly podle kontext?"
+ context_needed: "Musíte nejd?íve založit aspo? jeden kontext"
+ ical_feed: "iCal feed"
+ last_fixed_number: "Posledních %{number} úkol?"
+ legend: "Legenda:"
+ notice_incomplete_only: "Poznámka: všechny feedy obsahují jen nehotové úkoly."
+ plain_text_feed: "Prostý text"
+ project_centric: "Feedy s aktivními úkoly podle projektu"
+ project_needed: "Musíte nejd?íve založit aspo? jeden projekt"
+ projects_and_actions: "Aktivní projekty a jejich úkoly"
+ rss_feed: "RSS Feed"
+ select_feed_for_context: "Select the feed for this context"
+ select_feed_for_project: "Vyberte feed pro tento projekt"
+ footer:
+ send_feedback: "Poslat zp?tnou vazbu na %{version}"
+ integrations:
+ applescript_next_action_prompt: "Popis úkolu:"
+ applescript_success_after_id: vytvo?en
+ applescript_success_before_id: "Nový úkol s ID"
+ gmail_description: "Gadget pro Tracks do Gmailu"
+ opensearch_description: "Prohledat Tracks"
+ layouts:
+ mobile_navigation:
+ contexts: 2-Kontexty
+ feeds: Feedy
+ home: 1-Dom?
+ logout: Odhlásit
+ new_action: "0-Nový úkol"
+ projects: 3-Projekty
+ starred: 4-Hv?zdi?ky
+ tickler: Tickler
+ navigation:
+ admin: n/d
+ api_docs: "REST API Dokumenty"
+ calendar: Kalendá?
+ calendar_title: "Kalendá? datovaných úkol?"
+ completed_tasks: Hotové
+ completed_tasks_title: "Hotové úkoly"
+ contexts_title: Kontexty
+ export: Export
+ export_title: "Import a export dat"
+ feeds: Feedy
+ feeds_title: "Seznam dostupných feed?"
+ help: "?"
+ home: Dom?
+ home_title: Dom?
+ integrations_: "Integrovat Tracks"
+ manage_users: "Správa uživatel?"
+ manage_users_title: "P?idat nebo smazat uživatele"
+ notes_title: "Zobrazit všechny poznámky"
+ organize: Správa
+ preferences: Nastavení
+ preferences_title: "Zobrazí možnosti nastavení"
+ projects_title: Projekty
+ recurring_todos: "Opakující se úkoly"
+ recurring_todos_title: "Správa opakovaných úkol?"
+ review_title: "Provést revizi"
+ search: Hledat
+ starred: "S hv?zdou"
+ starred_title: "Zobrazí úkoly s hv?zdi?kou"
+ stats: Statistiky
+ stats_title: "Zobrazí statistiky úkol?"
+ tickler: Tickler
+ tickler_title: Tickler
+ view: Ukázat
+ next_actions_rss_feed: "RSS feed aktuálních úkol?"
+ toggle_contexts: "P?epnout sbalené kontexty"
+ toggle_contexts_title: "Zobrazí/skryje sbalené kontexty"
+ toggle_notes: "Zobrazit/skrýt poznámky"
+ toggle_notes_title: "Zobrazí/skryje všechny poznámky"
+ login:
+ account_login: "P?ihlášení uživatele"
+ cas_create_account: "Pro vytvo?ení ú?tu v CASu prosím pokra?ujte sem %{signup_link}"
+ cas_logged_in_greeting: "Zdraví?ko, %{username}! Byl jste autorizován."
+ cas_login: "P?ihlášení p?es CAS"
+ cas_no_user_found: "Nazdar, %{username}! Nemáte ú?et na Tracks."
+ cas_signup_link: "Vyžádat ú?et"
+ cas_username_not_found: "Bohužel neexistuje uživatel v CASu se jménem (%{username})"
+ log_in_again: "p?ihlašte se znovu."
+ logged_out: "You have been logged out of Tracks."
+ login_cas: "p?ejít na CAS"
+ login_standard: "vra?te se ke standardnímu p?ihlášení"
+ login_with_openid: "p?ihlašte se se svým OpenID"
+ mobile_use_openid: "…nebo p?ihlášení s OpenID"
+ openid_identity_url_not_found: "Je nám líto, neexistuje uživatel s touto identitou (%{identity_url})"
+ option_separator: nebo
+ please_login: "Pro pokra?ování se prosím p?ihlšte do Tracks"
+ session_time_out: "Sezení vypršelo. Prosím %{link}"
+ session_will_expire: "sezen vyprší za %{hours} hodin neaktivity."
+ session_will_not_expire: "sezení bylo nastaveno jako trvalé."
+ sign_in: "P?ihlásit se"
+ successful: "P?ihlášení úsp?šné. Vítejte zp?t!"
+ successful_with_session_info: "P?ihlášení bylo úsp?šné:"
+ unsuccessful: "P?ihlášení bylo úsp?šné."
+ user_no_expiry: Neodhlšovat
models:
+ preference:
+ due_in: "Plánováno za %{days} dní"
+ due_on: "Plánováno na %{date}"
+ due_styles:
+ - "Plánováno za ___ dní"
+ - "Plánováno na _______"
project:
- feed_title: Projekty
feed_description: "Všechny projekty uživatele %{username}"
+ feed_title: Projekty
todo:
error_date_must_be_future: "datum musí být v budoucnosti"
- preference:
- due_on: "Plánováno na %{date}"
- due_in: "Plánováno za %{days} dní"
- due_styles:
- - "Plánováno za ___ dní"
- - "Plánováno na _______"
user:
- error_context_not_associated: "Kontext %{context} nepatří uživateli %{user}."
- error_project_not_associated: "Projekt %{project} nepatří uživateli %{user}."
- stats:
- actions_min_max_completion_days: "Maximum/minimum dní na dokončení je %{min}/%{max}."
- totals_hidden_context_count: "a %{count} skrytých kontextů."
- actions_avg_created: "Za posledních 12 měsíců bylo vytvořeno průměrně %{count} úkolů"
- totals_actions_completed: "%{count} z nich je hotových."
- tag_cloud_title: "Mrak štítků pro všechny úkly"
- actions_actions_avg_created_30days: "Za posledních 30 dní bylo vytvořeno průměrně %{count} úkolů"
- actions_avg_completed: "a uzavřeno průměrně %{count} úkolů za měsíc."
- top5_visible_contexts_with_incomplete_actions: "Top 5 viditelných kontextů s nehotovými úkoly"
- actions: "Úkoly"
- time_of_day_legend:
- number_of_actions: "Počet úkolů"
- time_of_day: "Denní doba"
- totals_incomplete_actions: "Máte %{count} nehotových úkolů"
- totals_deferred_actions: "z nichž %{count} jsou odložené úkoly v Ticlkeru"
- running_time_legend:
- actions: "Úkoly"
- percentage: "Podíl"
- weeks: "Čas běhu úkolu (týdny). Klepněte na sloupec pro další info"
- totals_action_count: "máte celkem %{count} úkolů"
- tag_cloud_90days_title: "Značky úkolů z posledních 90-ti dní"
- actions_avg_completion_time: "Pro všechny vaše hotové úkoly je průměrný čas dokončení %{count} dní."
- tod30: "Denní doba (posledních 30 dní)"
- tags: "Štítky"
- projects: Projekty
- totals_completed_project_count: "a %{count} je hotových projektů."
- labels:
- month_avg_completed: "%{months} měsíční průměr hotových"
- completed: Completed
- month_avg_created: "%{months} měsíční průměr vytvořených"
- avg_created: "průměrně vytvořeno"
- avg_completed: "průměrně uzavřeno"
- created: "Vytvořeno"
- actions_selected_from_week: "Úkoly vybrané z týdne "
- actions_day_of_week_title: "Den v týdnu (všechny úkoly)"
- actions_lastyear_title: "Úkoly za posledních 12 měsíců"
- open_per_week: "Aktivní (viditelné i skryté) další akce za týden"
- action_selection_title: "TRACKS::výběr úkolů"
- totals_project_count: "Máte %{count} projektů."
- legend:
- number_of_days: "Před kolika dny"
- actions: "Úkoly"
- number_of_actions: "Počet úkolů"
- day_of_week: "Den v týdnu"
- running_time: "Čas k dokončení úkolu (týdny)"
- percentage: "Podíl"
- months_ago: "měsíců zpět"
- current_running_time_of_incomplete_visible_actions: "Aktuální čas běhu nedokončených viditelných úkolů"
- tod30_legend:
- number_of_actions: "Počet úkolů"
- time_of_day: "Denní doba"
- totals_context_count: "Máte %{count} kontextů."
- open_per_week_legend:
- actions: "Akcí"
- weeks: "Týdny"
- actions_last_year_legend:
- number_of_actions: "Počet úklolů"
- months_ago: "měsíců zpět"
- top5_contexts: "Top 5 kontextů"
- top10_projects: "Top 10 projektů"
- contexts: Kontexty
- totals: Celkem
- click_to_return: "Klepněte %{link} pro návrat ke statistikám."
- tag_cloud_90days_description: "Tento mrak zahrnuje štítky úkolů, které byly vytvořeny nebo dokončeny v posledních 90-ti dnech."
- totals_visible_context_count: "Z nich je %{count} viditelných kontextů"
- top10_projects_30days: "Top 10 projektů za posledních 30 dní"
- running_time_all: "Aktuální čas běhu všech nehotových úkolů"
- actions_min_completion_time: "Minimální čas k dokončení je %{time}."
- action_completion_time_title: "Čas dokončení (všechny hotové úkoly)"
- click_to_show_actions_from_week: "Klepněte %{link} pro zobrazení úkolů z týdne %{week} a dalších."
- top10_longrunning: "10 nejdéle běžících projektů"
- no_actions_selected: "Nejsou vybrány žádné úkoly."
- totals_tag_count: "Na akcích je umístěno %{count} štítků."
- actions_further: " a dále"
- actions_dow_30days_legend:
- number_of_actions: "Počet akcí"
- day_of_week: "Den v týdnu"
- totals_first_action: "Od vašeho prvního úkolu %{date}"
- tag_cloud_description: "Tento mrak zahrnuje štítky všech úkolů (hotových, nehotových, viditelných i skrytých)"
- spread_of_actions_for_all_context: "Distribuce všech úkolů do kontextů"
- click_to_update_actions: "Klepněte na sloupec v grafu pro zobrazení detailů níže."
- click_to_return_link: zde
- more_stats_will_appear: "Další statistiky se zobrazí až přibyde více úkolů."
- actions_avg_completed_30days: "a dokončeno průměrně %{count} úkolů za den."
- actions_30days_title: "Úkoly za posledních 30 dní"
- no_tags_available: "žádné štítky nejsou definovány"
- index_title: TRACKS::Statistika
- actions_dow_30days_title: "Dny v týdnu (posleních 30 dní)"
- actions_day_of_week_legend:
- number_of_actions: "Počet akcí"
- day_of_week: "Den v týdnu"
- within_one: "V rámci 1."
- spread_of_running_actions_for_visible_contexts: "Distribuce běžících úkolů do viditelných kontextů"
- actions_last_year: "Úkoly v posledním roce"
- totals_blocked_actions: "%{count} je závislých na dokončení jiných akcí."
- totals_unique_tags: "Z těchto štítků je %{count} unikátních."
- totals_active_project_count: "Znich %{count} je aktivních projeků"
- running_time_all_legend:
- actions: "Úkoly"
- running_time: "Čas běhu úkolů (týdny). Klepněte na sloupec pro další info"
- percentage: "Podíl"
- other_actions_label: "(ostatní)"
- totals_hidden_project_count: "%{count} je skrytých"
- time_of_day: "Denní doba (všechny úkoly)"
- todos:
- recurring_action_deleted: "Úkol byl smazán. Protože jde o opakovaný úkol, byl vložen nový úkol"
- show_from: Zobrazovat od
- error_starring_recurring: "Nebylo možno ohvězdičkovat opakovaný úkol \\'%{description}\\'"
- completed_actions: "Hotové úkoly"
- added_new_next_action: "Přidán nový úkol"
- completed_recurring: "Hotové opakované úkoly"
- completed_rest_of_previous_month: "Uzavřeno ve zbytku minulého měsíce"
- blocked_by: "Čeká na %{predecessors}"
- star_action: "Oznařit hvězdičkou"
- completed_recurrence_completed: "Bylo smazáno poslední opakování opakovaného úkolu. Opakování dokončeno"
- defer_date_after_due_date: "Datum zobrazení je až po plánovaném datu úkolu. Upravte datum úkolu před dalším pokusem o odpložení zobrazení."
- unable_to_add_dependency: "Nepodařilo se přidat závislost"
- done: Hotovo?
- star_action_with_description: "ohvězdičkovat úkol '%{description}'"
- tagged_with: "označeno štítkem ‘%{tag_name}’"
- completed: Hotovo
- no_deferred_actions_with: "Žádné odložené úkoly se štítkem '%{tag_name}'"
- no_hidden_actions: "Žádné skryté úkoly"
- edit_action_with_description: "Upravit úkol '%{description}'"
- action_due_on: "(úkol plánován na %{date})"
- list_incomplete_next_actions: "Zabrazí nehotové úkoly"
- archived_tasks_title: "TRACKS::Archiv hotových úkolů"
- remove_dependency: "Odstranit závislost (nesmaže úkol)"
- action_deleted_success: "Úkol byl úspěšně smazán"
- tags: "Štítky (oddělené čárkami)"
- delete_recurring_action_title: "Smazat opakovaný úkol"
- context_changed: "Kontext byl změněn na %{name}"
- new_related_todo_created: "Byl vytvořen nový úkol patřící do tohoto opakovaného úkolu"
- mobile_todos_page_title: "Všechny úkoly"
- add_another_dependency: "Přidat další závislost"
- removed_predecessor: "Byl odstraněn %{successor} jako závislost pro %{predecessor}."
- recurring_actions_title: "TRACKS::Opakované úkoly"
- next_action_needed: "Je potřeba zadat aspoň jeden úkol"
- action_saved: "Úkol uložen"
- scheduled_overdue: "Naplánováno zobrazení před %{days} dny"
- action_deleted_error: "Nepodařilo se smazat úkol"
- edit_action: "Upravit úkol"
- added_new_context: "Přidán nový kontext"
- next_actions_description: "Filtr:"
- list_incomplete_next_actions_with_limit: "Zobrazuje posledních %{count} nedokončených úkolů"
- set_to_pending: "%{task} nastaven jako čekající"
- added_new_project: "Přidán nový projekt"
- next_actions_title_additions:
- completed: "hotové úkoly"
- due_today: dnes
- due_within_a_week: "během týdne"
- older_completed_items: ""
- no_actions_due_this_week: "Žádné úkoly plánovány na tento týden"
- all_completed_here: zde
- append_in_this_project: v tomto projektu
- edit_recurring_todo: "Upravit opakovaný úkol"
- error_deleting_item: "Nepodařilo se smazat položku %{description}"
- task_list_title: "TRACKS::Úkoly"
- no_recurring_todos: "Žádné opakované úkoly"
- error_completing_todo: "Nepodařilo se ukončit / aktivovat opakovaný úkol %{description}"
- recurring_pattern_removed: "Vzor opakování byl odstraněn z %{count}"
- convert_to_project: "Vytvořit projekt"
- no_deferred_pending_actions: "Žádné odložené ani čekající úkoly"
- delete_recurring_action_confirm: "Opravdu chcete smazat opakovaný úkol '%{description}'?"
- completed_last_day: "Ukončené v posledních 24 hodinách"
- feed_title_in_context: v kontextu '%{context}'
- no_project: "--Žádný projekt--"
- show_in_days: "Zobrazit za %{days} dní"
- error_saving_recurring: "Nepodařilo se uložit opakovaný úkol \\'%{description}\\'"
- completed_more_than_x_days_ago: ""
- new_related_todo_created_short: "vytvořen nový úkol"
- all_completed: "Všechny hotové úkoly"
- edit: Upravit
- completed_actions_with: "Hotové úkoly se štítkem '%{tag_name}'"
- older_than_days: ""
- completed_tagged_page_title: "TRACKS::Hotové úkoly se štítkem '%{tag_name}'"
- pending: "Čekající"
- completed_tasks_title: "TRACKS::Hotové úkoly"
- deleted_success: "Úkol byl úspěšně smazán."
- feed_title_in_project: v projektu '%{project}'
- clear_due_date: "Smazat plánované datum úkolu"
- error_removing_dependency: "Nepodařilo se odstranit závislost"
- hidden_actions: "Skryté úkoly"
- was_due_on_date: "bylo plánováno na %{date}"
- show_on_date: "Ukázat %{date}"
- recurrence_period: "Interval opakování"
- deferred_actions_with: "Odložené úkoly se štítkem '%{tag_name}'"
- confirm_delete: "Opravdu chcete smazat úkol '%{description}'?"
- recurring_deleted_success: "Opakovaný úkol byl úspěšně smazán."
- no_completed_actions_with: "Žádné hotové úkoly se štítkem '%{tag_name}'"
- next_actions_title: "Tracks - Úkoly"
- next_action_description: "Popis úkolu"
- deferred_tasks_title: TRACKS::Tickler
- clear_show_from_date: "Odstranit datum zobrazení"
- in_hidden_state: "(skrytý)"
- see_all_completed: "Můžete vidět všechny dokončené akce %{link}"
- calendar_page_title: "TRACKS::Kalendář"
- unresolved_dependency: "Hodnota v poli 'závisí na' neodpovídá žádnému existujícímu úkolu. Hodnota bude ignorována. Pokračovat?"
- no_actions_found_title: "Nenalezeny žádné úkoly"
- show_today: Zobrazit Dnes
- next_actions_due_date:
- overdue_by: "Prošlé %{days} den"
- due_in_x_days: "Za %{days} dní"
- due_today: Dnes
- overdue_by_plural: "Prošlé %{days} dní"
- due_tomorrow: "Zítra"
- completed_last_x_days: "Uzavřené za posledních %{count} dní"
- no_actions_with: "Žádné úkoly se štítkem '%{tag_name}'"
- defer_x_days:
- one: "Ukázat zítra"
- other: "Ukázat za %{count} dní"
- added_new_next_action_singular: "Přidán nový úkol"
- no_completed_actions: "Žádné hotové úkoly."
- deferred_pending_actions: "Odložené/čekající úkoly"
- has_x_pending:
- one: "Jeden čekající úkol"
- other: "%{count} čekajících úkolů"
- feeds:
- completed: "Hotové: %{date}"
- due: "Plánováno na: %{date}"
- recurring_todos: "Opakované úkoly"
- error_deleting_recurring: "Nepodařilo se smazat opakovaný úkol \\'%{description}\\'"
- delete_action: "Smazat úkol"
- delete: Smazat
- no_last_completed_actions: "Žádné hotové úkoly"
- drag_action_title: "Přetáhnout na jiný úkol pro vytvoření závislosti"
- cannot_add_dependency_to_completed_todo: "Nelze přidat úkol jako závislost k hotovému úkolu!"
- depends_on: "Závisí na"
- tickler_items_due:
- one: "Jeden úkol v Tickleru je plánován dnes - obnovte stránku pro zobrazení."
- other: "%{count} položek v Tickleru je plánováno na dnes tickler items are now due - obnovte stránku pro zobrazení."
- action_marked_complete: "Úkol '%{description}' byl označen jako %{completed}"
- completed_today: "Dokončené dnes"
- added_new_next_action_plural: "Úkoly byly přidány"
- new_related_todo_not_created_short: "úkol nebyl vytvořen"
- completed_rest_of_week: "Dokončené ve zbytku týdne"
- show_tomorrow: "Zobrazit zítra"
- error_starring: "Nepodařilo se označit úkol hvězdičkou '%{description}'"
- calendar:
- get_in_ical_format: "Kalendář ve formátu iCal"
- due_next_week: "Plánované příští týden"
- no_actions_due_next_week: "Na příští týden nejsou plánované žádné úkoly"
- due_this_week: "Plánované ve zbytku týdne"
- no_actions_due_today: "Na dnešek nejsou plánované žádné úkoly"
- due_today: "Plánované dnes"
- due_next_month_and_later: "Plánováno na %{month} a dále"
- no_actions_due_after_this_month: "Na příští měsíc a dále nejsou plánované žádné úkoly"
- no_actions_due_this_month: "Na zbytek tohoto měsíce nejsou žádné úkoly"
- due_this_month: "Plánováno na %{month}"
- no_completed_recurring: "Žádné hotové opakované úkoly"
- recurrence:
- ends_on_date: "Končí %{date}"
- every_work_day: "Každý pracovní den"
- ends_on_number_times: "Končí po %{number} opakováních"
- recurrence_on_due_date: "datum na které je úkol plánován"
- weekly_options: "Nastavení pro týdenní opakované úkoly"
- weekly: "Týdně"
- monthly_options: "Nastavení pro měsíční opakované úkoly"
- daily_options: "Nastavení pro denní opakované úkoly"
- monthly: "Měsíčně"
- starts_on: "Začíná"
- daily: "Denně"
- show_option_always: "stále"
- pattern:
- third: "třetí"
- month_names:
- -
- - Leden
- - "Únor"
- - "Březen"
- - Duben
- - "Květen"
- - "Červen"
- - "Červenec"
- - Srpen
- - "Září"
- - "Říjen"
- - Listopad
- - Prosinec
- every_n: "každé %{n}"
- second: "druhý"
- every_xth_day_of_every_n_months: "každý %{x} %{day} každých %{n_months}"
- on_day_n: "%{n}. den"
- weekly: "každý týden"
- from: od
- last: "poslední"
- every_day: "každý den"
- the_xth_day_of_month: "%{x} %{day} měsíce %{month}"
- times: "(%{number} opakování)"
- show: "ukázat"
- first: "první"
- every_year_on: "každý rok %{date}"
- day_names:
- - "neděle"
- - "pondělí"
- - "úterý"
- - "středa"
- - "čtvrtek"
- - "pátek"
- - sobota
- on_work_days: "v pracovní dny"
- fourth: "čtvrtý"
- due: "plánováno na"
- every_month: "každý měsíc"
- until: do
- yearly_every_x_day: "Každý %{month} %{day}"
- recurrence_on_options: "Nastavit opakování na"
- daily_every_number_day: "Každých %{number} dní"
- show_options: "Úkázat úkol"
- weekly_every_number_week: "Každých %{number} týdnů"
- ends_on: "Končí"
- show_days_before: "%{days} dní před plánovaným datem"
- from_tickler: "datum kdy úkol vypadne z Tickleru (není nastaveno plánované datum)"
- no_end_date: Nikdy
- day_x_on_every_x_month: "%{day}. den každý %{month}. měsíc"
- yearly_every_xth_day: "%{day} %{day_of_week} měsíce %{month}"
- yearly_options: "Nastavení pro roční opakované úkoly"
- yearly: "Ročně"
- monthly_every_xth_day: "%{day} %{day_of_week} každý %{month}. měsíc"
- action_deferred: "Úkol '%{description}' byl oldožen"
- tagged_page_title: "TRACKS::Se štítkem '%{tag_name}'"
- added_dependency: "Přidáno %{dependency} jako závislost."
- completed_rest_of_month: "Ukončené ve zbytku tohoto měsíce"
- all_completed_tagged_page_title: "TRACKS::Hotové úkoly se štítkem %{tag_name}"
- no_deferred_actions: "Žádné odložené úkoly."
- recurrence_completed: "Poslední opakování úkolu bylo označeno jako hotové. Opakovaný úkol je dokončený"
- action_marked_complete_error: "Úkol '%{description}' NEBYL označen jako %{completed} kvůli chybě na serveru."
- no_actions_found: "Žádné běžící úkoly."
- in_pending_state: "ve stavu čekající"
- error_toggle_complete: "Nepodařilo se označit úkol jako hotový"
- due: "Plánováno na"
- no_incomplete_actions: "Žádné nehotové úkoly"
- action_saved_to_tickler: "Úkol byl uložen do Tickleru"
- recurring_action_saved: "Opakovaný úkol byl uložen"
- depends_on_separate_with_commas: "Závisí na (odděleno čárkami)"
- completed_in_archive:
- one: "V archivu je hotový úkol."
- other: "V archivu je %{count} hotových úkolů."
- to_tickler: do Tickleru
- next_actions_description_additions:
- completed: "v posledních %{count} dnech"
- due_date: "plánovano na %{due_date} nebo dříve"
- overdue: "Spožděné úkoly"
- add_new_recurring: "Vytvořit opakovaný úkol"
+ error_context_not_associated: "Kontext %{context} nepat?í uživateli %{user}."
+ error_project_not_associated: "Projekt %{project} nepat?í uživateli %{user}."
notes:
- delete_note_title: "Smazat poznámku '%{id}'"
delete_confirmation: "Opravdu chcete smazat poznámku '%{id}'?"
- in_project: "V:"
delete_item_title: "Smazat položku"
- deleted_note: "Smazat poznámku '%{id}'"
- note_link_title: "Zobrazit poznámku %{id}"
- show_note_title: "Zobrazit poznámku"
- edit_item_title: "Upravit položku"
- note_location_link: "V:"
- no_notes_available: "Žádné poznámky: přidejte poznámky ze stránek jednotlivých projektů."
- note_header: "Poznámka %{id}"
delete_note_confirm: "Opravdu chcete smazat poznámku '%{id}'?"
- projects:
- default_context_set: "Výchozí kontext %{default_context} byl nastaven"
- no_actions_in_project: "Žádné aktivní úkoly"
- deferred_actions: "Odložené úkoly projektu"
- was_marked_hidden: "byl označen jako skrytý"
- edit_project_title: Upravit projekt
- default_tags_removed_notice: "Výchozí štítky byly odstraněny"
- page_title: "TRACKS::Projekt: %{project}"
- all_completed_tasks_title: "TRACKS::Hotové úkoly projektu '%{project_name}'"
- hide_form: "Skrýt formulář"
- list_completed_projects: "TRACKS::Hotové projekty"
- no_notes_attached: "Žádné poznámky"
- to_new_project_page: "přejít k novému projektu"
- show_form_title: "Nový projekt"
- deferred_actions_empty: "Žádné odložené úkoly"
- project_state: Projekt je %{state}.
- this_project: Tento projekt
- no_last_completed_projects: "Žádné hotové projekty"
- no_last_completed_recurring_todos: "Žádné hotové opakované úkoly"
- notes: "Poznámky"
- todos_append: v tomto projektu
- list_reviews: TRACKS::Revize
- notes_empty: "Žádné poznámky"
- no_projects: "Žádné projekty"
- hide_form_title: "Schovat formulář založení projektu"
- delete_project: Smazat projekt
- completed_actions_empty: "V tomto projektu nejsou žádné hotové úkoly"
- with_no_default_context: "bez výchozího kontextu"
- delete_project_confirmation: Opravdu chcete smazat projekt '%{name}'?
- with_default_context: "s výchozím kontextem '%{context_name}'"
- show_form: "Nový projekt"
- actions_in_project_title: "Úkoly v tomto projetku"
- completed_projects: "Hotové projetky"
- is_active: "je aktivní"
- add_note: "Nová poznámka"
- set_default_tags_notice: "Nastavit výchozí šítky úkolů v tomto projektu %{default_tags}"
- add_project: "Přidat projekt"
- settings: "Nastavení"
- project_saved_status: "Projekt byl uložen"
- list_projects: TRACKS::Projekty
- with_default_tags: "a s '%{tags}' jako výchozí štítky"
- completed_tasks_title: "TRACKS::Hotové úkoly projektu '%{project_name}'"
- hidden_projects: "Skryté projekty"
- delete_project_title: "Smaže projekt"
- default_context_removed: "Výchozí kontext byl odstraněn"
- add_note_submit: "Nová poznámka"
- completed_actions: "Hotové úkoly tohoto projektu"
- was_marked_complete: "byl označen jako hotový"
- no_default_context: "Tento projekt nemá výchozí kontext"
- with_no_default_tags: "a nemá žádné výchozí značky"
- default_context: "Výchozí kontext pro tento projekt je %{context}"
- edit_project_settings: Upravit vlastnosti projektu
- status_project_name_changed: "Jméno projektu bylo změněno"
- state: Tento projekt je %{state}
- active_projects: "Aktivní projekty"
- states:
- hidden_plural: "Skryté"
- stalled: "Opuštěný"
- review_plural: "Nerevidované"
- completed: "Hotový"
- current: "Aktuální"
- review: "Nerevidovaný"
- completed_plural: "Hotové"
- blocked: "Blokovaný"
- blocked_plural: "Blokované"
- stalled_plural: "Opuštěné"
- visible_plural: "Viditelné"
- active_plural: "Aktivní"
- visible: "Viditelný"
- hidden: "Skrytý"
- active: "Aktivní"
- current_plural: "Aktuální"
- errors:
- user_unauthorized: "401 Neautorizováno: Jen administrátoři smí používat tuto funkci."
+ delete_note_title: "Smazat poznámku '%{id}'"
+ deleted_note: "Smazat poznámku '%{id}'"
+ edit_item_title: "Upravit položku"
+ in_project: "V:"
+ no_notes_available: "Žádné poznámky: p?idejte poznámky ze stránek jednotlivých projekt?."
+ note_header: "Poznámka %{id}"
+ note_link_title: "Zobrazit poznámku %{id}"
+ note_location_link: "V:"
+ show_note_title: "Zobrazit poznámku"
+ number:
+ currency:
+ format:
+ delimiter: ","
+ format: "%u%n"
+ precision: 2
+ separator: "."
+ unit: $
+ format:
+ delimiter: ","
+ precision: 3
+ separator: "."
+ human:
+ format:
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Byte
+ other: Byt?
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: TB
preferences:
- open_id_url: "Vaše OpenID URL je"
- change_identity_url: "Změna URL identity"
- staleness_starts_after: "Zastarání nastává po %{days} dnech"
- page_title: "TRACKS::Nastavení"
- change_password: "Změna hesla"
- token_description: "Pešek (feedy a použití API)"
- title: "Vaše nastavení"
- is_false: ne
- show_number_completed: "Zobrazit %{number} hotových položek"
- password_changed: "Heslo bylo změněno. Prosím znovu se přihlašte."
- edit_preferences: "Editace nastavení"
- page_title_edit: "TRACKS::Editace nastavení"
- is_true: ano
- sms_context_none: "žádný"
- generate_new_token: "Generovat nového peška"
- token_header: "Váš pešek"
authentication_header: "Vaše autentizace"
- updated: "Nastavení bylo uloženo"
+ change_authentication_type: "Zm?na typu autentizace"
+ change_identity_url: "Zm?na URL identity"
+ change_password: "Zm?na hesla"
current_authentication_type: "Používáte autentizaci %{auth_type}"
- change_authentication_type: "Změna typu autentizace"
- generate_new_token_confirm: "Opravdu? Nový pešek nahradí ten původní a způsobí nefunkčnost ve všech aplikacích, kde jej používáte."
+ edit_preferences: "Editace nastavení"
+ generate_new_token: "Generovat nového peška"
+ generate_new_token_confirm: "Opravdu? Nový pešek nahradí ten p?vodní a zp?sobí nefunk?nost ve všech aplikacích, kde jej používáte."
+ is_false: ne
+ is_true: ano
+ open_id_url: "Vaše OpenID URL je"
+ page_title: "TRACKS::Nastavení"
+ page_title_edit: "TRACKS::Editace nastavení"
+ password_changed: "Heslo bylo zm?n?no. Prosím znovu se p?ihlašte."
+ show_number_completed: "Zobrazit %{number} hotových položek"
+ sms_context_none: žádný
+ staleness_starts_after: "Zastarání nastává po %{days} dnech"
tabs:
authentication: Autentizace
- tracks_behavior: "Chování Tracks"
+ date_and_time: "Datum a ?as"
profile: Profil
- date_and_time: "Datum a čas"
+ tracks_behavior: "Chování Tracks"
+ title: "Vaše nastavení"
+ token_description: "Pešek (feedy a použití API)"
+ token_header: "Váš pešek"
+ updated: "Nastavení bylo uloženo"
+ projects:
+ actions_in_project_title: "Úkoly v tomto projetku"
+ active_projects: "Aktivní projekty"
+ add_note: "Nová poznámka"
+ add_note_submit: "Nová poznámka"
+ add_project: "P?idat projekt"
+ all_completed_tasks_title: "TRACKS::Hotové úkoly projektu '%{project_name}'"
+ completed_actions: "Hotové úkoly tohoto projektu"
+ completed_actions_empty: "V tomto projektu nejsou žádné hotové úkoly"
+ completed_projects: "Hotové projetky"
+ completed_tasks_title: "TRACKS::Hotové úkoly projektu '%{project_name}'"
+ default_context: "Výchozí kontext pro tento projekt je %{context}"
+ default_context_removed: "Výchozí kontext byl odstran?n"
+ default_context_set: "Výchozí kontext %{default_context} byl nastaven"
+ default_tags_removed_notice: "Výchozí štítky byly odstran?ny"
+ deferred_actions: "Odložené úkoly projektu"
+ deferred_actions_empty: "Žádné odložené úkoly"
+ delete_project: "Smazat projekt"
+ delete_project_confirmation: "Opravdu chcete smazat projekt '%{name}'?"
+ delete_project_title: "Smaže projekt"
+ edit_project_settings: "Upravit vlastnosti projektu"
+ edit_project_title: "Upravit projekt"
+ hidden_projects: "Skryté projekty"
+ hide_form: "Skrýt formulá?"
+ hide_form_title: "Schovat formulá? založení projektu"
+ is_active: "je aktivní"
+ list_completed_projects: "TRACKS::Hotové projekty"
+ list_projects: "TRACKS::Projekty"
+ list_reviews: "TRACKS::Revize"
+ no_actions_in_project: "Žádné aktivní úkoly"
+ no_default_context: "Tento projekt nemá výchozí kontext"
+ no_last_completed_projects: "Žádné hotové projekty"
+ no_last_completed_recurring_todos: "Žádné hotové opakované úkoly"
+ no_notes_attached: "Žádné poznámky"
+ no_projects: "Žádné projekty"
+ notes: Poznámky
+ notes_empty: "Žádné poznámky"
+ page_title: "TRACKS::Projekt: %{project}"
+ project_saved_status: "Projekt byl uložen"
+ project_state: "Projekt je %{state}."
+ set_default_tags_notice: "Nastavit výchozí šítky úkol? v tomto projektu %{default_tags}"
+ settings: Nastavení
+ show_form: "Nový projekt"
+ show_form_title: "Nový projekt"
+ state: "Tento projekt je %{state}"
+ status_project_name_changed: "Jméno projektu bylo zm?n?no"
+ this_project: "Tento projekt"
+ to_new_project_page: "p?ejít k novému projektu"
+ todos_append: "v tomto projektu"
+ was_marked_complete: "byl ozna?en jako hotový"
+ was_marked_hidden: "byl ozna?en jako skrytý"
+ with_default_context: "s výchozím kontextem '%{context_name}'"
+ with_default_tags: "a s '%{tags}' jako výchozí štítky"
+ with_no_default_context: "bez výchozího kontextu"
+ with_no_default_tags: "a nemá žádné výchozí zna?ky"
+ search:
+ contexts_matching_query: "Nalezené kontexty"
+ no_results: "Na váš dotaz nebylo nic nalezeno."
+ notes_matching_query: "Nalezené poznámky"
+ projects_matching_query: "Nalezené projekty"
+ tags_matching_query: "Nalezené štítky"
+ todos_matching_query: "Nalezené úkoly"
+ shared:
+ add_action: "P?idat úkol"
+ add_actions: "P?idat úkoly"
+ add_context: "P?idejte kontext"
+ context_for_all_actions: "Kontext (pro všechny)"
+ hide_action_form_title: "Skrýt formulá? pro založení nového úkolu"
+ hide_form: "Schovat formulá?"
+ make_actions_dependent: "Akce budou vzájemn? závislé"
+ multiple_next_actions: "Úkoly (jeden na každém ?ádku)"
+ project_for_all_actions: "Projekt (pro všechny)"
+ separate_tags_with_commas: "odd?lené ?árkami"
+ tags_for_all_actions: "Zna?ky (odd?lené ?árkami)"
+ toggle_multi: "P?idat více úkol?"
+ toggle_multi_title: "P?epnout formulá? zakládání jedoho/více úkol?"
+ toggle_single: "P?idat úkol"
+ toggle_single_title: "P?idat jeden nový úkol"
+ sidebar:
+ list_empty: Nic
+ list_name_active_contexts: "Aktivní kontexty"
+ list_name_active_projects: "Aktivní projekty"
+ list_name_completed_projects: "Hotové projekty"
+ list_name_hidden_contexts: "Skryté kontexty"
+ list_name_hidden_projects: "Skryté projekty"
+ states:
+ active: Aktivní
+ active_plural: Aktivní
+ blocked: Blokovaný
+ blocked_plural: Blokované
+ completed: Hotový
+ completed_plural: Hotové
+ current: Aktuální
+ current_plural: Aktuální
+ hidden: Skrytý
+ hidden_plural: Skryté
+ review: Nerevidovaný
+ review_plural: Nerevidované
+ stalled: Opušt?ný
+ stalled_plural: Opušt?né
+ visible: Viditelný
+ visible_plural: Viditelné
+ stats:
+ action_completion_time_title: "?as dokon?ení (všechny hotové úkoly)"
+ action_selection_title: "TRACKS::výb?r úkol?"
+ actions: Úkoly
+ actions_30days_title: "Úkoly za posledních 30 dní"
+ actions_actions_avg_created_30days: "Za posledních 30 dní bylo vytvo?eno pr?m?rn? %{count} úkol?"
+ actions_avg_completed: "a uzav?eno pr?m?rn? %{count} úkol? za m?síc."
+ actions_avg_completed_30days: "a dokon?eno pr?m?rn? %{count} úkol? za den."
+ actions_avg_completion_time: "Pro všechny vaše hotové úkoly je pr?m?rný ?as dokon?ení %{count} dní."
+ actions_avg_created: "Za posledních 12 m?síc? bylo vytvo?eno pr?m?rn? %{count} úkol?"
+ actions_day_of_week_legend:
+ day_of_week: "Den v týdnu"
+ number_of_actions: "Po?et akcí"
+ actions_day_of_week_title: "Den v týdnu (všechny úkoly)"
+ actions_dow_30days_legend:
+ day_of_week: "Den v týdnu"
+ number_of_actions: "Po?et akcí"
+ actions_dow_30days_title: "Dny v týdnu (posleních 30 dní)"
+ actions_further: " a dále"
+ actions_last_year: "Úkoly v posledním roce"
+ actions_last_year_legend:
+ months_ago: "m?síc? zp?t"
+ number_of_actions: "Po?et úklol?"
+ actions_lastyear_title: "Úkoly za posledních 12 m?síc?"
+ actions_min_completion_time: "Minimální ?as k dokon?ení je %{time}."
+ actions_min_max_completion_days: "Maximum/minimum dní na dokon?ení je %{min}/%{max}."
+ actions_selected_from_week: "Úkoly vybrané z týdne "
+ click_to_return: "Klepn?te %{link} pro návrat ke statistikám."
+ click_to_return_link: zde
+ click_to_show_actions_from_week: "Klepn?te %{link} pro zobrazení úkol? z týdne %{week} a dalších."
+ click_to_update_actions: "Klepn?te na sloupec v grafu pro zobrazení detail? níže."
+ contexts: Kontexty
+ current_running_time_of_incomplete_visible_actions: "Aktuální ?as b?hu nedokon?ených viditelných úkol?"
+ index_title: "TRACKS::Statistika"
+ labels:
+ avg_completed: "pr?m?rn? uzav?eno"
+ avg_created: "pr?m?rn? vytvo?eno"
+ completed: Completed
+ created: Vytvo?eno
+ month_avg_completed: "%{months} m?sí?ní pr?m?r hotových"
+ month_avg_created: "%{months} m?sí?ní pr?m?r vytvo?ených"
+ legend:
+ actions: Úkoly
+ day_of_week: "Den v týdnu"
+ months_ago: "m?síc? zp?t"
+ number_of_actions: "Po?et úkol?"
+ number_of_days: "P?ed kolika dny"
+ percentage: Podíl
+ running_time: "?as k dokon?ení úkolu (týdny)"
+ more_stats_will_appear: "Další statistiky se zobrazí až p?ibyde více úkol?."
+ no_actions_selected: "Nejsou vybrány žádné úkoly."
+ no_tags_available: "žádné štítky nejsou definovány"
+ open_per_week: "Aktivní (viditelné i skryté) další akce za týden"
+ open_per_week_legend:
+ actions: Akcí
+ weeks: Týdny
+ other_actions_label: (ostatní)
+ projects: Projekty
+ running_time_all: "Aktuální ?as b?hu všech nehotových úkol?"
+ running_time_all_legend:
+ actions: Úkoly
+ percentage: Podíl
+ running_time: "?as b?hu úkol? (týdny). Klepn?te na sloupec pro další info"
+ running_time_legend:
+ actions: Úkoly
+ percentage: Podíl
+ weeks: "?as b?hu úkolu (týdny). Klepn?te na sloupec pro další info"
+ spread_of_actions_for_all_context: "Distribuce všech úkol? do kontext?"
+ spread_of_running_actions_for_visible_contexts: "Distribuce b?žících úkol? do viditelných kontext?"
+ tag_cloud_90days_description: "Tento mrak zahrnuje štítky úkol?, které byly vytvo?eny nebo dokon?eny v posledních 90-ti dnech."
+ tag_cloud_90days_title: "Zna?ky úkol? z posledních 90-ti dní"
+ tag_cloud_description: "Tento mrak zahrnuje štítky všech úkol? (hotových, nehotových, viditelných i skrytých)"
+ tag_cloud_title: "Mrak štítk? pro všechny úkly"
+ tags: Štítky
+ time_of_day: "Denní doba (všechny úkoly)"
+ time_of_day_legend:
+ number_of_actions: "Po?et úkol?"
+ time_of_day: "Denní doba"
+ tod30: "Denní doba (posledních 30 dní)"
+ tod30_legend:
+ number_of_actions: "Po?et úkol?"
+ time_of_day: "Denní doba"
+ top10_longrunning: "10 nejdéle b?žících projekt?"
+ top10_projects: "Top 10 projekt?"
+ top10_projects_30days: "Top 10 projekt? za posledních 30 dní"
+ top5_contexts: "Top 5 kontext?"
+ top5_visible_contexts_with_incomplete_actions: "Top 5 viditelných kontext? s nehotovými úkoly"
+ totals: Celkem
+ totals_action_count: "máte celkem %{count} úkol?"
+ totals_actions_completed: "%{count} z nich je hotových."
+ totals_active_project_count: "Znich %{count} je aktivních projek?"
+ totals_blocked_actions: "%{count} je závislých na dokon?ení jiných akcí."
+ totals_completed_project_count: "a %{count} je hotových projekt?."
+ totals_context_count: "Máte %{count} kontext?."
+ totals_deferred_actions: "z nichž %{count} jsou odložené úkoly v Ticlkeru"
+ totals_first_action: "Od vašeho prvního úkolu %{date}"
+ totals_hidden_context_count: "a %{count} skrytých kontext?."
+ totals_hidden_project_count: "%{count} je skrytých"
+ totals_incomplete_actions: "Máte %{count} nehotových úkol?"
+ totals_project_count: "Máte %{count} projekt?."
+ totals_tag_count: "Na akcích je umíst?no %{count} štítk?."
+ totals_unique_tags: "Z t?chto štítk? je %{count} unikátních."
+ totals_visible_context_count: "Z nich je %{count} viditelných kontext?"
+ within_one: "V rámci 1."
+ support:
+ array:
+ last_word_connector: ", a "
+ two_words_connector: " a "
+ words_connector: ", "
+ select:
+ prompt: "Prosím vyberte"
time:
am: am
formats:
- stats: "%a %d-%m"
default: "%a, %d %b %Y %H:%M:%S %z"
- time: ""
- short: "%d %b %H:%M"
- month_day: "%B %d"
long: "%B %d, %Y %H:%M"
+ month_day: "%B %d"
+ short: "%d %b %H:%M"
+ stats: "%a %d-%m"
pm: pm
- date:
- month_names:
- -
- - Leden
- - "Únor"
- - "Březen"
- - Duben
- - "Květen"
- - "Červen"
- - "Červenec"
- - Srpen
- - "Září"
- - "Říjen"
- - Listopad
- - Prosinec
- abbr_day_names:
- - Ne
- - Po
- - "Út"
- - St
- - "Čt"
- - "Pá"
- - So
- order:
- - :rok
- - ":měsíc"
- - :den
- formats:
- only_day: ""
- longer: "%A %B %d, %Y"
- default: "%Y-%m-%d"
- short: "%b %d"
- month_day: ""
- long: "%B %d, %Y"
- day_names:
- - "Neděle"
- - "Ponělí"
- - "Úterý"
- - "Středa"
- - "Čtvrtek"
- - "Pátek"
- - Sobota
- abbr_month_names:
- -
- - Led
- - "Úno"
- - "Bře"
- - Dub
- - "Kvě"
- - "Čer"
- - "Čec"
- - Srp
- - "Zář"
- - "Říj"
- - Lis
- - Pro
+ todos:
+ action_deferred: "Úkol '%{description}' byl oldožen"
+ action_deleted_error: "Nepoda?ilo se smazat úkol"
+ action_deleted_success: "Úkol byl úsp?šn? smazán"
+ action_due_on: "(úkol plánován na %{date})"
+ action_marked_complete: "Úkol '%{description}' byl ozna?en jako %{completed}"
+ action_marked_complete_error: "Úkol '%{description}' NEBYL ozna?en jako %{completed} kv?li chyb? na serveru."
+ action_saved: "Úkol uložen"
+ action_saved_to_tickler: "Úkol byl uložen do Tickleru"
+ add_another_dependency: "P?idat další závislost"
+ add_new_recurring: "Vytvo?it opakovaný úkol"
+ added_dependency: "P?idáno %{dependency} jako závislost."
+ added_new_context: "P?idán nový kontext"
+ added_new_next_action: "P?idán nový úkol"
+ added_new_next_action_plural: "Úkoly byly p?idány"
+ added_new_next_action_singular: "P?idán nový úkol"
+ added_new_project: "P?idán nový projekt"
+ all_completed: "Všechny hotové úkoly"
+ all_completed_here: zde
+ all_completed_tagged_page_title: "TRACKS::Hotové úkoly se štítkem %{tag_name}"
+ append_in_this_project: "v tomto projektu"
+ archived_tasks_title: "TRACKS::Archiv hotových úkol?"
+ blocked_by: "?eká na %{predecessors}"
+ calendar:
+ due_next_month_and_later: "Plánováno na %{month} a dále"
+ due_next_week: "Plánované p?íští týden"
+ due_this_month: "Plánováno na %{month}"
+ due_this_week: "Plánované ve zbytku týdne"
+ due_today: "Plánované dnes"
+ get_in_ical_format: "Kalendá? ve formátu iCal"
+ no_actions_due_after_this_month: "Na p?íští m?síc a dále nejsou plánované žádné úkoly"
+ no_actions_due_next_week: "Na p?íští týden nejsou plánované žádné úkoly"
+ no_actions_due_this_month: "Na zbytek tohoto m?síce nejsou žádné úkoly"
+ no_actions_due_today: "Na dnešek nejsou plánované žádné úkoly"
+ calendar_page_title: "TRACKS::Kalendá?"
+ cannot_add_dependency_to_completed_todo: "Nelze p?idat úkol jako závislost k hotovému úkolu!"
+ clear_due_date: "Smazat plánované datum úkolu"
+ clear_show_from_date: "Odstranit datum zobrazení"
+ completed: Hotovo
+ completed_actions: "Hotové úkoly"
+ completed_actions_with: "Hotové úkoly se štítkem '%{tag_name}'"
+ completed_in_archive:
+ one: "V archivu je hotový úkol."
+ other: "V archivu je %{count} hotových úkol?."
+ completed_last_day: "Ukon?ené v posledních 24 hodinách"
+ completed_last_x_days: "Uzav?ené za posledních %{count} dní"
+ completed_recurrence_completed: "Bylo smazáno poslední opakování opakovaného úkolu. Opakování dokon?eno"
+ completed_recurring: "Hotové opakované úkoly"
+ completed_rest_of_month: "Ukon?ené ve zbytku tohoto m?síce"
+ completed_rest_of_previous_month: "Uzav?eno ve zbytku minulého m?síce"
+ completed_rest_of_week: "Dokon?ené ve zbytku týdne"
+ completed_tagged_page_title: "TRACKS::Hotové úkoly se štítkem '%{tag_name}'"
+ completed_tasks_title: "TRACKS::Hotové úkoly"
+ completed_today: "Dokon?ené dnes"
+ confirm_delete: "Opravdu chcete smazat úkol '%{description}'?"
+ context_changed: "Kontext byl zm?n?n na %{name}"
+ convert_to_project: "Vytvo?it projekt"
+ defer_date_after_due_date: "Datum zobrazení je až po plánovaném datu úkolu. Upravte datum úkolu p?ed dalším pokusem o odpložení zobrazení."
+ defer_x_days:
+ one: "Ukázat zítra"
+ other: "Ukázat za %{count} dní"
+ deferred_actions_with: "Odložené úkoly se štítkem '%{tag_name}'"
+ deferred_pending_actions: "Odložené/?ekající úkoly"
+ deferred_tasks_title: "TRACKS::Tickler"
+ delete: Smazat
+ delete_action: "Smazat úkol"
+ delete_recurring_action_confirm: "Opravdu chcete smazat opakovaný úkol '%{description}'?"
+ delete_recurring_action_title: "Smazat opakovaný úkol"
+ deleted_success: "Úkol byl úsp?šn? smazán."
+ depends_on: "Závisí na"
+ depends_on_separate_with_commas: "Závisí na (odd?leno ?árkami)"
+ done: Hotovo?
+ drag_action_title: "P?etáhnout na jiný úkol pro vytvo?ení závislosti"
+ due: "Plánováno na"
+ edit: Upravit
+ edit_action: "Upravit úkol"
+ edit_action_with_description: "Upravit úkol '%{description}'"
+ edit_recurring_todo: "Upravit opakovaný úkol"
+ error_completing_todo: "Nepoda?ilo se ukon?it / aktivovat opakovaný úkol %{description}"
+ error_deleting_item: "Nepoda?ilo se smazat položku %{description}"
+ error_deleting_recurring: "Nepoda?ilo se smazat opakovaný úkol \\'%{description}\\'"
+ error_removing_dependency: "Nepoda?ilo se odstranit závislost"
+ error_saving_recurring: "Nepoda?ilo se uložit opakovaný úkol \\'%{description}\\'"
+ error_starring: "Nepoda?ilo se ozna?it úkol hv?zdi?kou '%{description}'"
+ error_starring_recurring: "Nebylo možno ohv?zdi?kovat opakovaný úkol \\'%{description}\\'"
+ error_toggle_complete: "Nepoda?ilo se ozna?it úkol jako hotový"
+ feed_title_in_context: "v kontextu '%{context}'"
+ feed_title_in_project: "v projektu '%{project}'"
+ feeds:
+ completed: "Hotové: %{date}"
+ due: "Plánováno na: %{date}"
+ has_x_pending:
+ one: "Jeden ?ekající úkol"
+ other: "%{count} ?ekajících úkol?"
+ hidden_actions: "Skryté úkoly"
+ in_hidden_state: (skrytý)
+ in_pending_state: "ve stavu ?ekající"
+ list_incomplete_next_actions: "Zabrazí nehotové úkoly"
+ list_incomplete_next_actions_with_limit: "Zobrazuje posledních %{count} nedokon?ených úkol?"
+ mobile_todos_page_title: "Všechny úkoly"
+ new_related_todo_created: "Byl vytvo?en nový úkol pat?ící do tohoto opakovaného úkolu"
+ new_related_todo_created_short: "vytvo?en nový úkol"
+ new_related_todo_not_created_short: "úkol nebyl vytvo?en"
+ next_action_description: "Popis úkolu"
+ next_action_needed: "Je pot?eba zadat aspo? jeden úkol"
+ next_actions_description: "Filtr:"
+ next_actions_description_additions:
+ completed: "v posledních %{count} dnech"
+ due_date: "plánovano na %{due_date} nebo d?íve"
+ next_actions_due_date:
+ due_in_x_days: "Za %{days} dní"
+ due_today: Dnes
+ due_tomorrow: Zítra
+ overdue_by: "Prošlé %{days} den"
+ overdue_by_plural: "Prošlé %{days} dní"
+ next_actions_title: "Tracks - Úkoly"
+ next_actions_title_additions:
+ completed: "hotové úkoly"
+ due_today: dnes
+ due_within_a_week: "b?hem týdne"
+ no_actions_due_this_week: "Žádné úkoly plánovány na tento týden"
+ no_actions_found: "Žádné b?žící úkoly."
+ no_actions_found_title: "Nenalezeny žádné úkoly"
+ no_actions_with: "Žádné úkoly se štítkem '%{tag_name}'"
+ no_completed_actions: "Žádné hotové úkoly."
+ no_completed_actions_with: "Žádné hotové úkoly se štítkem '%{tag_name}'"
+ no_completed_recurring: "Žádné hotové opakované úkoly"
+ no_deferred_actions: "Žádné odložené úkoly."
+ no_deferred_actions_with: "Žádné odložené úkoly se štítkem '%{tag_name}'"
+ no_deferred_pending_actions: "Žádné odložené ani ?ekající úkoly"
+ no_hidden_actions: "Žádné skryté úkoly"
+ no_incomplete_actions: "Žádné nehotové úkoly"
+ no_last_completed_actions: "Žádné hotové úkoly"
+ no_project: "--Žádný projekt--"
+ no_recurring_todos: "Žádné opakované úkoly"
+ overdue: "Spožd?né úkoly"
+ pending: "?ekající"
+ recurrence:
+ daily: Denn?
+ daily_every_number_day: "Každých %{number} dní"
+ daily_options: "Nastavení pro denní opakované úkoly"
+ day_x_on_every_x_month: "%{day}. den každý %{month}. m?síc"
+ ends_on: Kon?í
+ ends_on_date: "Kon?í %{date}"
+ ends_on_number_times: "Kon?í po %{number} opakováních"
+ every_work_day: "Každý pracovní den"
+ from_tickler: "datum kdy úkol vypadne z Tickleru (není nastaveno plánované datum)"
+ monthly: M?sí?n?
+ monthly_every_xth_day: "%{day} %{day_of_week} každý %{month}. m?síc"
+ monthly_options: "Nastavení pro m?sí?ní opakované úkoly"
+ no_end_date: Nikdy
+ pattern:
+ day_names:
+ - ned?le
+ - pond?lí
+ - úterý
+ - st?eda
+ - "?tvrtek"
+ - pátek
+ - sobota
+ due: "plánováno na"
+ every_day: "každý den"
+ every_month: "každý m?síc"
+ every_n: "každé %{n}"
+ every_xth_day_of_every_n_months: "každý %{x} %{day} každých %{n_months}"
+ every_year_on: "každý rok %{date}"
+ first: první
+ fourth: "?tvrtý"
+ from: od
+ last: poslední
+ month_names:
+ - ~
+ - Leden
+ - Únor
+ - B?ezen
+ - Duben
+ - Kv?ten
+ - "?erven"
+ - "?ervenec"
+ - Srpen
+ - Zá?í
+ - "?íjen"
+ - Listopad
+ - Prosinec
+ on_day_n: "%{n}. den"
+ on_work_days: "v pracovní dny"
+ second: druhý
+ show: ukázat
+ the_xth_day_of_month: "%{x} %{day} m?síce %{month}"
+ third: t?etí
+ times: "(%{number} opakování)"
+ until: do
+ weekly: "každý týden"
+ recurrence_on_due_date: "datum na které je úkol plánován"
+ recurrence_on_options: "Nastavit opakování na"
+ show_days_before: "%{days} dní p?ed plánovaným datem"
+ show_option_always: stále
+ show_options: "Úkázat úkol"
+ starts_on: Za?íná
+ weekly: Týdn?
+ weekly_every_number_week: "Každých %{number} týdn?"
+ weekly_options: "Nastavení pro týdenní opakované úkoly"
+ yearly: Ro?n?
+ yearly_every_x_day: "Každý %{month} %{day}"
+ yearly_every_xth_day: "%{day} %{day_of_week} m?síce %{month}"
+ yearly_options: "Nastavení pro ro?ní opakované úkoly"
+ recurrence_completed: "Poslední opakování úkolu bylo ozna?eno jako hotové. Opakovaný úkol je dokon?ený"
+ recurrence_period: "Interval opakování"
+ recurring_action_deleted: "Úkol byl smazán. Protože jde o opakovaný úkol, byl vložen nový úkol"
+ recurring_action_saved: "Opakovaný úkol byl uložen"
+ recurring_actions_title: "TRACKS::Opakované úkoly"
+ recurring_deleted_success: "Opakovaný úkol byl úsp?šn? smazán."
+ recurring_pattern_removed: "Vzor opakování byl odstran?n z %{count}"
+ recurring_todos: "Opakované úkoly"
+ remove_dependency: "Odstranit závislost (nesmaže úkol)"
+ removed_predecessor: "Byl odstran?n %{successor} jako závislost pro %{predecessor}."
+ scheduled_overdue: "Naplánováno zobrazení p?ed %{days} dny"
+ see_all_completed: "M?žete vid?t všechny dokon?ené akce %{link}"
+ set_to_pending: "%{task} nastaven jako ?ekající"
+ show_from: "Zobrazovat od"
+ show_in_days: "Zobrazit za %{days} dní"
+ show_on_date: "Ukázat %{date}"
+ show_today: "Zobrazit Dnes"
+ show_tomorrow: "Zobrazit zítra"
+ star_action: "Ozna?it hv?zdi?kou"
+ star_action_with_description: "ohv?zdi?kovat úkol '%{description}'"
+ tagged_page_title: "TRACKS::Se štítkem '%{tag_name}'"
+ tagged_with: "ozna?eno štítkem ‘%{tag_name}’"
+ tags: "Štítky (odd?lené ?árkami)"
+ task_list_title: "TRACKS::Úkoly"
+ tickler_items_due:
+ one: "Jeden úkol v Tickleru je plánován dnes - obnovte stránku pro zobrazení."
+ other: "%{count} položek v Tickleru je plánováno na dnes tickler items are now due - obnovte stránku pro zobrazení."
+ to_tickler: "do Tickleru"
+ unable_to_add_dependency: "Nepoda?ilo se p?idat závislost"
+ unresolved_dependency: "Hodnota v poli 'závisí na' neodpovídá žádnému existujícímu úkolu. Hodnota bude ignorována. Pokra?ovat?"
+ was_due_on_date: "bylo plánováno na %{date}"
+ users:
+ account_signup: "Registrace uživatele"
+ auth_change_submit: "Zm?nit zp?sob p?ihlašování"
+ auth_type_update_error: "Nepoda?ilo se zm?nit typ autentizace: %{error_messages}"
+ auth_type_updated: "Typ autentizace byl zm?n?n."
+ change_auth_type_title: "TRACKS::Zm?na z?sobu autentizace"
+ change_authentication_type: "Zm?na zp?sobu p?ihlašování"
+ change_password_prompt: "Pro zm?nu hesla zadejte nové hestlo do polí níže a stiskn?te 'Zm?na hesla'."
+ change_password_submit: "Zm?nit heslo"
+ change_password_title: "TRACKS::Zm?na hesla"
+ choose_password: "Zvolte heslo"
+ confirm_password: "Potvrzení hesla"
+ desired_login: "Uživatelské jméno"
+ destroy_confirmation: "Varování: tato akce smaže uživatele '%{login}', všechny jeho úkoly, kontexty, projekty i poznámky. Opravdu chcete pokra?ovat?"
+ destroy_error: "Nepoda?ilo se smazat uživatele %{login}"
+ destroy_successful: "Uživatel %{login} byl úsp?šn? zni?en"
+ destroy_user: "Zni?it uživatele"
+ failed_to_delete_user: "Nepoda?ilo se smazat uživatele %{username}"
+ first_user_heading: "Vítejte v TRACKS. Nejd?íve je nutné vytvo?it administrátorský ú?et:"
+ identity_url: "URL identity"
+ label_auth_type: "Zp?sob autentizace"
+ manage_users: "Správa uživatel?"
+ new_password_label: "Nové heslo"
+ new_token_generated: "Nový pešek byl úsp?šn? vygenerován"
+ new_user_heading: "Registrace nového uživatele:"
+ new_user_title: "TRACKS::P?ihlášení jako administrátor"
+ no_signups_title: "TRACKS::Registrace není povolena"
+ openid_ok_pref_failed: "Vaše identitní URL %{url} bylo úsp?šn? ov??eno, ale došlo k problému p?i ukládání nastavení."
+ openid_url_verified: "Identitní url %{url} bylo úsp?šn? ov??eno a nastavena autentizace pomocí OpenID."
+ password_confirmation_label: "Potvrzení hesla"
+ password_updated: "Heslo bylo zm?n?no."
+ register_with_cas: "S vaším uživatelským jménem z CASu"
+ select_authentication_type: "Vyberte nový zp?sob autentizace a stiskn?te 'Zm?nit zp?sob p?ihlašování'."
+ signup: Registrace
+ signup_new_user: "Registrace nového uživatele"
+ signup_successful: "Registrace uživatele %{username} byla úsp?šná."
+ successfully_deleted_user: "Uživatel %{username} byl úsp?šn? smazán"
+ total_actions: "Úkol? celkem"
+ total_contexts: "Kontext? celkem"
+ total_notes: "Poznámek celkem"
+ total_projects: "Projekt? celkem"
+ total_users_count: "Máte celkem %{count} uživatel?"
+ user_created: "Uživatel byl vytvo?en."
+ you_have_to_reset_your_password: "Je nutné zm?nit heslo"
will_paginate:
- previous_label: "« předchozí"
+ next_label: "další »"
page_entries_info:
- multi_page: Zobrazuji %{model} %{from} - %{to} o %{count} celkem
+ multi_page: "Zobrazuji %{model} %{from} - %{to} o %{count} celkem"
+ multi_page_html: "Zobrazuji %{model} %{from} - %{to} of %{count} celkem"
+ single_page:
+ one: "Zobrazuji 1 %{model}"
+ other: "Zobrazení všech %{count} %{model}"
+ zero: "Žádné %{model} nalézt"
single_page_html:
one: "Zobrazení 1 %{model}"
other: "Zobrazení vše %{count} %{model}"
zero: "Žádné %{model} nalézt"
- single_page:
- one: Zobrazuji 1 %{model}
- other: "Zobrazení všech %{count} %{model}"
- zero: "Žádné %{model} nalézt"
- multi_page_html: Zobrazuji %{model} %{from} - %{to} of %{count} celkem
page_gap: "…"
- next_label: "další »"
- support:
- array:
- words_connector: ", "
- last_word_connector: ", a "
- two_words_connector: " a "
- select:
- prompt: "Prosím vyberte"
- footer:
- send_feedback: "Poslat zpětnou vazbu na %{version}"
- shared:
- multiple_next_actions: "Úkoly (jeden na každém řádku)"
- make_actions_dependent: "Akce budou vzájemně závislé"
- toggle_single: "Přidat úkol"
- hide_form: "Schovat formulář"
- add_actions: "Přidat úkoly"
- add_action: "Přidat úkol"
- tags_for_all_actions: "Značky (oddělené čárkami)"
- toggle_single_title: "Přidat jeden nový úkol"
- project_for_all_actions: "Projekt (pro všechny)"
- context_for_all_actions: "Kontext (pro všechny)"
- toggle_multi: "Přidat více úkolů"
- separate_tags_with_commas: "oddělené čárkami"
- add_context: "Přidejte kontext"
- toggle_multi_title: "Přepnout formulář zakládání jedoho/více úkolů"
- hide_action_form_title: "Skrýt formulář pro založení nového úkolu"
- feedlist:
- choose_context: "Vyberte kontext jehož feed si přejete"
- actions_due_today: "Akce plánované na dnes"
- ical_feed: iCal feed
- legend: "Legenda:"
- all_contexts: "Všechny kontexty"
- rss_feed: RSS Feed
- choose_project: "Vyberte projekt jehož feed si přejete"
- all_projects: "Všechny projekty"
- project_needed: "Musíte nejdříve založit aspoň jeden projekt"
- select_feed_for_project: Vyberte feed pro tento projekt
- active_projects_wo_next: "Aktivni projekty bez úkolů"
- active_starred_actions: "Všechny aktivní úkoly s hvězdičkou"
- context_needed: "Musíte nejdříve založit aspoň jeden kontext"
- select_feed_for_context: Select the feed for this context
- projects_and_actions: "Aktivní projekty a jejich úkoly"
- notice_incomplete_only: "Poznámka: všechny feedy obsahují jen nehotové úkoly."
- actions_due_next_week: "Úkoly plánované na příštích sedm dní"
- actions_completed_last_week: "Úkoly dokončené v posledních sedmi dnech"
- context_centric_actions: "Feedy s aktivními úkoly podle kontextů"
- plain_text_feed: "Prostý text"
- last_fixed_number: "Posledních %{number} úkolů"
- all_actions: "Všechny úkoly"
- project_centric: "Feedy s aktivními úkoly podle projektu"
- sidebar:
- list_name_active_contexts: "Aktivní kontexty"
- list_name_active_projects: "Aktivní projekty"
- list_empty: Nic
- list_name_completed_projects: "Hotové projekty"
- list_name_hidden_projects: "Skryté projekty"
- list_name_hidden_contexts: "Skryté kontexty"
- users:
- openid_url_verified: "Identitní url %{url} bylo úspěšně ověřeno a nastavena autentizace pomocí OpenID."
- auth_type_update_error: "Nepodařilo se změnit typ autentizace: %{error_messages}"
- failed_to_delete_user: "Nepodařilo se smazat uživatele %{username}"
- destroy_successful: "Uživatel %{login} byl úspěšně zničen"
- first_user_heading: "Vítejte v TRACKS. Nejdříve je nutné vytvořit administrátorský účet:"
- total_contexts: "Kontextů celkem"
- successfully_deleted_user: "Uživatel %{username} byl úspěšně smazán"
- signup_successful: "Registrace uživatele %{username} byla úspěšná."
- new_token_generated: "Nový pešek byl úspěšně vygenerován"
- total_projects: "Projektů celkem"
- change_password_submit: "Změnit heslo"
- no_signups_title: "TRACKS::Registrace není povolena"
- user_created: "Uživatel byl vytvořen."
- account_signup: "Registrace uživatele"
- manage_users: "Správa uživatelů"
- password_updated: "Heslo bylo změněno."
- auth_type_updated: "Typ autentizace byl změněn."
- total_actions: "Úkolů celkem"
- desired_login: "Uživatelské jméno"
- signup: Registrace
- confirm_password: "Potvrzení hesla"
- new_user_heading: "Registrace nového uživatele:"
- password_confirmation_label: "Potvrzení hesla"
- destroy_error: "Nepodařilo se smazat uživatele %{login}"
- choose_password: Zvolte heslo
- change_password_title: "TRACKS::Změna hesla"
- change_auth_type_title: "TRACKS::Změna zůsobu autentizace"
- change_password_prompt: "Pro změnu hesla zadejte nové hestlo do polí níže a stiskněte 'Změna hesla'."
- new_password_label: "Nové heslo"
- register_with_cas: "S vaším uživatelským jménem z CASu"
- label_auth_type: "Způsob autentizace"
- total_users_count: "Máte celkem %{count} uživatelů"
- new_user_title: "TRACKS::Přihlášení jako administrátor"
- destroy_user: "Zničit uživatele"
- destroy_confirmation: "Varování: tato akce smaže uživatele '%{login}', všechny jeho úkoly, kontexty, projekty i poznámky. Opravdu chcete pokračovat?"
- you_have_to_reset_your_password: "Je nutné změnit heslo"
- signup_new_user: "Registrace nového uživatele"
- identity_url: URL identity
- openid_ok_pref_failed: "Vaše identitní URL %{url} bylo úspěšně ověřeno, ale došlo k problému při ukládání nastavení."
- auth_change_submit: "Změnit způsob přihlašování"
- change_authentication_type: "Změna způsobu přihlašování"
- total_notes: "Poznámek celkem"
- select_authentication_type: "Vyberte nový způsob autentizace a stiskněte 'Změnit způsob přihlašování'."
- contexts:
- delete_context_title: Smazat kontext
- all_completed_tasks_title: "TRACKS::Hotové úkoly v kontextu '%{context_name}'"
- hide_form: "Schovat formulář"
- show_form_title: "Nový kontext"
- delete_context_confirmation: "Opravdu chcete smazat kontext '%{name}'? Dojde ke smazání všech (opakovaných) úkolů z daného kontextu!"
- todos_append: "v této souvislosti"
- delete_context: Smazat kontext
- edit_context: Upravit kontext
- hide_form_title: "Schovat formulář"
- hidden_contexts: Schovat kontexty
- no_contexts_active: "Žádné aktivní kontexty"
- context_hide: "Schovat z úvodní stránky?"
- add_context: "Vytvořit kontext"
- show_form: "Nový kontext"
- save_status_message: "Kontext uložen"
- visible_contexts: "Viditelné kontexty"
- update_status_message: "Název kontextu byl změněn"
- context_name: "Náev kontextu"
- status_active: "Kontext je aktivní"
- completed_tasks_title: "TRACKS::Hotové úkoly v kontextu '%{context_name}'"
- new_context_post: "' bude také vytvořen. Opravdu?"
- new_context_pre: "Nový kontext '"
- no_actions: "Žádné aktivní úkoly v tomto kontextu"
- last_completed_in_context: "v tomto kontextu (posledních %{number})"
- context_deleted: "Kontext byl odstraněn '%{name}'"
- no_contexts_hidden: "Žádné skryté kontexty"
- status_hidden: "kontext je skrytý"
- login:
- openid_identity_url_not_found: "Je nám líto, neexistuje uživatel s touto identitou (%{identity_url})"
- user_no_expiry: "Neodhlšovat"
- sign_in: "Přihlásit se"
- login_cas: "přejít na CAS"
- cas_no_user_found: "Nazdar, %{username}! Nemáte účet na Tracks."
- cas_login: "Přihlášení přes CAS"
- successful_with_session_info: "Přihlášení bylo úspěšné:"
- please_login: "Pro pokračování se prosím přihlšte do Tracks"
- cas_logged_in_greeting: "Zdravíčko, %{username}! Byl jste autorizován."
- cas_username_not_found: "Bohužel neexistuje uživatel v CASu se jménem (%{username})"
- cas_create_account: "Pro vytvoření účtu v CASu prosím pokračujte sem %{signup_link}"
- mobile_use_openid: "…nebo přihlášení s OpenID"
- cas_signup_link: "Vyžádat účet"
- account_login: "Přihlášení uživatele"
- successful: "Přihlášení úspěšné. Vítejte zpět!"
- session_will_not_expire: "sezení bylo nastaveno jako trvalé."
- option_separator: nebo
- session_time_out: "Sezení vypršelo. Prosím %{link}"
- session_will_expire: "sezen vyprší za %{hours} hodin neaktivity."
- login_standard: "vraťte se ke standardnímu přihlášení"
- login_with_openid: "přihlašte se se svým OpenID"
- unsuccessful: "Přihlášení bylo úspěšné."
- log_in_again: "přihlašte se znovu."
- logged_out: You have been logged out of Tracks.
- datetime:
- prompts:
- minute: Minuta
- second: Sekunda
- month: "Měsíc"
- hour: Hodina
- day: Den
- year: Rok
- distance_in_words:
- less_than_x_minutes:
- one: "méně než minuta"
- other: "méně než %{count} minut"
- zero: "méně než minuta"
- almost_x_years:
- one: almost 1 rok
- other: skoro %{count} let
- x_days:
- one: 1 den
- other: "%{count} dní"
- x_seconds:
- one: 1 sekunda
- other: "%{count} sekund"
- about_x_hours:
- one: about 1 hodina
- other: "přibližně %{count} hodin"
- less_than_x_seconds:
- one: "méně než 1 sekunda"
- other: "mén než %{count} sekund"
- zero: "méně než 1 sekunda"
- x_months:
- one: "1 měsíc"
- other: "%{count} měsíců"
- x_minutes:
- one: 1 minuta
- other: "%{count} minut"
- about_x_years:
- one: about 1 rok
- other: "přibližně %{count} let"
- about_x_months:
- one: "about 1 měsíc"
- other: "přibližně %{count} měsíců"
- over_x_years:
- one: "přes rok"
- other: "přes %{count} let"
- half_a_minute: "půl minuty"
- search:
- contexts_matching_query: "Nalezené kontexty"
- tags_matching_query: "Nalezené štítky"
- no_results: "Na váš dotaz nebylo nic nalezeno."
- todos_matching_query: "Nalezené úkoly"
- projects_matching_query: "Nalezené projekty"
- notes_matching_query: "Nalezené poznámky"
+ previous_label: "« p?edchozí"
diff --git a/config/locales/de.yml b/config/locales/de.yml
index e71de0b1..7cf448f6 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1,999 +1,986 @@
---
de:
- layouts:
- toggle_contexts_title: Kontextanzeige umschalten
- toggle_contexts: Kontexte umschalten
- toggle_notes: Notizen umschalten
- next_actions_rss_feed: RSS-Feed kommende Aufgaben
- toggle_notes_title: Alle Notizen umschalten
- mobile_navigation:
- new_action: Neue Aufgabe
- logout: Abmelden
- feeds: Feeds
- starred: Markiert
- projects: Projekte
- tickler: Notizbuch
- contexts: Kontexte
- home: Home
- navigation:
- manage_users_title: "Benutzer hinzufügen oder entfernen"
- recurring_todos: Wiederkehrende Aufgaben
- api_docs: REST API Docs
- help: "?"
- feeds: Feeds
- starred: Markiert
- stats: Statistiken
- notes_title: Alle Notizen anzeigen
- manage_users: Benutzer verwalten
- tickler_title: Notizbuch
- admin: Admin
- preferences: Einstellungen
- integrations_: Tracks integrieren
- export_title: Daten importieren und exportieren
- calendar_title: "Kalender mit überfälligen Aufgaben"
- feeds_title: "Liste der verfügbaren Feeds anzeigen"
- stats_title: Statistiken anzeigen
- tickler: Notizbuch
- home_title: Start
- starred_title: Markierte Aufgaben betrachten
- recurring_todos_title: Wiederkehrende Aufgaben verwalten
- completed_tasks: Erledigt
- view: Betrachten
- organize: Organisieren
- completed_tasks_title: "Erledigt"
- home: Start
- export: Export
- contexts_title: Kontexte
- preferences_title: Meine Einstellungen
- search: "Alle Einträge durchsuchen"
- review_title: "Überprüfung"
- projects_title: Projekte
- calendar: Kalender
- number:
- format:
- separator: ","
- precision: 2
- delimiter: .
- human:
- format:
- precision: 1
- delimiter: ""
- storage_units:
- format: "%n %u"
- units:
- kb: KB
- tb: TB
- gb: GB
- byte:
- one: Byte
- other: Bytes
- mb: MB
- percentage:
- format:
- delimiter: ""
- precision:
- format:
- delimiter: ""
- currency:
- format:
- format: "%n%u"
- unit: "€"
- separator: .
- precision:
- delimiter: ","
- common:
- recurring_todos: Wiederkehrende Aufgaben
- back: "Zurück"
- actions: Aufgaben
- third: Dritte
- add: "Hinzufügen"
- go_back: "Zurück"
- previous: Vorherige
- logout: Abmelden
- second: Zweite
- none: Keine
- week: Woche
- optional: optional
- deferred: aufgeschobene
- cancel: Abbrechen
- show_all: Alle anzeigen
- month: Monat
- actions_midsentence:
- one: Aufgabe
- other: Aufgaben
- zero: Aufgaben
- forum: Forum
- server_error: Auf dem Server ist ein Fehler aufgetreten.
- notes: Notizen
- projects: Projekte
- last: Letzte
- review: "Überprüfung"
- action: Aufgabe
- days_midsentence:
- one: Tag
- other: Tagen
- zero: Tagen
- project: Projekt
- contribute: Mitwirken
- ok: Ok
- website: Website
- first: Erste
- note:
- one: 1 Notiz
- other: "%{count} Notizen"
- zero: keine Notizen
- numbered_step: Schritt %{number}
- sort:
- by_task_count_title: Nach Anzahl der Aufgaben sortieren
- by_task_count_title_confirm: Sollen diese Projekte wirklich nach Anzahl der Aufgaben sortiert werden? Die bisherige Sortier-Reihenfolge wird damit überschrieben.
- alphabetically: Alphabetisch
- sort: Sortieren
- alphabetically_title: Projekte alphabetisch sortieren
- alphabetically_confirm: Sollen diese Projekte wirklich alphabetisch sortiert werden? Die bisherige Sortier-Reihenfolge wird damit überschrieben.
- by_task_count: Nach Anzahl der Aufgaben
- create: Erstellen
- todo: Aufgabe
- months: Monate
- description: Beschreibung
- errors_with_fields: "Mit folgenden Feldern sind Probleme aufgetreten:"
- drag_handle: Verschieben
- next: "Nächste"
- fourth: Vierte
- context: Kontext
- contexts: Kontexte
- bugs: Bugs
- update: Aktualisieren
- forth: Vierte
- weeks: Woche
- wiki: Wiki
- email: E-Mail
- search: Suchen
- ajaxError: Fehler beim Empfangen vom Server
- not_available_abbr: n/b
- integrations:
- opensearch_description: In Tracks suchen
- applescript_next_action_prompt: "Beschreibung der nächsten Aufgabe:"
- gmail_description: "Gadget, um Tracks als Gadget zu Googlemail hinzuzufügen"
- applescript_success_after_id: erstellt
- applescript_success_before_id: "Nächste neue Aufgabe mit ID"
activerecord:
attributes:
- project:
- name: Name
- default_tags: Standard Tags
- default_context_name: Standard Kontext
- description: Beschreibung
note:
- created_at: Erstellt am
- updated_at: Aktualisiert am
- todo:
- show_from: Zeige ab dem
- predecessors: "Hängt ab von"
- notes: Notizen
- tags: Tags
- project: Projekt
- description: Beschreibung
- context: Kontext
- due: Fällig
+ created_at: "Erstellt am"
+ updated_at: "Aktualisiert am"
preference:
- show_hidden_projects_in_sidebar: Zeige Versteckte Projekte in der Sidebar
- show_hidden_contexts_in_sidebar: "Zeige Versteckte Kontexte in der Sidebar"
- date_format: Datum Format
- sms_context: Standard-E-Mail-Kontext
- verbose_action_descriptors: "Ausführliche Aufgabenbeschreibungen"
- staleness_starts: Veraltet ab
- mobile_todos_per_page: Aufgaben pro Seite (Mobile Version)
- show_number_completed: "Zeige Anzahl der erledigten Aufgaben"
- title_date_format: Titel Datumsformat
- refresh: Aktualisierungsintverall (in Minuten)
- week_starts: Woche startet am
- last_name: Nachname
- due_style: "Fälligkeits-Stil"
- locale: Lokalisierung
- time_zone: Zeitzone
- sms_email: Per E-Mail
- show_project_on_todo_done: Zur Projektseite wechseln wenn Aufgabe erledigt
- show_completed_projects_in_sidebar: Zeige erledigte Projekte in der Sidebar
+ date_format: "Datum Format"
+ due_style: Fälligkeits-Stil
first_name: Name
- review_period: Projekt-Review-Intervall
- user:
last_name: Nachname
+ locale: Lokalisierung
+ mobile_todos_per_page: "Aufgaben pro Seite (Mobile Version)"
+ refresh: "Aktualisierungsintverall (in Minuten)"
+ review_period: Projekt-Review-Intervall
+ show_completed_projects_in_sidebar: "Zeige erledigte Projekte in der Sidebar"
+ show_hidden_contexts_in_sidebar: "Zeige Versteckte Kontexte in der Sidebar"
+ show_hidden_projects_in_sidebar: "Zeige Versteckte Projekte in der Sidebar"
+ show_number_completed: "Zeige Anzahl der erledigten Aufgaben"
+ show_project_on_todo_done: "Zur Projektseite wechseln wenn Aufgabe erledigt"
+ sms_context: Standard-E-Mail-Kontext
+ sms_email: "Per E-Mail"
+ staleness_starts: "Veraltet ab"
+ time_zone: Zeitzone
+ title_date_format: "Titel Datumsformat"
+ verbose_action_descriptors: "Ausführliche Aufgabenbeschreibungen"
+ week_starts: "Woche startet am"
+ project:
+ default_context_name: "Standard Kontext"
+ default_tags: "Standard Tags"
+ description: Beschreibung
+ name: Name
+ todo:
+ context: Kontext
+ description: Beschreibung
+ due: Fällig
+ notes: Notizen
+ predecessors: "Hängt ab von"
+ project: Projekt
+ show_from: "Zeige ab dem"
+ tags: Tags
+ user:
first_name: Vorname
+ last_name: Nachname
errors:
+ full_messages:
+ format: "%{attribute} %{message}"
+ messages:
+ accepted: "muss akzeptiert werden"
+ blank: "muss ausgefüllt werden"
+ confirmation: "stimmt nicht mit der Bestätigung überein"
+ empty: "muss ausgefüllt werden"
+ equal_to: "muss genau %{count} sein"
+ even: "muss gerade sein"
+ exclusion: "ist nicht verfügbar"
+ greater_than: "muss größer als %{count} sein"
+ greater_than_or_equal_to: "muss größer oder gleich %{count} sein"
+ inclusion: "ist kein gültiger Wert"
+ invalid: "ist nicht gültig"
+ less_than: "muss kleiner als %{count} sein"
+ less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
+ not_a_number: "ist keine Zahl"
+ odd: "muss ungerade sein"
+ taken: "ist bereits vergeben"
+ too_long: "ist zu lang (nicht mehr als %{count} Zeichen)"
+ too_short: "ist zu kurz (nicht weniger als %{count} Zeichen)"
+ wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
models:
project:
attributes:
name:
- blank: Projekt muss einen Namen haben
- too_long: Projektname muss weniger als 256 Zeichen haben
- taken: Projektname existiert bereits
- messages:
- record_invalid: "Validierung fehlgeschlagen: %{Fehler}"
- greater_than_or_equal_to: "muss größer oder gleich %{count} sein"
- confirmation: "stimmt nicht mit der Bestätigung überein"
- less_than_or_equal_to: muss kleiner oder gleich %{count} sein
- blank: "muss ausgefüllt werden"
- exclusion: "ist nicht verfügbar"
- invalid: "ist nicht gültig"
- odd: muss ungerade sein
- even: muss gerade sein
- empty: "muss ausgefüllt werden"
- too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
- wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
- less_than: muss kleiner als %{count} sein
- greater_than: "muss größer als %{count} sein"
- equal_to: muss genau %{count} sein
- accepted: muss akzeptiert werden
- too_long: ist zu lang (nicht mehr als %{count} Zeichen)
- taken: ist bereits vergeben
- inclusion: "ist kein gültiger Wert"
- not_a_number: ist keine Zahl
+ blank: "Projekt muss einen Namen haben"
+ taken: "Projektname existiert bereits"
+ too_long: "Projektname muss weniger als 256 Zeichen haben"
template:
body: "Bitte überprüfen Sie die folgenden Felder:"
header:
one: "Konnte dieses %{model} Objekt nicht speichern: 1 Fehler."
other: "Konnte dieses %{model} Objekt nicht speichern: %{count} Fehler."
- full_messages:
- format: "%{attribute} %{message}"
+ common:
+ action: Aufgabe
+ actions: Aufgaben
+ actions_midsentence:
+ one: Aufgabe
+ other: Aufgaben
+ zero: Aufgaben
+ add: Hinzufügen
+ ajaxError: "Fehler beim Empfangen vom Server"
+ back: Zurück
+ bugs: Bugs
+ cancel: Abbrechen
+ context: Kontext
+ contexts: Kontexte
+ contribute: Mitwirken
+ create: Erstellen
+ days_midsentence:
+ one: Tag
+ other: Tagen
+ zero: Tagen
+ deferred: aufgeschobene
+ description: Beschreibung
+ drag_handle: Verschieben
+ email: E-Mail
+ errors_with_fields: "Mit folgenden Feldern sind Probleme aufgetreten:"
+ first: Erste
+ forth: Vierte
+ forum: Forum
+ fourth: Vierte
+ go_back: Zurück
+ last: Letzte
+ logout: Abmelden
+ month: Monat
+ months: Monate
+ next: Nächste
+ none: Keine
+ not_available_abbr: n/b
+ note:
+ one: "1 Notiz"
+ other: "%{count} Notizen"
+ zero: "keine Notizen"
+ notes: Notizen
+ numbered_step: "Schritt %{number}"
+ ok: Ok
+ optional: optional
+ previous: Vorherige
+ project: Projekt
+ projects: Projekte
+ recurring_todos: "Wiederkehrende Aufgaben"
+ review: Überprüfung
+ search: Suchen
+ second: Zweite
+ server_error: "Auf dem Server ist ein Fehler aufgetreten."
+ show_all: "Alle anzeigen"
+ sort:
+ alphabetically: Alphabetisch
+ alphabetically_confirm: "Sollen diese Projekte wirklich alphabetisch sortiert werden? Die bisherige Sortier-Reihenfolge wird damit überschrieben."
+ alphabetically_title: "Projekte alphabetisch sortieren"
+ by_task_count: "Nach Anzahl der Aufgaben"
+ by_task_count_title: "Nach Anzahl der Aufgaben sortieren"
+ by_task_count_title_confirm: "Sollen diese Projekte wirklich nach Anzahl der Aufgaben sortiert werden? Die bisherige Sortier-Reihenfolge wird damit überschrieben."
+ sort: Sortieren
+ third: Dritte
+ todo: Aufgabe
+ update: Aktualisieren
+ website: Website
+ week: Woche
+ weeks: Woche
+ wiki: Wiki
+ contexts:
+ add_context: "Kontext hinzufügen"
+ all_completed_tasks_title: "TRACKS:: Alle erledigten Aufgaben im Kontext '%{context_name}'"
+ completed_tasks_title: "TRACKS:: Erledigte Aufgaben im Kontext '%{context_name}'"
+ context_deleted: "Gelöschter Kontext '%{name}'"
+ context_hide: "Auf Startseite ausblenden?"
+ context_name: Kontextname
+ delete_context: "Kontext löschen"
+ delete_context_confirmation: "Soll der Kontext '%{name}' wirklich gelöscht werden? Alle (wiederkehrenden) Aufgaben dieses Kontexts werden hierdurch ebenfalls gelöscht."
+ delete_context_title: "Kontext löschen"
+ edit_context: "Kontext bearbeiten"
+ hidden_contexts: "Versteckte Kontexte"
+ hide_form: "Formular verstecken"
+ hide_form_title: "Formular für neuen Kontext verstecken"
+ last_completed_in_context: "in diesem Kontext (letzte %{number})"
+ new_context_post: "' wird ebenfalls angelegt. Fortfahren?"
+ new_context_pre: "Der neue Kontext '"
+ no_actions: "Momentan gibt es keine unerledigten Aufgaben in diesem Kontext"
+ no_contexts_active: "Derzeit gibt es keine aktiven Kontexte"
+ no_contexts_hidden: "Derzeit gibt es keine versteckten Kontexte"
+ save_status_message: "Kontext gespeichert"
+ show_form: "Neuen Kontext erstellen"
+ show_form_title: "Neuen Kontext erstellen"
+ status_active: "Kontext ist aktiv"
+ status_hidden: "Kontext ist versteckt"
+ todos_append: "in diesem Kontext"
+ update_status_message: "Kontextname wurde geändert"
+ visible_contexts: "Sichtbare Kontexte"
data:
- import_successful: Import war erfolgreich.
- import_errors: Beim Import sind Fehler aufgetreten.
+ import_errors: "Beim Import sind Fehler aufgetreten."
+ import_successful: "Import war erfolgreich."
+ date:
+ abbr_day_names:
+ - So
+ - Mo
+ - Di
+ - Mi
+ - Do
+ - Fr
+ - Sa
+ abbr_month_names:
+ - ~
+ - Jan
+ - Feb
+ - Mär
+ - Apr
+ - Mai
+ - Jun
+ - Jul
+ - Aug
+ - Sep
+ - Okt
+ - Nov
+ - Dez
+ day_names:
+ - Sonntag
+ - Montag
+ - Dienstag
+ - Mittwoch
+ - Donnerstag
+ - Freitag
+ - Samstag
+ formats:
+ default: "%d.%m.%Y"
+ long: "%e. %B %Y"
+ longer: "%A, %d. %B %Y"
+ month_day: "%d. %B"
+ only_day: "%e"
+ short: "%e. %b"
+ month_names:
+ - ~
+ - Januar
+ - Februar
+ - März
+ - April
+ - Mai
+ - Juni
+ - Juli
+ - August
+ - September
+ - Oktober
+ - November
+ - Dezember
+ order:
+ - !ruby/symbol day
+ - !ruby/symbol month
+ - !ruby/symbol year
+ datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "etwa 1 Stunde"
+ other: "etwa %{count} Stunden"
+ about_x_months:
+ one: "etwa 1 Monat"
+ other: "etwa %{count} Monate"
+ about_x_years:
+ one: "etwa 1 Jahr"
+ other: "etwa %{count} Jahre"
+ almost_x_years:
+ one: "fast 1 Jahr"
+ other: "fast %{count} Jahre"
+ half_a_minute: "eine halbe Minute"
+ less_than_x_minutes:
+ one: "weniger als eine Minute"
+ other: "weniger als %{count} Minuten"
+ zero: "weniger als 1 Minute"
+ less_than_x_seconds:
+ one: "weniger als 1 Sekunde"
+ other: "weniger als %{count} Sekunden"
+ zero: "weniger als 1 Sekunde"
+ over_x_years:
+ one: "mehr als 1 Jahr"
+ other: "mehr als %{count} Jahre"
+ x_days:
+ one: "1 Tag"
+ other: "%{count} Tage"
+ x_minutes:
+ one: "1 Minute"
+ other: "%{count} Minuten"
+ x_months:
+ one: "1 Monat"
+ other: "%{count} Monate"
+ x_seconds:
+ one: "1 Sekunde"
+ other: "%{count} Sekunden"
+ prompts:
+ day: Tag
+ hour: Stunden
+ minute: Minuten
+ month: Monat
+ second: Sekunden
+ year: Jahr
+ errors:
+ user_unauthorized: "401 Unauthorized: Nur administrative Benutzer dürfen auf diese Funktion zugreifen."
+ feedlist:
+ actions_completed_last_week: "In den letzten 7 Tagen erledigte Aufgaben"
+ actions_due_next_week: "Nächste Woche fällige Aufgaben"
+ actions_due_today: "Heute oder früher fällig"
+ active_projects_wo_next: "Aktive Projekte ohne nächste Aufgabe"
+ active_starred_actions: "Alle markierten, aktiven Aufgaben"
+ all_actions: "Alle Aufgaben"
+ all_contexts: "Alle Kontexte"
+ all_projects: "Alle Projekte"
+ choose_context: "Kontext für den Feed wählen"
+ choose_project: "Projekt für den Feed wählen"
+ context_centric_actions: "Feeds für unerledigte Aufgaben in einem bestimmten Kontext"
+ context_needed: "Es muss mindestens ein Kontext existieren, bevor ein Feed abonniert werden kann."
+ ical_feed: iCal-Feed
+ last_fixed_number: "Die letzten %{number} Aufgaben"
+ legend: "Legende:"
+ notice_incomplete_only: "Hinweis: Alle Feeds zeigen nur Aufgaben, die noch nicht als erledigt markiert wurden."
+ plain_text_feed: Reintext-Feed
+ project_centric: "Feeds für unerledigte Aufgaben in einem bestimmten Kontext"
+ project_needed: "Es muss mindestens ein Projekt existieren, bevor ein Feed abonniert werden kann."
+ projects_and_actions: "Aktive Projekte und deren Aufgaben"
+ rss_feed: RSS-Feed
+ select_feed_for_context: "Feed für diesen Kontext auswählen"
+ select_feed_for_project: "Feed für dieses Projekt auswählen"
+ footer:
+ send_feedback: "Senden Sie Feedback zu %{version}"
+ integrations:
+ applescript_next_action_prompt: "Beschreibung der nächsten Aufgabe:"
+ applescript_success_after_id: erstellt
+ applescript_success_before_id: "Nächste neue Aufgabe mit ID"
+ gmail_description: "Gadget, um Tracks als Gadget zu Googlemail hinzuzufügen"
+ opensearch_description: "In Tracks suchen"
+ layouts:
+ mobile_navigation:
+ contexts: Kontexte
+ feeds: Feeds
+ home: Home
+ logout: Abmelden
+ new_action: "Neue Aufgabe"
+ projects: Projekte
+ starred: Markiert
+ tickler: Notizbuch
+ navigation:
+ admin: Admin
+ api_docs: "REST API Docs"
+ calendar: Kalender
+ calendar_title: "Kalender mit überfälligen Aufgaben"
+ completed_tasks: Erledigt
+ completed_tasks_title: Erledigt
+ contexts_title: Kontexte
+ export: Export
+ export_title: "Daten importieren und exportieren"
+ feeds: Feeds
+ feeds_title: "Liste der verfügbaren Feeds anzeigen"
+ help: "?"
+ home: Start
+ home_title: Start
+ integrations_: "Tracks integrieren"
+ manage_users: "Benutzer verwalten"
+ manage_users_title: "Benutzer hinzufügen oder entfernen"
+ notes_title: "Alle Notizen anzeigen"
+ organize: Organisieren
+ preferences: Einstellungen
+ preferences_title: "Meine Einstellungen"
+ projects_title: Projekte
+ recurring_todos: "Wiederkehrende Aufgaben"
+ recurring_todos_title: "Wiederkehrende Aufgaben verwalten"
+ review_title: Überprüfung
+ search: "Alle Einträge durchsuchen"
+ starred: Markiert
+ starred_title: "Markierte Aufgaben betrachten"
+ stats: Statistiken
+ stats_title: "Statistiken anzeigen"
+ tickler: Notizbuch
+ tickler_title: Notizbuch
+ view: Betrachten
+ next_actions_rss_feed: "RSS-Feed kommende Aufgaben"
+ toggle_contexts: "Kontexte umschalten"
+ toggle_contexts_title: "Kontextanzeige umschalten"
+ toggle_notes: "Notizen umschalten"
+ toggle_notes_title: "Alle Notizen umschalten"
+ login:
+ account_login: Account-Anmeldung
+ cas_create_account: "Wenn du die Anfrage fortsetzen möchtest, klicke bitte hier: %{signup_link}"
+ cas_logged_in_greeting: "Hallo, %{username}! Du bist authentifiziert."
+ cas_login: CAS-Anmeldung
+ cas_no_user_found: "Hallo, %{username}! Du hast leider keinen Tracks-Account."
+ cas_signup_link: "Account beantragen"
+ cas_username_not_found: "Sorry, aber es existiert kein Benutzer mit dem CAS-Benutzernamen (%{username})"
+ log_in_again: "Erneut anmelden."
+ logged_out: "Sie wurden von Tracks abgemeldet."
+ login_cas: "zum CAS gehen"
+ login_standard: "zurück zum Standard-Login"
+ login_with_openid: "Mit einer OpenID anmelden"
+ mobile_use_openid: "…oder mit einer OpenID anmelden"
+ openid_identity_url_not_found: "Sorry, aber es existiert kein Benutzer mit der Identitäts-URL (%{identity_url})"
+ option_separator: "oder,"
+ please_login: "Bitte melde dich an, um Tracks zu nutzen"
+ session_time_out: "Sitzung abgelaufen. Bitte %{link}"
+ session_will_expire: "Sitzung wird nach %{hours} Stunde(n) der Inaktivität ablaufen."
+ session_will_not_expire: "Sitzung wird nicht ablaufen."
+ sign_in: Anmeldung
+ successful: "Anmeldung erfolgreich. Willkommen zurück!"
+ successful_with_session_info: "Anmeldung erfolgreich:"
+ unsuccessful: "Anmeldung war nicht erfolgreich."
+ user_no_expiry: "Angemeldet bleiben"
models:
- project:
- feed_title: Tracks-Projekte
- feed_description: "Listet alle Projekte für %{username} auf"
- todo:
- error_date_must_be_future: muss ein Datum in der Zukunft sein
preference:
- due_on: "Fällig am %{date}"
due_in: "Fällig in %{days} Tagen"
+ due_on: "Fällig am %{date}"
due_styles:
- - "Fällig in ___ Tagen"
- - "Fällig am _______"
+ - "Fällig in ___ Tagen"
+ - "Fällig am _______"
+ project:
+ feed_description: "Listet alle Projekte für %{username} auf"
+ feed_title: Tracks-Projekte
+ todo:
+ error_date_must_be_future: "muss ein Datum in der Zukunft sein"
user:
error_context_not_associated: "Kontext-ID %{context} nicht mit Benutzer-ID %{user} verknüpft."
error_project_not_associated: "Projekt-ID %{project} nicht mit User-ID %{user} verknüpft."
+ notes:
+ delete_confirmation: "Bist du sicher, dass du die Notiz '%{id}' löschen möchtest?"
+ delete_item_title: "Eintrag löschen"
+ delete_note_confirm: "Soll die Notiz '%{id}' wirklich gelöscht werden?"
+ delete_note_title: "Notiz '%{id}' löschen"
+ deleted_note: "Notiz '%{id}' löschen"
+ edit_item_title: "Eintrag bearbeiten"
+ in_project: "In:"
+ no_notes_available: "Derzeit gibt es keine Notizen. Füge Notizen auf der jeweiligen Projektseite hinzu."
+ note_header: "Notiz %{id}"
+ note_link_title: "Notiz %{id} anzeigen"
+ note_location_link: "In:"
+ show_note_title: "Notiz anzeigen"
+ number:
+ currency:
+ format:
+ delimiter: ","
+ format: "%n%u"
+ separator: "."
+ unit: €
+ format:
+ delimiter: "."
+ precision: 2
+ separator: ","
+ human:
+ format:
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Byte
+ other: Bytes
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: TB
+ preferences:
+ authentication_header: "Deine Authentifizierung"
+ change_authentication_type: "Authentifzierungsart ändern"
+ change_identity_url: "Ändere deine Identitäts-URL"
+ change_password: "Passwort ändern"
+ current_authentication_type: "Dein Authentifizierungsart ist %{auth_type}"
+ edit_preferences: "Einstellungen bearbeiten"
+ generate_new_token: "Neues Token generieren"
+ generate_new_token_confirm: "Bist du sicher? Wenn du ein neues Token generierst, wird dies das alte Token ersetzen und jegliche externe Nutzung stören, die das alte Token verwendet."
+ is_false: Nein
+ is_true: Ja
+ open_id_url: "Deine OpenID-URL lautet:"
+ page_title: "TRACKS::Einstellungen"
+ page_title_edit: "TRACKS::Einstellungen ändern"
+ password_changed: "Ihr Passwort geändert wurde, melden Sie sich bitte wieder an."
+ show_number_completed: "Zeige %{number} erledigte Einträge"
+ sms_context_none: Keine
+ staleness_starts_after: "Abgestandenheit startet nach %{days} Tagen"
+ tabs:
+ authentication: Authentifizierung
+ date_and_time: "Datum und Uhrzeit"
+ profile: Profil
+ tracks_behavior: "Tracks Verhalten"
+ title: "Deine Einstellungen"
+ token_description: "Token (für die Verwendung in Feeds und der API)"
+ token_header: "Dein Token"
+ updated: "Einstellungen aktualisiert"
+ projects:
+ actions_in_project_title: "Aufgaben im Projekt"
+ active_projects: "Aktive Projekte"
+ add_note: "Notiz hinzufügen"
+ add_note_submit: "Notiz hinzufügen"
+ add_project: "Projekt hinzufügen"
+ all_completed_tasks_title: "TRACKS:: Alle erledigten Aufgaben im Projekt '%{project_name}'"
+ completed_actions: "Erledigte Aufgaben für dieses Projekt"
+ completed_actions_empty: "Es gibt keine erledigten Aufgaben für dieses Projekt"
+ completed_projects: "Erledigte Projekte"
+ completed_tasks_title: "TRACKS:: Liste erledigter Aufgaben in Project '%{project_name}'"
+ default_context: "Der Standard-Kontext dieses Projektes ist %{context}"
+ default_context_removed: "Standard-Kontext entfernt"
+ default_context_set: "Standard-Kontext des Projekts auf %{default_context} gesetzt"
+ default_tags_removed_notice: "Standard-Tags entfernt"
+ deferred_actions: "Aufgeschobene Aufgaben für dieses Projekt"
+ deferred_actions_empty: "Es gibt keine aufgeschobenen Aufgaben für dieses Projekt"
+ delete_project: "Projekt löschen"
+ delete_project_confirmation: "Soll das Projekt '%{name}' wirklich gelöscht werden?"
+ delete_project_title: "Projekt löschen"
+ edit_project_settings: "Projekteinstellungen bearbeiten"
+ edit_project_title: "Projekt bearbeiten"
+ hidden_projects: "Versteckte Projekte"
+ hide_form: "Fomular verstecken"
+ hide_form_title: "Formular verstecken"
+ is_active: "ist aktiv"
+ list_completed_projects: "TRACKS:: Liste erledigter Projekte"
+ list_projects: "TRACKS::Projektliste"
+ list_reviews: "TRACKS::Rückblick"
+ no_actions_in_project: "Momentan gibt es keine unerledigten Aufgaben in diesem Projekt"
+ no_default_context: "Dieses Projekt hat keinen Standard-Kontext"
+ no_last_completed_projects: "Keine erledigten Projekte gefunden"
+ no_last_completed_recurring_todos: "Keine erledigten wiederkehrenden Aufgaben gefunden"
+ no_notes_attached: "Im Augenblick sind keine Notizen mit diesem Projekt verknüpft."
+ no_projects: "Keine Projekte vorhanden"
+ notes: Notizen
+ notes_empty: "Es gibt keine Notizen für dieses Projekt"
+ page_title: "TRACKS::Projekt: %{project}"
+ project_saved_status: "Projekt gespeichert"
+ project_state: "Projekt ist %{state}"
+ set_default_tags_notice: "Standard-Tags des Projekts auf %{default_tags} setzen"
+ settings: Einstellungen
+ show_form: "Projekt erstellen"
+ show_form_title: "Neues Projekt anlegen"
+ state: "Dieses Projekt ist %{state}"
+ status_project_name_changed: "Projektname geändert"
+ this_project: "Dieses Projekt"
+ to_new_project_page: "Zu neuem Projekt weiterleiten"
+ todos_append: "dieses Projekts"
+ was_marked_complete: "wurde als erledigt markiert"
+ was_marked_hidden: "wurde als verborgen markiert"
+ with_default_context: "mit dem Standard-Kontext '%{context_name}'"
+ with_default_tags: "und mit '%{tags}' als Standard-Tags"
+ with_no_default_context: "hat keinen Standard-Kontext"
+ with_no_default_tags: "und hat keine Standard-Tags"
+ search:
+ contexts_matching_query: "Kontexte entsprechen der Suche"
+ no_results: "Die Suche ergab kein Ergebnis."
+ notes_matching_query: "Notizen entsprechen der Suche"
+ projects_matching_query: "Projekte entsprechen der Suche"
+ tags_matching_query: "Tags entsprechen der Suche"
+ todos_matching_query: "Todos entsprechen der Suche"
+ shared:
+ add_action: "Aufgabe hinzufügen"
+ add_actions: "Aufgaben hinzufügen"
+ add_context: "Neuer Kontext"
+ context_for_all_actions: "Kontext für alle Aufgaben"
+ hide_action_form_title: "Formular für neue Aufgaben verstecken"
+ hide_form: "Formular verstecken"
+ make_actions_dependent: "Aufgaben abhängig machen"
+ multiple_next_actions: "Mehrere neue Aufgaben (eine pro Zeile)"
+ project_for_all_actions: "Projekt für alle Aufgaben"
+ separate_tags_with_commas: "mit Kommas trennen"
+ tags_for_all_actions: "Tags für alle Aufgaben (kommagetrennt)"
+ toggle_multi: "Mehrere Aufgaben hinzufügen"
+ toggle_multi_title: "Zwischen Einzel- und Mehrfachformular für neue Aufgaben umschalten"
+ toggle_single: "Weitere Aufgabe erstellen"
+ toggle_single_title: "Eine weitere Aufgabe hinzufügen"
+ sidebar:
+ list_empty: Keine
+ list_name_active_contexts: "Aktive Kontexte"
+ list_name_active_projects: "Aktive Projekte"
+ list_name_completed_projects: "Erledigte Projekte"
+ list_name_hidden_contexts: "Versteckte Kontexte"
+ list_name_hidden_projects: "Versteckte Projekte"
+ states:
+ active: Aktiv
+ active_plural: Aktive
+ blocked: Blockiert
+ blocked_plural: Blockierte
+ completed: Erledigte
+ completed_plural: Erledigte
+ current: Aktuell
+ current_plural: Aktuelle
+ hidden: Versteckt
+ hidden_plural: Versteckte
+ review: Datiert
+ review_plural: Verschobene
+ stalled: Veraltet
+ stalled_plural: Veraltete
+ visible: Sichtbar
+ visible_plural: Sichtbare
stats:
- totals_hidden_context_count: und %{count} sind versteckte Kontexte.
- actions_avg_created: In den letzten 12 Monaten hast du durchschnittlich %{count} Aufgaben erstellt
- actions_min_max_completion_days: "Das Minimum/Maximum in Tagen zur Erledigung ist %{min}/%{max}."
- totals_actions_completed: "%{count} davon sind erledigt."
- tag_cloud_title: Tag-Cloud aller Aufgaben
- actions_actions_avg_created_30days: In den letzten 30 Tagen hast du durchschnittlich %{count} Aufgaben erstellt
- actions_avg_completed: und davon durchschnittlich %{count} per Monat erledigt.
- top5_visible_contexts_with_incomplete_actions: "Top 5 der sichtbaren Kontexte mit unerledigten Aufgaben"
+ action_completion_time_title: "Fertigstellungszeit (alle erledigten Aufgaben)"
+ action_selection_title: "TRACKS::Aufgabenauswahl"
actions: Aufgaben
- time_of_day_legend:
- number_of_actions: Anzahl Aufgaben
- time_of_day: Tageszeit
- totals_incomplete_actions: "Du hast %{count} unerledigte Aufgaben"
- totals_deferred_actions: "von denen %{count} im Notizbuch zurückgestellt sind"
+ actions_30days_title: "_Aufgaben der letzten 30 Tage"
+ actions_actions_avg_created_30days: "In den letzten 30 Tagen hast du durchschnittlich %{count} Aufgaben erstellt"
+ actions_avg_completed: "und davon durchschnittlich %{count} per Monat erledigt."
+ actions_avg_completed_30days: "und durchschnittlich %{count} davon erledigt."
+ actions_avg_completion_time: "Durchschnittlich hast du %{count} Tage gebraucht um eine Aufgabe zu erledigen."
+ actions_avg_created: "In den letzten 12 Monaten hast du durchschnittlich %{count} Aufgaben erstellt"
+ actions_day_of_week_legend:
+ day_of_week: "Tag der Woche"
+ number_of_actions: "Anzahl der Aufgaben"
+ actions_day_of_week_title: "Wochentag (alle Aufgaben)"
+ actions_dow_30days_legend:
+ day_of_week: "Tag der Woche"
+ number_of_actions: "Anzahl der Aufgaben"
+ actions_dow_30days_title: "Wochentag (letzte 30 Tage)"
+ actions_further: "und danach"
+ actions_last_year: "Aufgaben im letzten Jahr"
+ actions_last_year_legend:
+ months_ago: "Monate zuvor"
+ number_of_actions: "Anzahl Aufgaben"
+ actions_lastyear_title: "Aufgaben der letzten 12 Monate"
+ actions_min_completion_time: "Die minimale Zeit beträgt %{time}."
+ actions_min_max_completion_days: "Das Minimum/Maximum in Tagen zur Erledigung ist %{min}/%{max}."
+ actions_selected_from_week: "Aufgaben ausgewählt ab Woche"
+ click_to_return: "Klick auf %{link} um zur Statistikseite zurückzukehren."
+ click_to_return_link: hier
+ click_to_show_actions_from_week: "Klick auf %{link} um die Aufgaben von Woche %{week} und danach anzuzeigen."
+ click_to_update_actions: "Klicke auf eine Leiste in der Grafik um die Aufgaben unten zu aktualisieren."
+ contexts: Kontexte
+ current_running_time_of_incomplete_visible_actions: "Aktuelle Laufzeit unerledigter sichtbarer Aufgaben"
+ index_title: "TRACKS::Statistik"
+ labels:
+ avg_completed: "Durchschnittlich erledigt"
+ avg_created: "Durchschnittlich erstellt"
+ completed: Erledigt
+ created: Erstellt
+ month_avg_completed: "%{months} Monat durchschnittlich erledigt"
+ month_avg_created: "%{months} Monat durchschnittlich erstellt"
+ legend:
+ actions: Aufgaben
+ day_of_week: Wochentag
+ months_ago: "Monate zuvor"
+ number_of_actions: "Anzahl Aufgaben"
+ number_of_days: "Anzahl vergangene Tage"
+ percentage: Prozentsatz
+ running_time: "Laufzeit einer Aufgabe (Wochen)"
+ more_stats_will_appear: "Weitere Statistiken werden verfügbar, wenn einige Aufgaben hinzugefügt wurden."
+ no_actions_selected: "Es sind keine Aufgaben ausgewählt."
+ no_tags_available: "keine Tags verfügbar"
+ open_per_week: "Aktiv (sichtbar und unsichtbar) nächsten Aufgaben pro Woche"
+ open_per_week_legend:
+ actions: Aufgaben
+ weeks: "Wochen her"
+ other_actions_label: (andere)
+ projects: Projekte
+ running_time_all: "Aktuelle Laufzeit aller unerledigter Aufgaben."
+ running_time_all_legend:
+ actions: Aufgaben
+ percentage: Prozentsatz
+ running_time: "Laufzeit einer Aufgabe (Wochen). Klick auf eine Leiste für mehr Informationen."
running_time_legend:
actions: Aufgaben
percentage: Prozentsatz
weeks: "Vergangene Zeit einer Aufgabe (Wochen). Klicke auf eine Leiste für mehr Informationen."
- totals_action_count: hattest du insgesamt %{count} Aufgaben
- tag_cloud_90days_title: Tag-Cloud-Aufgaben in den letzten 90 Tagen
- actions_avg_completion_time: Durchschnittlich hast du %{count} Tage gebraucht um eine Aufgabe zu erledigen.
- tod30: Tageszeit (letzte 30 Tage)
+ spread_of_actions_for_all_context: "Aufgabenverteilung aller Kontexte"
+ spread_of_running_actions_for_visible_contexts: "Verteilung der laufenden Aufgaben aller sichtbaren Kontexte"
+ tag_cloud_90days_description: "Diese Tag-Cloud beinhaltet Tags der Aufgaben, die in den letzten 90 Tagen erstellt oder erledigt wurden."
+ tag_cloud_90days_title: "Tag-Cloud-Aufgaben in den letzten 90 Tagen"
+ tag_cloud_description: "Diese Tag-Cloud beinhaltet Tags aller Aufgaben (erledigt, unerledigt, sichtbar, unsichtbar)"
+ tag_cloud_title: "Tag-Cloud aller Aufgaben"
tags: Tags
- projects: Projekte
- totals_completed_project_count: und %{count} sind erledigte Projekte.
- labels:
- month_avg_completed: "%{months} Monat durchschnittlich erledigt"
- completed: Erledigt
- month_avg_created: "%{months} Monat durchschnittlich erstellt"
- avg_created: Durchschnittlich erstellt
- avg_completed: Durchschnittlich erledigt
- created: Erstellt
- actions_selected_from_week: "Aufgaben ausgewählt ab Woche"
- actions_day_of_week_title: Wochentag (alle Aufgaben)
- actions_lastyear_title: Aufgaben der letzten 12 Monate
- open_per_week: "Aktiv (sichtbar und unsichtbar) nächsten Aufgaben pro Woche"
- action_selection_title: TRACKS::Aufgabenauswahl
- totals_project_count: Du hast %{count} Projekte.
- legend:
- number_of_days: Anzahl vergangene Tage
- actions: Aufgaben
- number_of_actions: Anzahl Aufgaben
- day_of_week: Wochentag
- running_time: Laufzeit einer Aufgabe (Wochen)
- percentage: Prozentsatz
- months_ago: Monate zuvor
- current_running_time_of_incomplete_visible_actions: "Aktuelle Laufzeit unerledigter sichtbarer Aufgaben"
- tod30_legend:
- number_of_actions: Anzahl Aufgaben
+ time_of_day: "Tageszeit (alle Aufgaben)"
+ time_of_day_legend:
+ number_of_actions: "Anzahl Aufgaben"
+ time_of_day: Tageszeit
+ tod30: "Tageszeit (letzte 30 Tage)"
+ tod30_legend:
+ number_of_actions: "Anzahl Aufgaben"
time_of_day: Tageszeit
- totals_context_count: Du hast %{count} Kontexte.
- open_per_week_legend:
- actions: Aufgaben
- weeks: Wochen her
- actions_last_year_legend:
- number_of_actions: Anzahl Aufgaben
- months_ago: Monate zuvor
- top5_contexts: Top 5 aller Kontexte
- top10_projects: Top 10 aller Projekte
- contexts: Kontexte
- totals: Ingesamt
- click_to_return: "Klick auf %{link} um zur Statistikseite zurückzukehren."
- tag_cloud_90days_description: Diese Tag-Cloud beinhaltet Tags der Aufgaben, die in den letzten 90 Tagen erstellt oder erledigt wurden.
- totals_visible_context_count: Von diesen sind %{count} sichtbare Kontexte
- top10_projects_30days: Top-10-Projekt der letzten 30 Tage
- running_time_all: "Aktuelle Laufzeit aller unerledigter Aufgaben."
- actions_min_completion_time: "Die minimale Zeit beträgt %{time}."
- action_completion_time_title: Fertigstellungszeit (alle erledigten Aufgaben)
- click_to_show_actions_from_week: Klick auf %{link} um die Aufgaben von Woche %{week} und danach anzuzeigen.
top10_longrunning: "Top 10 der am längsten laufenden Projekte"
- no_actions_selected: "Es sind keine Aufgaben ausgewählt."
- totals_tag_count: Du hast %{count} Tags in Aufgaben.
- actions_further: und danach
- actions_dow_30days_legend:
- number_of_actions: Anzahl der Aufgaben
- day_of_week: Tag der Woche
- totals_first_action: Seit deiner ersten Aufgabe am %{date}
- tag_cloud_description: Diese Tag-Cloud beinhaltet Tags aller Aufgaben (erledigt, unerledigt, sichtbar, unsichtbar)
- spread_of_actions_for_all_context: Aufgabenverteilung aller Kontexte
- click_to_update_actions: Klicke auf eine Leiste in der Grafik um die Aufgaben unten zu aktualisieren.
- click_to_return_link: hier
- more_stats_will_appear: "Weitere Statistiken werden verfügbar, wenn einige Aufgaben hinzugefügt wurden."
- actions_avg_completed_30days: und durchschnittlich %{count} davon erledigt.
- index_title: TRACKS::Statistik
- actions_30days_title: _Aufgaben der letzten 30 Tage
- no_tags_available: "keine Tags verfügbar"
- actions_dow_30days_title: Wochentag (letzte 30 Tage)
- actions_day_of_week_legend:
- number_of_actions: Anzahl der Aufgaben
- day_of_week: Tag der Woche
- within_one: Innerhalb von 1
- spread_of_running_actions_for_visible_contexts: Verteilung der laufenden Aufgaben aller sichtbaren Kontexte
- actions_last_year: Aufgaben im letzten Jahr
+ top10_projects: "Top 10 aller Projekte"
+ top10_projects_30days: "Top-10-Projekt der letzten 30 Tage"
+ top5_contexts: "Top 5 aller Kontexte"
+ top5_visible_contexts_with_incomplete_actions: "Top 5 der sichtbaren Kontexte mit unerledigten Aufgaben"
+ totals: Ingesamt
+ totals_action_count: "hattest du insgesamt %{count} Aufgaben"
+ totals_actions_completed: "%{count} davon sind erledigt."
+ totals_active_project_count: "Von diesen sind %{count} aktive Projekte"
totals_blocked_actions: "%{count} hängen vom Abschluss anderer Aufgaben ab."
- totals_unique_tags: Von diesen Tags sind %{count} einmalig.
- totals_active_project_count: Von diesen sind %{count} aktive Projekte
- running_time_all_legend:
- actions: Aufgaben
- running_time: "Laufzeit einer Aufgabe (Wochen). Klick auf eine Leiste für mehr Informationen."
- percentage: Prozentsatz
- other_actions_label: (andere)
+ totals_completed_project_count: "und %{count} sind erledigte Projekte."
+ totals_context_count: "Du hast %{count} Kontexte."
+ totals_deferred_actions: "von denen %{count} im Notizbuch zurückgestellt sind"
+ totals_first_action: "Seit deiner ersten Aufgabe am %{date}"
+ totals_hidden_context_count: "und %{count} sind versteckte Kontexte."
totals_hidden_project_count: "%{count} sind versteckt"
- time_of_day: Tageszeit (alle Aufgaben)
- todos:
- recurring_action_deleted: Die Aufgabe wurde gelöscht. Da dies eine wiederkehrende Aufgabe ist, wurde eine neue erstellt.
- show_from: Anzeigen ab dem
- error_starring_recurring: Konnte die Hervorhebung der wiederkehrenden Aufgabe \'%{description}\' nicht durchführen
- completed_actions: Erledigte Aufgaben
- added_new_next_action: Neue Aufgabe angelegt
- completed_recurring: Erledigte wiederkehrende Aufgaben
- completed_rest_of_previous_month: Erledigt im Vormonat
- blocked_by: Blockiert durch %{predecessors}
- star_action: Aufgabe markieren
- completed_recurrence_completed: Es gibt keine weitere Aufgabe nach der soeben gelöschten. Die Wiederholung ist abgeschlossen.
- defer_date_after_due_date: "Zurückstellungsdatum nach Ablaufdatum. Bitte passe das Ablaufdatum an, dass es vor dem Zurückstellungsdatum liegt."
- unable_to_add_dependency: Abhängigkeit nicht hinzufügbar
- done: Erledigt?
- star_action_with_description: Aufgabe '%{description}' markieren
- tagged_with: getagged mit '%{tag_name}'
- completed: Erledigt
- no_deferred_actions_with: "Keine zurückgestellten Aufgaben mit dem Tag '%{tag_name}'"
- no_hidden_actions: Momentan sind keine versteckten Aufgaben vorhanden
- edit_action_with_description: Aufgabe '%{description}' bearbeiten
- action_due_on: "(Aufgabe fällig am %{date})"
- list_incomplete_next_actions: Unerledigte Folge-Aufgaben anzeigen
- archived_tasks_title: TRACKS::Archivierte erledigte Aufgaben
- remove_dependency: Abhängigkeit löschen (löscht nicht die Aufgabe)
- action_deleted_success: Die nächste Aufgabe erfolgreich gelöscht
- tags: Tags (kommagetrennt)
- delete_recurring_action_title: "Wiederkehrende Aufgabe '%{description}' löschen"
- context_changed: Kontext zu %{name} gewechselt
- new_related_todo_created: "Eine neue Aufgabe wurde hinzugefügt, die zu dieser wiederkehrenden Aufgabe gehört"
- mobile_todos_page_title: Alle Aufgaben
- add_another_dependency: "Neue Abhängigkeit"
- removed_predecessor: "%{successor} entfernt als Abhängigkeit von %{predecessor}."
- recurring_actions_title: TRACKS::Wiederkehrende Aufgaben
- next_action_needed: Es muss mindestens eine folgende Aufgabe angelegt werden
- action_saved: Aufgabe gespeichert
- scheduled_overdue: "Planmäßig angezeigt vor %{days} Tagen"
- action_deleted_error: Fehler beim Löschen der Aufgabe
- edit_action: Aufgabe bearbeiten
- added_new_context: "Neuer Kontext hinzugefügt"
- next_actions_description: "Filter:"
- list_incomplete_next_actions_with_limit: Zeige die letzten %{count} unerledigten Folge-Aufgaben
- set_to_pending: "%{task} als ausstehend markiert"
- added_new_project: "Neues Projekt hinzugefügt"
- next_actions_title_additions:
- completed: Aufgaben erledigt
- due_today: heute fällig
- due_within_a_week: diese Woche fällig
- older_completed_items: "ältere erledigte Aufgaben"
- no_actions_due_this_week: Keine fälligen Aufgaben diese Woche
- all_completed_here: hier
- append_in_this_project: in diesem Projekt
- edit_recurring_todo: Wiederkehrende Aufgabe bearbeiten
- error_deleting_item: Beim Löschen von %{description} trat ein Fehler auf
- task_list_title: TRACKS::Aufgaben anzeigen
- no_recurring_todos: Im Augenblick gibt es keine wiederkehrenden Aufgaben
- error_completing_todo: Beim Abschließen/Aktivieren der wiederkehrenden Aufgabe %{description} ist ein Fehler aufgetreten
- recurring_pattern_removed: Das Wiederholungsmuster wurde entfernt %{count}
- convert_to_project: In Projekt umwandeln
- no_deferred_pending_actions: Momentan sind keine aufgeschobenen oder ausstehenden Aufgaben vorhanden.
- delete_recurring_action_confirm: Soll die wiederkehrende Aufgabe '%{description}' wirklich gelöscht werden?
- completed_last_day: In den letzten 24 Stunden erledigt
- feed_title_in_context: im Kontext '%{context}'
- no_project: --Kein Projekt--
- show_in_days: Anzeigen in %{days} Tagen
- error_saving_recurring: Es gab einen Fehler beim Speichern der wiederkehrenden Aufgabe '%{description}'
- completed_more_than_x_days_ago: Vor mehr als %{count} Tagen erledigt
- new_related_todo_created_short: hat eine neue Aufgabe
- all_completed: Alle erledigten Aufgaben
- edit: Bearbeiten
- completed_actions_with: Erledigte Aufgaben mit dem Tag %{tag_name}
- older_than_days: "älter als %{count} Tage"
- completed_tagged_page_title: "TRACKS:: Erledigte Aufgaben mit Tag %{tag_name}"
- pending: Ausstehend
- completed_tasks_title: TRACKS::Erledigte Aufgaben
- deleted_success: "Die Aufgabe wurde erfolgreich gelöscht."
- feed_title_in_project: im Projekt '%{project}'
- clear_due_date: Fälligkeitsdatum leeren
- error_removing_dependency: "Beim Entfernen der Abhängigkeit ist ein Fehler aufgetreten"
- hidden_actions: Verstecke Aufgaben
- was_due_on_date: war am %{date} fällig
- show_on_date: Anzeigen am %{date}
- recurrence_period: Wiederholungszeitraum
- deferred_actions_with: "Zurückgestellte Aufgaben mit dem Tag '%{tag_name}'"
- confirm_delete: "Bist du sicher, dass du die Aufgabe '%{description}' löschen möchtest?"
- recurring_deleted_success: "Die wiederkehrende Aufgabe wurde erfolgreich gelöscht."
- no_completed_actions_with: Keine erledigten Aufgaben mit dem Tag '%{tag_name}'
- next_actions_title: TRACKS::Weitere Aufgaben
- next_action_description: "Beschreibung der nächsten Aufgabe"
- deferred_tasks_title: TRACKS::Notizbuch
- clear_show_from_date: Datum leeren
- in_hidden_state: als versteckt markiert
- see_all_completed: "Alle erledigten Aufgaben %{link}"
- calendar_page_title: TRACKS::Kalender
- unresolved_dependency: "Der Wert, den Sie in die Abhängigkeit Feld eingegeben nicht zu einer bestehenden Aufgabe zu lösen. Dieser Wert wird nicht mit dem Rest der Aufgabe gerettet werden. Weiter gehen?"
- no_actions_found_title: Keine Aufgaben gefunden
- show_today: Heute anzeigen
- next_actions_due_date:
- overdue_by: "Überfällig mit %{days} Tag"
- due_in_x_days: "Fällig in %{days} Tagen"
- due_today: "Heute fällig"
- overdue_by_plural: "Überfällig mit %{days} Tagen"
- due_tomorrow: "Fällig morgen"
- completed_last_x_days: In den letzten %{count} Tagen erledigt
- no_actions_with: "Im Augenblick gibt es keine unerledigten Aufgaben mit dem Tag '%{tag_name}'"
- defer_x_days:
- one: "Einen Tag zurückstellen"
- other: "%{count} Tage zurückstellen"
- added_new_next_action_singular: Neue nächste Aufgabe angelegt
- no_completed_actions: Momentan sind keine erledigten Aufgaben vorhanden.
- deferred_pending_actions: Aufgeschobene und ausstehende Aufgaben
- has_x_pending:
- one: Hat eine ausstehende Aufgabe
- other: Hat %{count} ausstehende Aufgaben
- feeds:
- completed: "Erledigt: %{date}"
- due: "Fällig: %{date}"
- recurring_todos: Wiederkehrende Aufgaben
- error_deleting_recurring: "Beim Löschen der wiederkehrenden Aufgabe %{description} ist ein Fehler aufgetreten"
- delete_action: "Aufgabe löschen"
- delete: "Löschen"
- no_last_completed_actions: Keine erledigten Aufgaben gefunden
- drag_action_title: "Auf andere Aufgabe ziehen, um sie als Abhängigkeit zu definieren"
- cannot_add_dependency_to_completed_todo: "Kann keine Abhängigkeit zu einer erledigten Aufgabe hinzufügen!"
- depends_on: "Hängt ab von"
- tickler_items_due:
- one: Ein Notizbuch-Eintrag ist nun fällig - lade die Seite neu, um sie zu sehen.
- other: "%{count} Notizbuch-Einträge sind nun fällig - lade die Seite neu, um sie zu sehen."
- action_marked_complete: Die Aufgabe '%{description}' wurde als %{completed} markiert.
- completed_today: Heute erledigt
- added_new_next_action_plural: Neue weiterführende Aufgaben angelegt
- new_related_todo_not_created_short: konnte nicht erstellt werden
- completed_rest_of_week: Erledigt diese Woche
- show_tomorrow: Morgen anzeigen
- error_starring: Konnte die Hervorhebung von \'%{description}\' nicht durchführen
- calendar:
- get_in_ical_format: Diesen Kalender im iCal Format herunterladen
- due_next_week: Nächste Woche fällig
- no_actions_due_next_week: Keine Aufgaben für die kommende Woche
- due_this_week: Diese Woche fällig
- no_actions_due_today: Heute sind keine Aufgaben fällig
- due_today: Heute fällig
- due_next_month_and_later: Im %{month} und später fällig
- no_actions_due_after_this_month: Nach diesem Monat sind keine Aufgaben fällig
- no_actions_due_this_month: Keine Aufgaben für den Rest des Monats
- due_this_month: Im %{month} fällig
- no_completed_recurring: Im Augenblick gibt es keine erledigten wiederkehrenden Aufgaben
- recurrence:
- ends_on_date: Endet am %{date}
- every_work_day: Jeden Arbeitstag
- ends_on_number_times: Endet nach %{number} mal
- recurrence_on_due_date: Fälligkeitsdatum
- weekly_options: "Einstellungen wöchentliche Aufgaben"
- weekly: "Wöchentlich"
- monthly_options: "Einstellungen für monatliche Aufgaben"
- daily_options: "Einstellungen tägliche Aufgaben"
- monthly: Monatlich
- starts_on: Beginnt am
- daily: "Täglich"
- show_option_always: immer
- pattern:
- third: Drittel
- month_names:
- -
- - Januar
- - Februar
- - "März"
- - April
- - Mai
- - Juni
- - Juli
- - August
- - September
- - Oktober
- - November
- - Dezember
- every_n: jeden %{n}
- second: zweite
- every_xth_day_of_every_n_months: "jedes %{x} %{day} jedes %{n_months} "
- on_day_n: am Tag %{n}
- weekly: "wöchentlich"
- from: von
- last: zuletzt
- every_day: jeden Tag
- the_xth_day_of_month: der %{x} %{day} von %{month}
- times: "für %{number} Zeiten"
- first: erste
- show: Show
- every_year_on: jedes Jahr in %{date}
- on_work_days: an Wochentagen
- day_names:
- - Sonntag
- - Montag
- - Dienstag
- - Mittwoch
- - Donnerstag
- - Freitag
- - Samstag
- fourth: vierte
- due: "Fällig"
- every_month: jeden Monat
- until: bis
- yearly_every_x_day: "Jeden %{day}. %{month} "
- recurrence_on_options: Setze Wiederholung auf
- daily_every_number_day: Alle %{number} Tage
- show_options: Aufgabe anzeigen
- weekly_every_number_week: Kehrt jede %{number}. Woche wieder am
- ends_on: Endet am
- show_days_before: "%{days} Tage bevor die Aufgabe fällig ist"
- from_tickler: Fälligkeitsdatum kommt vom Notizbuch (keine Fälligkeit setzen)
- no_end_date: Kein Enddatum
- day_x_on_every_x_month: Tag %{day} in jedem %{month}. Monat
- yearly_every_xth_day: Den %{day} %{day_of_week} des %{month}
- yearly_options: "Einstellungen jährliche Aufgaben"
- yearly: "Jährlich"
- monthly_every_xth_day: Der %{day} %{day_of_week} eines jeden %{month}. Monats
- action_deferred: Die Aufgabe \'% {description}\' wurde vertagt
- tagged_page_title: TRACKS::Als '%{tag_name}' markiert
- added_dependency: "%{dependency} als Abhängigkeit hinzugefügt."
- completed_rest_of_month: Erledigt diesen Monat
- all_completed_tagged_page_title: "TRACKS:: Alle erledigten Aufgaben mit Tag %{tag_name}"
- no_deferred_actions: Zur Zeit sind keine zurückgestellten Aufgaben vorhanden.
- recurrence_completed: Nach dieser erledigten wiederkehrenden Aufgabe folgt keine mehr. Die Wiederholung endet hiermit.
- action_marked_complete_error: Die Aufgabe '%{description}' wurde aufgrund eines Fehlers NICHT als %{completed} markiert.
- no_actions_found: "Momentan gibt es keine unerledigten Aufgaben."
- in_pending_state: und als ausstehend markiert
- error_toggle_complete: "Könnte nicht diese Marke todo komplett"
- due: Fällig
- no_incomplete_actions: Es gibt keine unerledigten Aufgaben
- action_saved_to_tickler: Aufgabe im Notizbuch gespeichert
- recurring_action_saved: Wiederkehrende Aufgabe gespeichert
- depends_on_separate_with_commas: Hängt ab von (kommagetrennt)
- completed_in_archive:
- one: Es befindet sich eine erledigte Aufgabe im Archiv.
- other: Es befinden sich %{count} erledigte Aufgaben im Archiv.
- to_tickler: ", im Notizbuch hinterlegt"
- next_actions_description_additions:
- completed: In den letzten %{count} Tagen
- due_date: mit einem Datum %{due_date} oder früher
- overdue: "überfällig"
- add_new_recurring: "Neue wiederkehrende Aufgabe"
- notes:
- delete_note_title: Notiz '%{id}' löschen
- delete_confirmation: "Bist du sicher, dass du die Notiz '%{id}' löschen möchtest?"
- in_project: "In:"
- delete_item_title: Eintrag löschen
- deleted_note: "Notiz '%{id}' löschen"
- note_link_title: Notiz %{id} anzeigen
- show_note_title: Notiz anzeigen
- edit_item_title: Eintrag bearbeiten
- note_location_link: "In:"
- no_notes_available: "Derzeit gibt es keine Notizen. Füge Notizen auf der jeweiligen Projektseite hinzu."
- note_header: Notiz %{id}
- delete_note_confirm: Soll die Notiz '%{id}' wirklich gelöscht werden?
- projects:
- default_context_set: Standard-Kontext des Projekts auf %{default_context} gesetzt
- no_actions_in_project: "Momentan gibt es keine unerledigten Aufgaben in diesem Projekt"
- deferred_actions: "Aufgeschobene Aufgaben für dieses Projekt"
- was_marked_hidden: wurde als verborgen markiert
- edit_project_title: Projekt bearbeiten
- default_tags_removed_notice: Standard-Tags entfernt
- page_title: "TRACKS::Projekt: %{project}"
- all_completed_tasks_title: "TRACKS:: Alle erledigten Aufgaben im Projekt '%{project_name}'"
- hide_form: Fomular verstecken
- list_completed_projects: "TRACKS:: Liste erledigter Projekte"
- no_notes_attached: "Im Augenblick sind keine Notizen mit diesem Projekt verknüpft."
- to_new_project_page: Zu neuem Projekt weiterleiten
- show_form_title: Neues Projekt anlegen
- deferred_actions_empty: "Es gibt keine aufgeschobenen Aufgaben für dieses Projekt"
- project_state: Projekt ist %{state}
- this_project: Dieses Projekt
- no_last_completed_projects: Keine erledigten Projekte gefunden
- no_last_completed_recurring_todos: Keine erledigten wiederkehrenden Aufgaben gefunden
- notes: Notizen
- todos_append: dieses Projekts
- list_reviews: "TRACKS::Rückblick"
- notes_empty: "Es gibt keine Notizen für dieses Projekt"
- no_projects: Keine Projekte vorhanden
- hide_form_title: Formular verstecken
- delete_project: Projekt löschen
- completed_actions_empty: "Es gibt keine erledigten Aufgaben für dieses Projekt"
- with_no_default_context: hat keinen Standard-Kontext
- delete_project_confirmation: Soll das Projekt '%{name}' wirklich gelöscht werden?
- with_default_context: mit dem Standard-Kontext '%{context_name}'
- show_form: Projekt erstellen
- actions_in_project_title: Aufgaben im Projekt
- completed_projects: Erledigte Projekte
- is_active: ist aktiv
- add_note: "Notiz hinzufügen"
- set_default_tags_notice: Standard-Tags des Projekts auf %{default_tags} setzen
- add_project: Projekt hinzufügen
- settings: Einstellungen
- project_saved_status: Projekt gespeichert
- list_projects: TRACKS::Projektliste
- with_default_tags: und mit '%{tags}' als Standard-Tags
- completed_tasks_title: "TRACKS:: Liste erledigter Aufgaben in Project '%{project_name}'"
- hidden_projects: Versteckte Projekte
- delete_project_title: Projekt löschen
- default_context_removed: Standard-Kontext entfernt
- add_note_submit: "Notiz hinzufügen"
- completed_actions: "Erledigte Aufgaben für dieses Projekt"
- was_marked_complete: wurde als erledigt markiert
- no_default_context: Dieses Projekt hat keinen Standard-Kontext
- with_no_default_tags: und hat keine Standard-Tags
- edit_project_settings: Projekteinstellungen bearbeiten
- default_context: Der Standard-Kontext dieses Projektes ist %{context}
- status_project_name_changed: "Projektname geändert"
- state: Dieses Projekt ist %{state}
- active_projects: Aktive Projekte
- states:
- hidden_plural: Versteckte
- stalled: Veraltet
- review_plural: Verschobene
- completed: Erledigte
- current: Aktuell
- review: Datiert
- completed_plural: Erledigte
- blocked: Blockiert
- blocked_plural: Blockierte
- stalled_plural: Veraltete
- visible_plural: Sichtbare
- active_plural: Aktive
- visible: Sichtbar
- hidden: Versteckt
- active: Aktiv
- current_plural: Aktuelle
- errors:
- user_unauthorized: "401 Unauthorized: Nur administrative Benutzer dürfen auf diese Funktion zugreifen."
- preferences:
- open_id_url: "Deine OpenID-URL lautet:"
- change_identity_url: "Ändere deine Identitäts-URL"
- staleness_starts_after: Abgestandenheit startet nach %{days} Tagen
- page_title: TRACKS::Einstellungen
- change_password: "Passwort ändern"
- token_description: "Token (für die Verwendung in Feeds und der API)"
- title: Deine Einstellungen
- is_false: Nein
- show_number_completed: "Zeige %{number} erledigte Einträge"
- password_changed: "Ihr Passwort geändert wurde, melden Sie sich bitte wieder an."
- edit_preferences: Einstellungen bearbeiten
- page_title_edit: "TRACKS::Einstellungen ändern"
- is_true: Ja
- sms_context_none: Keine
- generate_new_token: Neues Token generieren
- token_header: Dein Token
- authentication_header: Deine Authentifizierung
- updated: Einstellungen aktualisiert
- current_authentication_type: Dein Authentifizierungsart ist %{auth_type}
- change_authentication_type: "Authentifzierungsart ändern"
- generate_new_token_confirm: "Bist du sicher? Wenn du ein neues Token generierst, wird dies das alte Token ersetzen und jegliche externe Nutzung stören, die das alte Token verwendet."
- tabs:
- authentication: Authentifizierung
- tracks_behavior: Tracks Verhalten
- profile: Profil
- date_and_time: Datum und Uhrzeit
+ totals_incomplete_actions: "Du hast %{count} unerledigte Aufgaben"
+ totals_project_count: "Du hast %{count} Projekte."
+ totals_tag_count: "Du hast %{count} Tags in Aufgaben."
+ totals_unique_tags: "Von diesen Tags sind %{count} einmalig."
+ totals_visible_context_count: "Von diesen sind %{count} sichtbare Kontexte"
+ within_one: "Innerhalb von 1"
+ support:
+ array:
+ last_word_connector: " und "
+ two_words_connector: " und "
+ words_connector: ", "
+ select:
+ prompt: "Bitte wählen Sie"
time:
am: vormittags
formats:
- stats: "%a %d-%m"
default: "%A, %d. %B %Y, %H:%M Uhr"
- time: "%H:%M"
- short: "%d. %B, %H:%M Uhr"
- month_day: "%d. %B"
long: "%A, %d. %B %Y, %H:%M Uhr"
- pm: nachmittags
- date:
- month_names:
- -
- - Januar
- - Februar
- - "März"
- - April
- - Mai
- - Juni
- - Juli
- - August
- - September
- - Oktober
- - November
- - Dezember
- abbr_day_names:
- - So
- - Mo
- - Di
- - Mi
- - Do
- - Fr
- - Sa
- order:
- - :day
- - :month
- - :year
- formats:
- only_day: "%e"
- longer: "%A, %d. %B %Y"
- default: "%d.%m.%Y"
- short: "%e. %b"
month_day: "%d. %B"
- long: "%e. %B %Y"
- day_names:
- - Sonntag
- - Montag
- - Dienstag
- - Mittwoch
- - Donnerstag
- - Freitag
- - Samstag
- abbr_month_names:
- -
- - Jan
- - Feb
- - "Mär"
- - Apr
- - Mai
- - Jun
- - Jul
- - Aug
- - Sep
- - Okt
- - Nov
- - Dez
- will_paginate:
- previous_label: "« Zurück"
- page_entries_info:
- multi_page: Angezeigte %{model} %{from} - %{to} von %{count} insgesamt
- single_page_html:
- one: Angezeigte 1 %{model}
- other: Anzeige aller %{count} %{model}
- zero: Kein %{model} gefunden
- single_page:
- one: Angezeigte 1 %{model}
- other: Anzeige aller %{count} %{model}
- zero: Kein %{model} gefunden
- multi_page_html: Angezeigte %{model} %{from} - %{to} von %{count} insgesamt
- page_gap: ...
- next_label: "Nächste »"
- support:
- array:
- words_connector: ", "
- last_word_connector: " und "
- two_words_connector: " und "
- select:
- prompt: "Bitte wählen Sie"
- footer:
- send_feedback: Senden Sie Feedback zu %{version}
- shared:
- multiple_next_actions: Mehrere neue Aufgaben (eine pro Zeile)
- make_actions_dependent: "Aufgaben abhängig machen"
- toggle_single: Weitere Aufgabe erstellen
- hide_form: Formular verstecken
- add_actions: "Aufgaben hinzufügen"
- add_action: "Aufgabe hinzufügen"
- tags_for_all_actions: "Tags für alle Aufgaben (kommagetrennt)"
- toggle_single_title: Eine weitere Aufgabe hinzufügen
- project_for_all_actions: "Projekt für alle Aufgaben"
- context_for_all_actions: "Kontext für alle Aufgaben"
- toggle_multi: "Mehrere Aufgaben hinzufügen"
- separate_tags_with_commas: mit Kommas trennen
- add_context: "Neuer Kontext"
- toggle_multi_title: "Zwischen Einzel- und Mehrfachformular für neue Aufgaben umschalten"
- hide_action_form_title: "Formular für neue Aufgaben verstecken"
- feedlist:
- choose_context: "Kontext für den Feed wählen"
- actions_due_today: "Heute oder früher fällig"
- ical_feed: iCal-Feed
- legend: "Legende:"
- all_contexts: Alle Kontexte
- rss_feed: RSS-Feed
- choose_project: "Projekt für den Feed wählen"
- all_projects: Alle Projekte
- project_needed: Es muss mindestens ein Projekt existieren, bevor ein Feed abonniert werden kann.
- select_feed_for_project: "Feed für dieses Projekt auswählen"
- active_projects_wo_next: Aktive Projekte ohne nächste Aufgabe
- active_starred_actions: Alle markierten, aktiven Aufgaben
- context_needed: Es muss mindestens ein Kontext existieren, bevor ein Feed abonniert werden kann.
- select_feed_for_context: "Feed für diesen Kontext auswählen"
- projects_and_actions: Aktive Projekte und deren Aufgaben
- notice_incomplete_only: "Hinweis: Alle Feeds zeigen nur Aufgaben, die noch nicht als erledigt markiert wurden."
- actions_due_next_week: "Nächste Woche fällige Aufgaben"
- actions_completed_last_week: In den letzten 7 Tagen erledigte Aufgaben
- context_centric_actions: "Feeds für unerledigte Aufgaben in einem bestimmten Kontext"
- plain_text_feed: Reintext-Feed
- last_fixed_number: Die letzten %{number} Aufgaben
- all_actions: Alle Aufgaben
- project_centric: "Feeds für unerledigte Aufgaben in einem bestimmten Kontext"
- sidebar:
- list_name_active_contexts: Aktive Kontexte
- list_name_active_projects: Aktive Projekte
- list_empty: Keine
- list_name_completed_projects: Erledigte Projekte
- list_name_hidden_projects: Versteckte Projekte
- list_name_hidden_contexts: Versteckte Kontexte
+ short: "%d. %B, %H:%M Uhr"
+ stats: "%a %d-%m"
+ time: "%H:%M"
+ pm: nachmittags
+ todos:
+ action_deleted_error: "Fehler beim Löschen der Aufgabe"
+ action_deleted_success: "Die nächste Aufgabe erfolgreich gelöscht"
+ action_due_on: "(Aufgabe fällig am %{date})"
+ action_marked_complete: "Die Aufgabe '%{description}' wurde als %{completed} markiert."
+ action_marked_complete_error: "Die Aufgabe '%{description}' wurde aufgrund eines Fehlers NICHT als %{completed} markiert."
+ action_saved: "Aufgabe gespeichert"
+ action_saved_to_tickler: "Aufgabe im Notizbuch gespeichert"
+ add_another_dependency: "Neue Abhängigkeit"
+ add_new_recurring: "Neue wiederkehrende Aufgabe"
+ added_dependency: "%{dependency} als Abhängigkeit hinzugefügt."
+ added_new_context: "Neuer Kontext hinzugefügt"
+ added_new_next_action: "Neue Aufgabe angelegt"
+ added_new_next_action_plural: "Neue weiterführende Aufgaben angelegt"
+ added_new_next_action_singular: "Neue nächste Aufgabe angelegt"
+ added_new_project: "Neues Projekt hinzugefügt"
+ all_completed: "Alle erledigten Aufgaben"
+ all_completed_here: hier
+ all_completed_tagged_page_title: "TRACKS:: Alle erledigten Aufgaben mit Tag %{tag_name}"
+ append_in_this_project: "in diesem Projekt"
+ archived_tasks_title: "TRACKS::Archivierte erledigte Aufgaben"
+ blocked_by: "Blockiert durch %{predecessors}"
+ calendar:
+ due_next_month_and_later: "Im %{month} und später fällig"
+ due_next_week: "Nächste Woche fällig"
+ due_this_month: "Im %{month} fällig"
+ due_this_week: "Diese Woche fällig"
+ due_today: "Heute fällig"
+ get_in_ical_format: "Diesen Kalender im iCal Format herunterladen"
+ no_actions_due_after_this_month: "Nach diesem Monat sind keine Aufgaben fällig"
+ no_actions_due_next_week: "Keine Aufgaben für die kommende Woche"
+ no_actions_due_this_month: "Keine Aufgaben für den Rest des Monats"
+ no_actions_due_today: "Heute sind keine Aufgaben fällig"
+ calendar_page_title: "TRACKS::Kalender"
+ cannot_add_dependency_to_completed_todo: "Kann keine Abhängigkeit zu einer erledigten Aufgabe hinzufügen!"
+ clear_due_date: "Fälligkeitsdatum leeren"
+ clear_show_from_date: "Datum leeren"
+ completed: Erledigt
+ completed_actions: "Erledigte Aufgaben"
+ completed_actions_with: "Erledigte Aufgaben mit dem Tag %{tag_name}"
+ completed_in_archive:
+ one: "Es befindet sich eine erledigte Aufgabe im Archiv."
+ other: "Es befinden sich %{count} erledigte Aufgaben im Archiv."
+ completed_last_day: "In den letzten 24 Stunden erledigt"
+ completed_last_x_days: "In den letzten %{count} Tagen erledigt"
+ completed_recurrence_completed: "Es gibt keine weitere Aufgabe nach der soeben gelöschten. Die Wiederholung ist abgeschlossen."
+ completed_recurring: "Erledigte wiederkehrende Aufgaben"
+ completed_rest_of_month: "Erledigt diesen Monat"
+ completed_rest_of_previous_month: "Erledigt im Vormonat"
+ completed_rest_of_week: "Erledigt diese Woche"
+ completed_tagged_page_title: "TRACKS:: Erledigte Aufgaben mit Tag %{tag_name}"
+ completed_tasks_title: "TRACKS::Erledigte Aufgaben"
+ completed_today: "Heute erledigt"
+ confirm_delete: "Bist du sicher, dass du die Aufgabe '%{description}' löschen möchtest?"
+ context_changed: "Kontext zu %{name} gewechselt"
+ convert_to_project: "In Projekt umwandeln"
+ defer_date_after_due_date: "Zurückstellungsdatum nach Ablaufdatum. Bitte passe das Ablaufdatum an, dass es vor dem Zurückstellungsdatum liegt."
+ defer_x_days:
+ one: "Einen Tag zurückstellen"
+ other: "%{count} Tage zurückstellen"
+ deferred_actions_with: "Zurückgestellte Aufgaben mit dem Tag '%{tag_name}'"
+ deferred_pending_actions: "Aufgeschobene und ausstehende Aufgaben"
+ deferred_tasks_title: "TRACKS::Notizbuch"
+ delete: Löschen
+ delete_action: "Aufgabe löschen"
+ delete_recurring_action_confirm: "Soll die wiederkehrende Aufgabe '%{description}' wirklich gelöscht werden?"
+ deleted_success: "Die Aufgabe wurde erfolgreich gelöscht."
+ depends_on: "Hängt ab von"
+ depends_on_separate_with_commas: "Hängt ab von (kommagetrennt)"
+ done: Erledigt?
+ drag_action_title: "Auf andere Aufgabe ziehen, um sie als Abhängigkeit zu definieren"
+ due: Fällig
+ edit: Bearbeiten
+ edit_action: "Aufgabe bearbeiten"
+ edit_action_with_description: "Aufgabe '%{description}' bearbeiten"
+ edit_recurring_todo: "Wiederkehrende Aufgabe bearbeiten"
+ error_completing_todo: "Beim Abschließen/Aktivieren der wiederkehrenden Aufgabe %{description} ist ein Fehler aufgetreten"
+ error_deleting_item: "Beim Löschen von %{description} trat ein Fehler auf"
+ error_deleting_recurring: "Beim Löschen der wiederkehrenden Aufgabe %{description} ist ein Fehler aufgetreten"
+ error_removing_dependency: "Beim Entfernen der Abhängigkeit ist ein Fehler aufgetreten"
+ error_saving_recurring: "Es gab einen Fehler beim Speichern der wiederkehrenden Aufgabe '%{description}'"
+ error_starring: "Konnte die Hervorhebung von \\'%{description}\\' nicht durchführen"
+ error_starring_recurring: "Konnte die Hervorhebung der wiederkehrenden Aufgabe \\'%{description}\\' nicht durchführen"
+ error_toggle_complete: "Könnte nicht diese Marke todo komplett"
+ feed_title_in_context: "im Kontext '%{context}'"
+ feed_title_in_project: "im Projekt '%{project}'"
+ feeds:
+ completed: "Erledigt: %{date}"
+ due: "Fällig: %{date}"
+ has_x_pending:
+ one: "Hat eine ausstehende Aufgabe"
+ other: "Hat %{count} ausstehende Aufgaben"
+ hidden_actions: "Verstecke Aufgaben"
+ in_hidden_state: "als versteckt markiert"
+ in_pending_state: "und als ausstehend markiert"
+ list_incomplete_next_actions: "Unerledigte Folge-Aufgaben anzeigen"
+ list_incomplete_next_actions_with_limit: "Zeige die letzten %{count} unerledigten Folge-Aufgaben"
+ mobile_todos_page_title: "Alle Aufgaben"
+ new_related_todo_created: "Eine neue Aufgabe wurde hinzugefügt, die zu dieser wiederkehrenden Aufgabe gehört"
+ new_related_todo_created_short: "hat eine neue Aufgabe"
+ new_related_todo_not_created_short: "konnte nicht erstellt werden"
+ next_action_description: "Beschreibung der nächsten Aufgabe"
+ next_action_needed: "Es muss mindestens eine folgende Aufgabe angelegt werden"
+ next_actions_description: "Filter:"
+ next_actions_description_additions:
+ completed: "In den letzten %{count} Tagen"
+ due_date: "mit einem Datum %{due_date} oder früher"
+ next_actions_due_date:
+ due_in_x_days: "Fällig in %{days} Tagen"
+ due_today: "Heute fällig"
+ due_tomorrow: "Fällig morgen"
+ overdue_by: "Überfällig mit %{days} Tag"
+ overdue_by_plural: "Überfällig mit %{days} Tagen"
+ next_actions_title: "TRACKS::Weitere Aufgaben"
+ next_actions_title_additions:
+ completed: "Aufgaben erledigt"
+ due_today: "heute fällig"
+ due_within_a_week: "diese Woche fällig"
+ no_actions_due_this_week: "Keine fälligen Aufgaben diese Woche"
+ no_actions_found: "Momentan gibt es keine unerledigten Aufgaben."
+ no_actions_found_title: "Keine Aufgaben gefunden"
+ no_actions_with: "Im Augenblick gibt es keine unerledigten Aufgaben mit dem Tag '%{tag_name}'"
+ no_completed_actions: "Momentan sind keine erledigten Aufgaben vorhanden."
+ no_completed_actions_with: "Keine erledigten Aufgaben mit dem Tag '%{tag_name}'"
+ no_completed_recurring: "Im Augenblick gibt es keine erledigten wiederkehrenden Aufgaben"
+ no_deferred_actions: "Zur Zeit sind keine zurückgestellten Aufgaben vorhanden."
+ no_deferred_actions_with: "Keine zurückgestellten Aufgaben mit dem Tag '%{tag_name}'"
+ no_deferred_pending_actions: "Momentan sind keine aufgeschobenen oder ausstehenden Aufgaben vorhanden."
+ no_hidden_actions: "Momentan sind keine versteckten Aufgaben vorhanden"
+ no_incomplete_actions: "Es gibt keine unerledigten Aufgaben"
+ no_last_completed_actions: "Keine erledigten Aufgaben gefunden"
+ no_project: "--Kein Projekt--"
+ no_recurring_todos: "Im Augenblick gibt es keine wiederkehrenden Aufgaben"
+ older_completed_items: "ältere erledigte Aufgaben"
+ overdue: überfällig
+ pending: Ausstehend
+ recurrence:
+ daily: Täglich
+ daily_every_number_day: "Alle %{number} Tage"
+ daily_options: "Einstellungen tägliche Aufgaben"
+ day_x_on_every_x_month: "Tag %{day} in jedem %{month}. Monat"
+ ends_on: "Endet am"
+ ends_on_date: "Endet am %{date}"
+ ends_on_number_times: "Endet nach %{number} mal"
+ every_work_day: "Jeden Arbeitstag"
+ from_tickler: "Fälligkeitsdatum kommt vom Notizbuch (keine Fälligkeit setzen)"
+ monthly: Monatlich
+ monthly_every_xth_day: "Der %{day} %{day_of_week} eines jeden %{month}. Monats"
+ monthly_options: "Einstellungen für monatliche Aufgaben"
+ no_end_date: "Kein Enddatum"
+ pattern:
+ day_names:
+ - Sonntag
+ - Montag
+ - Dienstag
+ - Mittwoch
+ - Donnerstag
+ - Freitag
+ - Samstag
+ due: Fällig
+ every_day: "jeden Tag"
+ every_month: "jeden Monat"
+ every_n: "jeden %{n}"
+ every_xth_day_of_every_n_months: "jedes %{x} %{day} jedes %{n_months} ?"
+ every_year_on: "jedes Jahr in %{date}"
+ first: erste
+ fourth: vierte
+ from: von
+ last: zuletzt
+ month_names:
+ - ~
+ - Januar
+ - Februar
+ - März
+ - April
+ - Mai
+ - Juni
+ - Juli
+ - August
+ - September
+ - Oktober
+ - November
+ - Dezember
+ on_day_n: "am Tag %{n}"
+ on_work_days: "an Wochentagen"
+ second: zweite
+ show: Show
+ the_xth_day_of_month: "der %{x} %{day} von %{month}"
+ third: Drittel
+ times: "für %{number} Zeiten"
+ until: bis
+ weekly: wöchentlich
+ recurrence_on_due_date: Fälligkeitsdatum
+ recurrence_on_options: "Setze Wiederholung auf"
+ show_days_before: "%{days} Tage bevor die Aufgabe fällig ist"
+ show_option_always: immer
+ show_options: "Aufgabe anzeigen"
+ starts_on: "Beginnt am"
+ weekly: Wöchentlich
+ weekly_every_number_week: "Kehrt jede %{number}. Woche wieder am"
+ weekly_options: "Einstellungen wöchentliche Aufgaben"
+ yearly: Jährlich
+ yearly_every_x_day: "Jeden %{day}. %{month} "
+ yearly_every_xth_day: "Den %{day} %{day_of_week} des %{month}"
+ yearly_options: "Einstellungen jährliche Aufgaben"
+ recurrence_completed: "Nach dieser erledigten wiederkehrenden Aufgabe folgt keine mehr. Die Wiederholung endet hiermit."
+ recurrence_period: Wiederholungszeitraum
+ recurring_action_deleted: "Die Aufgabe wurde gelöscht. Da dies eine wiederkehrende Aufgabe ist, wurde eine neue erstellt."
+ recurring_action_saved: "Wiederkehrende Aufgabe gespeichert"
+ recurring_actions_title: "TRACKS::Wiederkehrende Aufgaben"
+ recurring_deleted_success: "Die wiederkehrende Aufgabe wurde erfolgreich gelöscht."
+ recurring_pattern_removed: "Das Wiederholungsmuster wurde entfernt %{count}"
+ recurring_todos: "Wiederkehrende Aufgaben"
+ remove_dependency: "Abhängigkeit löschen (löscht nicht die Aufgabe)"
+ removed_predecessor: "%{successor} entfernt als Abhängigkeit von %{predecessor}."
+ scheduled_overdue: "Planmäßig angezeigt vor %{days} Tagen"
+ see_all_completed: "Alle erledigten Aufgaben %{link}"
+ set_to_pending: "%{task} als ausstehend markiert"
+ show_from: "Anzeigen ab dem"
+ show_in_days: "Anzeigen in %{days} Tagen"
+ show_on_date: "Anzeigen am %{date}"
+ show_today: "Heute anzeigen"
+ show_tomorrow: "Morgen anzeigen"
+ star_action: "Aufgabe markieren"
+ star_action_with_description: "Aufgabe '%{description}' markieren"
+ tagged_page_title: "TRACKS::Als '%{tag_name}' markiert"
+ tagged_with: "getagged mit '%{tag_name}'"
+ tags: "Tags (kommagetrennt)"
+ task_list_title: "TRACKS::Aufgaben anzeigen"
+ tickler_items_due:
+ one: "Ein Notizbuch-Eintrag ist nun fällig - lade die Seite neu, um sie zu sehen."
+ other: "%{count} Notizbuch-Einträge sind nun fällig - lade die Seite neu, um sie zu sehen."
+ to_tickler: ", im Notizbuch hinterlegt"
+ unable_to_add_dependency: "Abhängigkeit nicht hinzufügbar"
+ unresolved_dependency: "Der Wert, den Sie in die Abhängigkeit Feld eingegeben nicht zu einer bestehenden Aufgabe zu lösen. Dieser Wert wird nicht mit dem Rest der Aufgabe gerettet werden. Weiter gehen?"
+ was_due_on_date: "war am %{date} fällig"
users:
- openid_url_verified: Die URL %{url} wurde erfolgreich als Identität verifiziert und Deine Authentifizierung auf OpenID umgestellt.
- auth_type_update_error: "Beim ändern der Authentifizierung trat ein Fehler auf: %{error_messages}"
- failed_to_delete_user: Löschen des Benutzers %{username} fehlgeschlagen
- destroy_successful: "Benutzer %{login} wurde erfolgreich gelöscht"
- first_user_heading: "Willkommen bei TRACKS. Als erstes legen Sie bitte einen Administrator-Zugang an:"
- total_contexts: Alle Kontexte
- successfully_deleted_user: Benutzer %{username} erfolgreich gelöscht.
- signup_successful: Benutzer %{username} erfolgreich angelegt.
- new_token_generated: Neuer Token erfolgreich generiert
- total_projects: Alle Projekte
- change_password_submit: "Passwort ändern"
- no_signups_title: TRACKS::Anmeldung nicht erlaubt
- user_created: Benutzer angelegt.
account_signup: Accounteinrichtung
- manage_users: Benutzer verwalten
- password_updated: Passwort aktualisiert.
- auth_type_updated: Authentifizierungs-Art erfolgreich geändert.
- total_actions: Alle Aufgaben
- desired_login: "Gewünschter Benutzername"
- signup: Registrieren
- confirm_password: "Passwort bestätigen"
- new_user_heading: "Einen neuen Benutzer anlegen:"
- password_confirmation_label: "Passwort bestätigen"
- destroy_error: "Beim Löschen des Benutzers %{login} ist ein Fehler aufgetreten."
- choose_password: "Passwort wählen"
- change_password_title: TRACKS::Passwort ändern
- change_auth_type_title: TRACKS::Authentifizierungstyp ändern
- change_password_prompt: "Gib dein neues Passwort in die unten stehenden Felder ein und klicke auf 'Passwort ändern' um dein altes Passwort durch das neue zu ersetzen."
- new_password_label: Neues Passwort
- register_with_cas: Mit deinem CAS-Benutzernamen
- label_auth_type: Authentifizierungsart
- total_users_count: Derzeit existieren %{count} Benutzer
- new_user_title: TRACKS::Als Administrator anmelden
- destroy_user: "Benutzer löschen"
- destroy_confirmation: "Achtung: der Benutzer '%{login}' wird mit all seinen Aufgaben, Kontexten, Projekten und Notizen gelöscht. Bist du sicher, dass du fortfahren möchtest?"
- you_have_to_reset_your_password: "Sie haben Ihr Passwort zurücksetzen"
- signup_new_user: Neuen Benutzer anlegen
- identity_url: Identity-URL
- openid_ok_pref_failed: Die URL %{url} wurde erfolgreich als Identität verifiziert, beim Speichern der Einstellungen trat jedoch ein Fehler auf.
auth_change_submit: "Authentifizierungsart ändern"
+ auth_type_update_error: "Beim ändern der Authentifizierung trat ein Fehler auf: %{error_messages}"
+ auth_type_updated: "Authentifizierungs-Art erfolgreich geändert."
+ change_auth_type_title: "TRACKS::Authentifizierungstyp ändern"
change_authentication_type: "Authentifizierungsart ändern"
- total_notes: Alle Notizen
+ change_password_prompt: "Gib dein neues Passwort in die unten stehenden Felder ein und klicke auf 'Passwort ändern' um dein altes Passwort durch das neue zu ersetzen."
+ change_password_submit: "Passwort ändern"
+ change_password_title: "TRACKS::Passwort ändern"
+ choose_password: "Passwort wählen"
+ confirm_password: "Passwort bestätigen"
+ desired_login: "Gewünschter Benutzername"
+ destroy_confirmation: "Achtung: der Benutzer '%{login}' wird mit all seinen Aufgaben, Kontexten, Projekten und Notizen gelöscht. Bist du sicher, dass du fortfahren möchtest?"
+ destroy_error: "Beim Löschen des Benutzers %{login} ist ein Fehler aufgetreten."
+ destroy_successful: "Benutzer %{login} wurde erfolgreich gelöscht"
+ destroy_user: "Benutzer löschen"
+ failed_to_delete_user: "Löschen des Benutzers %{username} fehlgeschlagen"
+ first_user_heading: "Willkommen bei TRACKS. Als erstes legen Sie bitte einen Administrator-Zugang an:"
+ identity_url: Identity-URL
+ label_auth_type: Authentifizierungsart
+ manage_users: "Benutzer verwalten"
+ new_password_label: "Neues Passwort"
+ new_token_generated: "Neuer Token erfolgreich generiert"
+ new_user_heading: "Einen neuen Benutzer anlegen:"
+ new_user_title: "TRACKS::Als Administrator anmelden"
+ no_signups_title: "TRACKS::Anmeldung nicht erlaubt"
+ openid_ok_pref_failed: "Die URL %{url} wurde erfolgreich als Identität verifiziert, beim Speichern der Einstellungen trat jedoch ein Fehler auf."
+ openid_url_verified: "Die URL %{url} wurde erfolgreich als Identität verifiziert und Deine Authentifizierung auf OpenID umgestellt."
+ password_confirmation_label: "Passwort bestätigen"
+ password_updated: "Passwort aktualisiert."
+ register_with_cas: "Mit deinem CAS-Benutzernamen"
select_authentication_type: "Wähle deine neue Authentifizierungsart und klicke 'Authentifizierungsart ändern' an, um deine aktuellen Einstellungen zu überschreiben."
- contexts:
- delete_context_title: Kontext löschen
- all_completed_tasks_title: "TRACKS:: Alle erledigten Aufgaben im Kontext '%{context_name}'"
- hide_form: Formular verstecken
- show_form_title: Neuen Kontext erstellen
- todos_append: in diesem Kontext
- delete_context_confirmation: Soll der Kontext '%{name}' wirklich gelöscht werden? Alle (wiederkehrenden) Aufgaben dieses Kontexts werden hierdurch ebenfalls gelöscht.
- delete_context: Kontext löschen
- edit_context: Kontext bearbeiten
- hide_form_title: Formular für neuen Kontext verstecken
- hidden_contexts: Versteckte Kontexte
- no_contexts_active: Derzeit gibt es keine aktiven Kontexte
- context_hide: Auf Startseite ausblenden?
- add_context: "Kontext hinzufügen"
- show_form: Neuen Kontext erstellen
- save_status_message: Kontext gespeichert
- visible_contexts: Sichtbare Kontexte
- update_status_message: "Kontextname wurde geändert"
- context_name: Kontextname
- status_active: Kontext ist aktiv
- completed_tasks_title: "TRACKS:: Erledigte Aufgaben im Kontext '%{context_name}'"
- new_context_post: "' wird ebenfalls angelegt. Fortfahren?"
- new_context_pre: Der neue Kontext '
- no_actions: "Momentan gibt es keine unerledigten Aufgaben in diesem Kontext"
- last_completed_in_context: in diesem Kontext (letzte %{number})
- context_deleted: "Gelöschter Kontext '%{name}'"
- no_contexts_hidden: Derzeit gibt es keine versteckten Kontexte
- status_hidden: Kontext ist versteckt
- login:
- openid_identity_url_not_found: "Sorry, aber es existiert kein Benutzer mit der Identitäts-URL (%{identity_url})"
- user_no_expiry: Angemeldet bleiben
- sign_in: Anmeldung
- login_cas: zum CAS gehen
- cas_no_user_found: Hallo, %{username}! Du hast leider keinen Tracks-Account.
- cas_login: CAS-Anmeldung
- successful_with_session_info: "Anmeldung erfolgreich:"
- please_login: Bitte melde dich an, um Tracks zu nutzen
- cas_logged_in_greeting: Hallo, %{username}! Du bist authentifiziert.
- cas_username_not_found: Sorry, aber es existiert kein Benutzer mit dem CAS-Benutzernamen (%{username})
- cas_create_account: "Wenn du die Anfrage fortsetzen möchtest, klicke bitte hier: %{signup_link}"
- mobile_use_openid: "…oder mit einer OpenID anmelden"
- cas_signup_link: Account beantragen
- account_login: Account-Anmeldung
- successful: "Anmeldung erfolgreich. Willkommen zurück!"
- session_will_not_expire: Sitzung wird nicht ablaufen.
- option_separator: oder,
- session_time_out: Sitzung abgelaufen. Bitte %{link}
- session_will_expire: "Sitzung wird nach %{hours} Stunde(n) der Inaktivität ablaufen."
- login_standard: "zurück zum Standard-Login"
- login_with_openid: Mit einer OpenID anmelden
- unsuccessful: Anmeldung war nicht erfolgreich.
- log_in_again: Erneut anmelden.
- logged_out: Sie wurden von Tracks abgemeldet.
- datetime:
- prompts:
- minute: Minuten
- second: Sekunden
- month: Monat
- hour: Stunden
- day: Tag
- year: Jahr
- distance_in_words:
- less_than_x_minutes:
- one: weniger als eine Minute
- other: weniger als %{count} Minuten
- zero: weniger als 1 Minute
- almost_x_years:
- one: fast 1 Jahr
- other: fast %{count} Jahre
- x_days:
- one: 1 Tag
- other: "%{count} Tage"
- x_seconds:
- one: 1 Sekunde
- other: "%{count} Sekunden"
- about_x_hours:
- one: etwa 1 Stunde
- other: etwa %{count} Stunden
- less_than_x_seconds:
- one: weniger als 1 Sekunde
- other: weniger als %{count} Sekunden
- zero: weniger als 1 Sekunde
- x_months:
- one: 1 Monat
- other: "%{count} Monate"
- x_minutes:
- one: 1 Minute
- other: "%{count} Minuten"
- about_x_years:
- one: etwa 1 Jahr
- other: etwa %{count} Jahre
- about_x_months:
- one: etwa 1 Monat
- other: etwa %{count} Monate
- over_x_years:
- one: mehr als 1 Jahr
- other: mehr als %{count} Jahre
- half_a_minute: eine halbe Minute
- search:
- contexts_matching_query: Kontexte entsprechen der Suche
- tags_matching_query: Tags entsprechen der Suche
- no_results: Die Suche ergab kein Ergebnis.
- todos_matching_query: Todos entsprechen der Suche
- projects_matching_query: Projekte entsprechen der Suche
- notes_matching_query: Notizen entsprechen der Suche
+ signup: Registrieren
+ signup_new_user: "Neuen Benutzer anlegen"
+ signup_successful: "Benutzer %{username} erfolgreich angelegt."
+ successfully_deleted_user: "Benutzer %{username} erfolgreich gelöscht."
+ total_actions: "Alle Aufgaben"
+ total_contexts: "Alle Kontexte"
+ total_notes: "Alle Notizen"
+ total_projects: "Alle Projekte"
+ total_users_count: "Derzeit existieren %{count} Benutzer"
+ user_created: "Benutzer angelegt."
+ you_have_to_reset_your_password: "Sie haben Ihr Passwort zurücksetzen"
+ will_paginate:
+ next_label: "Nächste »"
+ page_entries_info:
+ multi_page: "Angezeigte %{model} %{from} - %{to} von %{count} insgesamt"
+ multi_page_html: "Angezeigte %{model} %{from} - %{to} von %{count} insgesamt"
+ single_page:
+ one: "Angezeigte 1 %{model}"
+ other: "Anzeige aller %{count} %{model}"
+ zero: "Kein %{model} gefunden"
+ single_page_html:
+ one: "Angezeigte 1 %{model}"
+ other: "Anzeige aller %{count} %{model}"
+ zero: "Kein %{model} gefunden"
+ page_gap: "..."
+ previous_label: "« Zurück"
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 470c2a64..81768727 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1,984 +1,977 @@
---
es:
- layouts:
- toggle_contexts_title: "Haga contextos se derrumbó (in)visible"
- toggle_contexts: "Cambiar los contextos se derrumbó"
- toggle_notes: Activar/Desactivar notas
- next_actions_rss_feed: RSS feed of next actions
- toggle_notes_title: Activar/Desactivar todas las notas
- mobile_navigation:
- new_action: Nueva tarea
- logout: "Cerrar sesión"
- feeds: Feeds
- starred: avoritos
- projects: Proyectos
- tickler: Tickler
- contexts: Contextos
- home: Inicio
- navigation:
- manage_users_title: "Añadir o eliminar usuarios"
- recurring_todos: Tareas repetitivas
- api_docs: REST API Docs
- help: "?"
- feeds: Feeds
- starred: Estrellas
- stats: "Estadísticas"
- notes_title: Mostrar todas las notas
- manage_users: Administrar usuarios
- tickler_title: Tickler
- admin: Admin
- preferences: Preferencias
- integrations_: Integrar Tracks
- export_title: Import and export data
- calendar_title: Calendario de las acciones por
- feeds_title: See a list of available feeds
- stats_title: See your statistics
- tickler: Tickler
- home_title: Inicio
- starred_title: See your starred actions
- recurring_todos_title: Manage recurring actions
- completed_tasks: Hecho
- view: Ver
- organize: Organizar
- completed_tasks_title: Completed
- home: Inicio
- export: Export
- contexts_title: Contexts
- preferences_title: Mostrar mis preferencias
- search: Search All Items
- review_title: "Posibilidad de una revisión"
- projects_title: Proyectos
- calendar: Calendario
- number:
- format:
- separator: .
- delimiter: ","
- human:
- storage_units:
- format: "%n %u"
- units:
- kb: KB
- tb: Tuberculosis
- gb: GB
- byte:
- one: Byte
- other: Bytes
- mb: MB
- currency:
- format:
- format: "%u%n"
- unit: "€"
- separator: .
- delimiter: ","
- common:
- recurring_todos: "Repetición de acciones"
- back: "Atrás"
- actions: Tareas
- third: Tercero
- add: "Añadir"
- previous: Anterior
- go_back: "Volver atrás"
- logout: Salir
- second: Segundo
- optional: opcional
- week: semana
- none: Ninguno
- deferred: pospuestas
- show_all: Mostrar todo
- cancel: Cancelar
- month: mes
- actions_midsentence:
- one: tarea
- other: tareas
- zero: tareas
- notes: Notas
- server_error: Ha ocurrido un error en el servidor.
- forum: Foro
- projects: Proyectos
- last: "Último"
- review: "Revisión"
- action: Tarea
- days_midsentence:
- one: "día"
- other: "días"
- zero: "días"
- project: Proyecto
- contribute: Contribuir
- ok: Ok
- website: Website
- first: Primero
- note:
- one: 1 nota
- other: "%{count} notas"
- zero: 0 notas
- numbered_step: Paso %{number}
- sort:
- by_task_count_title: "Ordenar por número de tareas"
- by_task_count_title_confirm: "¿Está seguro que desea ordenar los proyectos por el número de tareas? Esto reemplazará el orden existente."
- alphabetically: "Alfabéticamente"
- sort: Ordenar
- alphabetically_title: "Proyectos de ordenar alfabéticamente"
- alphabetically_confirm: "¿Está seguro que desea ordenar los proyectos por orden alfabético? Esto reemplazará el orden existente."
- by_task_count: "Por número de tareas"
- create: Crear
- todo: Todo
- months: meses
- errors_with_fields: "Ha habido problemas con los siguientes campos:"
- description: "Descripción"
- fourth: Cuarto
- next: "Próximo"
- drag_handle: ARRASTRAR
- contexts: Contextos
- context: Contexto
- bugs: Errores
- update: Actualizar
- weeks: semanas
- forth: Siguiente
- wiki: Wiki
- email: Email
- ajaxError: Hubo un error al recuperar desde el servidor
- search: Buscar
- not_available_abbr: n/e
- integrations:
- opensearch_description: Buscar en las Tracks
- applescript_next_action_prompt: "Descripción de la próxima tarea:"
- gmail_description: "Gadget para añadir pistas a Gmail como un gadget"
- applescript_success_after_id: creado
- applescript_success_before_id: "Nueva acción junto con la identificación"
activerecord:
attributes:
- project:
- name: Nombre
- default_tags: "Etiquetas estándar"
- default_context_name: Default contexto
- description: "Descripción"
note:
- created_at: Creado el
- updated_at: actualizado a las
- todo:
- show_from: Mostrar
- predecessors: Depende de la
- notes: Notas
- tags: Etiquetas
- project: Proyecto
- description: "Descripción"
- context: Contexto
- due: "Fecha límite"
+ created_at: "Creado el"
+ updated_at: "actualizado a las"
preference:
- show_hidden_projects_in_sidebar: Mostrar proyectos ocultos en el lateral
- show_hidden_contexts_in_sidebar: Mostrar los contextos ocultos en el lateral
- date_format: Formato de fecha
- sms_context: Contexto por defecto para el email
- verbose_action_descriptors: "Descriptores detallado de acción"
- staleness_starts: Comienzo de estancamiento
- mobile_todos_per_page: "Tareas por página (Vista Móvil)"
- show_number_completed: "Mostrar número de tareas completadas"
- title_date_format: "Título del formato de fecha"
- refresh: "Intervalo de actualización (en minutos)"
- week_starts: La semana comienza
- last_name: Apellido
- due_style: Debido al estilo
- locale: Lugar
- time_zone: Zona horaria
- sms_email: Email origen
- show_project_on_todo_done: "Ir a la página del proyecto al completar la tarea"
- show_completed_projects_in_sidebar: Show completed projects in sidebar
+ date_format: "Formato de fecha"
+ due_style: "Debido al estilo"
first_name: Nombre
- review_period: "Intervalo de revisión del proyecto"
- user:
last_name: Apellido
- first_name: Primer nombre
+ locale: Lugar
+ mobile_todos_per_page: "Tareas por página (Vista Móvil)"
+ refresh: "Intervalo de actualización (en minutos)"
+ review_period: "Intervalo de revisión del proyecto"
+ show_completed_projects_in_sidebar: "Show completed projects in sidebar"
+ show_hidden_contexts_in_sidebar: "Mostrar los contextos ocultos en el lateral"
+ show_hidden_projects_in_sidebar: "Mostrar proyectos ocultos en el lateral"
+ show_number_completed: "Mostrar número de tareas completadas"
+ show_project_on_todo_done: "Ir a la página del proyecto al completar la tarea"
+ sms_context: "Contexto por defecto para el email"
+ sms_email: "Email origen"
+ staleness_starts: "Comienzo de estancamiento"
+ time_zone: "Zona horaria"
+ title_date_format: "Título del formato de fecha"
+ verbose_action_descriptors: "Descriptores detallado de acción"
+ week_starts: "La semana comienza"
+ project:
+ default_context_name: "Default contexto"
+ default_tags: "Etiquetas estándar"
+ description: Descripción
+ name: Nombre
+ todo:
+ context: Contexto
+ description: Descripción
+ due: "Fecha límite"
+ notes: Notas
+ predecessors: "Depende de la"
+ project: Proyecto
+ show_from: Mostrar
+ tags: Etiquetas
+ user:
+ first_name: "Primer nombre"
+ last_name: Apellido
errors:
+ full_messages:
+ format: "%{attribute} %{message}"
+ messages:
+ accepted: "debe ser aceptada"
+ blank: "no puede estar en blanco"
+ confirmation: "no coincide con la confirmación"
+ empty: "no puede estar vacío"
+ equal_to: "debe ser igual a %{count}"
+ even: "debe ser aún"
+ exclusion: "está reservado"
+ greater_than: "debe ser mayor que %{count}"
+ greater_than_or_equal_to: "debe ser mayor que o igual a %{count}"
+ inclusion: "no está incluido en la lista"
+ invalid: "no puede contener el carácter de coma (',')"
+ less_than: "debe ser menor que %{count}"
+ less_than_or_equal_to: "debe ser menor o igual a %{count}"
+ not_a_number: "no es un número"
+ odd: "tiene que ser impar"
+ taken: "Ya se ha dado"
+ too_long: "es demasiado largo (el máximo es %{count} caracteres)"
+ too_short: "es demasiado corto (mínimo %{count} caracteres)"
+ wrong_length: "es la longitud del mal (debe ser %{count} caracteres)"
models:
project:
attributes:
name:
- blank: proyecto debe tener un nombre
- too_long: El nombre del proyecto tiene que tener menos de 256 caracteres
- taken: ya existe
- messages:
- record_invalid: "La validación ha fallado: %{errores}"
- greater_than_or_equal_to: debe ser mayor que o igual a %{count}
- confirmation: "no coincide con la confirmación"
- less_than_or_equal_to: debe ser menor o igual a %{count}
- blank: no puede estar en blanco
- exclusion: "está reservado"
- invalid: "no puede contener el carácter de coma (',')"
- odd: tiene que ser impar
- even: "debe ser aún"
- empty: "no puede estar vacío"
- too_short: "es demasiado corto (mínimo %{count} caracteres)"
- wrong_length: es la longitud del mal (debe ser %{count} caracteres)
- less_than: debe ser menor que %{count}
- greater_than: debe ser mayor que %{count}
- equal_to: debe ser igual a %{count}
- accepted: debe ser aceptada
- too_long: "es demasiado largo (el máximo es %{count} caracteres)"
- taken: Ya se ha dado
- inclusion: "no está incluido en la lista"
- not_a_number: "no es un número"
+ blank: "proyecto debe tener un nombre"
+ taken: "ya existe"
+ too_long: "El nombre del proyecto tiene que tener menos de 256 caracteres"
template:
body: "Hubo problemas con los campos siguientes:"
header:
- one: Un error esta prohibido %{model} se guarden
+ one: "Un error esta prohibido %{model} se guarden"
other: "%{count} errores prohíbe este %{model} que se guarden"
- full_messages:
- format: "%{attribute} %{message}"
- data:
- import_successful: "Importación se realizó correctamente."
- import_errors: "Han ocurrido algunos errores durante la importación"
- models:
- project:
- feed_title: Tracks Projects
- feed_description: Lists all the projects for %{username}
- todo:
- error_date_must_be_future: must be a date in the future
- preference:
- due_on: Due on %{date}
- due_in: Due in %{days} days
- due_styles:
- - Due in ___ days
- - Due on _______
- user:
- error_context_not_associated: Context id %{context} not associated with user id %{user}.
- error_project_not_associated: Project id %{project} not associated with user id %{user}.
- stats:
- actions_min_max_completion_days: The Max-/minimum days to complete is %{min}/%{max}.
- totals_hidden_context_count: and %{count} are hidden contexts.
- actions_avg_created: In the last 12 months you created on average %{count} actions
- totals_actions_completed: "%{count} of these are completed."
- tag_cloud_title: Tag cloud for all actions
- actions_actions_avg_created_30days: In the last 30 days you created on average %{count} actions
- actions_avg_completed: and completed an average of %{count} actions per month.
- top5_visible_contexts_with_incomplete_actions: Top 5 visible contexts with incomplete actions
- actions: Actions
- time_of_day_legend:
- number_of_actions: "Número de tareas"
- time_of_day: Time of day
- totals_incomplete_actions: You have %{count} incomplete actions
- totals_deferred_actions: of which %{count} are deferred actions in the tickler
- running_time_legend:
- actions: Tareas
- percentage: Percentage
- weeks: Running time of an action (weeks). Click on a bar for more info
- totals_action_count: you have a total of %{count} actions
- tag_cloud_90days_title: Tag cloud actions in past 90 days
- actions_avg_completion_time: Of all your completed actions, the average time to complete is %{count} days.
- tod30: Time of day (last 30 days)
- tags: Tags
- projects: Projects
- totals_completed_project_count: and %{count} are completed projects.
- labels:
- month_avg_completed: "%{months} Month avg completed"
- completed: Completed
- month_avg_created: "%{months} Month avg created"
- avg_created: Avg created
- avg_completed: Avg completed
- created: Created
- actions_selected_from_week: "Actions selected from week "
- actions_day_of_week_title: Day of week (all actions)
- actions_lastyear_title: Actions in the last 12 months
- open_per_week: "Próximas acciones activas (visibles y ocultas) a la semana"
- action_selection_title: TRACKS::Action selection
- totals_project_count: You have %{count} projects.
- legend:
- number_of_days: Number of days ago
- actions: Tareas
- number_of_actions: "Número de tareas"
- day_of_week: Day of week
- running_time: Running time of an action (weeks)
- percentage: Percentage
- months_ago: Months ago
- current_running_time_of_incomplete_visible_actions: Current running time of incomplete visible actions
- tod30_legend:
- number_of_actions: "Número de tareas"
- time_of_day: Time of day
- totals_context_count: You have %{count} contexts.
- open_per_week_legend:
- actions: Acciones
- weeks: "Semanas atrás"
- actions_last_year_legend:
- number_of_actions: Number of actions
- months_ago: Months ago
- top5_contexts: Top 5 contexts
- top10_projects: Top 10 projects
- contexts: Contexts
- totals: Totals
- click_to_return: Click %{link} to return to the statistics page.
- tag_cloud_90days_description: This tag cloud includes tags of actions that were created or completed in the past 90 days.
- totals_visible_context_count: Of those %{count} are visible contexts
- top10_projects_30days: Top 10 project in past 30 days
- running_time_all: Current running time of all incomplete actions
- actions_min_completion_time: The minimum time to complete is %{time}.
- action_completion_time_title: Completion time (all completed actions)
- click_to_show_actions_from_week: Click %{link} to show the actions from week %{week} and further.
- top10_longrunning: Top 10 longest running projects
- no_actions_selected: No hay tareas seleccionadas.
- totals_tag_count: You have %{count} tags placed on actions.
- actions_further: " and further"
- actions_dow_30days_legend:
- number_of_actions: "Número de acciones"
- day_of_week: "Día de la semana"
- totals_first_action: Since your first action on %{date}
- tag_cloud_description: This tag cloud includes tags of all actions (completed, not completed, visible and/or hidden)
- spread_of_actions_for_all_context: Spread of actions for all context
- click_to_update_actions: Click on a bar in the chart to update the actions below.
- click_to_return_link: here
- more_stats_will_appear: More statistics will appear here once you have added some actions.
- actions_avg_completed_30days: and completed an average of %{count} actions per day.
- actions_30days_title: Actions in the last 30 days
- no_tags_available: no tags available
- index_title: "TRACKS::Estadística"
- actions_dow_30days_title: Day of week (past 30 days)
- actions_day_of_week_legend:
- number_of_actions: "Número de acciones"
- day_of_week: "Día de la semana"
- within_one: Dentro de un
- spread_of_running_actions_for_visible_contexts: Spread of running actions for visible contexts
- actions_last_year: Actions in the last years
- totals_blocked_actions: "%{count} are dependent on the completion of their actions."
- totals_unique_tags: Of those tags, %{count} are unique.
- totals_active_project_count: Of those %{count} are active projects
- running_time_all_legend:
- actions: Tareas
- running_time: Running time of an action (weeks). Click on a bar for more info
- percentage: Percentage
- other_actions_label: (otros)
- totals_hidden_project_count: "%{count} are hidden"
- time_of_day: Time of day (all actions)
- todos:
- recurring_action_deleted: Action was deleted. Because this action is recurring, a new action was added
- show_from: Show from
- error_starring_recurring: Could not toggle the star of recurring todo \'%{description}\'
- completed_actions: Completed actions
- added_new_next_action: Added new next action
- completed_recurring: Completed recurring todos
- completed_rest_of_previous_month: Completado en el resto del mes anterior
- blocked_by: Blocked by %{predecessors}
- star_action: Star this action
- completed_recurrence_completed: There is no next action after the recurring action you just deleted. The recurrence is completed
- defer_date_after_due_date: Defer date is after due date. Please edit and adjust due date before deferring.
- unable_to_add_dependency: Unable to add dependency
- done: Done?
- star_action_with_description: star the action '%{description}'
- tagged_with: tagged with ‘%{tag_name}’
- completed: Completed
- no_deferred_actions_with: No deferred actions with the tag '%{tag_name}'
- no_hidden_actions: Currently there are no hidden actions found
- edit_action_with_description: Edit the action '%{description}'
- action_due_on: (action due on %{date})
- list_incomplete_next_actions: Lista las siguientes tareas incompletas
- archived_tasks_title: TRACKS::Archived completed tasks
- remove_dependency: Remove dependency (does not delete the action)
- action_deleted_success: Successfully deleted next action
- tags: Tags (separate with commas)
- delete_recurring_action_title: Delete the recurring action
- context_changed: Context changed to %{name}
- new_related_todo_created: "Una nueva tarea fue añadida y que pertenece a esta tarea recurrente"
- mobile_todos_page_title: Todas las tareas
- add_another_dependency: Add another dependency
- removed_predecessor: Removed %{successor} as dependency from %{predecessor}.
- recurring_actions_title: TRACKS::Recurring Actions
- next_action_needed: You need to submit at least one next action
- action_saved: Action saved
- scheduled_overdue: Scheduled to show %{days} days ago
- action_deleted_error: Failed to delete the action
- edit_action: Edit action
- added_new_context: Added new context
- next_actions_description: "Filter:"
- list_incomplete_next_actions_with_limit: Lists the last %{count} incomplete next actions
- set_to_pending: "%{task} set to pending"
- added_new_project: Added new project
- next_actions_title_additions:
- completed: actions completed
- due_today: due today
- due_within_a_week: due within a week
- older_completed_items: Older completed items
- no_actions_due_this_week: No actions due in rest of this week
- all_completed_here: "aquí"
- append_in_this_project: in this project
- edit_recurring_todo: "Editar la acción de repetición"
- error_deleting_item: There was an error deleting the item %{description}
- task_list_title: TRACKS::List tasks
- no_recurring_todos: Currently there are no recurring todos
- error_completing_todo: There was an error completing / activating the recurring todo %{description}
- recurring_pattern_removed: "El patrón de repetición se retira de %{count}"
- convert_to_project: Make project
- no_deferred_pending_actions: Currently there are no deferred or pending actions
- delete_recurring_action_confirm: Are you sure that you want to delete the recurring action '%{description}'?
- completed_last_day: Completed in the last 24 hours
- feed_title_in_context: in context '%{context}'
- no_project: --No project--
- show_in_days: Show in %{days} days
- error_saving_recurring: There was an error saving the recurring todo \'%{description}\'
- completed_more_than_x_days_ago: Completed more than %{count} days ago
- new_related_todo_created_short: creada una nueva tarea
- all_completed: Todas las acciones realizadas
- edit: Edit
- completed_actions_with: Completed actions with the tag %{tag_name}
- older_than_days: Older than %{count} days
- completed_tagged_page_title: "TRACKS:: Las tareas completadas con etiqueta %{tag_name}"
- pending: Pending
- completed_tasks_title: TRACKS::Completed tasks
- deleted_success: The action was deleted succesfully.
- feed_title_in_project: in project '%{project}'
- clear_due_date: Clear due date
- error_removing_dependency: There was an error removing the dependency
- hidden_actions: Tareas ocultas
- was_due_on_date: was due on %{date}
- show_on_date: Show on %{date}
- recurrence_period: Recurrence period
- deferred_actions_with: Deferred actions with the tag '%{tag_name}'
- confirm_delete: Are you sure that you want to delete the action '%{description}'?
- recurring_deleted_success: The recurring action was deleted succesfully.
- no_completed_actions_with: No completed actions with the tag '%{tag_name}'
- next_actions_title: Tracks - Next Actions
- next_action_description: "Descripción de la nueva tarea"
- deferred_tasks_title: TRACKS::Tickler
- clear_show_from_date: Clear show from date
- in_hidden_state: en estado oculto
- see_all_completed: Usted puede ver todas las acciones realizadas %{link}
- calendar_page_title: TRACKS::Calendar
- unresolved_dependency: The value you entered in the dependency field did not resolve to an existing action. This value will not be saved with the rest of the action. Continue?
- no_actions_found_title: No actions found
- show_today: Show Today
- next_actions_due_date:
- overdue_by: Overdue by %{days} day
- due_in_x_days: "Vence en %{days} días"
- due_today: Vence hoy
- overdue_by_plural: Overdue by %{days} days
- due_tomorrow: "Vence mañana"
- completed_last_x_days: Completed in last %{count} days
- no_actions_with: Currently there are no incomplete actions with the tag '%{tag_name}'
- defer_x_days:
- one: Defer one day
- other: Defer %{count} days
- added_new_next_action_singular: Added new next action
- no_completed_actions: Currently there are no completed actions.
- deferred_pending_actions: Deferred/pending actions
- has_x_pending:
- one: Tiene una tarea pendiente
- other: Tiene %{count} tareas pendientes
- feeds:
- completed: "Completed: %{date}"
- due: "Due: %{date}"
- recurring_todos: Recurring todos
- error_deleting_recurring: There was an error deleting the recurring todo \'%{description}\'
- delete_action: Delete action
- delete: Delete
- no_last_completed_actions: "No encontró las acciones realizadas"
- drag_action_title: Drag onto another action to make it depend on that action
- cannot_add_dependency_to_completed_todo: Cannot add this action as a dependency to a completed action!
- depends_on: Depends on
- tickler_items_due:
- one: One tickler item is now due - refresh the page to see it.
- other: "%{count} tickler items are now due - refresh the page to see them."
- action_marked_complete: The action '%{description}' was marked as %{completed}
- completed_today: Completed Today
- added_new_next_action_plural: Added new next actions
- new_related_todo_not_created_short: "no se creó la tarea"
- completed_rest_of_week: Completado en el resto de esta semana
- show_tomorrow: Show Tomorrow
- error_starring: Could not toggle the star of this todo \'%{description}\'
- calendar:
- get_in_ical_format: Get this calendar in iCal format
- due_next_week: Due next week
- no_actions_due_next_week: No actions due in next week
- due_this_week: Due in rest of this week
- no_actions_due_today: No actions due today
- due_today: Due today
- due_next_month_and_later: Due in %{month} and later
- no_actions_due_after_this_month: No actions due after this month
- no_actions_due_this_month: No actions due in rest of this month
- due_this_month: Due in rest of %{month}
- no_completed_recurring: Currently there are no completed recurring todos
- recurrence:
- ends_on_date: Ends on %{date}
- every_work_day: Every work day
- ends_on_number_times: Ends after %{number} times
- recurrence_on_due_date: the date that the todo is due
- weekly_options: Settings for weekly recurring actions
- weekly: Weekly
- monthly_options: Settings for monthly recurring actions
- daily_options: Settings for daily recurring actions
- monthly: Monthly
- starts_on: Starts on
- daily: Daily
- show_option_always: always
- pattern:
- third: third
- month_names:
- -
- - January
- - February
- - Match
- - April
- - May
- - June
- - July
- - August
- - September
- - October
- - November
- - December
- every_n: every %{n}
- second: second
- every_xth_day_of_every_n_months: every %{x} %{day} of every %{n_months}
- on_day_n: on day %{n}
- weekly: weekly
- from: from
- last: last
- every_day: every day
- the_xth_day_of_month: the %{x} %{day} of %{month}
- times: for %{number} times
- first: first
- show: show
- every_year_on: every year on %{date}
- on_work_days: on work days
- day_names:
- - sunday
- - monday
- - tuesday
- - wednesday
- - thursday
- - friday
- - saturday
- fourth: fourth
- due: due
- every_month: every month
- until: until
- yearly_every_x_day: Every %{month} %{day}
- recurrence_on_options: Set recurrence on
- daily_every_number_day: Every %{number} day(s)
- show_options: Show the todo
- weekly_every_number_week: Returns every %{number} week on
- ends_on: Ends on
- show_days_before: "%{days} days before the todo is due"
- from_tickler: the date todo comes from tickler (no due date set)
- no_end_date: No end date
- day_x_on_every_x_month: Day %{day} on every %{month} month
- yearly_every_xth_day: The %{day} %{day_of_week} of %{month}
- yearly_options: Settings for yearly recurring actions
- yearly: Yearly
- monthly_every_xth_day: The %{day} %{day_of_week} of every %{month} month
- action_deferred: "La acción \\'%{description}\\' se aplazó"
- tagged_page_title: TRACKS::Tagged with '%{tag_name}'
- added_dependency: Added %{dependency} as dependency.
- completed_rest_of_month: Completado en el resto de este mes
- all_completed_tagged_page_title: "TRACKS:: Todas las tareas realizadas con etiqueta %{tag_name}"
- no_deferred_actions: Currently there are no deferred actions.
- recurrence_completed: There is no next action after the recurring action you just finished. The recurrence is completed
- action_marked_complete_error: The action '%{description}' was NOT marked as %{completed} due to an error on the server.
- no_actions_found: Currently there are no incomplete actions.
- in_pending_state: en estado pendiente
- error_toggle_complete: Could not mark this todo complete
- due: "Fecha límite"
- no_incomplete_actions: There are no incomplete actions
- action_saved_to_tickler: Action saved to tickler
- recurring_action_saved: Recurring action saved
- depends_on_separate_with_commas: Depende de (separar con comas)
- completed_in_archive:
- one: There is one completed action in the archive.
- other: There are %{count} completed actions in the archive.
- to_tickler: to tickler
- next_actions_description_additions:
- completed: in the last %{count} days
- due_date: with a due date %{due_date} or earlier
- overdue: Overdue
- add_new_recurring: Add a new recurring action
- notes:
- delete_note_title: Delete the note '%{id}'
- delete_confirmation: Are you sure that you want to delete the note '%{id}'?
- in_project: "En:"
- delete_item_title: Delete item
- deleted_note: Deleted note '%{id}'
- note_link_title: Show note %{id}
- show_note_title: Show note
- edit_item_title: Edit item
- note_location_link: "In:"
- no_notes_available: "Currently there are no notes: add notes to projects from individual project pages."
- note_header: Note %{id}
- delete_note_confirm: Are you sure that you want to delete the note '%{id}'?
- projects:
- default_context_set: Set project's default context to %{default_context}
- no_actions_in_project: Currently there are no incomplete actions in this project
- deferred_actions: Tareas pospuestas para este proyecto
- was_marked_hidden: has been marked as hidden
- edit_project_title: Editar proyecto
- default_tags_removed_notice: Removed the default tags
- page_title: "TRACKS::Project: %{project}"
- all_completed_tasks_title: "TRACKS:: Lista de todas las acciones terminado en '%{project_name}' Proyecto"
- hide_form: Esconder formulario
- list_completed_projects: "TRACKS:: Lista de Proyectos Realizados"
- no_notes_attached: Currently there are no notes attached to this project
- to_new_project_page: Take me to the new project page
- show_form_title: Create a new project
- deferred_actions_empty: There are no deferred actions for this project
- project_state: Project is %{state}.
- this_project: This project
- no_last_completed_projects: No hay proyectos terminados encontrado
- no_last_completed_recurring_todos: No se ha completado las acciones repetitivas que se encuentran
- notes: Notes
- todos_append: in this project
- list_reviews: "TRACKS::Revisión"
- notes_empty: There are no notes for this project
- no_projects: Currently there are no projects
- hide_form_title: Hide new project form
- delete_project: Delete project
- completed_actions_empty: No hay tareas completadas para este proyecto
- with_no_default_context: with no default context
- delete_project_confirmation: Are you sure that you want to delete the project '%{name}'?
- with_default_context: with a default context of '%{context_name}'
- show_form: Add a project
- actions_in_project_title: Actions in this project
- completed_projects: Proyectos completados
- is_active: "está activo"
- add_note: "Añadir una nota"
- set_default_tags_notice: Set project's default tags to %{default_tags}
- add_project: "Añadir Proyecto"
- settings: Settings
- project_saved_status: Project saved
- list_projects: TRACKS::Lista de Proyectos
- with_default_tags: and with '%{tags}' as the default tags
- completed_tasks_title: "TRACKS:: Lista de Acciones completadas en '%{project_name}' Proyecto"
- hidden_projects: Proyectos ocultos
- delete_project_title: Delete the project
- default_context_removed: Eliminado el contexto por defecto
- add_note_submit: "Añadir nota"
- completed_actions: Tareas completadas para este proyecto
- was_marked_complete: has been marked as completed
- no_default_context: Este proyecto no tiene un contexto por defecto
- with_no_default_tags: and with no default tags
- default_context: The default context for this project is %{context}
- edit_project_settings: Edit Project Settings
- status_project_name_changed: Name of project was changed
- state: This project is %{state}
- active_projects: Active projects
- states:
- hidden_plural: Hidden
- stalled: Estancado
- review_plural: Fechado
- completed: Completed
- current: "Hasta al día"
- review: Fechado
- completed_plural: Completed
- blocked: Bloqueado
- blocked_plural: Bloqueado
- stalled_plural: Estancado
- visible_plural: Visible
- active_plural: Active
- visible: Visible
- hidden: Hidden
- active: Active
- current_plural: "Hasta al día"
- errors:
- user_unauthorized: "401 No autorizado: Solo los usuarios administrativos pueden acceder a esta función."
- preferences:
- open_id_url: Your OpenID URL is
- change_identity_url: Change Your Identity URL
- staleness_starts_after: Staleness starts after %{days} days
- page_title: TRACKS::Preferences
- change_password: Change your password
- token_description: Token (for feeds and API use)
- title: Your preferences
- is_false: "false"
- show_number_completed: Show %{number} completed items
- password_changed: "Que ha cambiado la contraseña, por favor vuelve a iniciar sesión."
- edit_preferences: Edit preferences
- page_title_edit: TRACKS::Edit Preferences
- is_true: "true"
- sms_context_none: None
- generate_new_token: Generate a new token
- token_header: Your token
- authentication_header: Your authentication
- updated: "Las preferencias de actualización"
- current_authentication_type: Your authentication type is %{auth_type}
- change_authentication_type: Change your authentication type
- generate_new_token_confirm: Are you sure? Generating a new token will replace the existing one and break any external usages of this token.
- tabs:
- authentication: "Autenticación"
- tracks_behavior: Rastrea el comportamiento de
- profile: Perfil
- date_and_time: Fecha y hora
- time:
- am: soy
- formats:
- stats: "%a %d-%m"
- default: "%a, %d %b %Y %H:%M:%S %z"
- time: ""
- short: "%d %b %H:%M"
- month_day: "%B %d"
- long: "%B %d, %Y %H:%M"
- pm: pm
- date:
- month_names:
- -
- - Enero
- - Febrero
- - Marzo
- - Abril
- - Mayo
- - Junio
- - Julio
- - Agosto
- - Septiembre
- - Octubre
- - Noviembre
- - Diciembre
- abbr_day_names:
- - Dom
- - Lun
- - Mar
- - Mie
- - Jue
- - Vie
- - Sab
- formats:
- only_day: ""
- longer: "%A, %d %b %Y"
- default: "%Y-%m-%d"
- short: "%b %d"
- month_day: ""
- long: "%B %d, %Y"
- day_names:
- - Domingo
- - Lunes
- - Martes
- - "Miércoles"
- - Jueves
- - Viernes
- - "Sábado"
- abbr_month_names:
- -
- - Ene
- - Feb
- - Mar
- - Abr
- - May
- - Jun
- - Jul
- - Ago
- - Sep
- - Oct
- - Nov
- - Dic
- will_paginate:
- previous_label: "« Anterior"
- page_entries_info:
- multi_page: Viendo %{model} {%from} - %{to} de %{count} en el total de
- single_page_html:
- one: Viendo del 1 %{model}
- other: Viendo todos los %{count} %{model}
- zero: No %{model} encontrado
- single_page:
- one: Viendo del 1 %{model}
- other: Viendo todos los %{count} %{model}
- zero: No %{model} encontrado
- multi_page_html: Viendo %{model} %{from} - %{to} de %{count} en el total de
- page_gap: ...
- next_label: "Siguiente »"
- support:
- array:
- words_connector: ","
- last_word_connector: ", y"
- two_words_connector: y
- select:
- prompt: Por favor seleccione
- footer:
- send_feedback: "Envía comentarios sobre el %{version}"
- shared:
- multiple_next_actions: Multiple next actions (one on each line)
- make_actions_dependent: "Asegúrese que las acciones dependen unos de otros"
- toggle_single: Add a next action
- hide_form: Esconder formulario
- add_actions: "Añadir tareas"
- add_action: "Añadir tarea"
- tags_for_all_actions: Tags for all actions (sep. with commas)
- toggle_single_title: Add a new next action
- project_for_all_actions: Project for all actions
- context_for_all_actions: Context for all actions
- toggle_multi: Add multiple next actions
- separate_tags_with_commas: separar con comas
- add_context: Agregue contexto
- toggle_multi_title: Toggle single/multi new action form
- hide_action_form_title: Hide new action form
- feedlist:
- choose_context: Elija el contexto en el que desea un canal de
- actions_due_today: Acciones pendientes hoy o antes
- ical_feed: "iCal alimentación"
- legend: "Leyenda:"
- all_contexts: Todos los contextos
- rss_feed: RSS Feed
- choose_project: Elegir el proyecto que quiere un canal de
- all_projects: Todos los proyectos
- project_needed: Es necesario que haya al menos un proyecto antes de poder solicitar un feed
- select_feed_for_project: Seleccione la fuente para este proyecto
- active_projects_wo_next: "Proyectos activos, sin las próximas acciones"
- active_starred_actions: "Todas las acciones que protagonizó, activa"
- context_needed: Es necesario que haya al menos un contexto antes de poder solicitar un feed
- select_feed_for_context: "Seleccione la alimentación de este contexto"
- projects_and_actions: Proyectos activos con sus acciones
- notice_incomplete_only: "Nota: Todos los alimentos muestran sólo las acciones que no han sido marcadas como realizadas, a menos que se indique lo contrario."
- actions_due_next_week: "Tareas pendientes en 7 días o menos"
- actions_completed_last_week: "Tareas completadas en los últimos 7 días"
- context_centric_actions: "Feeds de acciones incompletas en un contexto específico"
- plain_text_feed: Canal Texto sin formato
- last_fixed_number: "Última %{number} acciones"
- all_actions: Todas las tareas
- project_centric: "Feeds de acciones incompletas en un proyecto específico"
- sidebar:
- list_name_active_contexts: Active contexts
- list_name_active_projects: Active projects
- list_empty: None
- list_name_completed_projects: Completed projects
- list_name_hidden_projects: Hidden projects
- list_name_hidden_contexts: Hidden contexts
- users:
- openid_url_verified: You have successfully verified %{url} as your identity and set your authentication type to OpenID.
- auth_type_update_error: "There was a problem updating your authentication type: %{error_messages}"
- failed_to_delete_user: Failed to delete user %{username}
- destroy_successful: User %{login} was successfully destroyed
- first_user_heading: "Welcome to TRACKS. To get started, please create an admin account:"
- total_contexts: Total contexts
- successfully_deleted_user: Successfully deleted user %{username}
- signup_successful: Signup successful for user %{username}.
- new_token_generated: New token successfully generated
- total_projects: Total projects
- change_password_submit: Change password
- no_signups_title: TRACKS::No signups
- user_created: User created.
- account_signup: Account signup
- manage_users: Manage users
- password_updated: Password updated.
- auth_type_updated: Authentication type updated.
- total_actions: Total actions
- desired_login: Desired login
- signup: Signup
- confirm_password: Confirm password
- new_user_heading: "Sign up a new user:"
- password_confirmation_label: Confirm password
- destroy_error: There was an error deleting the user %{login}
- choose_password: Choose password
- change_password_title: TRACKS::Change password
- change_auth_type_title: TRACKS::Change authentication type
- change_password_prompt: Enter your new password in the fields below and click 'Change password' to replace your current password with your new one.
- new_password_label: New password
- register_with_cas: With your CAS username
- label_auth_type: Authentication type
- total_users_count: You have a total of %{count} users
- new_user_title: TRACKS::Sign up as the admin user
- destroy_user: Destroy user
- destroy_confirmation: "Warning: this will delete user '%{login}', all their actions, contexts, project and notes. Are you sure that you want to continue?"
- you_have_to_reset_your_password: "Usted tiene que restablecer su contraseña"
- signup_new_user: Sign up new user
- identity_url: Identity URL
- openid_ok_pref_failed: You have successfully verified %{url} as your identity but there was a problem saving your authentication preferences.
- auth_change_submit: Change authentication type
- change_authentication_type: Change authentication type
- total_notes: Total notes
- select_authentication_type: Select your new authentication type and click 'Change authentication type' to replace your current settings.
+ common:
+ action: Tarea
+ actions: Tareas
+ actions_midsentence:
+ one: tarea
+ other: tareas
+ zero: tareas
+ add: Añadir
+ ajaxError: "Hubo un error al recuperar desde el servidor"
+ back: Atrás
+ bugs: Errores
+ cancel: Cancelar
+ context: Contexto
+ contexts: Contextos
+ contribute: Contribuir
+ create: Crear
+ days_midsentence:
+ one: día
+ other: días
+ zero: días
+ deferred: pospuestas
+ description: Descripción
+ drag_handle: ARRASTRAR
+ email: Email
+ errors_with_fields: "Ha habido problemas con los siguientes campos:"
+ first: Primero
+ forth: Siguiente
+ forum: Foro
+ fourth: Cuarto
+ go_back: "Volver atrás"
+ last: Último
+ logout: Salir
+ month: mes
+ months: meses
+ next: Próximo
+ none: Ninguno
+ not_available_abbr: n/e
+ note:
+ one: "1 nota"
+ other: "%{count} notas"
+ zero: "0 notas"
+ notes: Notas
+ numbered_step: "Paso %{number}"
+ ok: Ok
+ optional: opcional
+ previous: Anterior
+ project: Proyecto
+ projects: Proyectos
+ recurring_todos: "Repetición de acciones"
+ review: Revisión
+ search: Buscar
+ second: Segundo
+ server_error: "Ha ocurrido un error en el servidor."
+ show_all: "Mostrar todo"
+ sort:
+ alphabetically: Alfabéticamente
+ alphabetically_confirm: "¿Está seguro que desea ordenar los proyectos por orden alfabético? Esto reemplazará el orden existente."
+ alphabetically_title: "Proyectos de ordenar alfabéticamente"
+ by_task_count: "Por número de tareas"
+ by_task_count_title: "Ordenar por número de tareas"
+ by_task_count_title_confirm: "¿Está seguro que desea ordenar los proyectos por el número de tareas? Esto reemplazará el orden existente."
+ sort: Ordenar
+ third: Tercero
+ todo: Todo
+ update: Actualizar
+ website: Website
+ week: semana
+ weeks: semanas
+ wiki: Wiki
contexts:
- delete_context_title: Eliminar contexto
- all_completed_tasks_title: "TRACKS:: Todas las acciones completadas en '%{context_name}' contexto"
- hide_form: Esconder formulario
- show_form_title: "Añadir un contexto"
- delete_context_confirmation: "¿Está seguro que desea eliminar '%{name}' el contexto? Tenga en cuenta que esto también se eliminarán todas las acciones (la repetición) en este contexto!"
- todos_append: en este contexto
- delete_context: Eliminar contexto
- edit_context: Editar contexto
- hide_form_title: Ocultar el formulario nuevo contexto
- hidden_contexts: Contextos ocultos
- no_contexts_active: Actualmente no hay contextos activos
- context_hide: "¿Esconder de la página principal?"
add_context: "Añadir contexto"
- show_form: Crear un nuevo contexto
- save_status_message: Contexto guardado
- visible_contexts: Contextos visible
- update_status_message: Nombre de contexto ha cambiado
- context_name: Nombre del contexto
- status_active: "El contexto está activo"
+ all_completed_tasks_title: "TRACKS:: Todas las acciones completadas en '%{context_name}' contexto"
completed_tasks_title: "TRACKS:: Las acciones completadas en '%{context_name}' el contexto"
- new_context_post: "' También se ha creado. ¿Está seguro?"
- new_context_pre: Nuevo contexto '
- no_actions: Actualmente no hay acciones incompletas en este contexto
+ context_deleted: "Contexto eliminado '%{name}'"
+ context_hide: "¿Esconder de la página principal?"
+ context_name: "Nombre del contexto"
+ delete_context: "Eliminar contexto"
+ delete_context_confirmation: "¿Está seguro que desea eliminar '%{name}' el contexto? Tenga en cuenta que esto también se eliminarán todas las acciones (la repetición) en este contexto!"
+ delete_context_title: "Eliminar contexto"
+ edit_context: "Editar contexto"
+ hidden_contexts: "Contextos ocultos"
+ hide_form: "Esconder formulario"
+ hide_form_title: "Ocultar el formulario nuevo contexto"
last_completed_in_context: "en este contexto (últimos %{number})"
- context_deleted: Contexto eliminado '%{name}'
- no_contexts_hidden: Actualmente no hay contextos ocultos
- status_hidden: Contexto se oculta
- login:
- openid_identity_url_not_found: Sorry, no user by that identity URL exists (%{identity_url})
- user_no_expiry: Stay logged in
- sign_in: Entrar
- login_cas: go to the CAS
- cas_no_user_found: Hello, %{username}! You do not have an account on Tracks.
- cas_login: CAS Login
- successful_with_session_info: "Login successful:"
- please_login: Please log in to use Tracks
- cas_logged_in_greeting: Hello, %{username}! You are authenticated.
- cas_username_not_found: Sorry, no user by that CAS username exists (%{username})
- cas_create_account: If you like to request on please go here to %{signup_link}
- mobile_use_openid: "…or login with an OpenID"
- cas_signup_link: Request account
- account_login: Acceso a la cuenta
- successful: "Has entrado con éxito. Bienvenido!"
- session_will_not_expire: session will not expire.
- option_separator: or,
- session_time_out: Session has timed out. Please %{link}
- session_will_expire: session will expire after %{hours} hour(s) of inactivity.
- login_standard: go back to the standard login
- login_with_openid: login with an OpenID
- unsuccessful: Login unsuccessful.
- log_in_again: log in again.
- logged_out: You have been logged out of Tracks.
+ new_context_post: "' También se ha creado. ¿Está seguro?"
+ new_context_pre: "Nuevo contexto '"
+ no_actions: "Actualmente no hay acciones incompletas en este contexto"
+ no_contexts_active: "Actualmente no hay contextos activos"
+ no_contexts_hidden: "Actualmente no hay contextos ocultos"
+ save_status_message: "Contexto guardado"
+ show_form: "Crear un nuevo contexto"
+ show_form_title: "Añadir un contexto"
+ status_active: "El contexto está activo"
+ status_hidden: "Contexto se oculta"
+ todos_append: "en este contexto"
+ update_status_message: "Nombre de contexto ha cambiado"
+ visible_contexts: "Contextos visible"
+ data:
+ import_errors: "Han ocurrido algunos errores durante la importación"
+ import_successful: "Importación se realizó correctamente."
+ date:
+ abbr_day_names:
+ - Dom
+ - Lun
+ - Mar
+ - Mie
+ - Jue
+ - Vie
+ - Sab
+ abbr_month_names:
+ - ~
+ - Ene
+ - Feb
+ - Mar
+ - Abr
+ - May
+ - Jun
+ - Jul
+ - Ago
+ - Sep
+ - Oct
+ - Nov
+ - Dic
+ day_names:
+ - Domingo
+ - Lunes
+ - Martes
+ - Miércoles
+ - Jueves
+ - Viernes
+ - Sábado
+ formats:
+ default: "%Y-%m-%d"
+ long: "%B %d, %Y"
+ longer: "%A, %d %b %Y"
+ short: "%b %d"
+ month_names:
+ - ~
+ - Enero
+ - Febrero
+ - Marzo
+ - Abril
+ - Mayo
+ - Junio
+ - Julio
+ - Agosto
+ - Septiembre
+ - Octubre
+ - Noviembre
+ - Diciembre
datetime:
- prompts:
- minute: Minuto
- second: Segundos
- month: Mes
- hour: Hora
- day: "Día"
- year: "Año"
distance_in_words:
- less_than_x_minutes:
- one: menos de un minuto
- other: menos de %{count} minutos
- zero: menos de 1 minuto
- almost_x_years:
- one: "casi 1 año"
- other: "Casi %{count} años"
- x_days:
- one: "1 día"
- other: "%{count} días"
- x_seconds:
- one: Un segundo
- other: "%{count} segundos"
about_x_hours:
- one: alrededor de 1 hora
- other: Acerca de %{count} horas
- less_than_x_seconds:
- one: menos de 1 segundo
- other: menos de %{count} segundos
- zero: menos de 1 segundo
- x_months:
- one: 1 mes
- other: "%{count} meses"
- x_minutes:
- one: 1 minuto
- other: "%{count} minutos"
+ one: "alrededor de 1 hora"
+ other: "Acerca de %{count} horas"
+ about_x_months:
+ one: "alrededor de 1 mes"
+ other: "Acerca de %{count} meses"
about_x_years:
one: "alrededor de 1 año"
other: "Acerca de %{count} años"
- about_x_months:
- one: alrededor de 1 mes
- other: Acerca de %{count} meses
+ almost_x_years:
+ one: "casi 1 año"
+ other: "Casi %{count} años"
+ half_a_minute: "medio minuto"
+ less_than_x_minutes:
+ one: "menos de un minuto"
+ other: "menos de %{count} minutos"
+ zero: "menos de 1 minuto"
+ less_than_x_seconds:
+ one: "menos de 1 segundo"
+ other: "menos de %{count} segundos"
+ zero: "menos de 1 segundo"
over_x_years:
one: "más de 1 año"
other: "en %{count} años"
- half_a_minute: medio minuto
+ x_days:
+ one: "1 día"
+ other: "%{count} días"
+ x_minutes:
+ one: "1 minuto"
+ other: "%{count} minutos"
+ x_months:
+ one: "1 mes"
+ other: "%{count} meses"
+ x_seconds:
+ one: "Un segundo"
+ other: "%{count} segundos"
+ prompts:
+ day: Día
+ hour: Hora
+ minute: Minuto
+ month: Mes
+ second: Segundos
+ year: Año
+ errors:
+ user_unauthorized: "401 No autorizado: Solo los usuarios administrativos pueden acceder a esta función."
+ feedlist:
+ actions_completed_last_week: "Tareas completadas en los últimos 7 días"
+ actions_due_next_week: "Tareas pendientes en 7 días o menos"
+ actions_due_today: "Acciones pendientes hoy o antes"
+ active_projects_wo_next: "Proyectos activos, sin las próximas acciones"
+ active_starred_actions: "Todas las acciones que protagonizó, activa"
+ all_actions: "Todas las tareas"
+ all_contexts: "Todos los contextos"
+ all_projects: "Todos los proyectos"
+ choose_context: "Elija el contexto en el que desea un canal de"
+ choose_project: "Elegir el proyecto que quiere un canal de"
+ context_centric_actions: "Feeds de acciones incompletas en un contexto específico"
+ context_needed: "Es necesario que haya al menos un contexto antes de poder solicitar un feed"
+ ical_feed: "iCal alimentación"
+ last_fixed_number: "Última %{number} acciones"
+ legend: "Leyenda:"
+ notice_incomplete_only: "Nota: Todos los alimentos muestran sólo las acciones que no han sido marcadas como realizadas, a menos que se indique lo contrario."
+ plain_text_feed: "Canal Texto sin formato"
+ project_centric: "Feeds de acciones incompletas en un proyecto específico"
+ project_needed: "Es necesario que haya al menos un proyecto antes de poder solicitar un feed"
+ projects_and_actions: "Proyectos activos con sus acciones"
+ rss_feed: "RSS Feed"
+ select_feed_for_context: "Seleccione la alimentación de este contexto"
+ select_feed_for_project: "Seleccione la fuente para este proyecto"
+ footer:
+ send_feedback: "Envía comentarios sobre el %{version}"
+ integrations:
+ applescript_next_action_prompt: "Descripción de la próxima tarea:"
+ applescript_success_after_id: creado
+ applescript_success_before_id: "Nueva acción junto con la identificación"
+ gmail_description: "Gadget para añadir pistas a Gmail como un gadget"
+ opensearch_description: "Buscar en las Tracks"
+ layouts:
+ mobile_navigation:
+ contexts: Contextos
+ feeds: Feeds
+ home: Inicio
+ logout: "Cerrar sesión"
+ new_action: "Nueva tarea"
+ projects: Proyectos
+ starred: avoritos
+ tickler: Tickler
+ navigation:
+ admin: Admin
+ api_docs: "REST API Docs"
+ calendar: Calendario
+ calendar_title: "Calendario de las acciones por"
+ completed_tasks: Hecho
+ completed_tasks_title: Completed
+ contexts_title: Contexts
+ export: Export
+ export_title: "Import and export data"
+ feeds: Feeds
+ feeds_title: "See a list of available feeds"
+ help: "?"
+ home: Inicio
+ home_title: Inicio
+ integrations_: "Integrar Tracks"
+ manage_users: "Administrar usuarios"
+ manage_users_title: "Añadir o eliminar usuarios"
+ notes_title: "Mostrar todas las notas"
+ organize: Organizar
+ preferences: Preferencias
+ preferences_title: "Mostrar mis preferencias"
+ projects_title: Proyectos
+ recurring_todos: "Tareas repetitivas"
+ recurring_todos_title: "Manage recurring actions"
+ review_title: "Posibilidad de una revisión"
+ search: "Search All Items"
+ starred: Estrellas
+ starred_title: "See your starred actions"
+ stats: Estadísticas
+ stats_title: "See your statistics"
+ tickler: Tickler
+ tickler_title: Tickler
+ view: Ver
+ next_actions_rss_feed: "RSS feed of next actions"
+ toggle_contexts: "Cambiar los contextos se derrumbó"
+ toggle_contexts_title: "Haga contextos se derrumbó (in)visible"
+ toggle_notes: "Activar/Desactivar notas"
+ toggle_notes_title: "Activar/Desactivar todas las notas"
+ login:
+ account_login: "Acceso a la cuenta"
+ cas_create_account: "If you like to request on please go here to %{signup_link}"
+ cas_logged_in_greeting: "Hello, %{username}! You are authenticated."
+ cas_login: "CAS Login"
+ cas_no_user_found: "Hello, %{username}! You do not have an account on Tracks."
+ cas_signup_link: "Request account"
+ cas_username_not_found: "Sorry, no user by that CAS username exists (%{username})"
+ log_in_again: "log in again."
+ logged_out: "You have been logged out of Tracks."
+ login_cas: "go to the CAS"
+ login_standard: "go back to the standard login"
+ login_with_openid: "login with an OpenID"
+ mobile_use_openid: "…or login with an OpenID"
+ openid_identity_url_not_found: "Sorry, no user by that identity URL exists (%{identity_url})"
+ option_separator: "or,"
+ please_login: "Please log in to use Tracks"
+ session_time_out: "Session has timed out. Please %{link}"
+ session_will_expire: "session will expire after %{hours} hour(s) of inactivity."
+ session_will_not_expire: "session will not expire."
+ sign_in: Entrar
+ successful: "Has entrado con éxito. Bienvenido!"
+ successful_with_session_info: "Login successful:"
+ unsuccessful: "Login unsuccessful."
+ user_no_expiry: "Stay logged in"
+ models:
+ preference:
+ due_in: "Due in %{days} days"
+ due_on: "Due on %{date}"
+ due_styles:
+ - "Due in ___ days"
+ - "Due on _______"
+ project:
+ feed_description: "Lists all the projects for %{username}"
+ feed_title: "Tracks Projects"
+ todo:
+ error_date_must_be_future: "must be a date in the future"
+ user:
+ error_context_not_associated: "Context id %{context} not associated with user id %{user}."
+ error_project_not_associated: "Project id %{project} not associated with user id %{user}."
+ notes:
+ delete_confirmation: "Are you sure that you want to delete the note '%{id}'?"
+ delete_item_title: "Delete item"
+ delete_note_confirm: "Are you sure that you want to delete the note '%{id}'?"
+ delete_note_title: "Delete the note '%{id}'"
+ deleted_note: "Deleted note '%{id}'"
+ edit_item_title: "Edit item"
+ in_project: "En:"
+ no_notes_available: "Currently there are no notes: add notes to projects from individual project pages."
+ note_header: "Note %{id}"
+ note_link_title: "Show note %{id}"
+ note_location_link: "In:"
+ show_note_title: "Show note"
+ number:
+ currency:
+ format:
+ delimiter: ","
+ format: "%u%n"
+ separator: "."
+ unit: €
+ format:
+ delimiter: ","
+ separator: "."
+ human:
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Byte
+ other: Bytes
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: Tuberculosis
+ preferences:
+ authentication_header: "Your authentication"
+ change_authentication_type: "Change your authentication type"
+ change_identity_url: "Change Your Identity URL"
+ change_password: "Change your password"
+ current_authentication_type: "Your authentication type is %{auth_type}"
+ edit_preferences: "Edit preferences"
+ generate_new_token: "Generate a new token"
+ generate_new_token_confirm: "Are you sure? Generating a new token will replace the existing one and break any external usages of this token."
+ is_false: "false"
+ is_true: "true"
+ open_id_url: "Your OpenID URL is"
+ page_title: "TRACKS::Preferences"
+ page_title_edit: "TRACKS::Edit Preferences"
+ password_changed: "Que ha cambiado la contraseña, por favor vuelve a iniciar sesión."
+ show_number_completed: "Show %{number} completed items"
+ sms_context_none: None
+ staleness_starts_after: "Staleness starts after %{days} days"
+ tabs:
+ authentication: Autenticación
+ date_and_time: "Fecha y hora"
+ profile: Perfil
+ tracks_behavior: "Rastrea el comportamiento de"
+ title: "Your preferences"
+ token_description: "Token (for feeds and API use)"
+ token_header: "Your token"
+ updated: "Las preferencias de actualización"
+ projects:
+ actions_in_project_title: "Actions in this project"
+ active_projects: "Active projects"
+ add_note: "Añadir una nota"
+ add_note_submit: "Añadir nota"
+ add_project: "Añadir Proyecto"
+ all_completed_tasks_title: "TRACKS:: Lista de todas las acciones terminado en '%{project_name}' Proyecto"
+ completed_actions: "Tareas completadas para este proyecto"
+ completed_actions_empty: "No hay tareas completadas para este proyecto"
+ completed_projects: "Proyectos completados"
+ completed_tasks_title: "TRACKS:: Lista de Acciones completadas en '%{project_name}' Proyecto"
+ default_context: "The default context for this project is %{context}"
+ default_context_removed: "Eliminado el contexto por defecto"
+ default_context_set: "Set project's default context to %{default_context}"
+ default_tags_removed_notice: "Removed the default tags"
+ deferred_actions: "Tareas pospuestas para este proyecto"
+ deferred_actions_empty: "There are no deferred actions for this project"
+ delete_project: "Delete project"
+ delete_project_confirmation: "Are you sure that you want to delete the project '%{name}'?"
+ delete_project_title: "Delete the project"
+ edit_project_settings: "Edit Project Settings"
+ edit_project_title: "Editar proyecto"
+ hidden_projects: "Proyectos ocultos"
+ hide_form: "Esconder formulario"
+ hide_form_title: "Hide new project form"
+ is_active: "está activo"
+ list_completed_projects: "TRACKS:: Lista de Proyectos Realizados"
+ list_projects: "TRACKS::Lista de Proyectos"
+ list_reviews: "TRACKS::Revisión"
+ no_actions_in_project: "Currently there are no incomplete actions in this project"
+ no_default_context: "Este proyecto no tiene un contexto por defecto"
+ no_last_completed_projects: "No hay proyectos terminados encontrado"
+ no_last_completed_recurring_todos: "No se ha completado las acciones repetitivas que se encuentran"
+ no_notes_attached: "Currently there are no notes attached to this project"
+ no_projects: "Currently there are no projects"
+ notes: Notes
+ notes_empty: "There are no notes for this project"
+ page_title: "TRACKS::Project: %{project}"
+ project_saved_status: "Project saved"
+ project_state: "Project is %{state}."
+ set_default_tags_notice: "Set project's default tags to %{default_tags}"
+ settings: Settings
+ show_form: "Add a project"
+ show_form_title: "Create a new project"
+ state: "This project is %{state}"
+ status_project_name_changed: "Name of project was changed"
+ this_project: "This project"
+ to_new_project_page: "Take me to the new project page"
+ todos_append: "in this project"
+ was_marked_complete: "has been marked as completed"
+ was_marked_hidden: "has been marked as hidden"
+ with_default_context: "with a default context of '%{context_name}'"
+ with_default_tags: "and with '%{tags}' as the default tags"
+ with_no_default_context: "with no default context"
+ with_no_default_tags: "and with no default tags"
search:
- contexts_matching_query: Contexts matching query
- tags_matching_query: Tags matching query
- no_results: Your search yielded no results.
- todos_matching_query: Todos matching query
- projects_matching_query: Projects matching query
- notes_matching_query: Notes matching query
+ contexts_matching_query: "Contexts matching query"
+ no_results: "Your search yielded no results."
+ notes_matching_query: "Notes matching query"
+ projects_matching_query: "Projects matching query"
+ tags_matching_query: "Tags matching query"
+ todos_matching_query: "Todos matching query"
+ shared:
+ add_action: "Añadir tarea"
+ add_actions: "Añadir tareas"
+ add_context: "Agregue contexto"
+ context_for_all_actions: "Context for all actions"
+ hide_action_form_title: "Hide new action form"
+ hide_form: "Esconder formulario"
+ make_actions_dependent: "Asegúrese que las acciones dependen unos de otros"
+ multiple_next_actions: "Multiple next actions (one on each line)"
+ project_for_all_actions: "Project for all actions"
+ separate_tags_with_commas: "separar con comas"
+ tags_for_all_actions: "Tags for all actions (sep. with commas)"
+ toggle_multi: "Add multiple next actions"
+ toggle_multi_title: "Toggle single/multi new action form"
+ toggle_single: "Add a next action"
+ toggle_single_title: "Add a new next action"
+ sidebar:
+ list_empty: None
+ list_name_active_contexts: "Active contexts"
+ list_name_active_projects: "Active projects"
+ list_name_completed_projects: "Completed projects"
+ list_name_hidden_contexts: "Hidden contexts"
+ list_name_hidden_projects: "Hidden projects"
+ states:
+ active: Active
+ active_plural: Active
+ blocked: Bloqueado
+ blocked_plural: Bloqueado
+ completed: Completed
+ completed_plural: Completed
+ current: "Hasta al día"
+ current_plural: "Hasta al día"
+ hidden: Hidden
+ hidden_plural: Hidden
+ review: Fechado
+ review_plural: Fechado
+ stalled: Estancado
+ stalled_plural: Estancado
+ visible: Visible
+ visible_plural: Visible
+ stats:
+ action_completion_time_title: "Completion time (all completed actions)"
+ action_selection_title: "TRACKS::Action selection"
+ actions: Actions
+ actions_30days_title: "Actions in the last 30 days"
+ actions_actions_avg_created_30days: "In the last 30 days you created on average %{count} actions"
+ actions_avg_completed: "and completed an average of %{count} actions per month."
+ actions_avg_completed_30days: "and completed an average of %{count} actions per day."
+ actions_avg_completion_time: "Of all your completed actions, the average time to complete is %{count} days."
+ actions_avg_created: "In the last 12 months you created on average %{count} actions"
+ actions_day_of_week_legend:
+ day_of_week: "Día de la semana"
+ number_of_actions: "Número de acciones"
+ actions_day_of_week_title: "Day of week (all actions)"
+ actions_dow_30days_legend:
+ day_of_week: "Día de la semana"
+ number_of_actions: "Número de acciones"
+ actions_dow_30days_title: "Day of week (past 30 days)"
+ actions_further: " and further"
+ actions_last_year: "Actions in the last years"
+ actions_last_year_legend:
+ months_ago: "Months ago"
+ number_of_actions: "Number of actions"
+ actions_lastyear_title: "Actions in the last 12 months"
+ actions_min_completion_time: "The minimum time to complete is %{time}."
+ actions_min_max_completion_days: "The Max-/minimum days to complete is %{min}/%{max}."
+ actions_selected_from_week: "Actions selected from week "
+ click_to_return: "Click %{link} to return to the statistics page."
+ click_to_return_link: here
+ click_to_show_actions_from_week: "Click %{link} to show the actions from week %{week} and further."
+ click_to_update_actions: "Click on a bar in the chart to update the actions below."
+ contexts: Contexts
+ current_running_time_of_incomplete_visible_actions: "Current running time of incomplete visible actions"
+ index_title: "TRACKS::Estadística"
+ labels:
+ avg_completed: "Avg completed"
+ avg_created: "Avg created"
+ completed: Completed
+ created: Created
+ month_avg_completed: "%{months} Month avg completed"
+ month_avg_created: "%{months} Month avg created"
+ legend:
+ actions: Tareas
+ day_of_week: "Day of week"
+ months_ago: "Months ago"
+ number_of_actions: "Número de tareas"
+ number_of_days: "Number of days ago"
+ percentage: Percentage
+ running_time: "Running time of an action (weeks)"
+ more_stats_will_appear: "More statistics will appear here once you have added some actions."
+ no_actions_selected: "No hay tareas seleccionadas."
+ no_tags_available: "no tags available"
+ open_per_week: "Próximas acciones activas (visibles y ocultas) a la semana"
+ open_per_week_legend:
+ actions: Acciones
+ weeks: "Semanas atrás"
+ other_actions_label: (otros)
+ projects: Projects
+ running_time_all: "Current running time of all incomplete actions"
+ running_time_all_legend:
+ actions: Tareas
+ percentage: Percentage
+ running_time: "Running time of an action (weeks). Click on a bar for more info"
+ running_time_legend:
+ actions: Tareas
+ percentage: Percentage
+ weeks: "Running time of an action (weeks). Click on a bar for more info"
+ spread_of_actions_for_all_context: "Spread of actions for all context"
+ spread_of_running_actions_for_visible_contexts: "Spread of running actions for visible contexts"
+ tag_cloud_90days_description: "This tag cloud includes tags of actions that were created or completed in the past 90 days."
+ tag_cloud_90days_title: "Tag cloud actions in past 90 days"
+ tag_cloud_description: "This tag cloud includes tags of all actions (completed, not completed, visible and/or hidden)"
+ tag_cloud_title: "Tag cloud for all actions"
+ tags: Tags
+ time_of_day: "Time of day (all actions)"
+ time_of_day_legend:
+ number_of_actions: "Número de tareas"
+ time_of_day: "Time of day"
+ tod30: "Time of day (last 30 days)"
+ tod30_legend:
+ number_of_actions: "Número de tareas"
+ time_of_day: "Time of day"
+ top10_longrunning: "Top 10 longest running projects"
+ top10_projects: "Top 10 projects"
+ top10_projects_30days: "Top 10 project in past 30 days"
+ top5_contexts: "Top 5 contexts"
+ top5_visible_contexts_with_incomplete_actions: "Top 5 visible contexts with incomplete actions"
+ totals: Totals
+ totals_action_count: "you have a total of %{count} actions"
+ totals_actions_completed: "%{count} of these are completed."
+ totals_active_project_count: "Of those %{count} are active projects"
+ totals_blocked_actions: "%{count} are dependent on the completion of their actions."
+ totals_completed_project_count: "and %{count} are completed projects."
+ totals_context_count: "You have %{count} contexts."
+ totals_deferred_actions: "of which %{count} are deferred actions in the tickler"
+ totals_first_action: "Since your first action on %{date}"
+ totals_hidden_context_count: "and %{count} are hidden contexts."
+ totals_hidden_project_count: "%{count} are hidden"
+ totals_incomplete_actions: "You have %{count} incomplete actions"
+ totals_project_count: "You have %{count} projects."
+ totals_tag_count: "You have %{count} tags placed on actions."
+ totals_unique_tags: "Of those tags, %{count} are unique."
+ totals_visible_context_count: "Of those %{count} are visible contexts"
+ within_one: "Dentro de un"
+ support:
+ array:
+ last_word_connector: ", y"
+ two_words_connector: "y"
+ words_connector: ","
+ select:
+ prompt: "Por favor seleccione"
+ time:
+ am: soy
+ formats:
+ default: "%a, %d %b %Y %H:%M:%S %z"
+ long: "%B %d, %Y %H:%M"
+ month_day: "%B %d"
+ short: "%d %b %H:%M"
+ stats: "%a %d-%m"
+ pm: pm
+ todos:
+ action_deferred: "La acción \\'%{description}\\' se aplazó"
+ action_deleted_error: "Failed to delete the action"
+ action_deleted_success: "Successfully deleted next action"
+ action_due_on: "(action due on %{date})"
+ action_marked_complete: "The action '%{description}' was marked as %{completed}"
+ action_marked_complete_error: "The action '%{description}' was NOT marked as %{completed} due to an error on the server."
+ action_saved: "Action saved"
+ action_saved_to_tickler: "Action saved to tickler"
+ add_another_dependency: "Add another dependency"
+ add_new_recurring: "Add a new recurring action"
+ added_dependency: "Added %{dependency} as dependency."
+ added_new_context: "Added new context"
+ added_new_next_action: "Added new next action"
+ added_new_next_action_plural: "Added new next actions"
+ added_new_next_action_singular: "Added new next action"
+ added_new_project: "Added new project"
+ all_completed: "Todas las acciones realizadas"
+ all_completed_here: aquí
+ all_completed_tagged_page_title: "TRACKS:: Todas las tareas realizadas con etiqueta %{tag_name}"
+ append_in_this_project: "in this project"
+ archived_tasks_title: "TRACKS::Archived completed tasks"
+ blocked_by: "Blocked by %{predecessors}"
+ calendar:
+ due_next_month_and_later: "Due in %{month} and later"
+ due_next_week: "Due next week"
+ due_this_month: "Due in rest of %{month}"
+ due_this_week: "Due in rest of this week"
+ due_today: "Due today"
+ get_in_ical_format: "Get this calendar in iCal format"
+ no_actions_due_after_this_month: "No actions due after this month"
+ no_actions_due_next_week: "No actions due in next week"
+ no_actions_due_this_month: "No actions due in rest of this month"
+ no_actions_due_today: "No actions due today"
+ calendar_page_title: "TRACKS::Calendar"
+ cannot_add_dependency_to_completed_todo: "Cannot add this action as a dependency to a completed action!"
+ clear_due_date: "Clear due date"
+ clear_show_from_date: "Clear show from date"
+ completed: Completed
+ completed_actions: "Completed actions"
+ completed_actions_with: "Completed actions with the tag %{tag_name}"
+ completed_in_archive:
+ one: "There is one completed action in the archive."
+ other: "There are %{count} completed actions in the archive."
+ completed_last_day: "Completed in the last 24 hours"
+ completed_last_x_days: "Completed in last %{count} days"
+ completed_recurrence_completed: "There is no next action after the recurring action you just deleted. The recurrence is completed"
+ completed_recurring: "Completed recurring todos"
+ completed_rest_of_month: "Completado en el resto de este mes"
+ completed_rest_of_previous_month: "Completado en el resto del mes anterior"
+ completed_rest_of_week: "Completado en el resto de esta semana"
+ completed_tagged_page_title: "TRACKS:: Las tareas completadas con etiqueta %{tag_name}"
+ completed_tasks_title: "TRACKS::Completed tasks"
+ completed_today: "Completed Today"
+ confirm_delete: "Are you sure that you want to delete the action '%{description}'?"
+ context_changed: "Context changed to %{name}"
+ convert_to_project: "Make project"
+ defer_date_after_due_date: "Defer date is after due date. Please edit and adjust due date before deferring."
+ defer_x_days:
+ one: "Defer one day"
+ other: "Defer %{count} days"
+ deferred_actions_with: "Deferred actions with the tag '%{tag_name}'"
+ deferred_pending_actions: "Deferred/pending actions"
+ deferred_tasks_title: "TRACKS::Tickler"
+ delete: Delete
+ delete_action: "Delete action"
+ delete_recurring_action_confirm: "Are you sure that you want to delete the recurring action '%{description}'?"
+ delete_recurring_action_title: "Delete the recurring action"
+ deleted_success: "The action was deleted succesfully."
+ depends_on: "Depends on"
+ depends_on_separate_with_commas: "Depende de (separar con comas)"
+ done: Done?
+ drag_action_title: "Drag onto another action to make it depend on that action"
+ due: "Fecha límite"
+ edit: Edit
+ edit_action: "Edit action"
+ edit_action_with_description: "Edit the action '%{description}'"
+ edit_recurring_todo: "Editar la acción de repetición"
+ error_completing_todo: "There was an error completing / activating the recurring todo %{description}"
+ error_deleting_item: "There was an error deleting the item %{description}"
+ error_deleting_recurring: "There was an error deleting the recurring todo \\'%{description}\\'"
+ error_removing_dependency: "There was an error removing the dependency"
+ error_saving_recurring: "There was an error saving the recurring todo \\'%{description}\\'"
+ error_starring: "Could not toggle the star of this todo \\'%{description}\\'"
+ error_starring_recurring: "Could not toggle the star of recurring todo \\'%{description}\\'"
+ error_toggle_complete: "Could not mark this todo complete"
+ feed_title_in_context: "in context '%{context}'"
+ feed_title_in_project: "in project '%{project}'"
+ feeds:
+ completed: "Completed: %{date}"
+ due: "Due: %{date}"
+ has_x_pending:
+ one: "Tiene una tarea pendiente"
+ other: "Tiene %{count} tareas pendientes"
+ hidden_actions: "Tareas ocultas"
+ in_hidden_state: "en estado oculto"
+ in_pending_state: "en estado pendiente"
+ list_incomplete_next_actions: "Lista las siguientes tareas incompletas"
+ list_incomplete_next_actions_with_limit: "Lists the last %{count} incomplete next actions"
+ mobile_todos_page_title: "Todas las tareas"
+ new_related_todo_created: "Una nueva tarea fue añadida y que pertenece a esta tarea recurrente"
+ new_related_todo_created_short: "creada una nueva tarea"
+ new_related_todo_not_created_short: "no se creó la tarea"
+ next_action_description: "Descripción de la nueva tarea"
+ next_action_needed: "You need to submit at least one next action"
+ next_actions_description: "Filter:"
+ next_actions_description_additions:
+ completed: "in the last %{count} days"
+ due_date: "with a due date %{due_date} or earlier"
+ next_actions_due_date:
+ due_in_x_days: "Vence en %{days} días"
+ due_today: "Vence hoy"
+ due_tomorrow: "Vence mañana"
+ overdue_by: "Overdue by %{days} day"
+ overdue_by_plural: "Overdue by %{days} days"
+ next_actions_title: "Tracks - Next Actions"
+ next_actions_title_additions:
+ completed: "actions completed"
+ due_today: "due today"
+ due_within_a_week: "due within a week"
+ no_actions_due_this_week: "No actions due in rest of this week"
+ no_actions_found: "Currently there are no incomplete actions."
+ no_actions_found_title: "No actions found"
+ no_actions_with: "Currently there are no incomplete actions with the tag '%{tag_name}'"
+ no_completed_actions: "Currently there are no completed actions."
+ no_completed_actions_with: "No completed actions with the tag '%{tag_name}'"
+ no_completed_recurring: "Currently there are no completed recurring todos"
+ no_deferred_actions: "Currently there are no deferred actions."
+ no_deferred_actions_with: "No deferred actions with the tag '%{tag_name}'"
+ no_deferred_pending_actions: "Currently there are no deferred or pending actions"
+ no_hidden_actions: "Currently there are no hidden actions found"
+ no_incomplete_actions: "There are no incomplete actions"
+ no_last_completed_actions: "No encontró las acciones realizadas"
+ no_project: "--No project--"
+ no_recurring_todos: "Currently there are no recurring todos"
+ older_completed_items: "Older completed items"
+ overdue: Overdue
+ pending: Pending
+ recurrence:
+ daily: Daily
+ daily_every_number_day: "Every %{number} day(s)"
+ daily_options: "Settings for daily recurring actions"
+ day_x_on_every_x_month: "Day %{day} on every %{month} month"
+ ends_on: "Ends on"
+ ends_on_date: "Ends on %{date}"
+ ends_on_number_times: "Ends after %{number} times"
+ every_work_day: "Every work day"
+ from_tickler: "the date todo comes from tickler (no due date set)"
+ monthly: Monthly
+ monthly_every_xth_day: "The %{day} %{day_of_week} of every %{month} month"
+ monthly_options: "Settings for monthly recurring actions"
+ no_end_date: "No end date"
+ pattern:
+ day_names:
+ - sunday
+ - monday
+ - tuesday
+ - wednesday
+ - thursday
+ - friday
+ - saturday
+ due: due
+ every_day: "every day"
+ every_month: "every month"
+ every_n: "every %{n}"
+ every_xth_day_of_every_n_months: "every %{x} %{day} of every %{n_months}"
+ every_year_on: "every year on %{date}"
+ first: first
+ fourth: fourth
+ from: from
+ last: last
+ month_names:
+ - ~
+ - January
+ - February
+ - Match
+ - April
+ - May
+ - June
+ - July
+ - August
+ - September
+ - October
+ - November
+ - December
+ on_day_n: "on day %{n}"
+ on_work_days: "on work days"
+ second: second
+ show: show
+ the_xth_day_of_month: "the %{x} %{day} of %{month}"
+ third: third
+ times: "for %{number} times"
+ until: until
+ weekly: weekly
+ recurrence_on_due_date: "the date that the todo is due"
+ recurrence_on_options: "Set recurrence on"
+ show_days_before: "%{days} days before the todo is due"
+ show_option_always: always
+ show_options: "Show the todo"
+ starts_on: "Starts on"
+ weekly: Weekly
+ weekly_every_number_week: "Returns every %{number} week on"
+ weekly_options: "Settings for weekly recurring actions"
+ yearly: Yearly
+ yearly_every_x_day: "Every %{month} %{day}"
+ yearly_every_xth_day: "The %{day} %{day_of_week} of %{month}"
+ yearly_options: "Settings for yearly recurring actions"
+ recurrence_completed: "There is no next action after the recurring action you just finished. The recurrence is completed"
+ recurrence_period: "Recurrence period"
+ recurring_action_deleted: "Action was deleted. Because this action is recurring, a new action was added"
+ recurring_action_saved: "Recurring action saved"
+ recurring_actions_title: "TRACKS::Recurring Actions"
+ recurring_deleted_success: "The recurring action was deleted succesfully."
+ recurring_pattern_removed: "El patrón de repetición se retira de %{count}"
+ recurring_todos: "Recurring todos"
+ remove_dependency: "Remove dependency (does not delete the action)"
+ removed_predecessor: "Removed %{successor} as dependency from %{predecessor}."
+ scheduled_overdue: "Scheduled to show %{days} days ago"
+ see_all_completed: "Usted puede ver todas las acciones realizadas %{link}"
+ set_to_pending: "%{task} set to pending"
+ show_from: "Show from"
+ show_in_days: "Show in %{days} days"
+ show_on_date: "Show on %{date}"
+ show_today: "Show Today"
+ show_tomorrow: "Show Tomorrow"
+ star_action: "Star this action"
+ star_action_with_description: "star the action '%{description}'"
+ tagged_page_title: "TRACKS::Tagged with '%{tag_name}'"
+ tagged_with: "tagged with ‘%{tag_name}’"
+ tags: "Tags (separate with commas)"
+ task_list_title: "TRACKS::List tasks"
+ tickler_items_due:
+ one: "One tickler item is now due - refresh the page to see it."
+ other: "%{count} tickler items are now due - refresh the page to see them."
+ to_tickler: "to tickler"
+ unable_to_add_dependency: "Unable to add dependency"
+ unresolved_dependency: "The value you entered in the dependency field did not resolve to an existing action. This value will not be saved with the rest of the action. Continue?"
+ was_due_on_date: "was due on %{date}"
+ users:
+ account_signup: "Account signup"
+ auth_change_submit: "Change authentication type"
+ auth_type_update_error: "There was a problem updating your authentication type: %{error_messages}"
+ auth_type_updated: "Authentication type updated."
+ change_auth_type_title: "TRACKS::Change authentication type"
+ change_authentication_type: "Change authentication type"
+ change_password_prompt: "Enter your new password in the fields below and click 'Change password' to replace your current password with your new one."
+ change_password_submit: "Change password"
+ change_password_title: "TRACKS::Change password"
+ choose_password: "Choose password"
+ confirm_password: "Confirm password"
+ desired_login: "Desired login"
+ destroy_confirmation: "Warning: this will delete user '%{login}', all their actions, contexts, project and notes. Are you sure that you want to continue?"
+ destroy_error: "There was an error deleting the user %{login}"
+ destroy_successful: "User %{login} was successfully destroyed"
+ destroy_user: "Destroy user"
+ failed_to_delete_user: "Failed to delete user %{username}"
+ first_user_heading: "Welcome to TRACKS. To get started, please create an admin account:"
+ identity_url: "Identity URL"
+ label_auth_type: "Authentication type"
+ manage_users: "Manage users"
+ new_password_label: "New password"
+ new_token_generated: "New token successfully generated"
+ new_user_heading: "Sign up a new user:"
+ new_user_title: "TRACKS::Sign up as the admin user"
+ no_signups_title: "TRACKS::No signups"
+ openid_ok_pref_failed: "You have successfully verified %{url} as your identity but there was a problem saving your authentication preferences."
+ openid_url_verified: "You have successfully verified %{url} as your identity and set your authentication type to OpenID."
+ password_confirmation_label: "Confirm password"
+ password_updated: "Password updated."
+ register_with_cas: "With your CAS username"
+ select_authentication_type: "Select your new authentication type and click 'Change authentication type' to replace your current settings."
+ signup: Signup
+ signup_new_user: "Sign up new user"
+ signup_successful: "Signup successful for user %{username}."
+ successfully_deleted_user: "Successfully deleted user %{username}"
+ total_actions: "Total actions"
+ total_contexts: "Total contexts"
+ total_notes: "Total notes"
+ total_projects: "Total projects"
+ total_users_count: "You have a total of %{count} users"
+ user_created: "User created."
+ you_have_to_reset_your_password: "Usted tiene que restablecer su contraseña"
+ will_paginate:
+ next_label: "Siguiente »"
+ page_entries_info:
+ multi_page_html: "Viendo %{model} %{from} - %{to} de %{count} en el total de"
+ single_page:
+ one: "Viendo del 1 %{model}"
+ other: "Viendo todos los %{count} %{model}"
+ zero: "No %{model} encontrado"
+ single_page_html:
+ one: "Viendo del 1 %{model}"
+ other: "Viendo todos los %{count} %{model}"
+ zero: "No %{model} encontrado"
+ page_gap: "..."
+ previous_label: "« Anterior"
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 68e0f7f1..d55a21b8 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -1,998 +1,982 @@
---
fr:
- layouts:
- toggle_contexts_title: "Faire des contextes effondré (in)visibles"
- toggle_contexts: "Basculer contextes effondré"
- toggle_notes: Afficher/Cacher notes
- next_actions_rss_feed: Flux RSS des prochaines actions
- toggle_notes_title: Afficher/Cacher toutes les notes
- mobile_navigation:
- new_action: 0-Nouvelle action
- logout: "Déconnexion"
- feeds: Flux
- starred: "Marqué"
- projects: Projets
- tickler: Reporteur
- contexts: Contextes
- home: Accueil
- navigation:
- manage_users_title: Ajouter ou supprimer des utilisateurs
- recurring_todos: "Tâches (todos) répétitives"
- api_docs: Doc REST API
- help: "?"
- feeds: Flux
- starred: "Marqué"
- stats: Statistiques
- notes_title: Voir toutes les notes
- manage_users: Gestion des utilisateurs
- tickler_title: Reporteur
- admin: Admin
- preferences: "Préférences"
- integrations_: "Intégrer Tracks"
- export_title: "Importer et exporter des données"
- calendar_title: "Calendrier des actions à échéance"
- feeds_title: Voir une liste des flux disponibles
- stats_title: Voir vos statistiques
- tickler: Reporteur
- home_title: Accueil
- starred_title: "Voir vos actions préférées"
- recurring_todos_title: "Gerer les actions récurrentes"
- completed_tasks: "Terminé"
- view: Vue
- organize: Organiser
- completed_tasks_title: "Terminé"
- home: Accueil
- export: Exporter
- contexts_title: Contextes
- preferences_title: "Voir mes préférences"
- search: Recherches tous les items
- review_title: Faire examiner
- projects_title: Projets
- calendar: Calendrier
- number:
- format:
- separator: .
- precision: 2
- delimiter: ","
- human:
- format:
- precision: 1
- delimiter: ""
- storage_units:
- format: "%n %u"
- units:
- kb: KB
- tb: TB
- gb: GB
- byte:
- one: Octet
- other: Octets
- mb: MB
- percentage:
- format:
- delimiter: ""
- precision:
- format:
- delimiter: ""
- currency:
- format:
- format: "%u%n"
- unit: $
- separator: .
- delimiter: ","
- common:
- recurring_todos: "Répétition d'actions"
- back: Retour
- actions: Actions
- third: "Troisième"
- add: Ajouter
- go_back: Retour
- previous: "Précédente"
- logout: "Déconnexion"
- second: Seconde
- none: Aucun
- week: semaine
- optional: optionnel
- deferred: "reportées"
- cancel: Annuler
- show_all: Voir tous
- month: mois
- actions_midsentence:
- one: action
- other: actions
- zero: actions
- forum: Forum
- server_error: Une erreur s\'est produite sur le serveur
- notes: Notes
- projects: Projets
- last: Dernier
- review: Revue
- action: Action
- days_midsentence:
- one: jour
- other: jours
- zero: jours
- project: Projet
- contribute: Contribuer
- ok: Ok
- website: Site Web
- first: Premier
- note:
- one: 1 noter
- other: "%{count} notes"
- zero: non notes
- numbered_step: Etape %{number}
- sort:
- by_task_count_title: "Trier par nombre de tâches"
- by_task_count_title_confirm: "Etes vous sûr de vouloir trier ces projets par nombre de tâches ? L\\'ordre actuel sera remplacé."
- alphabetically: "Par ordre alphabétique"
- sort: Trier
- alphabetically_title: "Trier les projets par ordre alphabétique"
- alphabetically_confirm: "Etes vous sûr de vouloir trier ces projets par ordre alphabétique ? L\\'ordre actuel sera remplacé."
- by_task_count: "Par nombre de tâches"
- create: "Créer"
- todo: Action
- months: Mois
- description: Description
- errors_with_fields: "Il y a des problème avec les champs suivants :"
- drag_handle: DRAG
- next: Suivant
- fourth: "Quatrième"
- context: Contexte
- contexts: Contextes
- bugs: Bugs
- update: "Mettre à jour"
- forth: FORTH
- weeks: semaines
- wiki: Wiki
- email: Email
- search: Rechercher
- ajaxError: "Une erreur s'est produite en accédant un serveur"
- not_available_abbr: n/a
- integrations:
- opensearch_description: Rechercher dans Tracks
- applescript_next_action_prompt: "Description de l'action suivante:"
- gmail_description: "Gadget pour ajouter Tracks à Gmail"
- applescript_success_after_id: "Créé"
- applescript_success_before_id: Nouvelle action suivante avec ID
activerecord:
attributes:
- project:
- name: Nom
- default_tags: Tags par defaut
- default_context_name: Contexte par defaut
- description: Description
note:
created_at: "créée à"
updated_at: "Mise à jour à"
- todo:
- show_from: Afficher depuis
- predecessors: "Dépend de"
- notes: Note
- tags: "Mots-clés"
- project: Projet
- description: Description
- context: Contexte
- due: "Echéance"
preference:
- show_hidden_projects_in_sidebar: "Montrer les projets cachés dans le panneau latéral"
- show_hidden_contexts_in_sidebar: "Montrer les contextes cachés dans le panneau latéral"
- date_format: Format date
- sms_context: Contexte Email par default
- verbose_action_descriptors: "Descripteurs d\\'action détaillés"
- staleness_starts: "Début de dépassement"
- mobile_todos_per_page: Actions par page (Vue Mobile)
- show_number_completed: "Montrer le nombre d\\'action complétées"
- title_date_format: Format de la date en titre
- refresh: Intervalle de rafraichissement (en minutes)
- week_starts: Les semaines commencent un
- last_name: Nom
+ date_format: "Format date"
due_style: "Style Echéance"
- locale: Langue
- time_zone: Fuseau horaire
- sms_email: De l\'Email
- show_project_on_todo_done: "Aller au projet quand la tâche est terminée"
- show_completed_projects_in_sidebar: "Montrer les projets complétés dans le panneau latéral"
first_name: Nom
- review_period: Intervalle de revue de projet
- user:
last_name: Nom
- first_name: "Prénom"
+ locale: Langue
+ mobile_todos_per_page: "Actions par page (Vue Mobile)"
+ refresh: "Intervalle de rafraichissement (en minutes)"
+ review_period: "Intervalle de revue de projet"
+ show_completed_projects_in_sidebar: "Montrer les projets complétés dans le panneau latéral"
+ show_hidden_contexts_in_sidebar: "Montrer les contextes cachés dans le panneau latéral"
+ show_hidden_projects_in_sidebar: "Montrer les projets cachés dans le panneau latéral"
+ show_number_completed: "Montrer le nombre d\\'action complétées"
+ show_project_on_todo_done: "Aller au projet quand la tâche est terminée"
+ sms_context: "Contexte Email par default"
+ sms_email: "De l\\'Email"
+ staleness_starts: "Début de dépassement"
+ time_zone: "Fuseau horaire"
+ title_date_format: "Format de la date en titre"
+ verbose_action_descriptors: "Descripteurs d\\'action détaillés"
+ week_starts: "Les semaines commencent un"
+ project:
+ default_context_name: "Contexte par defaut"
+ default_tags: "Tags par defaut"
+ description: Description
+ name: Nom
+ todo:
+ context: Contexte
+ description: Description
+ due: Echéance
+ notes: Note
+ predecessors: "Dépend de"
+ project: Projet
+ show_from: "Afficher depuis"
+ tags: Mots-clés
+ user:
+ first_name: Prénom
+ last_name: Nom
errors:
+ full_messages:
+ format: "%{attribute} %{message}"
+ messages:
+ accepted: "doit être accepté"
+ blank: "ne peux être vide"
+ confirmation: "n\\'est pas identique à la confirmation"
+ empty: "ne peut être vide"
+ equal_to: "doit être égal à %{count}"
+ even: "doit être pair"
+ exclusion: exclusion?
+ greater_than: "doit être plus grand que %{count}"
+ greater_than_or_equal_to: "doit être plus grand ou égal à %{count}"
+ inclusion: "n\\'est pas inclus dans la liste"
+ invalid: "ne peut contenir le caractère virgule (\\',\\')"
+ less_than: "doit être inférieur à %{count}"
+ less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
+ not_a_number: "n\\'est pas un nombre"
+ odd: "doit être impair"
+ record_invalid: "La validation à échoué : %{errors}"
+ taken: "est déjà pris"
+ too_long: "est trop long (maximum de %{count} caractères)"
+ too_short: "est trop court (minimum de %{count} charactères)"
+ wrong_length: "est de longueur incorrecte (doit être de %{count} caractères)"
models:
project:
attributes:
name:
- blank: le projet doit avoir un nom
- too_long: "le nom du projet doit faire moins de 256 caractères"
+ blank: "le projet doit avoir un nom"
taken: "Existe déjà"
- messages:
- record_invalid: "La validation à échoué : %{errors}"
- greater_than_or_equal_to: "doit être plus grand ou égal à %{count}"
- confirmation: "n\\'est pas identique à la confirmation"
- less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
- blank: "ne peux être vide"
- exclusion: exclusion?
- invalid: "ne peut contenir le caractère virgule (\\',\\')"
- odd: "doit être impair"
- even: "doit être pair"
- empty: "ne peut être vide"
- too_short: "est trop court (minimum de %{count} charactères)"
- wrong_length: "est de longueur incorrecte (doit être de %{count} caractères)"
- less_than: "doit être inférieur à %{count}"
- greater_than: "doit être plus grand que %{count}"
- equal_to: "doit être égal à %{count}"
- accepted: "doit être accepté"
- too_long: "est trop long (maximum de %{count} caractères)"
- taken: "est déjà pris"
- inclusion: n\'est pas inclus dans la liste
- not_a_number: n\'est pas un nombre
- full_messages:
- format: "%{attribute} %{message}"
+ too_long: "le nom du projet doit faire moins de 256 caractères"
template:
body: "Il y a des problèmes avec les champs suivants :"
header:
one: "1 erreur a empéché ce %{model} d\\'être sauvegardé"
other: "%{count} erreurs ont empéché ce %{model} d\\'être sauvegardé"
+ common:
+ action: Action
+ actions: Actions
+ actions_midsentence:
+ one: action
+ other: actions
+ zero: actions
+ add: Ajouter
+ ajaxError: "Une erreur s'est produite en accédant un serveur"
+ back: Retour
+ bugs: Bugs
+ cancel: Annuler
+ context: Contexte
+ contexts: Contextes
+ contribute: Contribuer
+ create: Créer
+ days_midsentence:
+ one: jour
+ other: jours
+ zero: jours
+ deferred: reportées
+ description: Description
+ drag_handle: DRAG
+ email: Email
+ errors_with_fields: "Il y a des problème avec les champs suivants :"
+ first: Premier
+ forth: FORTH
+ forum: Forum
+ fourth: Quatrième
+ go_back: Retour
+ last: Dernier
+ logout: Déconnexion
+ month: mois
+ months: Mois
+ next: Suivant
+ none: Aucun
+ not_available_abbr: n/a
+ note:
+ one: "1 noter"
+ other: "%{count} notes"
+ zero: "non notes"
+ notes: Notes
+ numbered_step: "Etape %{number}"
+ ok: Ok
+ optional: optionnel
+ previous: Précédente
+ project: Projet
+ projects: Projets
+ recurring_todos: "Répétition d'actions"
+ review: Revue
+ search: Rechercher
+ second: Seconde
+ server_error: "Une erreur s\\'est produite sur le serveur"
+ show_all: "Voir tous"
+ sort:
+ alphabetically: "Par ordre alphabétique"
+ alphabetically_confirm: "Etes vous sûr de vouloir trier ces projets par ordre alphabétique ? L\\'ordre actuel sera remplacé."
+ alphabetically_title: "Trier les projets par ordre alphabétique"
+ by_task_count: "Par nombre de tâches"
+ by_task_count_title: "Trier par nombre de tâches"
+ by_task_count_title_confirm: "Etes vous sûr de vouloir trier ces projets par nombre de tâches ? L\\'ordre actuel sera remplacé."
+ sort: Trier
+ third: Troisième
+ todo: Action
+ update: "Mettre à jour"
+ website: "Site Web"
+ week: semaine
+ weeks: semaines
+ wiki: Wiki
+ contexts:
+ add_context: "Ajouter un contexte"
+ all_completed_tasks_title: "TRACKS::Toutes les actions Achevé en le contexte '%{context_name}'"
+ completed_tasks_title: "TRACKS::actions Achevé en le contexte '%{context_name}'"
+ context_deleted: "Contexte \\'%{name}\\' supprimé"
+ context_hide: "Caché de la première page ?"
+ context_name: "Nom du Contexte"
+ delete_context: "Supprimer contexte"
+ delete_context_confirmation: "Etes vous sûr de vouloir supprimer le contexte %{name}? Toutes les actions (répétitives) de ce contexte seront également supprimées !"
+ delete_context_title: "Supprimer contexte"
+ edit_context: "Modifier contexte"
+ hidden_contexts: "Contextes cachés"
+ hide_form: "Cacher le formulaire"
+ hide_form_title: "Cacher le formulaire nouveau contexte"
+ last_completed_in_context: "dans ce contexte (dernier %{number})"
+ new_context_post: "'sera aussi créé. Etes-vous sûr ?"
+ new_context_pre: "Nouveau contexte '"
+ no_actions: "Actuellement, il n'y pas d'actions incomplètes dans ce contexte"
+ no_contexts_active: "Actuellement, il n'y a pas de contextes actifs"
+ no_contexts_hidden: "Actuellement, il n'y a pas de contextes cachés"
+ save_status_message: "Contexte sauvegardé"
+ show_form: "Créer un nouveau contexte"
+ show_form_title: "Ajouter un contexte"
+ status_active: "Le Contexte est actif"
+ status_hidden: "Le Contexte est caché"
+ todos_append: "dans ce contexte"
+ update_status_message: "Le nom du contexte à été modifié"
+ visible_contexts: "Contextes visibles"
data:
+ import_errors: "Des erreurs se sont produites durant l'import"
import_successful: "L'import a réussi."
- import_errors: Des erreurs se sont produites durant l'import
+ date:
+ abbr_day_names:
+ - dim
+ - lun
+ - mar
+ - mer
+ - jeu
+ - ven
+ - sam
+ abbr_month_names:
+ - ~
+ - jan.
+ - Fév.
+ - mar.
+ - avr.
+ - mai
+ - juin
+ - juil.
+ - aout
+ - sept.
+ - oct.
+ - nov.
+ - déc.
+ day_names:
+ - dimanche
+ - lundi
+ - mardi
+ - mercredi
+ - jeudi
+ - vendredi
+ - samedi
+ formats:
+ default: "%d/%m/%Y"
+ long: "%e %B %Y"
+ longer: "%A, %d %b %Y"
+ month_day: "%d. %B"
+ only_day: "%e"
+ short: "%e %b"
+ month_names:
+ - ~
+ - janvier
+ - février
+ - mars
+ - avril
+ - mai
+ - juin
+ - juillet
+ - Aout
+ - septembre
+ - octobre
+ - novembre
+ - décembre
+ order:
+ - !ruby/symbol day
+ - !ruby/symbol month
+ - !ruby/symbol year
+ datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "environ 1 heure"
+ other: "environ %{count} heures"
+ about_x_months:
+ one: "environ 1 mois"
+ other: "environ %{count} mois"
+ about_x_years:
+ one: "environ 1 an"
+ other: "environ %{count} ans"
+ almost_x_years:
+ one: "presque 1 an"
+ other: "presque %{count} ans"
+ half_a_minute: "une demi-minute"
+ less_than_x_minutes:
+ one: "moins d'une minute"
+ other: "moins de %{count} minutes"
+ zero: "Moins de 1 minute"
+ less_than_x_seconds:
+ one: "moins d'1 seconde"
+ other: "moins de %{count} secondes"
+ zero: "Moins de 1 seconde"
+ over_x_years:
+ one: "plus d'1 an"
+ other: "plus de %{count} ans"
+ x_days:
+ one: "1 jour"
+ other: "%{count} jours"
+ x_minutes:
+ one: "1 minute"
+ other: "%{count} minutes"
+ x_months:
+ one: "1 mois"
+ other: "%{count} mois"
+ x_seconds:
+ one: "1 seconde"
+ other: "%{count} secondes"
+ prompts:
+ day: Jour
+ hour: Heure
+ minute: Minute
+ month: Mois
+ second: Secondes
+ year: Année
+ errors:
+ user_unauthorized: "401 Non autorisé: Administrateur seulement."
+ feedlist:
+ actions_completed_last_week: "Actions réalisées dans les 7 derniers jours"
+ actions_due_next_week: "Actions devant se terminer dans les 7 prochains jours ou moins"
+ actions_due_today: "Actions devant se terminer aujourd'hui ou avant"
+ active_projects_wo_next: "Projets actifs avec aucune action suivante"
+ active_starred_actions: "Toutes les actions préferrées actives"
+ all_actions: "Toutes les actions"
+ all_contexts: "Tous les contextes"
+ all_projects: "Tous les projets"
+ choose_context: "Choisir le contexte dont vous voulez un flux"
+ choose_project: "Choisir le projet dont vous voulez un flux"
+ context_centric_actions: "Flux des actions dans un contexte spécifique"
+ context_needed: "Il faut au moins un contexte pour le flux"
+ ical_feed: "Flux iCal"
+ last_fixed_number: "Dernières %{number} actions"
+ legend: Légende
+ notice_incomplete_only: "NB: Les flux ne montrent que les actions incomplètes, sauf indication contraire"
+ plain_text_feed: "Flux texte"
+ project_centric: "Flux des actions incomplètes d'un projet spécifique"
+ project_needed: "Il faut au moins un projet pour le flux"
+ projects_and_actions: "Projets actifs et leurs actions"
+ rss_feed: "Flux RSS"
+ select_feed_for_context: "Selectionner un flux pour ce contexte"
+ select_feed_for_project: "Selectionner le flux pour ce projet"
+ footer:
+ send_feedback: "Envoyer un feedback sur %{version}"
+ integrations:
+ applescript_next_action_prompt: "Description de l'action suivante:"
+ applescript_success_after_id: Créé
+ applescript_success_before_id: "Nouvelle action suivante avec ID"
+ gmail_description: "Gadget pour ajouter Tracks à Gmail"
+ opensearch_description: "Rechercher dans Tracks"
+ layouts:
+ mobile_navigation:
+ contexts: Contextes
+ feeds: Flux
+ home: Accueil
+ logout: Déconnexion
+ new_action: "0-Nouvelle action"
+ projects: Projets
+ starred: Marqué
+ tickler: Reporteur
+ navigation:
+ admin: Admin
+ api_docs: "Doc REST API"
+ calendar: Calendrier
+ calendar_title: "Calendrier des actions à échéance"
+ completed_tasks: Terminé
+ completed_tasks_title: Terminé
+ contexts_title: Contextes
+ export: Exporter
+ export_title: "Importer et exporter des données"
+ feeds: Flux
+ feeds_title: "Voir une liste des flux disponibles"
+ help: "?"
+ home: Accueil
+ home_title: Accueil
+ integrations_: "Intégrer Tracks"
+ manage_users: "Gestion des utilisateurs"
+ manage_users_title: "Ajouter ou supprimer des utilisateurs"
+ notes_title: "Voir toutes les notes"
+ organize: Organiser
+ preferences: Préférences
+ preferences_title: "Voir mes préférences"
+ projects_title: Projets
+ recurring_todos: "Tâches (todos) répétitives"
+ recurring_todos_title: "Gerer les actions récurrentes"
+ review_title: "Faire examiner"
+ search: "Recherches tous les items"
+ starred: Marqué
+ starred_title: "Voir vos actions préférées"
+ stats: Statistiques
+ stats_title: "Voir vos statistiques"
+ tickler: Reporteur
+ tickler_title: Reporteur
+ view: Vue
+ next_actions_rss_feed: "Flux RSS des prochaines actions"
+ toggle_contexts: "Basculer contextes effondré"
+ toggle_contexts_title: "Faire des contextes effondré (in)visibles"
+ toggle_notes: "Afficher/Cacher notes"
+ toggle_notes_title: "Afficher/Cacher toutes les notes"
+ login:
+ account_login: "Identifiant du compte"
+ cas_create_account: "Si vous voulez vous inscrire aller à %{signup_link}"
+ cas_logged_in_greeting: "Bonjour, %{username}! Vous êtes authentifié."
+ cas_login: "Login CAS"
+ cas_no_user_found: "Bonjour, %{username}! Vous n'avez pas de compte sur Tracks."
+ cas_signup_link: "Demander un compte"
+ cas_username_not_found: "Désolé, aucun utilisateur avec ce nom CAS n'existe (%{username})"
+ log_in_again: "Se reconnecter"
+ logged_out: "Vous avez été déconnecté de Tracks."
+ login_cas: "Aller au CAS"
+ login_standard: "retourner à l'écran de connexion standard"
+ login_with_openid: "se connecter avec un OpenID"
+ mobile_use_openid: "... ou ce connecter avec un OpenID"
+ openid_identity_url_not_found: "Désolé, aucun utilisateur avec cette identité URL n'existe (%{identity_url})"
+ option_separator: "ou,"
+ please_login: "Veuillez vous connecter pour utiliser Tracks"
+ session_time_out: "La session à expiré. Merci de %{link}"
+ session_will_expire: "la session expire après %{hours} heure(s) d'inactivité."
+ session_will_not_expire: "la session n'expire jamais."
+ sign_in: "Se connecter"
+ successful: "La connexion à réussi. Bienvenue !"
+ successful_with_session_info: "La connexion à réussi:"
+ unsuccessful: "La connexion à échoué."
+ user_no_expiry: "Rester connecté"
models:
+ preference:
+ due_in: "Echéance dans %{days} jours"
+ due_on: "Echéance le %{date}"
+ due_styles:
+ - "Echéance dans ____ jours"
+ - "Echéance le ____"
project:
- feed_title: Projets Tracks
- feed_description: Liste de tous les projets de %{username}
+ feed_description: "Liste de tous les projets de %{username}"
+ feed_title: "Projets Tracks"
todo:
error_date_must_be_future: "doit être une date dans le futur"
- preference:
- due_on: "Echéance le %{date}"
- due_in: "Echéance dans %{days} jours"
- due_styles:
- - "Echéance dans ____ jours"
- - "Echéance le ____"
user:
error_context_not_associated: "L'identifiant contexte %{context} n'est pas associé à l'identifiant utilisateur %{user}."
- error_project_not_associated: "L'identifiant projet %{context} n'est pas associé à l'identifiant utilisateur %{user}."
+ notes:
+ delete_confirmation: "Etes-vous sur de vouloir supprimer la note '%{id}' ?"
+ delete_item_title: "Supprimer l'élément"
+ delete_note_confirm: "Etes-vous sur de vouloir supprimer la note '%{id}' ?"
+ delete_note_title: "Supprimer la note '%{id}'"
+ deleted_note: "Supprimer la note '%{id}'"
+ edit_item_title: "Modifier l'élément"
+ in_project: "Dans:"
+ no_notes_available: "Il n'y a actuellement aucune note: ajouter des notes aux projets sur les pages individuelles des projets."
+ note_header: "Note %{id}"
+ note_link_title: "Voir note %{id}"
+ note_location_link: "ln:"
+ show_note_title: "Voir note"
+ number:
+ currency:
+ format:
+ delimiter: ","
+ format: "%u%n"
+ separator: "."
+ unit: $
+ format:
+ delimiter: ","
+ precision: 2
+ separator: "."
+ human:
+ format:
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Octet
+ other: Octets
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: TB
+ preferences:
+ authentication_header: "Votre authentification"
+ change_authentication_type: "Modifier votre type d'authentification"
+ change_identity_url: "Modifier votre URL d'identité"
+ change_password: "Modifier votre mot de passe"
+ current_authentication_type: "Votre type d'authentification est %{auth_type}"
+ edit_preferences: "Editer les préférences"
+ generate_new_token: "Générer un nouveau jeton"
+ generate_new_token_confirm: "Etes vous sûr ? Générer un nouveau jeton va remplacer le jeton existant et en interdire les utilisations externes."
+ is_false: faux
+ is_true: vrai
+ open_id_url: "Votre URL OpenID est"
+ page_title: "TRACKS::Préférences"
+ page_title_edit: "TRACKS::Editer les préférences"
+ password_changed: "Votre mot de passe a été changé, s'il vous plaît vous connecter à nouveau."
+ show_number_completed: "Montrer %{number} items réalisés"
+ sms_context_none: Aucun
+ staleness_starts_after: "\"date de fraicher\" dépassée à près %{days} days"
+ tabs:
+ authentication: Authentification
+ date_and_time: "Date et heure"
+ profile: Profil
+ tracks_behavior: "Comportements Tracks"
+ title: "Vos préférences"
+ token_description: "Jeton (pour flux et utilisation API)"
+ token_header: "Votre jeton"
+ updated: "Préférences jour"
+ projects:
+ actions_in_project_title: "Actions pour ce projet"
+ active_projects: "Projets actifs"
+ add_note: "Ajouter une note"
+ add_note_submit: "Ajouter note"
+ add_project: "Ajouter projet"
+ all_completed_tasks_title: "TRACKS::Tous les Actions Achevé en Projet '%{project_name}'"
+ completed_actions: "Actions réalisées pour ce projet"
+ completed_actions_empty: "Il n'y a pas d'actions réalisées pour ce projet"
+ completed_projects: "Projets réalisés"
+ completed_tasks_title: "TRACKS::Liste des actions menées à terme dans Projet '%{project_name}'"
+ default_context: "Le contexte par défaut pour ce projet est %{context}"
+ default_context_removed: "Contexte par défaut supprimé"
+ default_context_set: "Définir le contexte par défaut du projet à %{default_context}"
+ default_tags_removed_notice: "Supprimer les tags par defaut"
+ deferred_actions: "Actions reportées pour ce projet"
+ deferred_actions_empty: "Il n'y a pas d'actions reportées pour ce projet"
+ delete_project: "Supprimer projet"
+ delete_project_confirmation: "Etes vous sûr de vouloir supprimer le projet '%{name}' ?"
+ delete_project_title: "Supprimer le projet"
+ edit_project_settings: "Modifier les paramètres du projet"
+ edit_project_title: "Editer le projet"
+ hidden_projects: "Projets cachés"
+ hide_form: "Cacher le formulaire"
+ hide_form_title: "Cacher le formulaire nouveau projet"
+ is_active: "est actif"
+ list_completed_projects: "TRACKS::Liste des projets achevés"
+ list_projects: "TRACKS::Liste des Projets"
+ list_reviews: "TRACKS::Revue"
+ no_actions_in_project: "Il n'y pas d'action incomplètes pour ce projet"
+ no_default_context: "Ce projet n'a pas de contexte par defaut"
+ no_last_completed_projects: "Pas de projets terminés trouvés"
+ no_last_completed_recurring_todos: "Non terminé actions répétitives trouvées"
+ no_notes_attached: "Il n'y a actuellement aucune note attachée à ce projet"
+ no_projects: "Il n'y a actuellement aucun projet"
+ notes: Notes
+ notes_empty: "Il n'y a pas de notes pour ce projet"
+ page_title: "TRACKS::Projet: %{project}"
+ project_saved_status: "Projet sauvegardé"
+ project_state: "Le projet est %{state}"
+ set_default_tags_notice: "Définir les tags par défaut du projet à %{default_tags}"
+ settings: Paramètres
+ show_form: "Ajouter un projet"
+ show_form_title: "Créer un nouveau projet"
+ state: "Le projet est %{state}"
+ status_project_name_changed: "Le nom du projet a été modifié"
+ this_project: "Ce projet"
+ to_new_project_page: "Aller à la page du nouveau projet"
+ todos_append: "dans ce projet"
+ was_marked_complete: "est complété"
+ was_marked_hidden: "est caché"
+ with_default_context: "avec '%{context_name}' comme contexte par défaut"
+ with_no_default_context: "sans contexte par défaut"
+ with_no_default_tags: "et sans tags par défaut"
+ search:
+ contexts_matching_query: "Contextes correspondant à la requête"
+ no_results: "Aucun résultat à votre recherche."
+ notes_matching_query: "Notes correspondant à la requête"
+ projects_matching_query: "Projets correspondant à la requête"
+ tags_matching_query: "Tags correspondant à la requête"
+ todos_matching_query: "AFaire (todos) correspondant à la requête"
+ shared:
+ add_action: "Ajouter action"
+ add_actions: "Ajouter actions"
+ add_context: "Ajouter Contexte"
+ context_for_all_actions: "Contexte pour toutes les actions"
+ hide_action_form_title: "Cacher le formulaire nouvelle action"
+ hide_form: "Cacher le formulaire"
+ make_actions_dependent: "Faire actions dépendantes les unes des autres"
+ multiple_next_actions: "Actions suivante multiples (une sur chaque ligne)"
+ project_for_all_actions: "Projet pour toutes les actions"
+ separate_tags_with_commas: "séparer avec des virgules"
+ tags_for_all_actions: "Tags pour toutes les actions (sep. avec des virgules)"
+ toggle_multi: "Ajouter plusieurs actions suivantes"
+ toggle_multi_title: "Basculer formulaire action simple/multiple"
+ toggle_single: "Ajouter action suivante"
+ toggle_single_title: "Ajouter une nouvelle action suivante"
+ sidebar:
+ list_empty: Aucun
+ list_name_active_contexts: "Contextes actifs"
+ list_name_active_projects: "Projets actifs"
+ list_name_completed_projects: "Projets réalisés"
+ list_name_hidden_contexts: "Contextes cachés"
+ list_name_hidden_projects: "Projets cachés"
+ states:
+ active: Actif
+ active_plural: Actifs
+ blocked: Bloquée
+ blocked_plural: Bloquée
+ completed: Completé
+ completed_plural: Completés
+ current: Up-to-date
+ current_plural: Up-to-date
+ hidden: Caché
+ hidden_plural: Cachés
+ review: Datée
+ review_plural: Datée
+ stalled: Bloqués
+ stalled_plural: Bloqués
+ visible: Visible
+ visible_plural: Visibles
stats:
- totals_hidden_context_count: "et %{count} sont des contextes cachés."
- actions_avg_created: "Dans les 12 derniers mois vous avez créé une moyenne de %{count} actions"
- actions_min_max_completion_days: "Le nombre max/min de jours pour réaliser est %{min}/%{max}."
- totals_actions_completed: "dont %{count} sont réalisées."
- tag_cloud_title: Nuage de tag pour toutes les actions
+ action_completion_time_title: "Temps de réalisation (toutes les actions réalisées)"
+ action_selection_title: "TRACKS::Selection action"
+ actions: Actions
+ actions_30days_title: "Actions des 30 derniers jours"
actions_actions_avg_created_30days: "Dans les 30 jours vous avez créer en moyenne %{count} actions"
actions_avg_completed: "et réalisé une moyenne de %{count} actions par mois."
- top5_visible_contexts_with_incomplete_actions: Top 5 des contextes visible avec des actions en cours
- actions: Actions
- time_of_day_legend:
- number_of_actions: Nombre d'actions
- time_of_day: Heure
- totals_incomplete_actions: Vous avez %{count} actions en cours
- totals_deferred_actions: "desquels %{count} sont des actions reportés dans le Reporteur"
+ actions_avg_completed_30days: "et réalisé une moyenne de %{count} actions par jour."
+ actions_avg_completion_time: "Pour toutes vos actions réalisés, le temps moyen de réalisation est %{count} jours."
+ actions_avg_created: "Dans les 12 derniers mois vous avez créé une moyenne de %{count} actions"
+ actions_day_of_week_legend:
+ day_of_week: "Jour de la semaine"
+ number_of_actions: "Certain nombre d'actions"
+ actions_day_of_week_title: "Jour de la semaine (toutes les actions)"
+ actions_dow_30days_legend:
+ day_of_week: "Jour de la semaine"
+ number_of_actions: "Certain nombre d'actions"
+ actions_dow_30days_title: "Jour de la semaine (les 30 derniers jours)"
+ actions_further: "et plus"
+ actions_last_year: "Actions des dernières années"
+ actions_last_year_legend:
+ months_ago: "Mois précédents"
+ number_of_actions: "Nombre d'actions"
+ actions_lastyear_title: "Actions des 12 derniers mois"
+ actions_min_completion_time: "Le temps minimum de réalisation est %{time}."
+ actions_min_max_completion_days: "Le nombre max/min de jours pour réaliser est %{min}/%{max}."
+ actions_selected_from_week: "Actions selectionnées depuis la semaine"
+ click_to_return: "Cliquer %{link} pour revenir à la page des statistiques"
+ click_to_return_link: ici
+ click_to_show_actions_from_week: "Cliquer %{link} pour voir les actions depuis la semaine %{week}."
+ click_to_update_actions: "Cliquer sur une barre du graphique pour mettre a jour les actions ci-dessous."
+ contexts: Contextes
+ current_running_time_of_incomplete_visible_actions: "Durée en cours des actions incomplètes visibles"
+ index_title: "TRACKS::Statistiques"
+ labels:
+ avg_completed: "Moy. Réalisé"
+ avg_created: "Moy. Créé"
+ completed: Complété
+ created: Créé
+ legend:
+ actions: Actions
+ day_of_week: "Jour de la semaine"
+ months_ago: "Il y a ... mois"
+ number_of_actions: "Nombre d'actions"
+ number_of_days: "Il y a ... jours"
+ percentage: Pourcentage
+ running_time: "Temps en cours d'une action (en semaines)"
+ more_stats_will_appear: "Plus de statistiques apparaitront quand vous aurez ajouter quelques actions."
+ no_actions_selected: "Il n'y a pas d'actions sélectionnées."
+ no_tags_available: "pas de tags disponibles"
+ open_per_week: "Actifs (visibles et cachés) prochaines actions par semaine"
+ open_per_week_legend:
+ actions: Actions
+ weeks: "Semaines Il ya"
+ other_actions_label: (autres)
+ projects: Projets
+ running_time_all: "Temps en cours de toutes les actions incomplètes"
+ running_time_all_legend:
+ actions: Actions
+ percentage: Pourcentage
+ running_time: "Temps en cours d'une action (en semaines). Cliquer sur une barre pour plus d'info"
running_time_legend:
actions: Actions
percentage: Pourcentage
- weeks: Temps en cours d'une action (en semaines). Cliquer sur une barre pour plus d'info
- totals_action_count: vous avez un total de %{count} actions
- tag_cloud_90days_title: Nuage de tag des actions des 90 derniers jours
- actions_avg_completion_time: "Pour toutes vos actions réalisés, le temps moyen de réalisation est %{count} jours."
- tod30: Heure (30 derniers jours)
- tags: Tags
- projects: Projets
- totals_completed_project_count: "et %{count} sont des projets réalisés."
- labels:
- month_avg_completed: "%{month} mois moy. réalisé"
- completed: "Complété"
- month_avg_created: "%{month} mois moy. créé"
- avg_created: "Moy. Créé"
- avg_completed: "Moy. Réalisé"
- created: "Créé"
- actions_selected_from_week: "Actions selectionnées depuis la semaine"
- actions_day_of_week_title: Jour de la semaine (toutes les actions)
- actions_lastyear_title: Actions des 12 derniers mois
- open_per_week: "Actifs (visibles et cachés) prochaines actions par semaine"
- action_selection_title: TRACKS::Selection action
- totals_project_count: Vous avez %{count} projets
- legend:
- number_of_days: Il y a ... jours
- actions: Actions
- number_of_actions: Nombre d'actions
- day_of_week: Jour de la semaine
- running_time: Temps en cours d'une action (en semaines)
- percentage: Pourcentage
- months_ago: Il y a ... mois
- current_running_time_of_incomplete_visible_actions: "Durée en cours des actions incomplètes visibles"
- tod30_legend:
- number_of_actions: Nombre d'actions
- time_of_day: Heure
- totals_context_count: Vous avez %{count} contextes.
- open_per_week_legend:
- actions: Actions
- weeks: Semaines Il ya
- actions_last_year_legend:
- number_of_actions: Nombre d'actions
- months_ago: "Mois précédents"
- top5_contexts: Top 5 des contextes
- top10_projects: Top 10 des projets
- contexts: Contextes
- totals: Totaux
- click_to_return: "Cliquer %{link} pour revenir à la page des statistiques"
+ weeks: "Temps en cours d'une action (en semaines). Cliquer sur une barre pour plus d'info"
+ spread_of_actions_for_all_context: "Vue des actions pour tous les contextes"
+ spread_of_running_actions_for_visible_contexts: "Vue des actions en cours pour tous les contextes"
tag_cloud_90days_description: "Ce nuage de tag contient les tags des actions créées ou réalisées dans les 90 derniers jours."
- totals_visible_context_count: De ceux-ci %{count} sont des contextes visibles
- top10_projects_30days: Top 10 des projets des 30 derniers jours
- running_time_all: "Temps en cours de toutes les actions incomplètes"
- actions_min_completion_time: "Le temps minimum de réalisation est %{time}."
- action_completion_time_title: "Temps de réalisation (toutes les actions réalisées)"
- click_to_show_actions_from_week: Cliquer %{link} pour voir les actions depuis la semaine %{week}.
- top10_longrunning: Top 10 des plus long projets en cours
- no_actions_selected: "Il n'y a pas d'actions sélectionnées."
- totals_tag_count: Vous avez %{count} tags sur des actions.
- actions_further: et plus
- actions_dow_30days_legend:
- number_of_actions: Certain nombre d'actions
- day_of_week: Jour de la semaine
- totals_first_action: "Depuis votre première action du %{date}"
+ tag_cloud_90days_title: "Nuage de tag des actions des 90 derniers jours"
tag_cloud_description: "Ce nuage de tags contient les tags de toutes les actions (réalisées, en cours, visibles ou cachées)"
- spread_of_actions_for_all_context: Vue des actions pour tous les contextes
- click_to_update_actions: Cliquer sur une barre du graphique pour mettre a jour les actions ci-dessous.
- click_to_return_link: ici
- more_stats_will_appear: Plus de statistiques apparaitront quand vous aurez ajouter quelques actions.
- actions_avg_completed_30days: "et réalisé une moyenne de %{count} actions par jour."
- index_title: TRACKS::Statistiques
- actions_30days_title: Actions des 30 derniers jours
- no_tags_available: pas de tags disponibles
- actions_dow_30days_title: Jour de la semaine (les 30 derniers jours)
- actions_day_of_week_legend:
- number_of_actions: Certain nombre d'actions
- day_of_week: Jour de la semaine
- within_one: Moins de 1
- spread_of_running_actions_for_visible_contexts: Vue des actions en cours pour tous les contextes
- actions_last_year: "Actions des dernières années"
+ tag_cloud_title: "Nuage de tag pour toutes les actions"
+ tags: Tags
+ time_of_day: "Heure (toutes les actions)"
+ time_of_day_legend:
+ number_of_actions: "Nombre d'actions"
+ time_of_day: Heure
+ tod30: "Heure (30 derniers jours)"
+ tod30_legend:
+ number_of_actions: "Nombre d'actions"
+ time_of_day: Heure
+ top10_longrunning: "Top 10 des plus long projets en cours"
+ top10_projects: "Top 10 des projets"
+ top10_projects_30days: "Top 10 des projets des 30 derniers jours"
+ top5_contexts: "Top 5 des contextes"
+ top5_visible_contexts_with_incomplete_actions: "Top 5 des contextes visible avec des actions en cours"
+ totals: Totaux
+ totals_action_count: "vous avez un total de %{count} actions"
+ totals_actions_completed: "dont %{count} sont réalisées."
+ totals_active_project_count: "De ceux-ci %{count} sont des projets actifs"
totals_blocked_actions: "%{count} dépendent de la réalisation de leurs actions"
- totals_unique_tags: De ces tags, %{count} sont uniques.
- totals_active_project_count: De ceux-ci %{count} sont des projets actifs
- running_time_all_legend:
- actions: Actions
- running_time: Temps en cours d'une action (en semaines). Cliquer sur une barre pour plus d'info
- percentage: Pourcentage
- other_actions_label: (autres)
+ totals_completed_project_count: "et %{count} sont des projets réalisés."
+ totals_context_count: "Vous avez %{count} contextes."
+ totals_deferred_actions: "desquels %{count} sont des actions reportés dans le Reporteur"
+ totals_first_action: "Depuis votre première action du %{date}"
+ totals_hidden_context_count: "et %{count} sont des contextes cachés."
totals_hidden_project_count: "%{count} sont cachés"
- time_of_day: Heure (toutes les actions)
+ totals_incomplete_actions: "Vous avez %{count} actions en cours"
+ totals_project_count: "Vous avez %{count} projets"
+ totals_tag_count: "Vous avez %{count} tags sur des actions."
+ totals_unique_tags: "De ces tags, %{count} sont uniques."
+ totals_visible_context_count: "De ceux-ci %{count} sont des contextes visibles"
+ within_one: "Moins de 1"
+ support:
+ array:
+ last_word_connector: ", et"
+ two_words_connector: et
+ words_connector: ","
+ select:
+ prompt: "Veuillez sélectionner"
+ time:
+ am: am
+ formats:
+ default: "%a, %d %b %Y %H:%M:%S %z"
+ long: "%B %d, %Y %H:%M"
+ month_day: "%B %d"
+ short: "%d %b %H:%M"
+ stats: "%a %d-%m"
+ time: "%H:%M"
+ pm: pm
todos:
- recurring_action_deleted: "L'action a été supprimée. Parce que cette action est récurrente, une nouvelle action à été ajoutée"
- show_from: Afficher depuis
- error_starring_recurring: "Impossible d'actionner l'étoile de la tache récurrente \\'%{description}\\'"
- completed_actions: "Action complétées"
- added_new_next_action: "Nouvelle action suivante ajoutée"
- completed_recurring: "Tâches reccurents complétés"
- completed_rest_of_previous_month: "Complété dans le reste du mois précédent"
- blocked_by: "Bloqué par %{predecessors}"
- star_action: Elire cette action
- completed_recurrence_completed: "Il n'y pas d'action suivante après l'action récurrente que vous avez supprimée. La récurrence est terminée"
- defer_date_after_due_date: "La date de report est après la date d'échéance. Veuillez ajuster la date d'écheance avant de reporter."
- unable_to_add_dependency: "Impossible d'ajouter la dépendance"
- done: "Terminé ?"
- star_action_with_description: Elire l'action '%{description}'
- tagged_with: "taggé avec ‘%{tag_name}’"
- completed: "Complété"
- no_deferred_actions_with: "Pas d'actions reportées avec le tag '%{tag_name}'"
- no_hidden_actions: "Il n'y a pas d'actions cachées actuellement"
- edit_action_with_description: Modifier l'action '%{description}'
- action_due_on: "(action à terminer avant le %{date})"
- list_incomplete_next_actions: "Liste les prochaines actions incomplètes"
- archived_tasks_title: "TRACKS::Tâches réalisées archivées"
- remove_dependency: "Enlever les dépendances (l'action n'est pas supprimée)"
- action_deleted_success: "L'action suivante à été supprimée avec succès"
- tags: "Tags (séparés par des virgules)"
- delete_recurring_action_title: "Supprimer l'action récurrente"
- context_changed: "Contexte changé en %{name}"
- new_related_todo_created: "Une nouvelle tâche a été ajoutée qui appartient à cette tâche récurrente"
- mobile_todos_page_title: Toutes les actions
- add_another_dependency: "Ajouter une autre dépendance"
- removed_predecessor: "Suppression de %{successor} comme dépendance de %{predecessor}"
- recurring_actions_title: "TRACKS::Actions récurrentes"
- next_action_needed: Vous devez soumettre au moins une prochaine action
- action_saved: "Action sauvegardée"
- scheduled_overdue: "Programmée pour apparaitre il y a %{days} jours"
+ action_deferred: "L'action '%{description}' a été reporté"
action_deleted_error: "La suppression de l'action a échoué"
- edit_action: Modifier action
+ action_deleted_success: "L'action suivante à été supprimée avec succès"
+ action_due_on: "(action à terminer avant le %{date})"
+ action_marked_complete: "L'action '%{description}' a été marquée comme %{completed}"
+ action_marked_complete_error: "L'action '%{description}' n'a PAS été marquée comme %{completed} a cause d'une erreur sur le serveur "
+ action_saved: "Action sauvegardée"
+ action_saved_to_tickler: "Action sauvegardée dans le Reporteur"
+ add_another_dependency: "Ajouter une autre dépendance"
+ add_new_recurring: "Ajouter une nouvelle action récurrente"
+ added_dependency: "%{dependency} ajoutée comme dépendance"
added_new_context: "Nouveau context ajouté"
- next_actions_description: "Filtre:"
- list_incomplete_next_actions_with_limit: "Liste les %{count} dernières actions suivantes incomplètes"
- set_to_pending: "%{task} mise en attente"
+ added_new_next_action: "Nouvelle action suivante ajoutée"
+ added_new_next_action_plural: "Nouvelles actions suivantes ajoutées"
+ added_new_next_action_singular: "Nouvelle action suivante ajoutée"
added_new_project: "Nouveau projet ajouté"
+ all_completed: "Toutes les actions réalisées"
+ all_completed_here: ici
+ all_completed_tagged_page_title: "TRACKS::Toutes les tâches accomplies par marquer %{tag_name}"
+ append_in_this_project: "dans ce projet"
+ archived_tasks_title: "TRACKS::Tâches réalisées archivées"
+ blocked_by: "Bloqué par %{predecessors}"
+ calendar:
+ due_next_month_and_later: "A réaliser dans %{month} et plus"
+ due_next_week: "A réaliser la semaine prochaine"
+ due_this_month: "A réaliser avant la fin de %{month}"
+ due_this_week: "A réaliser avant la fin de cette semaine"
+ due_today: "A réaliser aujourd'hui"
+ get_in_ical_format: "Obtenir ce calendrier au format iCal"
+ no_actions_due_after_this_month: "Pas d'actions à réaliser après ce mois"
+ no_actions_due_next_week: "Pas d'actions à terminer la semaine prochaine"
+ no_actions_due_this_month: "Pas d'actions à terminer pour ce mois"
+ no_actions_due_today: "Pas d'action à terminer aujourd'hui"
+ calendar_page_title: "TRACKS::Calendrier"
+ cannot_add_dependency_to_completed_todo: "Impossible d'ajouter cette action comme dépendance d'une action complétée !"
+ clear_due_date: "Effacer la date d'échéance"
+ clear_show_from_date: "Effacer show from date"
+ completed: Complété
+ completed_actions: "Action complétées"
+ completed_actions_with: "Action complétées avec le tag %{tag_name}"
+ completed_in_archive:
+ one: "Il n'y a pas d'action complétée dans l'archive"
+ other: "Il y a %{count} actions complétées dans l'archive"
+ completed_last_day: "Complété ces dernières 24 heures"
+ completed_last_x_days: "Complété ces %{count} jours"
+ completed_recurrence_completed: "Il n'y pas d'action suivante après l'action récurrente que vous avez supprimée. La récurrence est terminée"
+ completed_recurring: "Tâches reccurents complétés"
+ completed_rest_of_month: "Complété dans le reste de ce mois-ci"
+ completed_rest_of_previous_month: "Complété dans le reste du mois précédent"
+ completed_rest_of_week: "Complété dans le reste de cette semaine"
+ completed_tagged_page_title: "TRACKS::Les tâches terminées avec marquer %{tag_name}"
+ completed_tasks_title: "TRACKS::Tâches complétées"
+ confirm_delete: "Etes-vous sûr de vouloir supprimer l'action '%{description}' ?"
+ context_changed: "Contexte changé en %{name}"
+ convert_to_project: "Faire projet"
+ defer_date_after_due_date: "La date de report est après la date d'échéance. Veuillez ajuster la date d'écheance avant de reporter."
+ defer_x_days:
+ one: "Reporter d'un jour"
+ other: "Report de %{count} jours"
+ deferred_actions_with: "Action reportées avec le tag '%{tag_name}'"
+ deferred_pending_actions: "Actions reportées ou en attente"
+ deferred_tasks_title: "TRACKS::Reporteur"
+ delete: Supprimer
+ delete_action: "Supprimer action"
+ delete_recurring_action_title: "Supprimer l'action récurrente"
+ deleted_success: "Action supprimée avec succès."
+ depends_on: "Dépend de"
+ depends_on_separate_with_commas: "Dépend de (séparer avec des virgules)"
+ done: "Terminé ?"
+ drag_action_title: "Déplacer sur une autre action pour la rendre dépendante de cette action"
+ due: Echéance
+ edit: Modifier
+ edit_action: "Modifier action"
+ edit_action_with_description: "Modifier l'action '%{description}'"
+ edit_recurring_todo: "Modifier l'action répétant"
+ error_completing_todo: "Il s'est produit une erreur lors de l'execution de l'action récurrente %{description}"
+ error_deleting_item: "Il s'est produit une erreur lors de la suppression de l'élément %{description}"
+ error_deleting_recurring: "Il s'est produit une erreur lors de la suppression de la tâche récurrente \\'%{description}\\'"
+ error_removing_dependency: "Il s'est produit une erreur lors de la suppression de la dépendance"
+ error_saving_recurring: "Il s'est produit une erreur lors de la sauvegarde de la tâche récurrente \\'%{description}\\'"
+ error_starring: "Impossible d'actionner l'étoile de cette tache \\'%{description}\\'"
+ error_starring_recurring: "Impossible d'actionner l'étoile de la tache récurrente \\'%{description}\\'"
+ error_toggle_complete: "Impossible de marquer cette tache comme complétée"
+ feed_title_in_context: "dans le contexte '%{context}'"
+ feed_title_in_project: "dans le projet '%{project}'"
+ feeds:
+ completed: "Complété : %{date}"
+ due: "Echéance : %{date}"
+ has_x_pending:
+ one: "A une action en attente"
+ other: "A %{count} actions en attente"
+ hidden_actions: "Actions cachées"
+ in_hidden_state: "a l\\'état caché"
+ in_pending_state: "en attente"
+ list_incomplete_next_actions: "Liste les prochaines actions incomplètes"
+ list_incomplete_next_actions_with_limit: "Liste les %{count} dernières actions suivantes incomplètes"
+ mobile_todos_page_title: "Toutes les actions"
+ new_related_todo_created: "Une nouvelle tâche a été ajoutée qui appartient à cette tâche récurrente"
+ new_related_todo_created_short: "à créé une nouvelle tâche"
+ new_related_todo_not_created_short: "n'a pas créé la tâche"
+ next_action_description: "Description de la prochaine action"
+ next_action_needed: "Vous devez soumettre au moins une prochaine action"
+ next_actions_description: "Filtre:"
+ next_actions_description_additions:
+ completed: "dans les %{count} derniers jours"
+ due_date: "avec au plus la date d'échéance %{due_date}"
+ next_actions_due_date:
+ due_in_x_days: "Echéance dans %{days} days"
+ due_today: "Echéance aujourd'hui"
+ due_tomorrow: "Echéance demain"
+ overdue_by: "Dépassée de %{days} jour"
+ overdue_by_plural: "Dépassée de %{days} jours"
+ next_actions_title: "Tracks - Prochaines Actions"
next_actions_title_additions:
completed: "Actions complétées"
due_today: "échéance aujourd'hui"
due_within_a_week: "échéance dans la semaine"
- older_completed_items: "Anciens éléments complétés"
no_actions_due_this_week: "Pas actions à faire cette semaine"
- all_completed_here: ici
- append_in_this_project: dans ce projet
- edit_recurring_todo: "Modifier l'action répétant"
- error_deleting_item: "Il s'est produit une erreur lors de la suppression de l'élément %{description}"
- task_list_title: "TRACKS::Lister les tâches"
- no_recurring_todos: "Il n'y a pas de tâches récurrentes actuellement"
- error_completing_todo: "Il s'est produit une erreur lors de l'execution de l'action récurrente %{description}"
- recurring_pattern_removed: "La périodicité est retiré de %{count}"
- convert_to_project: Faire projet
- no_deferred_pending_actions: "Il n'y pas d'actions reportées ou en attente actuellement"
- delete_recurring_action_confirm: "Etes-vous sûr de vouloir supprimer l'action récurrente '%{description'}?"
- completed_last_day: "Complété ces dernières 24 heures"
- feed_title_in_context: dans le contexte '%{context}'
- no_project: --Pas de projet--
- show_in_days: Afficher dans %{days} jours
- error_saving_recurring: "Il s'est produit une erreur lors de la sauvegarde de la tâche récurrente \\'%{description}\\'"
- completed_more_than_x_days_ago: "Complété il y a plus de %{count} jours"
- new_related_todo_created_short: "à créé une nouvelle tâche"
- all_completed: "Toutes les actions réalisées"
- edit: Modifier
- completed_actions_with: "Action complétées avec le tag %{tag_name}"
- older_than_days: Plus ancien que %{count} jours
- completed_tagged_page_title: "TRACKS::Les tâches terminées avec marquer %{tag_name}"
- pending: En attente
- completed_tasks_title: "TRACKS::Tâches complétées"
- deleted_success: "Action supprimée avec succès."
- feed_title_in_project: dans le projet '%{project}'
- clear_due_date: "Effacer la date d'échéance"
- error_removing_dependency: "Il s'est produit une erreur lors de la suppression de la dépendance"
- hidden_actions: "Actions cachées"
- was_due_on_date: "arrivée à échéance le %{date}"
- show_on_date: Afficher le %{date}
- recurrence_period: "Periode de récurrence"
- deferred_actions_with: "Action reportées avec le tag '%{tag_name}'"
- confirm_delete: "Etes-vous sûr de vouloir supprimer l'action '%{description}' ?"
- recurring_deleted_success: "L'action récurrente a été supprimée avec succès."
- no_completed_actions_with: "Pas d'actions complétées avec le tag '%{tag_name}'"
- next_actions_title: Tracks - Prochaines Actions
- next_action_description: Description de la prochaine action
- deferred_tasks_title: TRACKS::Reporteur
- clear_show_from_date: Effacer show from date
- in_hidden_state: "a l\\'état caché"
- see_all_completed: Vous pouvez voir toutes les actions accomplies %{link}
- calendar_page_title: TRACKS::Calendrier
- unresolved_dependency: "La valeur saisie dans le champ dépendance ne correspond pas à une action existante. Cette valeur ne sera pas sauvegardée avec le reste de l'action. Continuer ?"
+ no_actions_found: "Il n'y pas d'actions incomplètes actuellement."
no_actions_found_title: "Aucune action trouvée"
- show_today: Afficher aujourd'hui
- next_actions_due_date:
- overdue_by: "Dépassée de %{days} jour"
- due_in_x_days: "Echéance dans %{days} days"
- due_today: "Echéance aujourd'hui"
- overdue_by_plural: "Dépassée de %{days} jours"
- due_tomorrow: "Echéance demain"
- completed_last_x_days: "Complété ces %{count} jours"
no_actions_with: "Il n'y pas d'actions incomplètes avec le tag '%{tag_name}' actuellement"
- defer_x_days:
- one: Reporter d'un jour
- other: Report de %{count} jours
- added_new_next_action_singular: "Nouvelle action suivante ajoutée"
no_completed_actions: "Il n'y a pas d'actions complétées actuellement."
- deferred_pending_actions: "Actions reportées ou en attente"
- has_x_pending:
- one: A une action en attente
- other: A %{count} actions en attente
- feeds:
- completed: "Complété : %{date}"
- due: "Echéance : %{date}"
- recurring_todos: "Tâches récurrentes"
- error_deleting_recurring: "Il s'est produit une erreur lors de la suppression de la tâche récurrente \\'%{description}\\'"
- delete_action: Supprimer action
- delete: Supprimer
+ no_completed_actions_with: "Pas d'actions complétées avec le tag '%{tag_name}'"
+ no_completed_recurring: "Il n'y a pas d'actions récurrentes complétées actuellement"
+ no_deferred_actions: "Il n'y a pas d'actions reportées actuellement"
+ no_deferred_actions_with: "Pas d'actions reportées avec le tag '%{tag_name}'"
+ no_deferred_pending_actions: "Il n'y pas d'actions reportées ou en attente actuellement"
+ no_hidden_actions: "Il n'y a pas d'actions cachées actuellement"
+ no_incomplete_actions: "Il n'y a pas d'actions incomplètes"
no_last_completed_actions: "Aucune action achevée trouve"
- drag_action_title: "Déplacer sur une autre action pour la rendre dépendante de cette action"
- cannot_add_dependency_to_completed_todo: "Impossible d'ajouter cette action comme dépendance d'une action complétée !"
- depends_on: "Dépend de"
+ no_project: "--Pas de projet--"
+ no_recurring_todos: "Il n'y a pas de tâches récurrentes actuellement"
+ older_completed_items: "Anciens éléments complétés"
+ overdue: "En retard"
+ pending: "En attente"
+ recurrence:
+ daily: Quotidiennement
+ daily_every_number_day: "Tous les %{number} jour(s)"
+ daily_options: "Paramètres des actions récurrentes quotidiennes"
+ day_x_on_every_x_month: "Le %{day} tous les %{month} mois"
+ ends_on: "Fini le"
+ ends_on_date: "Fini le %{date}"
+ ends_on_number_times: "Fini au bout de %{number} fois"
+ every_work_day: "Chaque jour ouvré"
+ from_tickler: "la date de la tâche provient du reporteur (pas de date d\\'échéance définie)"
+ monthly: Mensuellement
+ monthly_every_xth_day: "Le %{day} %{day_of_week} tous les %{month} mois"
+ monthly_options: "Paramètres pour les actions récurrentes mensuelles"
+ no_end_date: "Pas de date de fin"
+ pattern:
+ day_names:
+ - Dimanche
+ - Lundi
+ - Mardi
+ - Mercredi
+ - Jeudi
+ - Vendredi
+ - Samedi
+ due: Echéance
+ every_day: "chaque jour"
+ every_month: "chaque mois"
+ every_n: "tous les %{n}"
+ every_xth_day_of_every_n_months: "tous les %{x} %{day} tous les %{n_months}"
+ every_year_on: "chaque année le %{date}"
+ first: premier
+ fourth: quatrième
+ from: de
+ last: dernier
+ month_names:
+ - ~
+ - Janvier
+ - Février
+ - Mars
+ - Avril
+ - Mai
+ - Juin
+ - Juillet
+ - Aout
+ - Septembre
+ - Octobre
+ - Novembre
+ - Décembre
+ on_day_n: "le %{n}e jour"
+ on_work_days: "les jours ouvrés"
+ second: seconde
+ show: montrer
+ the_xth_day_of_month: "le %{x} %{day} de %{month}"
+ third: troisième
+ times: "pour %{number} fois"
+ until: jusqu'a
+ weekly: "Toutes les semaines"
+ recurrence_on_due_date: "La date d'échéance de la tâche"
+ recurrence_on_options: "Activer la récurrence"
+ show_days_before: "%{days} jours avant la date d'échéance de la tâche"
+ show_option_always: toujours
+ show_options: "Montrer la tâche"
+ starts_on: "Démarre le"
+ weekly: "Toutes les semaines"
+ weekly_every_number_week: "Returns every %{number} week on"
+ weekly_options: "Paramètres pour les actions récurrentes hebdomadaires"
+ yearly: "Tous les ans"
+ yearly_every_x_day: "Chaque %{month} %{day}"
+ yearly_every_xth_day: "Chaque %{day} %{day_of_week} de %{month}"
+ yearly_options: "Paramètres pour les actions récurrentes annuelles"
+ recurrence_completed: "Il n'y a pas d'action suivante après l'action récurrente que vous venez de terminer. Fin de la récurrence"
+ recurrence_period: "Periode de récurrence"
+ recurring_action_deleted: "L'action a été supprimée. Parce que cette action est récurrente, une nouvelle action à été ajoutée"
+ recurring_action_saved: "Action récurrente sauvée"
+ recurring_actions_title: "TRACKS::Actions récurrentes"
+ recurring_deleted_success: "L'action récurrente a été supprimée avec succès."
+ recurring_pattern_removed: "La périodicité est retiré de %{count}"
+ recurring_todos: "Tâches récurrentes"
+ remove_dependency: "Enlever les dépendances (l'action n'est pas supprimée)"
+ removed_predecessor: "Suppression de %{successor} comme dépendance de %{predecessor}"
+ scheduled_overdue: "Programmée pour apparaitre il y a %{days} jours"
+ see_all_completed: "Vous pouvez voir toutes les actions accomplies %{link}"
+ set_to_pending: "%{task} mise en attente"
+ show_from: "Afficher depuis"
+ show_in_days: "Afficher dans %{days} jours"
+ show_on_date: "Afficher le %{date}"
+ show_today: "Afficher aujourd'hui"
+ show_tomorrow: "Afficher demain"
+ star_action: "Elire cette action"
+ star_action_with_description: "Elire l'action '%{description}'"
+ tagged_page_title: "TRACKS::Taggé avec %{tag_name}'"
+ tagged_with: "taggé avec ‘%{tag_name}’"
+ tags: "Tags (séparés par des virgules)"
+ task_list_title: "TRACKS::Lister les tâches"
tickler_items_due:
one: "Un élément du reporteur est arrivé à échéance - rafraichir la page pour le voir."
other: "%{count} éléments du reporteur sont arrivés à échéance - rafraichir la page pour les voir."
- action_marked_complete: "L'action '%{description}' a été marquée comme %{completed}"
- completed_today: "otherVous avez complété %{count} action aujourd'huioneVous avez complété une action aujourd'hui"
- added_new_next_action_plural: "Nouvelles actions suivantes ajoutées"
- new_related_todo_not_created_short: "n'a pas créé la tâche"
- completed_rest_of_week: "Complété dans le reste de cette semaine"
- show_tomorrow: Afficher demain
- error_starring: "Impossible d'actionner l'étoile de cette tache \\'%{description}\\'"
- calendar:
- get_in_ical_format: Obtenir ce calendrier au format iCal
- due_next_week: "A réaliser la semaine prochaine"
- no_actions_due_next_week: "Pas d'actions à terminer la semaine prochaine"
- due_this_week: "A réaliser avant la fin de cette semaine"
- no_actions_due_today: "Pas d'action à terminer aujourd'hui"
- due_today: "A réaliser aujourd'hui"
- due_next_month_and_later: "A réaliser dans %{month} et plus"
- no_actions_due_after_this_month: "Pas d'actions à réaliser après ce mois"
- no_actions_due_this_month: "Pas d'actions à terminer pour ce mois"
- due_this_month: "A réaliser avant la fin de %{month}"
- no_completed_recurring: "Il n'y a pas d'actions récurrentes complétées actuellement"
- recurrence:
- ends_on_date: Fini le %{date}
- every_work_day: "Chaque jour ouvré"
- ends_on_number_times: Fini au bout de %{number} fois
- recurrence_on_due_date: "La date d'échéance de la tâche"
- weekly_options: "Paramètres pour les actions récurrentes hebdomadaires"
- weekly: Toutes les semaines
- monthly_options: "Paramètres pour les actions récurrentes mensuelles"
- daily_options: "Paramètres des actions récurrentes quotidiennes"
- monthly: Mensuellement
- starts_on: "Démarre le"
- daily: Quotidiennement
- show_option_always: toujours
- pattern:
- third: "troisième"
- month_names:
- -
- - Janvier
- - "Février"
- - Mars
- - Avril
- - Mai
- - Juin
- - Juillet
- - Aout
- - Septembre
- - Octobre
- - Novembre
- - "Décembre"
- every_n: tous les %{n}
- second: seconde
- every_xth_day_of_every_n_months: tous les %{x} %{day} tous les %{n_months}
- on_day_n: le %{n}e jour
- weekly: Toutes les semaines
- from: de
- last: dernier
- every_day: chaque jour
- the_xth_day_of_month: le %{x} %{day} de %{month}
- times: pour %{number} fois
- first: premier
- show: montrer
- every_year_on: "chaque année le %{date}"
- on_work_days: "les jours ouvrés"
- day_names:
- - Dimanche
- - Lundi
- - Mardi
- - Mercredi
- - Jeudi
- - Vendredi
- - Samedi
- fourth: "quatrième"
- due: "Echéance"
- every_month: chaque mois
- until: jusqu'a
- yearly_every_x_day: Chaque %{month} %{day}
- recurrence_on_options: "Activer la récurrence"
- daily_every_number_day: Tous les %{number} jour(s)
- show_options: "Montrer la tâche"
- weekly_every_number_week: Returns every %{number} week on
- ends_on: Fini le
- show_days_before: "%{days} jours avant la date d'échéance de la tâche"
- from_tickler: "la date de la tâche provient du reporteur (pas de date d\\'échéance définie)"
- no_end_date: Pas de date de fin
- day_x_on_every_x_month: Le %{day} tous les %{month} mois
- yearly_every_xth_day: Chaque %{day} %{day_of_week} de %{month}
- yearly_options: "Paramètres pour les actions récurrentes annuelles"
- yearly: Tous les ans
- monthly_every_xth_day: Le %{day} %{day_of_week} tous les %{month} mois
- action_deferred: "L'action '%{description}' a été reporté"
- tagged_page_title: "TRACKS::Taggé avec %{tag_name}'"
- added_dependency: "%{dependency} ajoutée comme dépendance"
- completed_rest_of_month: "Complété dans le reste de ce mois-ci"
- all_completed_tagged_page_title: "TRACKS::Toutes les tâches accomplies par marquer %{tag_name}"
- no_deferred_actions: "Il n'y a pas d'actions reportées actuellement"
- recurrence_completed: "Il n'y a pas d'action suivante après l'action récurrente que vous venez de terminer. Fin de la récurrence"
- action_marked_complete_error: "L'action '%{description}' n'a PAS été marquée comme %{completed} a cause d'une erreur sur le serveur "
- no_actions_found: "Il n'y pas d'actions incomplètes actuellement."
- in_pending_state: en attente
- error_toggle_complete: "Impossible de marquer cette tache comme complétée"
- due: "Echéance"
- no_incomplete_actions: "Il n'y a pas d'actions incomplètes"
- action_saved_to_tickler: "Action sauvegardée dans le Reporteur"
- recurring_action_saved: "Action récurrente sauvée"
- depends_on_separate_with_commas: "Dépend de (séparer avec des virgules)"
- completed_in_archive:
- one: "Il n'y a pas d'action complétée dans l'archive"
- other: "Il y a %{count} actions complétées dans l'archive"
- to_tickler: Vers le reporteur
- next_actions_description_additions:
- completed: dans les %{count} derniers jours
- due_date: "avec au plus la date d'échéance %{due_date}"
- overdue: En retard
- add_new_recurring: "Ajouter une nouvelle action récurrente"
- notes:
- delete_note_title: Supprimer la note '%{id}'
- delete_confirmation: Etes-vous sur de vouloir supprimer la note '%{id}' ?
- in_project: "Dans:"
- delete_item_title: "Supprimer l'élément"
- deleted_note: Supprimer la note '%{id}'
- note_link_title: Voir note %{id}
- show_note_title: Voir note
- edit_item_title: "Modifier l'élément"
- note_location_link: "ln:"
- no_notes_available: "Il n'y a actuellement aucune note: ajouter des notes aux projets sur les pages individuelles des projets."
- note_header: Note %{id}
- delete_note_confirm: Etes-vous sur de vouloir supprimer la note '%{id}' ?
- projects:
- default_context_set: "Définir le contexte par défaut du projet à %{default_context}"
- no_actions_in_project: "Il n'y pas d'action incomplètes pour ce projet"
- deferred_actions: "Actions reportées pour ce projet"
- was_marked_hidden: "est caché"
- edit_project_title: Editer le projet
- default_tags_removed_notice: Supprimer les tags par defaut
- page_title: "TRACKS::Projet: %{project}"
- all_completed_tasks_title: "TRACKS::Tous les Actions Achevé en Projet '%{project_name}'"
- hide_form: Cacher le formulaire
- list_completed_projects: "TRACKS::Liste des projets achevés"
- no_notes_attached: "Il n'y a actuellement aucune note attachée à ce projet"
- to_new_project_page: "Aller à la page du nouveau projet"
- show_form_title: "Créer un nouveau projet"
- deferred_actions_empty: "Il n'y a pas d'actions reportées pour ce projet"
- project_state: Le projet est %{state}
- this_project: Ce projet
- no_last_completed_projects: "Pas de projets terminés trouvés"
- no_last_completed_recurring_todos: "Non terminé actions répétitives trouvées"
- notes: Notes
- todos_append: dans ce projet
- list_reviews: TRACKS::Revue
- notes_empty: Il n'y a pas de notes pour ce projet
- no_projects: Il n'y a actuellement aucun projet
- hide_form_title: Cacher le formulaire nouveau projet
- delete_project: Supprimer projet
- completed_actions_empty: "Il n'y a pas d'actions réalisées pour ce projet"
- with_no_default_context: "sans contexte par défaut"
- delete_project_confirmation: "Etes vous sûr de vouloir supprimer le projet '%{name}' ?"
- with_default_context: "avec '%{context_name}' comme contexte par défaut"
- show_form: Ajouter un projet
- actions_in_project_title: Actions pour ce projet
- completed_projects: "Projets réalisés"
- is_active: est actif
- add_note: Ajouter une note
- set_default_tags_notice: "Définir les tags par défaut du projet à %{default_tags}"
- add_project: Ajouter projet
- settings: "Paramètres"
- project_saved_status: "Projet sauvegardé"
- list_projects: TRACKS::Liste des Projets
- with_default_tags: et avec '%{tags'} comme tags par defaut
- completed_tasks_title: "TRACKS::Liste des actions menées à terme dans Projet '%{project_name}'"
- hidden_projects: "Projets cachés"
- delete_project_title: Supprimer le projet
- default_context_removed: "Contexte par défaut supprimé"
- add_note_submit: Ajouter note
- completed_actions: "Actions réalisées pour ce projet"
- was_marked_complete: "est complété"
- no_default_context: Ce projet n'a pas de contexte par defaut
- with_no_default_tags: "et sans tags par défaut"
- default_context: "Le contexte par défaut pour ce projet est %{context}"
- edit_project_settings: "Modifier les paramètres du projet"
- status_project_name_changed: "Le nom du projet a été modifié"
- state: Le projet est %{state}
- active_projects: Projets actifs
- states:
- hidden_plural: "Cachés"
- stalled: "Bloqués"
- review_plural: "Datée"
- completed: "Completé"
- current: Up-to-date
- review: "Datée"
- completed_plural: "Completés"
- blocked: "Bloquée"
- blocked_plural: "Bloquée"
- stalled_plural: "Bloqués"
- visible_plural: Visibles
- active_plural: Actifs
- visible: Visible
- hidden: "Caché"
- active: Actif
- current_plural: Up-to-date
- errors:
- user_unauthorized: "401 Non autorisé: Administrateur seulement."
- preferences:
- open_id_url: Votre URL OpenID est
- change_identity_url: "Modifier votre URL d'identité"
- staleness_starts_after: "\"date de fraicher\" dépassée à près %{days} days"
- page_title: "TRACKS::Préférences"
- change_password: Modifier votre mot de passe
- token_description: Jeton (pour flux et utilisation API)
- title: "Vos préférences"
- is_false: faux
- show_number_completed: "Montrer %{number} items réalisés"
- password_changed: "Votre mot de passe a été changé, s'il vous plaît vous connecter à nouveau."
- edit_preferences: "Editer les préférences"
- page_title_edit: "TRACKS::Editer les préférences"
- is_true: vrai
- sms_context_none: Aucun
- generate_new_token: "Générer un nouveau jeton"
- token_header: Votre jeton
- authentication_header: Votre authentification
- updated: "Préférences jour"
- current_authentication_type: Votre type d'authentification est %{auth_type}
- change_authentication_type: Modifier votre type d'authentification
- generate_new_token_confirm: "Etes vous sûr ? Générer un nouveau jeton va remplacer le jeton existant et en interdire les utilisations externes."
- tabs:
- authentication: Authentification
- tracks_behavior: Comportements Tracks
- profile: Profil
- date_and_time: Date et heure
- time:
- am: am
- formats:
- stats: "%a %d-%m"
- default: "%a, %d %b %Y %H:%M:%S %z"
- time: "%H:%M"
- short: "%d %b %H:%M"
- month_day: "%B %d"
- long: "%B %d, %Y %H:%M"
- pm: pm
- date:
- month_names:
- -
- - janvier
- - "février"
- - mars
- - avril
- - mai
- - juin
- - juillet
- - Aout
- - septembre
- - octobre
- - novembre
- - "décembre"
- abbr_day_names:
- - dim
- - lun
- - mar
- - mer
- - jeu
- - ven
- - sam
- order:
- - :day
- - :month
- - :year
- formats:
- only_day: "%e"
- longer: "%A, %d %b %Y"
- default: "%d/%m/%Y"
- short: "%e %b"
- month_day: "%d. %B"
- long: "%e %B %Y"
- day_names:
- - dimanche
- - lundi
- - mardi
- - mercredi
- - jeudi
- - vendredi
- - samedi
- abbr_month_names:
- -
- - jan.
- - "Fév."
- - mar.
- - avr.
- - mai
- - juin
- - juil.
- - aout
- - sept.
- - oct.
- - nov.
- - déc.
+ to_tickler: "Vers le reporteur"
+ unable_to_add_dependency: "Impossible d'ajouter la dépendance"
+ unresolved_dependency: "La valeur saisie dans le champ dépendance ne correspond pas à une action existante. Cette valeur ne sera pas sauvegardée avec le reste de l'action. Continuer ?"
+ was_due_on_date: "arrivée à échéance le %{date}"
+ users:
+ account_signup: "Créer un compte"
+ auth_change_submit: "Modifier le type d'authenfication"
+ auth_type_update_error: "Un problème est survenu lors de la modification du type d'authentification : %{error_messages}"
+ auth_type_updated: "Type d'authentification modifié."
+ change_auth_type_title: "TRACKS::Modifier le type d'authentification"
+ change_authentication_type: "Modifier le type d'authentification"
+ change_password_prompt: "Entrer votre nouveau mot de passe dans les champs ci-dessous et cliquer sur 'Modifier mot de passe' pour remplacer votre mot de passe actuel par le nouveau."
+ change_password_submit: "Modifier mot de passe"
+ change_password_title: "TRACKS::Modifier mot de passe"
+ choose_password: "Choisir le mot de passe"
+ confirm_password: "Confirmer le mot de passe"
+ desired_login: "Login souhaité"
+ destroy_confirmation: "Attention : cela va supprimer l'utilisateur '%{login}', toutes ses actions, contextes, projets et notes. Etes-vous sûr de vouloir continuer ?"
+ destroy_error: "Une erreur s'est produite lors de la suppression de l'utilisateur %{login}"
+ destroy_successful: "Utilisateur %{login} supprimé avec succès"
+ destroy_user: "Supprimer utilisateur"
+ first_user_heading: "Bienvenu à TRAKS. Pour commencer, veuillez créer un compte administrateur"
+ identity_url: "URL Identité"
+ label_auth_type: "Type d'authentification"
+ manage_users: "Gérer utilisateurs"
+ new_password_label: "Nouveau mot de passe"
+ new_token_generated: "Nouveau token généré avec succés"
+ new_user_heading: "Créer un nouvel utilisateur:"
+ new_user_title: "TRACKS::Créer un administrateur"
+ no_signups_title: "TRACKS::Pas de signups"
+ openid_ok_pref_failed: "Vous avez vérifié avec succès votre identité comme %{url} mais un problème est survenu lors de la sauvegarde de vos préférences d'authentification."
+ openid_url_verified: "Vous avez vérifié avec succès votre identité comme %{url} et défini votre type authentification comme OpenID"
+ password_confirmation_label: "Confirmer mot de passe"
+ password_updated: "Mot de passe modifié."
+ register_with_cas: "Avec votre nom d'utilisateur CAS"
+ select_authentication_type: "Sélectionner votre nouveau type d'authentification et cliquer sur 'Modifier type d'authenfication' pour remplacer les paramètres actuels."
+ signup: Création
+ signup_new_user: "Créer un nouvel utilisateur"
+ signup_successful: "Utilisateur %{username} créé avec succès."
+ successfully_deleted_user: "Utilisateur %{username} supprimé avec succès"
+ total_actions: "Total actions"
+ total_contexts: "Total contextes"
+ total_notes: "Total notes"
+ total_projects: "Total projets"
+ total_users_count: "Vous avez %{count} utilisateurs"
+ user_created: "Utilisateur créé."
+ you_have_to_reset_your_password: "Vous devez réinitialiser votre mot de passe"
will_paginate:
- previous_label: "«Précédent"
+ next_label: "Suivant »"
page_entries_info:
multi_page: "Affiche %{model} de %{from} - %{to} à %{count} au total"
- single_page_html:
- one: Voir de 1 %{model}
- other: Afficher tous les %{count} %{model}
- zero: "Aucun %{model} trouvés"
- single_page:
- one: Voir de 1 %{model}
- other: Afficher tous les %{count} %{model}
- zero: "Aucun %{model} trouvés"
multi_page_html: "Affiche %{model} %{from} - %{to} à la %{count} au total"
- page_gap: ...
- next_label: "Suivant »"
- support:
- array:
- words_connector: ","
- last_word_connector: ", et"
- two_words_connector: et
- select:
- prompt: "Veuillez sélectionner"
- footer:
- send_feedback: Envoyer un feedback sur %{version}
- shared:
- multiple_next_actions: Actions suivante multiples (une sur chaque ligne)
- make_actions_dependent: "Faire actions dépendantes les unes des autres"
- toggle_single: Ajouter action suivante
- hide_form: Cacher le formulaire
- add_actions: Ajouter actions
- add_action: Ajouter action
- tags_for_all_actions: Tags pour toutes les actions (sep. avec des virgules)
- toggle_single_title: Ajouter une nouvelle action suivante
- project_for_all_actions: Projet pour toutes les actions
- context_for_all_actions: Contexte pour toutes les actions
- toggle_multi: Ajouter plusieurs actions suivantes
- separate_tags_with_commas: "séparer avec des virgules"
- add_context: Ajouter Contexte
- toggle_multi_title: Basculer formulaire action simple/multiple
- hide_action_form_title: Cacher le formulaire nouvelle action
- feedlist:
- choose_context: Choisir le contexte dont vous voulez un flux
- actions_due_today: Actions devant se terminer aujourd'hui ou avant
- ical_feed: Flux iCal
- legend: "Légende"
- all_contexts: Tous les contextes
- rss_feed: Flux RSS
- choose_project: Choisir le projet dont vous voulez un flux
- all_projects: Tous les projets
- project_needed: Il faut au moins un projet pour le flux
- select_feed_for_project: Selectionner le flux pour ce projet
- active_projects_wo_next: Projets actifs avec aucune action suivante
- active_starred_actions: "Toutes les actions préferrées actives"
- context_needed: Il faut au moins un contexte pour le flux
- select_feed_for_context: Selectionner un flux pour ce contexte
- projects_and_actions: Projets actifs et leurs actions
- notice_incomplete_only: "NB: Les flux ne montrent que les actions incomplètes, sauf indication contraire"
- actions_due_next_week: Actions devant se terminer dans les 7 prochains jours ou moins
- actions_completed_last_week: "Actions réalisées dans les 7 derniers jours"
- context_centric_actions: "Flux des actions dans un contexte spécifique"
- plain_text_feed: Flux texte
- last_fixed_number: "Dernières %{number} actions"
- all_actions: Toutes les actions
- project_centric: "Flux des actions incomplètes d'un projet spécifique"
- sidebar:
- list_name_active_contexts: Contextes actifs
- list_name_active_projects: Projets actifs
- list_empty: Aucun
- list_name_completed_projects: "Projets réalisés"
- list_name_hidden_projects: "Projets cachés"
- list_name_hidden_contexts: "Contextes cachés"
- users:
- openid_url_verified: "Vous avez vérifié avec succès votre identité comme %{url} et défini votre type authentification comme OpenID"
- auth_type_update_error: "Un problème est survenu lors de la modification du type d'authentification : %{error_messages}"
- failed_to_delete_user: "La suppression de l'utilisateur {username} à échoué"
- destroy_successful: "Utilisateur %{login} supprimé avec succès"
- first_user_heading: "Bienvenu à TRAKS. Pour commencer, veuillez créer un compte administrateur"
- total_contexts: Total contextes
- successfully_deleted_user: "Utilisateur %{username} supprimé avec succès"
- signup_successful: "Utilisateur %{username} créé avec succès."
- new_token_generated: "Nouveau token généré avec succés"
- total_projects: Total projets
- change_password_submit: Modifier mot de passe
- no_signups_title: TRACKS::Pas de signups
- user_created: "Utilisateur créé."
- account_signup: "Créer un compte"
- manage_users: "Gérer utilisateurs"
- password_updated: "Mot de passe modifié."
- auth_type_updated: "Type d'authentification modifié."
- total_actions: Total actions
- desired_login: "Login souhaité"
- signup: "Création"
- confirm_password: Confirmer le mot de passe
- new_user_heading: "Créer un nouvel utilisateur:"
- password_confirmation_label: Confirmer mot de passe
- destroy_error: Une erreur s'est produite lors de la suppression de l'utilisateur %{login}
- choose_password: Choisir le mot de passe
- change_password_title: TRACKS::Modifier mot de passe
- change_auth_type_title: TRACKS::Modifier le type d'authentification
- change_password_prompt: Entrer votre nouveau mot de passe dans les champs ci-dessous et cliquer sur 'Modifier mot de passe' pour remplacer votre mot de passe actuel par le nouveau.
- new_password_label: Nouveau mot de passe
- register_with_cas: Avec votre nom d'utilisateur CAS
- label_auth_type: Type d'authentification
- total_users_count: Vous avez %{count} utilisateurs
- new_user_title: "TRACKS::Créer un administrateur"
- destroy_user: Supprimer utilisateur
- destroy_confirmation: "Attention : cela va supprimer l'utilisateur '%{login}', toutes ses actions, contextes, projets et notes. Etes-vous sûr de vouloir continuer ?"
- you_have_to_reset_your_password: "Vous devez réinitialiser votre mot de passe"
- signup_new_user: "Créer un nouvel utilisateur"
- identity_url: "URL Identité"
- openid_ok_pref_failed: "Vous avez vérifié avec succès votre identité comme %{url} mais un problème est survenu lors de la sauvegarde de vos préférences d'authentification."
- auth_change_submit: Modifier le type d'authenfication
- change_authentication_type: Modifier le type d'authentification
- total_notes: Total notes
- select_authentication_type: "Sélectionner votre nouveau type d'authentification et cliquer sur 'Modifier type d'authenfication' pour remplacer les paramètres actuels."
- contexts:
- delete_context_title: Supprimer contexte
- all_completed_tasks_title: "TRACKS::Toutes les actions Achevé en le contexte '%{context_name}'"
- hide_form: Cacher le formulaire
- show_form_title: Ajouter un contexte
- delete_context_confirmation: "Etes vous sûr de vouloir supprimer le contexte %{name}? Toutes les actions (répétitives) de ce contexte seront également supprimées !"
- todos_append: dans ce contexte
- delete_context: Supprimer contexte
- edit_context: Modifier contexte
- hide_form_title: Cacher le formulaire nouveau contexte
- hidden_contexts: "Contextes cachés"
- no_contexts_active: Actuellement, il n'y a pas de contextes actifs
- context_hide: "Caché de la première page ?"
- add_context: Ajouter un contexte
- show_form: "Créer un nouveau contexte"
- save_status_message: "Contexte sauvegardé"
- visible_contexts: Contextes visibles
- update_status_message: "Le nom du contexte à été modifié"
- context_name: Nom du Contexte
- status_active: Le Contexte est actif
- completed_tasks_title: "TRACKS::actions Achevé en le contexte '%{context_name}'"
- new_context_post: "'sera aussi créé. Etes-vous sûr ?"
- new_context_pre: Nouveau contexte '
- no_actions: "Actuellement, il n'y pas d'actions incomplètes dans ce contexte"
- last_completed_in_context: dans ce contexte (dernier %{number})
- context_deleted: "Contexte \\'%{name}\\' supprimé"
- no_contexts_hidden: "Actuellement, il n'y a pas de contextes cachés"
- status_hidden: "Le Contexte est caché"
- login:
- openid_identity_url_not_found: "Désolé, aucun utilisateur avec cette identité URL n'existe (%{identity_url})"
- user_no_expiry: "Rester connecté"
- sign_in: Se connecter
- login_cas: Aller au CAS
- cas_no_user_found: Bonjour, %{username}! Vous n'avez pas de compte sur Tracks.
- cas_login: Login CAS
- successful_with_session_info: "La connexion à réussi:"
- please_login: Veuillez vous connecter pour utiliser Tracks
- cas_logged_in_greeting: "Bonjour, %{username}! Vous êtes authentifié."
- cas_username_not_found: "Désolé, aucun utilisateur avec ce nom CAS n'existe (%{username})"
- cas_create_account: "Si vous voulez vous inscrire aller à %{signup_link}"
- mobile_use_openid: ... ou ce connecter avec un OpenID
- cas_signup_link: Demander un compte
- account_login: Identifiant du compte
- successful: "La connexion à réussi. Bienvenue !"
- session_will_not_expire: la session n'expire jamais.
- option_separator: ou,
- session_time_out: "La session à expiré. Merci de %{link}"
- session_will_expire: "la session expire après %{hours} heure(s) d'inactivité."
- login_standard: "retourner à l'écran de connexion standard"
- login_with_openid: se connecter avec un OpenID
- unsuccessful: "La connexion à échoué."
- log_in_again: Se reconnecter
- logged_out: "Vous avez été déconnecté de Tracks."
- datetime:
- prompts:
- minute: Minute
- second: Secondes
- month: Mois
- hour: Heure
- day: Jour
- year: "Année"
- distance_in_words:
- less_than_x_minutes:
- one: moins d'une minute
- other: moins de %{count} minutes
- zero: Moins de 1 minute
- almost_x_years:
- one: presque 1 an
- other: presque %{count} ans
- x_days:
- one: 1 jour
- other: "%{count} jours"
- x_seconds:
- one: 1 seconde
- other: "%{count} secondes"
- about_x_hours:
- one: environ 1 heure
- other: environ %{count} heures
- less_than_x_seconds:
- one: moins d'1 seconde
- other: moins de %{count} secondes
- zero: Moins de 1 seconde
- x_months:
- one: 1 mois
- other: "%{count} mois"
- x_minutes:
- one: 1 minute
- other: "%{count} minutes"
- about_x_years:
- one: environ 1 an
- other: environ %{count} ans
- about_x_months:
- one: environ 1 mois
- other: environ %{count} mois
- over_x_years:
- one: plus d'1 an
- other: plus de %{count} ans
- half_a_minute: une demi-minute
- search:
- contexts_matching_query: "Contextes correspondant à la requête"
- tags_matching_query: "Tags correspondant à la requête"
- no_results: "Aucun résultat à votre recherche."
- todos_matching_query: "AFaire (todos) correspondant à la requête"
- projects_matching_query: "Projets correspondant à la requête"
- notes_matching_query: "Notes correspondant à la requête"
+ single_page:
+ one: "Voir de 1 %{model}"
+ other: "Afficher tous les %{count} %{model}"
+ zero: "Aucun %{model} trouvés"
+ single_page_html:
+ one: "Voir de 1 %{model}"
+ other: "Afficher tous les %{count} %{model}"
+ zero: "Aucun %{model} trouvés"
+ page_gap: "..."
+ previous_label: «Précédent
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 5a69203b..42e23293 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1,914 +1,909 @@
----
-he:
- will_paginate:
- page_entries_info:
- multi_page: "מציג %{model} %{from} - %{to} מתוך %{count} בסך הכל"
- single_page:
- other: "מציג את כל %{count} %{model}"
- zero: "לא נמצא %{model}"
- one: "מציג %{model} אחד"
- multi_page_html: "מציג %{model} %{from} - %{to} מתוך %{count} בסך הכל"
- single_page_html:
- other: "מציג כל %{count} %{model}"
- zero: "לא נמצא %{model}"
- one: "מציג 1 %{model}"
- previous_label: "« הקודם"
- page_gap: "…"
- next_label: "הבא »"
- integrations:
- applescript_success_before_id: "פעולת המשך עם זיהוי"
- gmail_description: "חֲפִיץ להוספת מסלולים ל-Gmail"
- applescript_next_action_prompt: "תיאור הפעולות הבאות:"
- applescript_success_after_id: "נוצר"
- opensearch_description: "חיפוש במסלולים"
- projects:
- edit_project_settings: "עריכת הגדרות פרוייקט"
- deferred_actions_empty: "אין פעולות שנדחו עבור פרוייקט זה"
- hide_form_title: "הסתרת טופס פרוייקט חדש"
- completed_projects: "פרוייקטים שהסתיימו"
- no_default_context: "אין הקשר ברירת מחדל לפרוייקט זה"
- settings: "הגדרות"
- add_note_submit: "הוספת פתק"
- no_last_completed_projects: "לא נמצאו פרוייקטים שהסתיימו"
- notes_empty: "אין פתקיות לפרוייקט זה"
- with_default_context: "עם הקשר בירת מחדל '%{context_name}'"
- show_form: "הוספת פרוייקט"
- with_default_tags: "עם התגיות '%{tags}' כברירת המחדל"
- completed_tasks_title: "מסלולים::הצגת רשימת המשימות שהושלמו בפרוייקט '%{project_name}'"
- edit_project_title: "עריכת פרוייקט"
- to_new_project_page: "עבור לעמוד הפרוייקט החדש"
- project_saved_status: "פרוייקט נשמר"
- default_context_removed: "הקשר ברירת המחדל הוסר"
- default_context_set: "בחירת הקשר ברירת המחדל לפרוייקט ל-%{default_context}"
- with_no_default_tags: "וללא תגיות ברירת מחדל"
- was_marked_hidden: "סומן כמוסתר"
- no_projects: "אין כרגע פרוייקטים"
- delete_project: "מחיקת פרוייקט"
- delete_project_title: "מחיקת הפרוייקט"
- active_projects: "פרוייקטים פעילים"
- list_completed_projects: "מסלולים::רשימת הפרוייקטים שהולשמו"
- no_last_completed_recurring_todos: "לא נמצאו משימות מחזוריות שהסתיימו"
- state: "הפרוייקט במצב %{state}"
- completed_actions_empty: "אין פעולות שהסתיימו בפרוייקט זה"
- add_project: "הוספת פרוייקט"
- was_marked_complete: "סומן כבוצע"
- no_actions_in_project: "אין כרגע משימות של הושלמו בפרוייקט זה"
- page_title: "מסלולים::פרוייקט: %{project}"
- delete_project_confirmation: "האם למחוק את הפרוייקט '%{name}'?"
- actions_in_project_title: "פעולות בפרוייקט זה"
- add_note: "הוספת פתק"
- list_projects: "מסלולים::רשימת פרוייקטים"
- todos_append: "בפרוייקט זה"
- default_tags_removed_notice: "תגיות ברירת המחדל הוסרו"
- no_notes_attached: "אין כרגע פתקיות המקושרות לפרוייקט זה"
- project_state: "הפרוייקט %{state}"
- hidden_projects: "פרוייקטים שהוסתרו"
- deferred_actions: "פעולות שנדחו עבור פרוייקט זה"
- default_context: "הקשר ברירת המחדש לפרוייקט זה %{context}"
- set_default_tags_notice: "בחירת תגיות ברירת המחדל ל-%{default_tags}"
- completed_actions: "פעולות שהסתיימו בפרוייקט זה"
- status_project_name_changed: "שם הפרוייקט שונה"
- with_no_default_context: "ללא הקשר ברירת מחדל"
- all_completed_tasks_title: "מסלולים::הצגת רשימת כל המשימות שהושלמו בפרוייקט '%{project_name}'"
- is_active: "פעיל"
- hide_form: "הסתרת טופס"
- show_form_title: "יצירת פרוייקט חדש"
- notes: "פתקיות"
- this_project: "פרוייקט זה"
- list_reviews: "מסלולים::סקירה"
- errors:
- user_unauthorized: "401 לא מאושר: רק משתמשים בדרגת מנהל רשאים להפעיל פעולה זו"
- support:
- array:
- words_connector: ","
- last_word_connector: ", ו-"
- two_words_connector: "ו-"
- select:
- prompt: "יש לבצע בחירה"
- login:
- log_in_again: "כניסה מחודשת"
- cas_login: "התחברות שא\"מ (שירות אימות מרכזי)"
- mobile_use_openid: "...או כניסה עם OpenID"
- cas_signup_link: "בקשת משתמש"
- login_standard: "חזרה לכניסה הרגילה"
- session_time_out: "פג תוקף הגישה. נא %{link}"
- login_cas: "הגעה אל שא\"מ"
- sign_in: "כניסה"
- session_will_not_expire: "הגישה ללא תפוגה."
- login_with_openid: "כניסה על OpenID"
- cas_username_not_found: "לצערנו, לא קיים משתמש שא\"מ בשם (%{username})"
- cas_create_account: "אם ברצונך לבקש יש להמשיך ל-%{signup_link}"
- logged_out: "בוצעה יציאה מ-מסלולים"
- please_login: "יש להכנס כדי להשתמש ב-מסלולים"
- account_login: "כניסה לחשבון"
- session_will_expire: "תוקף הגישה יפוג לאחר %{hours} שעה(ות) של חוסר פעילות."
- unsuccessful: "כניסה נכשלה."
- openid_identity_url_not_found: "לצערנו, לא קיים משתמש עם כתובת זהות (%{identity_url})"
- successful: "כניסה בוצעה בהצלחה. ברוך שובך!"
- cas_no_user_found: "%{username} שלום! אין חשבון בשם זה במסלולים."
- successful_with_session_info: "כניסה מוצלחת:"
- cas_logged_in_greeting: "שלום %{username}! הזיהוי הצליח"
- option_separator: "או,"
- user_no_expiry: "השארת חיבור"
- sidebar:
- list_name_active_contexts: "הקשרים פעילים"
- list_name_completed_projects: "פרוייקטים שהסתיימו"
- list_name_hidden_projects: "פרוייקטים מוסתרים"
- list_name_hidden_contexts: "הקשרים מוסתרים"
- list_name_active_projects: "פרוייקטים פעילים"
- list_empty: "אין"
- datetime:
- distance_in_words:
- about_x_years:
- other: "כ-%{count} שנים"
- one: "כשנה"
- less_than_x_seconds:
- other: "פחות מ-%{count} שניות"
- zero: "פחות משנייה"
- one: "פחות משנייה"
- less_than_x_minutes:
- other: "פחות מ-%{count} דקות"
- zero: "פחות מדקה"
- one: "פחות מדקה"
- x_minutes:
- other: "%{count} דקות"
- one: "דקה"
- almost_x_years:
- other: "כמעט %{count} שנים"
- one: "כמעט שנה"
- about_x_months:
- other: "כ-%{count} חודשים"
- one: "כחודש"
- x_seconds:
- other: "%{count} שניות"
- one: "שנייה"
- over_x_years:
- other: "מעל %{count} שנים"
- one: "מעלה לשנה"
- about_x_hours:
- other: "כ-%{count} שעות"
- one: "כשעה"
- x_months:
- other: "%{count} חודשים"
- one: "חודש"
- x_days:
- other: "%{count} ימים"
- one: "יום"
- half_a_minute: "חצי דקה"
- prompts:
- hour: "שעה"
- second: "שניות"
- day: "יום"
- minute: "דקה"
- month: "חודש"
- year: "שנה"
- activerecord:
- errors:
- template:
- body: "בעיות בשדות הבאים:"
- header:
- other: "שגיאות מנעו ממודל %{model} להישמר"
- one: "שגיאה מנעה ממודל %{model} להישמר"
- messages:
- greater_than: "חייב להיות גדול מ %{count}"
- confirmation: "אינו תואם את האישור"
- too_short: "קצר צדי (לכל הפחות %{count} תווים("
- equal_to: "חייב להיות שווה ל %{count}"
- too_long: "ארוך מדי (לכל היותר %{count} תווים("
- exclusion: "שמור"
- less_than: "חייב להיות קטן מ ${count}"
- inclusion: "לא מוכל ברשימה"
- accepted: "חייב להתקבל"
- blank: "לא יכול להיות ריק"
- odd: "חייב להיות אי זוגי"
- invalid: "לא יכול להכיל את תו (',') הפסיק"
- wrong_length: "באורך לא נכון (צריך להיות %{count} תווים("
- less_than_or_equal_to: "חייב להיות קטן או שווה ל %{count}"
- not_a_number: "אינו מספר"
- record_invalid: "אימות נכשל %{errors}"
- taken: "כבר נמצא בשימוש"
- even: "חייב להיות זוגי"
- greater_than_or_equal_to: "חייב להיות גודל או שווה ל %{count}"
- empty: "לא יכול להיות ריק"
- models:
- project:
- attributes:
- name:
- too_long: "על שם הפרוייקט להכיל פחות מ-256 תווים"
- blank: "לפרוייקט חייב להיות שם"
- taken: "כבר קיים"
- full_messages:
+---
+he:
+ activerecord:
+ attributes:
+ note:
+ created_at: "???? ?"
+ updated_at: "????? ?"
+ preference:
+ date_format: "???? ?????"
+ due_style: "????? ????? ???"
+ first_name: "?? ????"
+ last_name: "?? ?????"
+ locale: "???"
+ mobile_todos_per_page: "???? ?????? ??? (????? ?????)"
+ refresh: "?????? ????? (?????)"
+ review_period: "?????? ????? ???????"
+ show_completed_projects_in_sidebar: "??? ????????? ???????? ???"
+ show_hidden_contexts_in_sidebar: "??? ?????? ??????? ???"
+ show_hidden_projects_in_sidebar: "??? ????????? ??????? ???"
+ show_number_completed: "??? ???? ?????? ??????"
+ show_project_on_todo_done: "???? ????? ???????? ????? ?????"
+ sms_context: "???\"? ????? ???? ???? ????"
+ sms_email: "???? ???"
+ staleness_starts: "????? ?????"
+ time_zone: "???? ???"
+ title_date_format: "???? ????? ?????"
+ verbose_action_descriptors: "?????? ?????? ???????"
+ week_starts: "???? ????? ????"
+ project:
+ default_context_name: "???? ????? ????"
+ default_tags: "????? ????? ????"
+ description: "?????"
+ name: "??"
+ todo:
+ context: "????"
+ description: "?????"
+ due: "????? ???"
+ notes: "??????"
+ predecessors: "???? ?"
+ project: "?????????"
+ show_from: "??? ?"
+ tags: "?????"
+ user:
+ first_name: "?? ????"
+ last_name: "?? ?????"
+ errors:
+ full_messages:
format: "%{attribute} %{message}"
- attributes:
- todo:
- description: "תיאור"
- show_from: "הצג מ"
- predecessors: "תלוי ב"
- tags: "תגיות"
- project: "פרוייקטים"
- due: "תאריך יעד"
- context: "הקשר"
- notes: "פתקיות"
- note:
- created_at: "נוצר ב"
- updated_at: "עודכן ב"
- user:
- first_name: "שם פרטי"
- last_name: "שם משפחה"
- project:
- name: "שם"
- description: "תיאור"
- default_context_name: "הקשר ברירת מחדל"
- default_tags: "תגיות ברירת מחדל"
- preference:
- review_period: "תדירות רענון פרוייקט"
- locale: "שפה"
- date_format: "מבנה תאריך"
- show_project_on_todo_done: "עבור לעמוד הפרוייקט בסיום משימה"
- show_hidden_projects_in_sidebar: "הצג פרוייקטים מוסתרים בצד"
- show_completed_projects_in_sidebar: "הצג פרוייקטים שהסתיימו בצד"
- verbose_action_descriptors: "תיאורי משימות מפורטים"
- sms_context: "דוא\"ל ברירת מחדר עבור הקשר"
- first_name: "שם פרטי"
- sms_email: "דואר מאת"
- due_style: "סגנון תאריך יעד"
- last_name: "שם משפחה"
- refresh: "תדירות רענון (בדקות)"
- title_date_format: "מבנה תאריך כותרת"
- show_number_completed: "הצג מספק פעולות שבוצעו"
- staleness_starts: "התחלת תפלות"
- week_starts: "שבוע מתחיל ביום"
- show_hidden_contexts_in_sidebar: "הצג הקשרים מוסתרים בצד"
- mobile_todos_per_page: "מספר פעולות לדף (תצוגה ניידת)"
- time_zone: "אזור זמן"
- data:
- import_successful: "יבוא בוצע בהצלחה"
- import_errors: "שגיאות ביבוא"
- date:
- formats:
- short: "%b %d "
- longer: "%A %B %d, %Y"
+ messages:
+ accepted: "???? ??????"
+ blank: "?? ???? ????? ???"
+ confirmation: "???? ???? ?? ??????"
+ empty: "?? ???? ????? ???"
+ equal_to: "???? ????? ???? ? %{count}"
+ even: "???? ????? ????"
+ exclusion: "????"
+ greater_than: "???? ????? ???? ? %{count}"
+ greater_than_or_equal_to: "???? ????? ???? ?? ???? ? %{count}"
+ inclusion: "?? ???? ??????"
+ invalid: "?? ???? ????? ?? ?? (',') ?????"
+ less_than_or_equal_to: "???? ????? ??? ?? ???? ? %{count}"
+ not_a_number: "???? ????"
+ odd: "???? ????? ?? ????"
+ record_invalid: "????? ???? %{errors}"
+ taken: "??? ???? ??????"
+ too_long: "???? ??? (??? ????? %{count} ?????("
+ too_short: "??? ??? (??? ????? %{count} ?????("
+ wrong_length: "????? ?? ???? (???? ????? %{count} ?????("
+ models:
+ project:
+ attributes:
+ name:
+ blank: "???????? ???? ????? ??"
+ taken: "??? ????"
+ too_long: "?? ?? ???????? ????? ???? ?-256 ?????"
+ template:
+ body: "????? ????? ?????:"
+ common:
+ action: "?????"
+ actions: "??????"
+ actions_midsentence:
+ one: "?????"
+ other: "??????"
+ zero: "??????"
+ add: "????"
+ ajaxError: "????? ?????? ?????"
+ back: "?????"
+ bugs: "?????"
+ cancel: "???"
+ context: "????"
+ contexts: "??????"
+ contribute: "????"
+ create: "???"
+ days_midsentence:
+ one: "???"
+ other: "????"
+ zero: "????"
+ deferred: "????"
+ description: "?????"
+ drag_handle: "????"
+ email: "???\"?"
+ errors_with_fields: "?????? ????? ?????????"
+ first: "?????"
+ forth: "?????"
+ forum: "?????"
+ fourth: "?????"
+ go_back: "????"
+ last: "?????"
+ logout: "??"
+ month: "????"
+ months: "??????"
+ next: "???"
+ none: "????"
+ not_available_abbr: "?/?"
+ note:
+ one: "????"
+ other: "%{count} ??????"
+ zero: "??? ??????"
+ notes: "??????"
+ numbered_step: "??? %{number}"
+ ok: "????"
+ optional: "?????"
+ previous: "?????"
+ project: "???????"
+ projects: "?????????"
+ recurring_todos: "?????? ????????"
+ review: "??????"
+ search: "?????"
+ second: "???"
+ server_error: "?????? ????? ???"
+ show_all: "??? ???"
+ sort:
+ alphabetically: "??????"
+ alphabetically_confirm: "???? ?? ?????????? ???? ??????? ?????? ????? ?? ???? ?????"
+ alphabetically_title: "??? ????????? ???????"
+ by_task_count: "??? ???? ??????"
+ by_task_count_title: "???? ??? ???? ??????"
+ by_task_count_title_confirm: "???? ?? ?????????? ??? ???? ???????? ?????? ????? ?? ???? ?????"
+ sort: "????"
+ third: "?????"
+ todo: "?????"
+ update: "????"
+ website: "???"
+ week: "????"
+ weeks: "??????"
+ wiki: "????"
+ contexts:
+ add_context: "????? ????"
+ all_completed_tasks_title: "???????::?? ??????? ?????? ?????? ????? '%{context_name}'"
+ completed_tasks_title: "???????::?????? ?????? ?????? ????? '%{context_name}'"
+ context_deleted: "???? ???? '%{name}'"
+ context_hide: "????? ????? ?????"
+ context_name: "?? ????"
+ delete_context: "??? ????"
+ delete_context_confirmation: "??? ????? ?? ????? '%{name}'? ?? ????? ???? ?????? ?? ????? ?? ?? ??????? ????????? ????? ??"
+ delete_context_title: "????? ????"
+ edit_context: "????? ????"
+ hidden_contexts: "?????? ???????"
+ hide_form: "????? ????"
+ hide_form_title: "????? ???? ???? ???"
+ last_completed_in_context: "????? ?? (??????? %{number})"
+ new_context_post: "' ?????? ?????. ??? ???????"
+ new_context_pre: "???? ??? '"
+ no_actions: "??? ???? ?????? ??? ?????? ????? ??????"
+ no_contexts_active: "??? ???? ?????? ??????"
+ no_contexts_hidden: "??? ???? ?????? ???????"
+ save_status_message: "???? ????"
+ show_form: "????? ???? ???"
+ show_form_title: "????? ????"
+ status_active: "????? ????"
+ status_hidden: "????? ?????"
+ todos_append: "????? ??"
+ update_status_message: "???? ?? ?????"
+ visible_contexts: "?????? ??????"
+ data:
+ import_errors: "?????? ?????"
+ import_successful: "???? ???? ??????"
+ date:
+ formats:
default: "%Y-%m-%d "
long: "%B %d, %Y "
- shared:
- toggle_single_title: "הוספת פעולת המשך חדשה"
- toggle_multi_title: "טופס שינוי מצב פעולה בודדת / פעולות מרובות"
- toggle_multi: "הוספת פעולות המשך מרובות"
- separate_tags_with_commas: "מופרד בפסיקים"
- add_action: "הוספת פעולה"
- tags_for_all_actions: "תגיות לכל הפעולות (יש להפריד בפסיקים)"
- multiple_next_actions: "פעולות המשך מרובות (פעולה אחת בשורה)"
- add_actions: "הוספת פעולה"
- context_for_all_actions: "הקשר לכל הפעולות"
- hide_action_form_title: "הסתרת טופס פעולות חדשות"
- make_actions_dependent: "יצירת תלות בין פעולות"
- toggle_single: "הוספת פעולת המשך"
- project_for_all_actions: "פרוייקט לכל הפעולות"
- hide_form: "הסתרת טופס"
- add_context: "הוספת הקשר"
- time:
- pm: "אחה\"צ"
- formats:
- short: "%d %b %H:%M "
- stats: "%a %d-%m"
- default: "%a, %d %b %Y %H:%M:%S %z "
- month_day: "%B %d "
- long: "%B %d, %Y "
- am: "לפנה\"צ"
- todos:
- added_new_project: "נוסף פרוייקט חדש"
- recurring_action_saved: "פעולה מחזורית נשמרה"
- completed_recurrence_completed: "אין פעולת המשך לפעולה המחזורית שנמחקה. הפעולה המחזורית נמחקה."
- all_completed_tagged_page_title: "מסלולים::כל הפעולות שהסתיימו עם התגית %{tag_name}"
- depends_on_separate_with_commas: "תלוי ב- (יש להפריד בפסיקים("
- next_actions_description_additions:
- due_date: "עם תאריך יעד %{due_date} או מוקדם יותר "
- completed: "ב-%{count} הימים האחרונים"
- next_action_description: "תיאור פעולת המשך"
- calendar_page_title: "מסלולים::לוח שנה"
- calendar:
- no_actions_due_after_this_month: "אין פעולות לביצוע לאחר חודש זה"
- due_this_month: "תאריך יעד ליתרת חודש %{month}"
- no_actions_due_today: "אין פעולות נוספות להיום"
- due_next_week: "לשבוע הבא"
- due_next_month_and_later: "תאריך יעד %{month} או מאוחר יותר"
- due_today: "להיום"
- due_this_week: "להמשך השבוע"
- get_in_ical_format: "קבלת לוח שנה זה בפורמט iCal"
- no_actions_due_next_week: "אין פעולות לביצוע בשבוע הבא"
- no_actions_due_this_month: "אין פעולות לביצוע ביתרת החודש"
- recurring_deleted_success: "הפעולה המחזורית נמחקה בהצלחה"
- added_new_context: "נוסף הקשר חדש"
- edit: "עריכה"
- show_today: "הצגת היום"
- added_dependency: "נוספה %{dependency} כתלות"
- show_from: "הצגה מ-"
- next_actions_due_date:
- due_tomorrow: "למחר"
- due_in_x_days: "יעד בעוד %{days} ימים"
- overdue_by_plural: "באיחור של %{days} ימים"
- due_today: "להיום"
- overdue_by: "באיחור של %{days} יום"
- completed_rest_of_week: "הסתיימו ביתרת שבוע זה"
- new_related_todo_created_short: "יצירת משימה חדשה"
- delete_action: "מחיקת פעולה"
- task_list_title: "מסלולים::רשימת משימות"
- blocked_by: "נחסם על ידי %{predecessors}"
- error_deleting_recurring: "ארעה שגיעה במחיקת המשימה המחזורית \'%{description}\'"
- feed_title_in_context: "בהקשר '%{context}'"
- completed_actions_with: "פעולות שהסתיימו עם התגית %{tag_name} "
- error_saving_recurring: "ארעה שגיעה בשמירת המשימה המחזורית \'%{description}\'"
- delete: "מחיקה"
- deferred_tasks_title: "מסלולים::מִזְכָּר"
- tagged_with: "מתוייג ב- ‘%{tag_name}’"
- removed_predecessor: "הוסרה%{successor} כתלות של %{predecessor}.־"
- no_recurring_todos: "אין כרגע משימות מחזוריות"
- added_new_next_action_plural: "נוספו פעולות המשך חדשות"
- in_pending_state: "במצב המתנה"
- clear_show_from_date: "נקה הצגה מתאריך"
- scheduled_overdue: "תוזמן לתצוגה לפני %{days} ימים"
- error_completing_todo: "ארעה שגיעה בסיום / הפעלה של משימה %{description}"
- no_hidden_actions: "לא נמצאו פעולות מוסתרות"
- drag_action_title: "יש לגרור אל פעולה אחרת כדי ליצור תלות בה"
- depends_on: "תלוי ב"
- new_related_todo_not_created_short: "לא נוצרה משימה"
- action_deleted_success: "פעולת המשך נמחקה בהצלחה"
- feed_title_in_project: "בפרוייקט '%{project}'"
- next_actions_title_additions:
- completed: "פעולות שהסתימו"
- due_within_a_week: "תוך שבוע"
- due_today: "להיום"
- deferred_actions_with: "פעולות דחויות על תגית '%{tag_name}'"
- show_on_date: "הצג בתאריך %{date}"
- recurring_todos: "משימות מחזוריות"
- append_in_this_project: "בפרוייקט זה"
- next_action_needed: "יש להזין לפחות פעולת המשך אחת"
- tickler_items_due:
- other: "%{count} מהמִזְכָּרים הגיעו לתאריך היעד - יש לרענן העמוד להצגה."
- one: "אחד מהמִזְכָּרים הגיע לתאריך היעד - יש לרענן העמוד להצגה."
- action_deleted_error: "נכשלה מחיקת הפעולה"
- completed_rest_of_month: "הסתיימו ביתרת החודש הנוכחי"
- recurring_pattern_removed: "הדפוס המחזורי הוסר מ-%{count}"
- done: "הסתיים?"
- overdue: "באיחור"
- add_another_dependency: "הוספת תלות נוספת"
- defer_x_days:
- other: "דחיה ב-%{count} ימים"
- one: "דחיה ביום"
- set_to_pending: "%{task} הוגדרה כממתינה"
- completed_tasks_title: "מסלולים::משימות שהושלמו"
- completed_tagged_page_title: "מסלולים::משימות שהסתיימו עם תגית '%{tag_name}'"
- see_all_completed: "ניתן לראות כל כל הפעולות שהסתיימו כאן: %{link}"
- add_new_recurring: "הוספת פעולה מחזורית חדשה"
- in_hidden_state: "במצב מוסתר"
- list_incomplete_next_actions_with_limit: "רישמת %{count} פעולות ההמשך שלא הסתיימו"
- clear_due_date: "מחיקת תאריך יעד"
- deferred_pending_actions: "פעולות ממתינות/דחויות"
- tagged_page_title: "מסלולים::תגיות עם '%{tag_name}'"
- action_saved: "פעולה נשמרה"
- completed_last_day: "הסתיימו ב-24 שעות האחרונות"
- error_starring: "הדגשת המשימה \'%{description}\' לא צלחה"
- defer_date_after_due_date: "תאריך הדחייה מאוחר מתאריך היעד. יש לערוך את תאריך היעד בהתאם לפני בקשת הדחייה."
- new_related_todo_created: "משימה חדשה הוספה למשימה מחזורית זו"
- completed_in_archive:
- other: "קיימות %{count} פעולות שהסתיימו בארכיון."
- one: "קיימת בארכיון פעולה שהסתיימה."
- action_due_on: "(פעולה עד %{date})"
- remove_dependency: "הסרת תלות (לא מוחק את הפעולה)"
- star_action: "הדגשת פעולה"
- completed_actions: "פעולות שהסתיימו"
- show_in_days: "הצג בעוד %{days} ימים"
- tags: "תגיות (מופרדות בפסיקים)"
- recurrence_completed: "אין פעולת המשך לפעולה המחזורית שסוימה. המחזוריות הסתיימה."
- edit_action_with_description: "עריכת הפעולה '%{description}'"
- deleted_success: "הפעולה נמחקה בהצלחה"
- edit_action: "עריכת פעולה"
- edit_recurring_todo: "ערכית פעולות מחזוריות"
- no_actions_with: "אין כרגע פעולות שלא הסתיימות עם התגית '%{tag_name}'"
- was_due_on_date: "היה מיועד עד %{date}"
- confirm_delete: "האם למחוק את הפעילות '%{description}'?"
- no_actions_found_title: "לא נמצא פעולות"
- next_actions_title: "מסלולים - פעולות המשך"
- due: "יעד"
- no_actions_due_this_week: "אין פעולות המיועדות להמשך השבוע"
- no_completed_recurring: "אין כרגע משימות מחזוריות שהסתיימו"
- unresolved_dependency: "הערך שהוכנס בתלות לא תאם לאף פעולה קיימת. הערך לא ישמר עם יתרת הפעולה. להמשיך?"
- completed_recurring: "הסתיימו משימות מחזוריות"
- no_project: "--אין פרוייקט--"
- older_completed_items: "משימות שהסתיימות ישנות יותר"
- archived_tasks_title: "מסלולים: משימות שהסתיימו הועברו לארכיון"
- completed_today:
- other: "עד עתה הסתיימו %{count} פעולת היום."
- one: "הושלמה פעולה אחת היום, עד עתה."
- pending: "ממתין"
- context_changed: "הקשר שונה ל-%{name}"
- error_removing_dependency: "התרחשה שגיאה בהסרת התלות"
- show_tomorrow: "הצגת מחר"
- error_toggle_complete: "לא ניתן לסמן משימה כ\"הסתיימה\""
- recurring_action_deleted: "פעולה נמחקה. מאחר והפעולה מחזורית. פעולה חדשה נוספה"
- completed_more_than_x_days_ago: "הסתיימו לפני יותר מ-%{count} ימים"
- delete_recurring_action_confirm: "האם למחוק את הפעילות המחזורית '%{description}'?"
- no_completed_actions_with: "אין פעולות שהסתיימו על התגית '%{tag_name}'"
- feeds:
- completed: "הסתיים: %{date}"
- due: "יעד %{date}"
- completed_rest_of_previous_month: "הסתיימו ביתרת החודש הקודם"
- cannot_add_dependency_to_completed_todo: "אין אפשרות להוסיף פעולה זו כתלות לפעולה שהסתיימה!"
- completed: "הסתיימו"
- list_incomplete_next_actions: "רשימת פעולות המשך שלא הסתיימו"
- recurrence:
- recurrence_on_options: "הגדרת מחזוריות לפי"
- show_days_before: "%{days} ימים לפני תאריך היעד למשימה"
- ends_on: "מסתיים ב"
- monthly: "חודשי"
- every_work_day: "בכל יום עבודה"
- weekly_options: "הגדרות לפעולות במחזוריות שבועית"
- daily_options: "הגדרות לפעולות מחזוריות יומיות"
- weekly_every_number_week: "חוזר כל %{number} שבוע ב"
- yearly_every_xth_day: "יום %{day} ה -%{day_of_week} בכל %{month} חודש"
- weekly: "שבועי"
- daily_every_number_day: "כל %{number} ימים"
- ends_on_date: "מסתיים ב-%{date}"
- ends_on_number_times: "מסתיים לאחר %{number} פעמים"
- recurrence_on_due_date: "יעד למשימה"
- monthly_options: "הגדרות לפעולות בחזוריות חודשית"
- starts_on: "מתחיל ב"
- show_option_always: "תמיד"
- monthly_every_xth_day: "יום %{day} ה -%{day_of_week} בכל %{month} חודש"
- daily: "יומי"
- no_end_date: "אין תאריך סיום"
- show_options: "הצגת משימות"
- day_x_on_every_x_month: "ביום %{day} בכל %{month} חודש"
- pattern:
- on_day_n: "ביום %{n}"
- on_work_days: "בימי עבודה"
- times: "כ-%{number} פעמים"
- second: "שני"
- every_month: "כל חודש"
- weekly: "שבועי"
- every_day: "כל יום"
- third: "שלישי"
- show: "הצגה"
- every_year_on: "בכל שנה בתאריך %{date}"
- last: "אחרון"
- the_xth_day_of_month: "היום ה- %{x} %{day} בחודש %{month}"
- fourth: "רביעי"
- until: "עד"
- every_n: "כל %{n}"
- first: "ראשון"
- every_xth_day_of_every_n_months: "כל %{x} %{day} בכל %{n_months}"
- due: "יעד"
- from: "מ"
- yearly: "שנתית"
- yearly_every_x_day: "כל %{month} %{day}"
- from_tickler: "תאריך היעד למשימה מגיע מהמִזְכָּר (לא נקבע תאריך יעד)"
- yearly_options: "הגדרות לפעולות במחזוריות שנתיות"
- no_deferred_pending_actions: "אין כרגע פעולות דחויות או ממתינות"
- action_marked_complete_error: "הפעולה '%{description}'־לא־ סומנה כ - %{completed} עקב שגיאת שרת"
- recurrence_period: "תקופת מחזוריות"
- no_last_completed_actions: "לא נמצאו פעולות שהסתיימו"
- hidden_actions: "פעולות מוסתרות"
- to_tickler: "למִזְכָּר"
- added_new_next_action_singular: "נוספה פעולת המשך חדשה"
- star_action_with_description: "הדגשת פעילות '%{description}'"
- no_completed_actions: "אין כרגע פעולות שהסתיימו."
- no_incomplete_actions: "אין פעולות שלא הסתיימו"
- older_than_days: "וותק מעל %{count} ימים"
- error_deleting_item: "ארעה שגיאה במחיקת הפריט %{description}"
- action_saved_to_tickler: "פעולה נשמרה למִזְכָּר"
- recurring_actions_title: "מסלולים::פעולות מחזוריות"
- action_deferred: "הפעולה '%{description}' נדחתה"
- action_marked_complete: "הפעולה '%{description}' סומנה כ- %{completed}"
- no_deferred_actions_with: "אין פעולות דחויות עם התגית '%{tag_name}'"
- error_starring_recurring: " הדגשת המשימה המחזורית \'%{description}\' לא צלחה"
- has_x_pending:
- other: "מכיל %{count} פעולת ממתינות"
- one: "בעל פעולה דחויה אחת"
- no_deferred_actions: "אין כרגע פעולות שנדחו."
- completed_last_x_days: "הסתיימו ב-%{count} הימים האחרונים"
- mobile_todos_page_title: "כל הפעולות"
- convert_to_project: "יצירת פרוייקט"
- added_new_next_action: "נוספה פעולת המשך חדשה"
- no_actions_found: "אין כרגע פעולות שלא הסתיימו"
- delete_recurring_action_title: "מחיקת פעולה מחזורית"
- all_completed_here: "כאן"
- all_completed: "כל הפעולות שהסתיימו"
- unable_to_add_dependency: "לא ניתן להוסיף תלות"
- next_actions_description: "מסנן:"
- stats:
- actions_avg_completed_30days: "והסתיימו בממוצע %{count} פעולות ליום"
- projects: "פרוייקטים"
- actions_dow_30days_legend:
- number_of_actions: "מספר פעולות"
- day_of_week: "יום בשבוע"
- click_to_return: "הקלקה על %{link} תחזיר לעמוד הסטטיסטיקה"
- top10_projects: "עשרת הפרוייקטים המובילים"
- other_actions_label: "(אחרים)"
- top5_contexts: "5 הקשרים מובילים"
- totals_context_count: "קיימים %{count} הקשרים."
- running_time_legend:
- percentage: "אחוז"
- weeks: "זמן מצטבר לפעולות (שבועות). הקלקה על הבר למידע נוסף"
- actions: "פעולות"
- actions_avg_created: "ב-12 החודשים האחרונים יוצרו במוצע %{count} פעולות"
- actions_avg_completed: "והסתיימו בממוצע %{count} פעולות לחודש"
- totals_incomplete_actions: "קיימות %{count} פעולות שלא הסתיימו"
- top5_visible_contexts_with_incomplete_actions: "5 ההקשרים המובילים עם פעולות שלא הסתיימו"
- index_title: "מסלולים::סטטיסטיקה"
- tag_cloud_90days_title: "ענן תגיות לפעולות ב-90 הימים האחרונים"
- action_completion_time_title: "זמן סיום (כל הפעולות שהסתיימו)"
- open_per_week_legend:
- weeks: "שבועות קודם לכן"
- actions: "פעולות"
- action_selection_title: "מסלולים::בחירת פעולה"
- actions_day_of_week_title: "יום בשבוע (כל הפעולות)"
- spread_of_actions_for_all_context: "פיזור פעולות לכל ההקשרים"
- totals_hidden_project_count: "%{count} מוסתרים"
- totals_deferred_actions: "מהן %{count} פעולות דחויות במִזְכָּר"
- click_to_show_actions_from_week: "הקלקה על %{link} תציג את הפעולות משבוע %{week} ואילך"
- actions_dow_30days_title: "יום בשבוע (30 הימים האחרונים("
- legend:
- number_of_actions: "מספר פעולות"
- percentage: "אחוז"
- number_of_days: "מספר ימים קודם לכן"
- day_of_week: "יום בשבוע"
- running_time: "זמן מצטבר לפעולה (שבועות)"
- months_ago: "חודשים קודם"
- actions: "פעולות"
- actions_last_year_legend:
- number_of_actions: "מספר הפעולות"
- months_ago: "חודשים קודם"
- totals_visible_context_count: "מתוך אלו %{count} הקשרים גלויים"
- totals_blocked_actions: "%{count} תלויים בסיום המשימות שלהם"
- spread_of_running_actions_for_visible_contexts: "פיזור הפעולות להקשרים גלויים"
- tag_cloud_description: "ענן התגיות מכיל תגיות לכל הפעולות (הסתיימו, לא הסתיימו, גלויות ו/או מוסתרות("
- totals: "סיכומים"
- time_of_day_legend:
- number_of_actions: "מספר פעולות"
- time_of_day: "זמן ביום"
- tags: "תגיות"
- totals_action_count: "קיימות %{count} פעולות בסך הכל"
- more_stats_will_appear: "סטטיסטיקות נוספות יוצגו כאן לאחר הוספת פעולות נוספות."
- open_per_week: "פעולות המשך (מוצגות או מוסתרות) לכל שבוע"
- no_actions_selected: "לא נבחרו פעולות"
- totals_completed_project_count: "%{count} מהם פרוייקטים שנסתיימו."
- totals_hidden_context_count: "ו-%{count} בהקשרים מוסתרים."
- actions_day_of_week_legend:
- number_of_actions: "מספר פעולות"
- day_of_week: "יום בשבוע"
- click_to_update_actions: "הקלקה על הבר בגרף מעדכנת את הפעולה למטה"
- totals_first_action: "מאז הפעולה הראשונה ב-%{date}"
- tod30: "זמן ביום (30 ימים אחרוני)"
- tag_cloud_90days_description: "ענן התגיות מכיל תגיות עבור פעולות שנוצרו או הסתיימו ב-90 הימים האחרונים."
- top10_projects_30days: "עשרת הפרוייקטים המובילים ב-30 הימים האחרונים"
- top10_longrunning: "10 הפרוייקטים שרצים הכי הרבה זמן"
- within_one: "תוך 1"
- actions: "פעולות"
- no_tags_available: "אין תגיות זמינות"
- actions_min_completion_time: "הזמן המזערי לסיום הוא %{time}."
- totals_active_project_count: "מתוכם, %{count} הם פרוייקטים פעילים"
- actions_selected_from_week: "פעולות נבחרות משבוע"
- totals_actions_completed: "%{count} מהם הסתיימו"
- actions_avg_completion_time: "מכל הפעוליות שנסתיימות הזמן הממוצע לסיום הוא %{count} ימים"
- time_of_day: "זמן ביום (כל הפעולות)"
- labels:
- avg_created: "נוצרו בממוצע"
- created: "נוצרו"
- month_avg_created: "%{months} נוצרו בממוצע לחודש"
- completed: "הסתיימו"
- month_avg_completed: "%{months} הסתיימו בממוצע לחודש"
- avg_completed: "הסתיימו בממוצע"
- actions_further: "ואילך"
- tag_cloud_title: "ענן תגיות לכל הפעולות"
- running_time_all_legend:
- percentage: "אחוז"
- running_time: "זמן מצטבר לפעולות (שבועות). הקלקה על הבר למידע נוסף"
- actions: "פעולות"
- totals_tag_count: "קיימים %{count} תגיות המשוייכות לפעולות."
- totals_project_count: "קיימים %{count} פרוייקטים."
- actions_30days_title: "פעולות ב-30 הימים האחרונים"
- current_running_time_of_incomplete_visible_actions: "זמן מצטבר לכל הפעולות הגלויות"
- click_to_return_link: "כאן"
- tod30_legend:
- number_of_actions: "מספר פעולות"
- time_of_day: "זמן ביום"
- contexts: "הקשרים"
- running_time_all: "זמן מצטבר לכל הפעולות שלא הסתיימו"
- actions_min_max_completion_days: "יחס זמן מיזערי/מירבי לסיום הוא %{min}/%{max}."
- totals_unique_tags: "מתוך תגיות אלו, %{count} ייחודיות."
- actions_lastyear_title: "פעולות ב-12 החודשים האחרונים"
- actions_last_year: "פעולות בשנים האחרונות"
- actions_actions_avg_created_30days: "ב-30 הימים האחרונים נוצרו בממוצע %{count} פעולות"
- search:
- no_results: "החיפוש לא הניב תוצאות"
- contexts_matching_query: "הקשרים תואמים לשאילתא"
- projects_matching_query: "פרוייקטים תואמים שאילתא"
- todos_matching_query: "משימות תואמות שאילתא"
- tags_matching_query: "תגיות תואמות לשאילתא"
- notes_matching_query: "פתקיות תואמות שאילתא"
- contexts:
- last_completed_in_context: "בהקשר זה (אחרונות %{number})"
- hide_form_title: "הסתרת טופס הקשר חדש"
- status_hidden: "ההקשר מוסתר"
- delete_context_title: "מחיקת הקשר"
- delete_context_confirmation: "האם למחוק את ההקשר '%{name}'? יש להזהר מפני שפעולה זו מתחוק את כל הפעולות המחזוריות בהקשר זה"
- update_status_message: "שונה שם ההקשר"
- edit_context: "עריכת הקשר"
- show_form: "יצירת הקשר חדש"
- context_name: "שם הקשר"
- completed_tasks_title: "מסלולים::פעולות שבוצעו במלואן בהקשר '%{context_name}'"
- no_contexts_active: "אין כרגע הקשרים פעילים"
- save_status_message: "הקשר נשמר"
- no_actions: "אין כרגע פעולות שלא הושלמו בהקשר הנוכחי"
- delete_context: "מחק הקשר"
- hidden_contexts: "הקשרים מוסתרים"
- visible_contexts: "הקשרים גלויים"
- context_hide: "הסתרה מעמוד הבית?"
- context_deleted: "נמחק הקשר '%{name}'"
- todos_append: "בהקשר זה"
- new_context_post: "' יווצרו בנוסף. האם להמשיך?"
- no_contexts_hidden: "אין כרגע הקשרים מוסתרים"
- status_active: "ההקשר פעיל"
- all_completed_tasks_title: "מסלולים::כל הפעולות שבוצעו במלואן בהקשר '%{context_name}'"
- hide_form: "הסתרת טופס"
- add_context: "הוספת הקשר"
- new_context_pre: "הקשר חדש '"
- show_form_title: "הוספת הקשר"
- models:
- todo:
- error_date_must_be_future: "חייב להיות תאריך עתידי"
- user:
- error_project_not_associated: "מזהה פרוייקט %{project} אינו משוייך עם מזה משתמש %{user}."
- error_context_not_associated: "מזהה הקשר %{context} אינו משוייך עם מזה משתמש %{user}."
- project:
- feed_title: "פרוייקטים במסלולים"
- feed_description: "רשימת כל הפרוייקטים עבור %{username}"
- preference:
- due_on: "- יעד ב%{date}"
- due_in: "תאריך יעד בעוד %{days} ימים"
- users:
- total_notes: "כל הפתקיות"
- destroy_successful: "משתמש %{login} הושמד בהצלחה"
- change_password_submit: "שינוי סיסמא"
- destroy_confirmation: "אזהרה: הפעולה תמחק את המשתמש '%{login}', כל הפעולות, הפרוייקטים והפתקים. האם להמשיך?"
- label_auth_type: "שיטת אימות"
- identity_url: "כתובת זהות"
- total_users_count: "קיימים %{count} משתמשים"
- new_user_title: "מסלולים::רישום משתמש כמנהל"
- account_signup: "רישום לחשבון"
- password_confirmation_label: "אימות סיסמא"
- change_password_title: "מסלולים::שינוי סיסמא"
- no_signups_title: "מסלולים::אין רישומים"
- new_user_heading: "רישום משתמש חדש:"
- total_projects: "פרויקטים בסך הכל"
- destroy_error: "ארעה שגיאה במחיקת המשתמש %{login}"
- new_password_label: "סיסמא חדשה"
- you_have_to_reset_your_password: "יש לאפס את הסיסמא"
- openid_ok_pref_failed: "כתובת הזהות %{url} .אומתה בהצלחה אך ארעה תקלה בשמירת הגדרות ההזדהות"
- first_user_heading: "ברוכים הבאים אל מסלולים. כדי להתחיל, יש ליצור חשבון מנהל:"
- select_authentication_type: "יש לבחור את שיטת הזיהוי החדשה ולהלליק 'שינוי שיטת הזדהות' לבחירת השיטה הנוכחית"
- desired_login: "משתמש כניסה רצוי"
- confirm_password: "אישור סיסמא"
- change_password_prompt: "יש לכתוב את הסיסמא החדשה בשדות שלמטה ולהקליק 'שנה סיסמא' כדי להחליף את הסיסמא הנוכחית בחדשה."
- failed_to_delete_user: "מחיקת המשתמש %{username} נכשלה"
- register_with_cas: "עם משתמש השא\"מ שלך"
- new_token_generated: "אסימון חדש נוצר בהצלחה"
- password_updated: "סיסמא עודכנה."
- total_actions: "סך פעולות"
- choose_password: "בחירת סיסמא"
- auth_change_submit: "שינוי שיטת אימות"
- total_contexts: "סך הקשרים"
- manage_users: "ניהול משתמשים"
- auth_type_updated: "שיטת אימות עודכנה"
- signup_successful: "רישום מוצלח עבור משתמש %{username}."
- change_authentication_type: "שינוי שיטת הזדהות"
- auth_type_update_error: "ארעה שגיאה בעידכון שיטת האימות: %{error_messages}"
- change_auth_type_title: "מסלולים::שינוי שיטת הזדהות"
- signup_new_user: "רשום משתמש חדש"
- openid_url_verified: "כתובת הזהות %{url} .אומתה בהצלחה ואופן האימות נקבע ל-OpenID."
- destroy_user: "השמדת משתמש"
- user_created: "משתמש נוצר"
- signup: "רישום"
- successfully_deleted_user: "משתמש %{username} נמחק בהצלחה"
- preferences:
- page_title_edit: "מסלולים::עריכת העדפות"
- authentication_header: "הזיהוי שלי"
- change_password: "סינוי סיסמא"
- staleness_starts_after: "תפלות מתחילה לאחר %{days} ימים"
- change_identity_url: "שינוי כתובת URL הזדהות"
- updated: "העדפות עודכנו"
- current_authentication_type: "שיטת הזיהוי שלי היא %{auth_type}"
- token_description: "אסימון (משמש להזנות ישימוש ממשק תכתנות)"
- edit_preferences: "עריכת העדפות"
- is_true: "חיובי"
- token_header: "האסימון שלי"
- generate_new_token_confirm: "בטוח? יצירת אסימון חדש תחליף את האסימון הקיים ותבטל את השימוש בו."
- is_false: "שלילי"
- tabs:
- authentication: "אימות"
- tracks_behavior: "התנהגות מסלולים"
- date_and_time: "תאריך ושעה"
- profile: "פרופיל"
- page_title: "מסלולים::העדפות"
- sms_context_none: "ללא"
- change_authentication_type: "שינוי סוג הזדהות"
- open_id_url: "כתובת זיהוי OpenID שלך היא"
- show_number_completed: "הצג %{number} פריטים שהסתיימו"
- generate_new_token: "יצירת אסימון חדש"
- password_changed: "הסיסמא שונתה, יש להיכנס שנית."
- title: "ההגדרות שלי"
- common:
- numbered_step: "צעד %{number}"
- projects: "פרוייקטים"
- add: "הוסף"
- go_back: "חזור"
- optional: "אפשרי"
- contribute: "תרום"
- todo: "משימה"
- forth: "ואילך"
- none: "הערה"
- back: "אחורה"
- second: "שני"
- update: "עדכן"
- create: "צור"
- description: "תיאור"
- bugs: "באגים"
- third: "שלישי"
- weeks: "שבועות"
- days_midsentence:
- other: "ימים"
- zero: "ימים"
- one: "יום"
- cancel: "בטל"
- sort:
- sort: "מיין"
- by_task_count: "לפי מספר משימות"
- alphabetically_title: "סדר פרוייקטים אלפבטית"
- by_task_count_title_confirm: "לסדר את הפרוייקטים לפי מספר המשימות? הפעולה תחליף את הסדר הקיים"
- alphabetically_confirm: "לסדר את הפרוייקטים בסדר אלפבתי? הפעולה תחליף את הסדר הקיים"
- by_task_count_title: "מיין לפי מספר משימות"
- alphabetically: "אלפבתי"
- errors_with_fields: "שגירות בשדות המצויינים"
- ajaxError: "שגיאה בתגובה מהשרת"
- server_error: "התרחשה שגיאת שרת"
- action: "פעולה"
- last: "אחרון"
- email: "דוא\"ל"
- note:
- other: "%{count} פתקיות"
- zero: "אין פתקיות"
- one: "פתקה"
- deferred: "נדחה"
- previous: "הקודם"
- months: "חודשים"
- fourth: "רביעי"
- search: "חיפוש"
- contexts: "הקשרים"
- recurring_todos: "פעולות מחזוריות"
- project: "פרוייקט"
- website: "אתר"
- logout: "צא"
- forum: "פורום"
- month: "חודש"
- week: "שבוע"
- first: "ראשון"
- show_all: "הצג הכל"
- review: "ביקורת"
- context: "הקשר"
- drag_handle: "משוך"
- wiki: "ויקי"
- not_available_abbr: "ל/י"
- actions: "פעולות"
- next: "הבא"
- notes: "פתקיות"
- ok: "אוקי"
- actions_midsentence:
- other: "פעולות"
- zero: "פעולות"
- one: "פעולה"
- layouts:
- toggle_notes_title: "חשיפת כל הפתקיות"
- mobile_navigation:
- home: "1-בית"
- projects: "פרוייקטים"
- tickler: "מִזְכָּר"
- starred: "4-מודגשים"
- feeds: "הזנות"
- new_action: "0-פעולה חדשה"
- contexts: "2-הקשרים"
- logout: "צא"
- navigation:
- home: "בית"
- starred_title: "הצגת פעולות מודגשות"
- recurring_todos_title: "ניהול פעולות מחזוריות"
- tickler: "מִזְכָּר"
+ longer: "%A %B %d, %Y"
+ short: "%b %d "
+ datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "????"
+ other: "?-%{count} ????"
+ about_x_months:
+ one: "?????"
+ other: "?-%{count} ??????"
+ about_x_years:
+ one: "????"
+ other: "?-%{count} ????"
+ almost_x_years:
+ one: "???? ???"
+ other: "???? %{count} ????"
+ half_a_minute: "??? ???"
+ less_than_x_minutes:
+ one: "???? ????"
+ other: "???? ?-%{count} ????"
+ zero: "???? ????"
+ less_than_x_seconds:
+ one: "???? ??????"
+ other: "???? ?-%{count} ?????"
+ zero: "???? ??????"
+ over_x_years:
+ one: "???? ????"
+ other: "??? %{count} ????"
+ x_days:
+ one: "???"
+ other: "%{count} ????"
+ x_minutes:
+ one: "???"
+ other: "%{count} ????"
+ x_months:
+ one: "????"
+ other: "%{count} ??????"
+ x_seconds:
+ one: "?????"
+ other: "%{count} ?????"
+ prompts:
+ day: "???"
+ hour: "???"
+ minute: "???"
+ month: "????"
+ second: "?????"
+ year: "???"
+ errors:
+ user_unauthorized: "401 ?? ?????: ?? ??????? ????? ???? ????? ?????? ????? ??"
+ feedlist:
+ actions_completed_last_week: "?????? ???????? ????? ????? ????????"
+ actions_due_next_week: "?????? ??? ???? ????? ????? ???????"
+ actions_due_today: "?????? ?????? ???? ?? ????? ????"
+ active_projects_wo_next: "????????? ?????? ??? ?????? ????"
+ active_starred_actions: "?? ??????? ??????? ????????"
+ all_actions: "?? ???????"
+ all_contexts: "?? ???????"
+ all_projects: "?? ??????????"
+ choose_context: "????? ????? ????? ????? ????"
+ choose_project: "????? ???????? ????? ????? ????"
+ context_centric_actions: "????? ???? ?????? ??? ??????? ????? ????"
+ context_needed: "???? ????? ????? ???? ??? ???? ????? ????? ????"
+ ical_feed: "???? iCal"
+ last_fixed_number: "%{number} ?????? ???????"
+ legend: "????:"
+ notice_incomplete_only: "????: ?? ?????? ?????? ?? ?? ??????? ??? ????? ???????? ??? ?? ?? ???? ?????? ????."
+ plain_text_feed: "???? ???? ????"
+ project_centric: "????? ???? ?????? ??? ??????? ???????? ??????"
+ project_needed: "???? ????? ??????? ??? ???? ????? ???? ????"
+ projects_and_actions: "????????? ?????? ???????? ????"
+ rss_feed: "???? ???"
+ select_feed_for_context: "????? ????? ???? ????? ?????"
+ select_feed_for_project: "????? ????? ???? ????????"
+ footer:
+ send_feedback: "????? ???? ?? ????? %{version}"
+ integrations:
+ applescript_next_action_prompt: "????? ??????? ?????:"
+ applescript_success_after_id: "????"
+ applescript_success_before_id: "????? ???? ?? ?????"
+ gmail_description: "?????? ?????? ??????? ?-Gmail"
+ opensearch_description: "????? ????????"
+ layouts:
+ mobile_navigation:
+ contexts: 2-??????
+ feeds: "?????"
+ home: 1-???
+ logout: "??"
+ new_action: "0-????? ????"
+ projects: "?????????"
+ starred: 4-???????
+ tickler: "????????"
+ navigation:
+ admin: "?????"
+ api_docs: "????? ???? ?????"
+ calendar: "??? ???"
+ calendar_title: "??? ??? ?? ?????? ??????"
+ completed_tasks: "????"
+ completed_tasks_title: "??????"
+ contexts_title: "??????"
+ export: "????"
+ export_title: "???? ????? ??????"
+ feeds: "?????"
+ feeds_title: "???? ?????? ?????? ??????"
help: "?"
- admin: "ניהול"
- starred: "מודגשים"
- completed_tasks_title: "הסתיים"
- api_docs: "תיעוד ממשק תכנות"
- integrations_: "שילוב מסלולים"
- feeds: "הזנות"
- preferences_title: "הצגת העדפותי"
- export_title: "יבוא ויצוא נתונים"
- stats: "סטטיסטיקה"
- home_title: "בית"
- organize: "ארגון"
- feeds_title: "צפיה ברשימת ההזנות הזמינה"
- manage_users: "ניהול משתמשים"
- notes_title: "הצגת כל הפתקיות"
- search: "חיפוש כל הפריטים"
- completed_tasks: "בוצע"
- review_title: "עריכצ ביקורת"
- recurring_todos: "משימות מחזוריות"
- preferences: "העדפות"
- manage_users_title: "הוספה או הסרה של משתמשים"
- stats_title: "הצגת הסטטיסטיקה שלי"
- view: "תצוגה"
- contexts_title: "הקשרים"
- calendar_title: "לוח שנה של משימות לביצוע"
- projects_title: "פרוייקטים"
- calendar: "לוח שנה"
- tickler_title: "מִזְכָּר"
- export: "יצוא"
- next_actions_rss_feed: "הזנת רסס לפעולות המשך"
- toggle_contexts_title: "הסתרת/הצגת שדות מוסתרים"
- toggle_contexts: "הצגת שדות מוסתרים"
- toggle_notes: "חשיפת פתקיות"
- feedlist:
- actions_due_today: "פעולות לביצוע היום או מוקדם יותר"
- active_projects_wo_next: "פרוייקטים פעילים ללא פעולות המשך"
- select_feed_for_project: "בחירת ההזנה עבור הפרוייקט"
- actions_completed_last_week: "פעולות שהסתיימו בשבעת הימים האחרונים"
- all_contexts: "כל ההקשרים"
- project_needed: "דרוש לפחות פרוייקט אחד לפני שניתן לבקש הזנה"
- notice_incomplete_only: "הערה: כל ההזנות מציגות את כל הפעולות שלא סומנו כמבוצעות אלא אם כן נבחר במפורש אחרת."
- choose_context: "בחירת ההקשר עבורו דרושה הזנה"
- all_projects: "כל הפרוייקטים"
- context_centric_actions: "הזנות עבור פעולות שלא נסתיימו בהקשר נתון"
- context_needed: "צריך להיות לפחות הקשר אחד לפני שניתן לבקשר הזנה"
- project_centric: "הזנות עבור פעולות שלא הסתיימו בפרוייקט מסויים"
- ical_feed: "הזנת iCal"
- active_starred_actions: "כל הפעולות הפעילות והמדגשות"
- last_fixed_number: "%{number} פעולות אחרונות"
- rss_feed: "הזנת רסס"
- choose_project: "בחירת הפרוייקט עבורו דרושה הזנה"
- projects_and_actions: "פרוויקטים פעילים והפעולות שלהם"
- actions_due_next_week: "פעולות שיש לבצע בשבעת הימים הקרובים"
- plain_text_feed: "הזנת טקסט פשוט"
- all_actions: "כל הפעולות"
- legend: "מקרא:"
- select_feed_for_context: "בחירת ההזנה עבור ההקשר הנתון"
- number:
- currency:
- format:
- unit: "₪"
- separator: .
+ home: "???"
+ home_title: "???"
+ integrations_: "????? ???????"
+ manage_users: "????? ???????"
+ manage_users_title: "????? ?? ???? ?? ???????"
+ notes_title: "???? ?? ???????"
+ organize: "?????"
+ preferences: "??????"
+ preferences_title: "???? ???????"
+ projects_title: "?????????"
+ recurring_todos: "?????? ????????"
+ recurring_todos_title: "????? ?????? ????????"
+ review_title: "????? ??????"
+ search: "????? ?? ???????"
+ starred: "???????"
+ starred_title: "???? ?????? ???????"
+ stats: "?????????"
+ stats_title: "???? ?????????? ???"
+ tickler: "????????"
+ tickler_title: "????????"
+ view: "?????"
+ next_actions_rss_feed: "???? ??? ??????? ????"
+ toggle_contexts: "???? ???? ???????"
+ toggle_contexts_title: "?????/???? ???? ???????"
+ toggle_notes: "????? ??????"
+ toggle_notes_title: "????? ?? ???????"
+ login:
+ account_login: "????? ??????"
+ cas_create_account: "?? ?????? ???? ?? ?????? ?-%{signup_link}"
+ cas_logged_in_greeting: "???? %{username}! ?????? ?????"
+ cas_login: "??????? ??\"? (????? ????? ?????)"
+ cas_no_user_found: "%{username} ????! ??? ????? ??? ?? ????????."
+ cas_signup_link: "???? ?????"
+ cas_username_not_found: "??????, ?? ???? ????? ??\"? ??? (%{username})"
+ log_in_again: "????? ??????"
+ logged_out: "????? ????? ?-???????"
+ login_cas: "???? ?? ??\"?"
+ login_standard: "???? ?????? ??????"
+ login_with_openid: "????? ?? OpenID"
+ mobile_use_openid: "...?? ????? ?? OpenID"
+ openid_identity_url_not_found: "??????, ?? ???? ????? ?? ????? ???? (%{identity_url})"
+ option_separator: "??,"
+ please_login: "?? ????? ??? ?????? ?-???????"
+ session_time_out: "?? ???? ?????. ?? %{link}"
+ session_will_expire: "???? ????? ???? ???? %{hours} ???(??) ?? ???? ??????."
+ session_will_not_expire: "????? ??? ?????."
+ sign_in: "?????"
+ successful: "????? ????? ??????. ???? ????!"
+ successful_with_session_info: "????? ??????:"
+ unsuccessful: "????? ?????."
+ user_no_expiry: "????? ?????"
+ models:
+ preference:
+ due_in: "????? ??? ???? %{days} ????"
+ due_on: "- ??? ?%{date}"
+ project:
+ feed_description: "????? ?? ?????????? ???? %{username}"
+ feed_title: "????????? ????????"
+ todo:
+ error_date_must_be_future: "???? ????? ????? ?????"
+ user:
+ error_context_not_associated: "???? ???? %{context} ???? ?????? ?? ??? ????? %{user}."
+ error_project_not_associated: "???? ??????? %{project} ???? ?????? ?? ??? ????? %{user}."
+ notes:
+ delete_confirmation: "??? ????? ?? ?????? '%{id}'?"
+ delete_item_title: "????? ????"
+ delete_note_confirm: "??? ????? ?? ?????? '%{id}'?"
+ delete_note_title: "????? ?????? '%{id}'"
+ deleted_note: "?????? '%{id}' ?????"
+ edit_item_title: "????? ????"
+ in_project: "?:"
+ no_notes_available: "??? ???? ??????: ???? ?????? ?????? ?????????????? ???????? ????? ????????????"
+ note_header: "????? %{id}"
+ note_link_title: "???? ????? %{id}"
+ note_location_link: "????:"
+ show_note_title: "???? ?????"
+ number:
+ currency:
+ format:
delimiter: ","
format: "%u%n "
- human:
- storage_units:
- units:
- tb: "טרה בייט"
- kb: "קילו בייט"
- gb: "ג'יגהבייט"
- mb: "מגה בייט"
- byte:
- other: "בתים"
- one: "בייט"
- format: "%u%n"
- format:
- separator: .
+ separator: "."
+ unit: |
+ --- ?
+ ...
+ format:
delimiter: ","
- footer:
- send_feedback: "שליחת משוב על גירסא %{version}"
- notes:
- delete_item_title: "מחיקת פריט"
- in_project: "ב:"
- show_note_title: "הצגת פתקית"
- note_location_link: "בתוך:"
- deleted_note: "הפתקית '%{id}' נמחקה"
- delete_confirmation: "האם למחוק את הפתקית '%{id}'?"
- delete_note_confirm: "האם למחוק את הפתקית '%{id}'?"
- note_link_title: "הצגת פתקית %{id}"
- edit_item_title: "עריכת פריט"
- no_notes_available: "אין כרגע פתקיות: ניתן להוסיף פתקיות לפְּרוֹיֶקְטים ספציפיים מעמוד הפְּרוֹיֶקְט"
- note_header: "פתקית %{id}"
- delete_note_title: "מחיקת הפתקית '%{id}'"
- states:
- stalled_plural: "עצורים"
- visible_plural: "גלויים"
- hidden: "מוסתרים"
- review_plural: "מתוארכים"
- completed_plural: "הסתיימו"
- current_plural: "מעודכנים"
- visible: "גלוי"
- completed: "הסתיים"
- hidden_plural: "מוסתרים"
- blocked_plural: "חסומים"
- stalled: "נעצר"
- current: "עדכני"
- active_plural: "פעילים"
- active: "פעיל"
- review: "מתוארך"
- blocked: "נחסם"
+ separator: "."
+ human:
+ storage_units:
+ format: "%u%n"
+ units:
+ byte:
+ one: "????"
+ other: "????"
+ gb: "?'???????"
+ kb: "???? ????"
+ mb: "??? ????"
+ tb: "??? ????"
+ preferences:
+ authentication_header: "?????? ???"
+ change_authentication_type: "????? ??? ??????"
+ change_identity_url: "????? ????? URL ??????"
+ change_password: "????? ?????"
+ current_authentication_type: "???? ?????? ??? ??? %{auth_type}"
+ edit_preferences: "????? ??????"
+ generate_new_token: "????? ?????? ???"
+ generate_new_token_confirm: "????? ????? ?????? ??? ????? ?? ??????? ????? ????? ?? ?????? ??."
+ is_false: "?????"
+ is_true: "?????"
+ open_id_url: "????? ????? OpenID ??? ???"
+ page_title: "???????::??????"
+ page_title_edit: "???????::????? ??????"
+ password_changed: "?????? ?????, ?? ?????? ????."
+ show_number_completed: "??? %{number} ?????? ????????"
+ sms_context_none: "???"
+ staleness_starts_after: "????? ?????? ???? %{days} ????"
+ tabs:
+ authentication: "?????"
+ date_and_time: "????? ????"
+ profile: "??????"
+ tracks_behavior: "??????? ???????"
+ title: "??????? ???"
+ token_description: "?????? (???? ?????? ?????? ???? ??????)"
+ token_header: "??????? ???"
+ updated: "?????? ??????"
+ projects:
+ actions_in_project_title: "?????? ???????? ??"
+ active_projects: "????????? ??????"
+ add_note: "????? ???"
+ add_note_submit: "????? ???"
+ add_project: "????? ???????"
+ all_completed_tasks_title: "???????::???? ????? ?? ??????? ??????? ???????? '%{project_name}'"
+ completed_actions: "?????? ???????? ???????? ??"
+ completed_actions_empty: "??? ?????? ???????? ???????? ??"
+ completed_projects: "????????? ????????"
+ completed_tasks_title: "???????::???? ????? ??????? ??????? ???????? '%{project_name}'"
+ default_context: "???? ????? ????? ???????? ?? %{context}"
+ default_context_removed: "???? ????? ????? ????"
+ default_context_set: "????? ???? ????? ????? ???????? ?-%{default_context}"
+ default_tags_removed_notice: "????? ????? ????? ?????"
+ deferred_actions: "?????? ????? ???? ??????? ??"
+ deferred_actions_empty: "??? ?????? ????? ???? ??????? ??"
+ delete_project: "????? ???????"
+ delete_project_confirmation: "??? ????? ?? ???????? '%{name}'?"
+ delete_project_title: "????? ????????"
+ edit_project_settings: "????? ?????? ???????"
+ edit_project_title: "????? ???????"
+ hidden_projects: "????????? ???????"
+ hide_form: "????? ????"
+ hide_form_title: "????? ???? ??????? ???"
+ is_active: "????"
+ list_completed_projects: "???????::????? ?????????? ???????"
+ list_projects: "???????::????? ?????????"
+ list_reviews: "???????::?????"
+ no_actions_in_project: "??? ???? ?????? ?? ?????? ???????? ??"
+ no_default_context: "??? ???? ????? ???? ???????? ??"
+ no_last_completed_projects: "?? ????? ????????? ????????"
+ no_last_completed_recurring_todos: "?? ????? ?????? ???????? ????????"
+ no_notes_attached: "??? ???? ?????? ???????? ???????? ??"
+ no_projects: "??? ???? ?????????"
+ notes: "??????"
+ notes_empty: "??? ?????? ???????? ??"
+ page_title: "???????::???????: %{project}"
+ project_saved_status: "??????? ????"
+ project_state: "???????? %{state}"
+ set_default_tags_notice: "????? ????? ????? ????? ?-%{default_tags}"
+ settings: "??????"
+ show_form: "????? ???????"
+ show_form_title: "????? ??????? ???"
+ state: "???????? ???? %{state}"
+ status_project_name_changed: "?? ???????? ????"
+ this_project: "??????? ??"
+ to_new_project_page: "???? ????? ???????? ????"
+ todos_append: "???????? ??"
+ was_marked_complete: "???? ?????"
+ was_marked_hidden: "???? ??????"
+ with_default_context: "?? ???? ???? ???? '%{context_name}'"
+ with_default_tags: "?? ?????? '%{tags}' ?????? ?????"
+ with_no_default_context: "??? ???? ????? ????"
+ with_no_default_tags: "???? ????? ????? ????"
+ search:
+ contexts_matching_query: "?????? ?????? ???????"
+ no_results: "?????? ?? ???? ??????"
+ notes_matching_query: "?????? ?????? ??????"
+ projects_matching_query: "????????? ?????? ??????"
+ tags_matching_query: "????? ?????? ???????"
+ todos_matching_query: "?????? ?????? ??????"
+ shared:
+ add_action: "????? ?????"
+ add_actions: "????? ?????"
+ add_context: "????? ????"
+ context_for_all_actions: "???? ??? ???????"
+ hide_action_form_title: "????? ???? ?????? ?????"
+ hide_form: "????? ????"
+ make_actions_dependent: "????? ???? ??? ??????"
+ multiple_next_actions: "?????? ???? ?????? (????? ??? ?????)"
+ project_for_all_actions: "??????? ??? ???????"
+ separate_tags_with_commas: "????? ???????"
+ tags_for_all_actions: "????? ??? ??????? (?? ?????? ???????)"
+ toggle_multi: "????? ?????? ???? ??????"
+ toggle_multi_title: "???? ????? ??? ????? ????? / ?????? ??????"
+ toggle_single: "????? ????? ????"
+ toggle_single_title: "????? ????? ???? ????"
+ sidebar:
+ list_empty: "???"
+ list_name_active_contexts: "?????? ??????"
+ list_name_active_projects: "????????? ??????"
+ list_name_completed_projects: "????????? ????????"
+ list_name_hidden_contexts: "?????? ???????"
+ list_name_hidden_projects: "????????? ???????"
+ states:
+ active: "????"
+ active_plural: "??????"
+ blocked: "????"
+ blocked_plural: "??????"
+ completed: "??????"
+ completed_plural: "???????"
+ current: "?????"
+ current_plural: "????????"
+ hidden: "???????"
+ hidden_plural: "???????"
+ review: "??????"
+ review_plural: "????????"
+ stalled: "????"
+ stalled_plural: "??????"
+ visible: "????"
+ visible_plural: "??????"
+ stats:
+ action_completion_time_title: "??? ???? (?? ??????? ????????)"
+ action_selection_title: "???????::????? ?????"
+ actions: "??????"
+ actions_30days_title: "?????? ?-30 ????? ????????"
+ actions_actions_avg_created_30days: "?-30 ????? ???????? ????? ?????? %{count} ??????"
+ actions_avg_completed: "???????? ?????? %{count} ?????? ?????"
+ actions_avg_completed_30days: "???????? ?????? %{count} ?????? ????"
+ actions_avg_completion_time: "??? ???????? ????????? ???? ?????? ????? ??? %{count} ????"
+ actions_avg_created: "?-12 ??????? ???????? ????? ????? %{count} ??????"
+ actions_day_of_week_legend:
+ day_of_week: "??? ?????"
+ number_of_actions: "???? ??????"
+ actions_day_of_week_title: "??? ????? (?? ???????)"
+ actions_dow_30days_legend:
+ day_of_week: "??? ?????"
+ number_of_actions: "???? ??????"
+ actions_dow_30days_title: "??? ????? (30 ????? ????????("
+ actions_further: "?????"
+ actions_last_year: "?????? ????? ????????"
+ actions_last_year_legend:
+ months_ago: "?????? ????"
+ number_of_actions: "???? ???????"
+ actions_lastyear_title: "?????? ?-12 ??????? ????????"
+ actions_min_completion_time: "???? ?????? ????? ??? %{time}."
+ actions_min_max_completion_days: "??? ??? ??????/????? ????? ??? %{min}/%{max}."
+ actions_selected_from_week: "?????? ?????? ?????"
+ click_to_return: "????? ?? %{link} ????? ????? ??????????"
+ click_to_return_link: "???"
+ click_to_show_actions_from_week: "????? ?? %{link} ???? ?? ??????? ????? %{week} ?????"
+ click_to_update_actions: "????? ?? ??? ???? ?????? ?? ?????? ????"
+ contexts: "??????"
+ current_running_time_of_incomplete_visible_actions: "??? ????? ??? ??????? ???????"
+ index_title: "???????::?????????"
+ labels:
+ avg_completed: "??????? ??????"
+ avg_created: "????? ??????"
+ completed: "???????"
+ created: "?????"
+ month_avg_completed: "%{months} ??????? ?????? ?????"
+ month_avg_created: "%{months} ????? ?????? ?????"
+ legend:
+ actions: "??????"
+ day_of_week: "??? ?????"
+ months_ago: "?????? ????"
+ number_of_actions: "???? ??????"
+ number_of_days: "???? ???? ???? ???"
+ percentage: "????"
+ running_time: "??? ????? ?????? (??????)"
+ more_stats_will_appear: "?????????? ?????? ????? ??? ???? ????? ?????? ??????."
+ no_actions_selected: "?? ????? ??????"
+ no_tags_available: "??? ????? ??????"
+ open_per_week: "?????? ???? (?????? ?? ???????) ??? ????"
+ open_per_week_legend:
+ actions: "??????"
+ weeks: "?????? ???? ???"
+ other_actions_label: (?????)
+ projects: "?????????"
+ running_time_all: "??? ????? ??? ??????? ??? ???????"
+ running_time_all_legend:
+ actions: "??????"
+ percentage: "????"
+ running_time: "??? ????? ??????? (??????). ????? ?? ??? ????? ????"
+ running_time_legend:
+ actions: "??????"
+ percentage: "????"
+ weeks: "??? ????? ??????? (??????). ????? ?? ??? ????? ????"
+ spread_of_actions_for_all_context: "????? ?????? ??? ???????"
+ spread_of_running_actions_for_visible_contexts: "????? ??????? ??????? ??????"
+ tag_cloud_90days_description: "??? ?????? ???? ????? ???? ?????? ?????? ?? ??????? ?-90 ????? ????????."
+ tag_cloud_90days_title: "??? ????? ??????? ?-90 ????? ????????"
+ tag_cloud_description: "??? ?????? ???? ????? ??? ??????? (???????, ?? ???????, ?????? ?/?? ???????("
+ tag_cloud_title: "??? ????? ??? ???????"
+ tags: "?????"
+ time_of_day: "??? ???? (?? ???????)"
+ time_of_day_legend:
+ number_of_actions: "???? ??????"
+ time_of_day: "??? ????"
+ tod30: "??? ???? (30 ???? ??????)"
+ tod30_legend:
+ number_of_actions: "???? ??????"
+ time_of_day: "??? ????"
+ top10_longrunning: "10 ?????????? ????? ??? ???? ???"
+ top10_projects: "???? ?????????? ????????"
+ top10_projects_30days: "???? ?????????? ???????? ?-30 ????? ????????"
+ top5_contexts: "5 ?????? ???????"
+ top5_visible_contexts_with_incomplete_actions: "5 ??????? ???????? ?? ?????? ??? ???????"
+ totals: "???????"
+ totals_action_count: "?????? %{count} ?????? ??? ???"
+ totals_actions_completed: "%{count} ??? ???????"
+ totals_active_project_count: "?????, %{count} ?? ????????? ??????"
+ totals_blocked_actions: "%{count} ?????? ????? ??????? ????"
+ totals_completed_project_count: "%{count} ??? ????????? ????????."
+ totals_context_count: "?????? %{count} ??????."
+ totals_deferred_actions: "??? %{count} ?????? ?????? ?????????"
+ totals_first_action: "??? ?????? ??????? ?-%{date}"
+ totals_hidden_context_count: "?-%{count} ??????? ???????."
+ totals_hidden_project_count: "%{count} ???????"
+ totals_incomplete_actions: "?????? %{count} ?????? ??? ???????"
+ totals_project_count: "?????? %{count} ?????????."
+ totals_tag_count: "?????? %{count} ????? ????????? ???????."
+ totals_unique_tags: "???? ????? ???, %{count} ????????."
+ totals_visible_context_count: "???? ??? %{count} ?????? ??????"
+ within_one: "??? 1"
+ support:
+ array:
+ last_word_connector: ", ?-"
+ two_words_connector: "?-"
+ words_connector: ","
+ select:
+ prompt: "?? ???? ?????"
+ time:
+ am: "????\"?"
+ formats:
+ default: "%a, %d %b %Y %H:%M:%S %z "
+ long: "%B %d, %Y "
+ month_day: "%B %d "
+ short: "%d %b %H:%M "
+ stats: "%a %d-%m"
+ pm: "???\"?"
+ todos:
+ action_deferred: "?????? '%{description}' ?????"
+ action_deleted_error: "????? ????? ??????"
+ action_deleted_success: "????? ???? ????? ??????"
+ action_due_on: "(????? ?? %{date})"
+ action_marked_complete: "?????? '%{description}' ????? ?- %{completed}"
+ action_marked_complete_error: "?????? '%{description}'???? ????? ? - %{completed} ??? ????? ???"
+ action_saved: "????? ?????"
+ action_saved_to_tickler: "????? ????? ?????????"
+ add_another_dependency: "????? ???? ?????"
+ add_new_recurring: "????? ????? ??????? ????"
+ added_dependency: "????? %{dependency} ?????"
+ added_new_context: "???? ???? ???"
+ added_new_next_action: "????? ????? ???? ????"
+ added_new_next_action_plural: "????? ?????? ???? ?????"
+ added_new_next_action_singular: "????? ????? ???? ????"
+ added_new_project: "???? ??????? ???"
+ all_completed: "?? ??????? ????????"
+ all_completed_here: "???"
+ all_completed_tagged_page_title: "???????::?? ??????? ???????? ?? ????? %{tag_name}"
+ append_in_this_project: "???????? ??"
+ archived_tasks_title: "???????: ?????? ???????? ?????? ???????"
+ blocked_by: "???? ?? ??? %{predecessors}"
+ calendar:
+ due_next_month_and_later: "????? ??? %{month} ?? ????? ????"
+ due_next_week: "????? ???"
+ due_this_month: "????? ??? ????? ???? %{month}"
+ due_this_week: "????? ?????"
+ due_today: "?????"
+ get_in_ical_format: "???? ??? ??? ?? ?????? iCal"
+ no_actions_due_after_this_month: "??? ?????? ?????? ???? ???? ??"
+ no_actions_due_next_week: "??? ?????? ?????? ????? ???"
+ no_actions_due_this_month: "??? ?????? ?????? ????? ?????"
+ no_actions_due_today: "??? ?????? ?????? ?????"
+ calendar_page_title: "???????::??? ???"
+ cannot_add_dependency_to_completed_todo: "??? ?????? ?????? ????? ?? ????? ?????? ????????!"
+ clear_due_date: "????? ????? ???"
+ clear_show_from_date: "??? ???? ??????"
+ completed: "???????"
+ completed_actions: "?????? ????????"
+ completed_actions_with: "?????? ???????? ?? ????? %{tag_name} "
+ completed_in_archive:
+ one: "????? ??????? ????? ????????."
+ other: "?????? %{count} ?????? ???????? ???????."
+ completed_last_day: "??????? ?-24 ???? ????????"
+ completed_last_x_days: "??????? ?-%{count} ????? ????????"
+ completed_recurrence_completed: "??? ????? ???? ?????? ???????? ??????. ?????? ???????? ?????."
+ completed_recurring: "??????? ?????? ????????"
+ completed_rest_of_month: "??????? ????? ????? ??????"
+ completed_rest_of_previous_month: "??????? ????? ????? ?????"
+ completed_rest_of_week: "??????? ????? ???? ??"
+ completed_tagged_page_title: "???????::?????? ???????? ?? ???? '%{tag_name}'"
+ completed_tasks_title: "???????::?????? ???????"
+ confirm_delete: "??? ????? ?? ??????? '%{description}'?"
+ context_changed: "???? ???? ?-%{name}"
+ convert_to_project: "????? ???????"
+ defer_date_after_due_date: "????? ?????? ????? ?????? ????. ?? ????? ?? ????? ???? ????? ???? ???? ??????."
+ defer_x_days:
+ one: "???? ????"
+ other: "???? ?-%{count} ????"
+ deferred_actions_with: "?????? ?????? ?? ???? '%{tag_name}'"
+ deferred_pending_actions: "?????? ???????/??????"
+ deferred_tasks_title: "???????::????????"
+ delete: "?????"
+ delete_action: "????? ?????"
+ delete_recurring_action_confirm: "??? ????? ?? ??????? ???????? '%{description}'?"
+ delete_recurring_action_title: "????? ????? ???????"
+ deleted_success: "?????? ????? ??????"
+ depends_on: "???? ?"
+ depends_on_separate_with_commas: "???? ?- (?? ?????? ???????("
+ done: "???????"
+ drag_action_title: "?? ????? ?? ????? ???? ??? ????? ???? ??"
+ due: "???"
+ edit: "?????"
+ edit_action: "????? ?????"
+ edit_action_with_description: "????? ?????? '%{description}'"
+ edit_recurring_todo: "????? ?????? ????????"
+ error_completing_todo: "???? ????? ????? / ????? ?? ????? %{description}"
+ error_deleting_item: "???? ????? ?????? ????? %{description}"
+ error_deleting_recurring: "???? ????? ?????? ?????? ???????? '%{description}'"
+ error_removing_dependency: "?????? ????? ????? ?????"
+ error_saving_recurring: "???? ????? ?????? ?????? ???????? '%{description}'"
+ error_starring: "????? ?????? '%{description}' ?? ????"
+ error_starring_recurring: " ????? ?????? ???????? '%{description}' ?? ????"
+ error_toggle_complete: "?? ???? ???? ????? ?\"???????\""
+ feed_title_in_context: "????? '%{context}'"
+ feed_title_in_project: "???????? '%{project}'"
+ feeds:
+ completed: "??????: %{date}"
+ due: "??? %{date}"
+ has_x_pending:
+ one: "??? ????? ????? ???"
+ other: "???? %{count} ????? ???????"
+ hidden_actions: "?????? ???????"
+ in_hidden_state: "???? ?????"
+ in_pending_state: "???? ?????"
+ list_incomplete_next_actions: "????? ?????? ???? ??? ???????"
+ list_incomplete_next_actions_with_limit: "????? %{count} ?????? ????? ??? ???????"
+ mobile_todos_page_title: "?? ???????"
+ new_related_todo_created: "????? ???? ????? ?????? ??????? ??"
+ new_related_todo_created_short: "????? ????? ????"
+ new_related_todo_not_created_short: "?? ????? ?????"
+ next_action_description: "????? ????? ????"
+ next_action_needed: "?? ????? ????? ????? ???? ???"
+ next_actions_description: "????:"
+ next_actions_description_additions:
+ completed: "?-%{count} ????? ????????"
+ due_date: "?? ????? ??? %{due_date} ?? ????? ???? "
+ next_actions_due_date:
+ due_in_x_days: "??? ???? %{days} ????"
+ due_today: "?????"
+ due_tomorrow: "????"
+ overdue_by: "?????? ?? %{days} ???"
+ overdue_by_plural: "?????? ?? %{days} ????"
+ next_actions_title: "??????? - ?????? ????"
+ next_actions_title_additions:
+ completed: "?????? ???????"
+ due_today: "?????"
+ due_within_a_week: "??? ????"
+ no_actions_due_this_week: "??? ?????? ???????? ????? ?????"
+ no_actions_found: "??? ???? ?????? ??? ???????"
+ no_actions_found_title: "?? ???? ??????"
+ no_actions_with: "??? ???? ?????? ??? ???????? ?? ????? '%{tag_name}'"
+ no_completed_actions: "??? ???? ?????? ????????."
+ no_completed_actions_with: "??? ?????? ???????? ?? ????? '%{tag_name}'"
+ no_completed_recurring: "??? ???? ?????? ???????? ????????"
+ no_deferred_actions: "??? ???? ?????? ?????."
+ no_deferred_actions_with: "??? ?????? ?????? ?? ????? '%{tag_name}'"
+ no_deferred_pending_actions: "??? ???? ?????? ?????? ?? ???????"
+ no_hidden_actions: "?? ????? ?????? ???????"
+ no_incomplete_actions: "??? ?????? ??? ???????"
+ no_last_completed_actions: "?? ????? ?????? ????????"
+ no_project: "--??? ???????--"
+ no_recurring_todos: "??? ???? ?????? ????????"
+ older_completed_items: "?????? ????????? ????? ????"
+ overdue: "??????"
+ pending: "?????"
+ recurrence:
+ daily: "????"
+ daily_every_number_day: "?? %{number} ????"
+ daily_options: "?????? ??????? ???????? ??????"
+ day_x_on_every_x_month: "???? %{day} ??? %{month} ????"
+ ends_on: "?????? ?"
+ ends_on_date: "?????? ?-%{date}"
+ ends_on_number_times: "?????? ???? %{number} ?????"
+ every_work_day: "??? ??? ?????"
+ from_tickler: "????? ???? ?????? ???? ?????????? (?? ???? ????? ???)"
+ monthly: "?????"
+ monthly_every_xth_day: "??? %{day} ? -%{day_of_week} ??? %{month} ????"
+ monthly_options: "?????? ??????? ???????? ??????"
+ no_end_date: "??? ????? ????"
+ pattern:
+ due: "???"
+ every_day: "?? ???"
+ every_month: "?? ????"
+ every_n: "?? %{n}"
+ every_xth_day_of_every_n_months: "?? %{x} %{day} ??? %{n_months}"
+ every_year_on: "??? ??? ?????? %{date}"
+ first: "?????"
+ fourth: "?????"
+ from: |
+ --- ?
+ ...
+ last: "?????"
+ on_day_n: "???? %{n}"
+ on_work_days: "???? ?????"
+ second: "???"
+ show: "????"
+ the_xth_day_of_month: "???? ?- %{x} %{day} ????? %{month}"
+ third: "?????"
+ times: "?-%{number} ?????"
+ until: "??"
+ weekly: "?????"
+ recurrence_on_due_date: "??? ??????"
+ recurrence_on_options: "????? ???????? ???"
+ show_days_before: "%{days} ???? ???? ????? ???? ??????"
+ show_option_always: "????"
+ show_options: "???? ??????"
+ starts_on: "????? ?"
+ weekly: "?????"
+ weekly_every_number_week: "???? ?? %{number} ???? ?"
+ weekly_options: "?????? ??????? ????????? ??????"
+ yearly: "?????"
+ yearly_every_x_day: "?? %{month} %{day}"
+ yearly_every_xth_day: "??? %{day} ? -%{day_of_week} ??? %{month} ????"
+ yearly_options: "?????? ??????? ????????? ??????"
+ recurrence_completed: "??? ????? ???? ?????? ???????? ??????. ????????? ???????."
+ recurrence_period: "????? ????????"
+ recurring_action_deleted: "????? ?????. ???? ??????? ???????. ????? ???? ?????"
+ recurring_action_saved: "????? ??????? ?????"
+ recurring_actions_title: "???????::?????? ????????"
+ recurring_deleted_success: "?????? ???????? ????? ??????"
+ recurring_pattern_removed: "????? ??????? ???? ?-%{count}"
+ recurring_todos: "?????? ????????"
+ remove_dependency: "???? ???? (?? ???? ?? ??????)"
+ removed_predecessor: "?????%{successor} ????? ?? %{predecessor}.?"
+ scheduled_overdue: "????? ?????? ???? %{days} ????"
+ see_all_completed: "???? ????? ?? ?? ??????? ???????? ???: %{link}"
+ set_to_pending: "%{task} ?????? ???????"
+ show_from: "???? ?-"
+ show_in_days: "??? ???? %{days} ????"
+ show_on_date: "??? ?????? %{date}"
+ show_today: "???? ????"
+ show_tomorrow: "???? ???"
+ star_action: "????? ?????"
+ star_action_with_description: "????? ?????? '%{description}'"
+ tagged_page_title: "???????::????? ?? '%{tag_name}'"
+ tagged_with: "?????? ?- ‘%{tag_name}’"
+ tags: "????? (??????? ???????)"
+ task_list_title: "???????::????? ??????"
+ tickler_items_due:
+ one: "??? ???????????? ???? ?????? ???? - ?? ????? ????? ?????."
+ other: "%{count} ???????????? ????? ?????? ???? - ?? ????? ????? ?????."
+ to_tickler: "?????????"
+ unable_to_add_dependency: "?? ???? ?????? ????"
+ unresolved_dependency: "???? ?????? ????? ?? ??? ??? ????? ?????. ???? ?? ???? ?? ???? ??????. ???????"
+ was_due_on_date: "??? ????? ?? %{date}"
+ users:
+ account_signup: "????? ??????"
+ auth_change_submit: "????? ???? ?????"
+ auth_type_update_error: "???? ????? ??????? ???? ??????: %{error_messages}"
+ auth_type_updated: "???? ????? ??????"
+ change_auth_type_title: "???????::????? ???? ??????"
+ change_authentication_type: "????? ???? ??????"
+ change_password_prompt: "?? ????? ?? ?????? ????? ????? ????? ??????? '??? ?????' ??? ?????? ?? ?????? ??????? ?????."
+ change_password_submit: "????? ?????"
+ change_password_title: "???????::????? ?????"
+ choose_password: "????? ?????"
+ confirm_password: "????? ?????"
+ desired_login: "????? ????? ????"
+ destroy_confirmation: "?????: ?????? ???? ?? ?????? '%{login}', ?? ???????, ?????????? ???????. ??? ???????"
+ destroy_error: "???? ????? ?????? ?????? %{login}"
+ destroy_successful: "????? %{login} ????? ??????"
+ destroy_user: "????? ?????"
+ failed_to_delete_user: "????? ?????? %{username} ?????"
+ first_user_heading: "?????? ????? ?? ???????. ??? ??????, ?? ????? ????? ????:"
+ identity_url: "????? ????"
+ label_auth_type: "???? ?????"
+ manage_users: "????? ???????"
+ new_password_label: "????? ????"
+ new_token_generated: "?????? ??? ???? ??????"
+ new_user_heading: "????? ????? ???:"
+ new_user_title: "???????::????? ????? ?????"
+ no_signups_title: "???????::??? ???????"
+ openid_ok_pref_failed: "????? ????? %{url} .????? ?????? ?? ???? ???? ?????? ?????? ???????"
+ openid_url_verified: "????? ????? %{url} .????? ?????? ????? ?????? ???? ?-OpenID."
+ password_confirmation_label: "????? ?????"
+ password_updated: "????? ??????."
+ register_with_cas: "?? ????? ???\"? ???"
+ select_authentication_type: "?? ????? ?? ???? ?????? ????? ??????? '????? ???? ??????' ?????? ????? ???????"
+ signup: "?????"
+ signup_new_user: "???? ????? ???"
+ signup_successful: "????? ????? ???? ????? %{username}."
+ successfully_deleted_user: "????? %{username} ???? ??????"
+ total_actions: "?? ??????"
+ total_contexts: "?? ??????"
+ total_notes: "?? ???????"
+ total_projects: "???????? ??? ???"
+ total_users_count: "?????? %{count} ???????"
+ user_created: "????? ????"
+ you_have_to_reset_your_password: "?? ???? ?? ??????"
+ will_paginate:
+ next_label: "??? »"
+ page_entries_info:
+ multi_page: "???? %{model} %{from} - %{to} ???? %{count} ??? ???"
+ multi_page_html: "???? %{model} %{from} - %{to} ???? %{count} ??? ???"
+ single_page:
+ one: "???? %{model} ???"
+ other: "???? ?? ?? %{count} %{model}"
+ zero: "?? ???? %{model}"
+ single_page_html:
+ one: "???? 1 %{model}"
+ other: "???? ?? %{count} %{model}"
+ zero: "?? ???? %{model}"
+ page_gap: "…"
+ previous_label: "« ?????"
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 348568db..796a8b22 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1,1011 +1,1032 @@
----
-nl:
- layouts:
- toggle_contexts_title: Maak ingeklapte contexten (on)zichtbaar
- toggle_contexts: Toggle ingeklapte contexten
- toggle_notes: Toggle notities
- next_actions_rss_feed: RSS-feed van de acties
- toggle_notes_title: Toggle alle notities
- mobile_navigation:
- new_action: Nieuwe actie
- logout: Afmelden
- feeds: Feeds
- starred: Ster
- projects: Projecten
- tickler: Tickler
- contexts: Contexten
- home: Start
- navigation:
- manage_users_title: Toevoegen of verwijderen gebruikers
- recurring_todos: Terugkerende acties
- api_docs: REST API Docs
- help: "?"
- feeds: Feeds
- starred: Ster
- stats: Statistieken
- notes_title: Toon alle notities
- manage_users: Beheren gebruikers
- tickler_title: Tickler
- admin: Admin
- preferences: Voorkeuren
- integrations_: Integreer Tracks
- export_title: Import en export van gegevens
- calendar_title: Kalender met acties met deadline
- feeds_title: Zie een lijst met beschikbare feeds
- stats_title: Zie je statistieken
- tickler: Tickler
- home_title: Start
- starred_title: Zie je ster acties
- recurring_todos_title: Beheren terugkerende acties
- completed_tasks: Gereed
- organize: Organiseer
- view: Bekijk
- completed_tasks_title: Afgerond
- home: Start
- export: Export
- contexts_title: Contexten
- preferences_title: Toon mijn voorkeuren
- search: Zoeken in alle items
- review_title: Evaluatie uitvoeren
- projects_title: Projecten
- calendar: Agenda
- number:
- format:
- separator: ","
- delimiter: .
- human:
- storage_units:
- format: "%n %u"
- units:
- kb: KB
- tb: TB
- gb: GB
- byte:
- one: Byte
- other: Bytes
- mb: MB
- currency:
- format:
- format: "%u %n"
- unit: "€"
- separator: ","
- delimiter: .
- common:
- recurring_todos: Herhalende acties
- back: Terug
+---
+nl:
+ activerecord:
+ attributes:
+ note:
+ created_at: "Gemaakt op"
+ updated_at: "Bijgewerkt op"
+ preference:
+ date_format: "Datum formaat"
+ due_style: "Deadline stijl"
+ first_name: Voornaam
+ last_name: Achternaam
+ locale: Taal
+ mobile_todos_per_page: "Acties per pagina (mobiel)"
+ refresh: "Ververs interval (in minuten)"
+ review_period: "Project evaluatie interval"
+ show_completed_projects_in_sidebar: "Toon afgeronde projecten in sidebar"
+ show_hidden_contexts_in_sidebar: "Toon verborgen contexten in sidebar"
+ show_hidden_projects_in_sidebar: "Toon verborgen projecten in sidebar"
+ show_number_completed: "Aantal te tonen afgeronde acties"
+ show_project_on_todo_done: "Ga naar project pagina wanneer actie gereed is"
+ sms_context: "Standaard context voor email"
+ sms_email: "Van email"
+ staleness_starts: "Begin van markeren openstaande actie"
+ time_zone: Tijdzone
+ title_date_format: "Datum formaat in titel"
+ verbose_action_descriptors: "Context en project uitschrijven in actielijst"
+ week_starts: "Week start op"
+ project:
+ default_context_name: "Standaard context"
+ default_tags: "Standaard Tags"
+ description: Beschrijving
+ name: Naam
+ todo:
+ context: Context
+ description: Beschrijving
+ due: Deadline
+ notes: Notities
+ predecessors: Afhankelijkheden
+ project: Project
+ show_from: "Tonen vanaf"
+ tags: Labels
+ user:
+ first_name: Voornaam
+ last_name: Achternaam
+ errors:
+ full_messages:
+ format: "%{attribute} %{message}"
+ messages:
+ accepted: "moet geaccepteerd worden"
+ blank: "mag niet leeg zijn"
+ confirmation: "komt niet overeen met de configuratie"
+ empty: "mag niet leeg zijn"
+ equal_to: "moet gelijk zijn aan %{count}"
+ even: "moet even zijn"
+ exclusion: "is gereserveerd"
+ greater_than: "moet groter zijn dan %{count}"
+ greater_than_or_equal_to: "moet groter of gelijk zijn aan %{count}"
+ inclusion: "is niet opgenomen in de lijst"
+ invalid: "mag niet een komma (',') karakter bevatten"
+ less_than: "moet kleiner zijn dan %{count}"
+ less_than_or_equal_to: "moet kleiner of gelijk zijn aan %{count}"
+ not_a_number: "is niet een getal"
+ odd: "moet oneven zijn"
+ record_invalid: "Validatie mislukt: %{errors}"
+ taken: "is al gepakt"
+ too_long: "is te lang (maximum is %{count} karakters)"
+ too_short: "is te kort (minimum is %{count} karakters)"
+ wrong_length: "heeft de verkeerde lengte (moet %{count} karakters lang zijn)"
+ models:
+ project:
+ attributes:
+ name:
+ blank: "project moet een naam hebben"
+ taken: "bestaat al"
+ too_long: "project naam moet minder dan 256 karakters hebben"
+ template:
+ body: "Er waren problemen met de volgende velden"
+ header:
+ one: "1 fout voorkomt het kunnen bewaren van deze %{model}"
+ other: "%{count} fouten voorkomen dat dit %{model} bewaard kan worden"
+ common:
+ action: Actie
actions: Acties
- third: Derde
- add: Toevoegen
- previous: Vorige
- go_back: Ga terug
- logout: Log uit
- second: Tweede
- none: Geen
- week: week
- optional: optioneel
- deferred: uitgestelde
- show_all: Toon alle
- cancel: Annuleer
- month: maand
- actions_midsentence:
+ actions_midsentence:
one: actie
other: acties
zero: acties
- server_error: Een fout heeft op de server plaatsgevonden
- forum: Forum
- notes: Notities
- projects: Projecten
- last: Laatste
- review: Evaluatie
- action: Actie
- days_midsentence:
+ add: Toevoegen
+ ajaxError: "Er is een fout opgetreden bij het ophalen van gegevens van de server"
+ back: Terug
+ bugs: Fouten
+ cancel: Annuleer
+ context: Context
+ contexts: Contexten
+ contribute: Bijdragen
+ create: Maken
+ days_midsentence:
one: dag
other: dagen
zero: dagen
- project: Project
- contribute: Bijdragen
- ok: Ok
- website: Website
- first: Eerste
- note:
- one: 1 notitie
- other: "%{count} notities"
- zero: geen notities
- numbered_step: Stap %{number}
- create: Maken
- sort:
- by_task_count_title: Sorteer op aantal acties
- by_task_count_title_confirm: Weet u zeker dat u deze op aantal acties wilt sorteren? Dat zal de huidige sorteervolgorde aanpassen.
- alphabetically: Alfabetisch
- sort: Sorteer
- alphabetically_title: Sorteer projecten alfabetisch
- alphabetically_confirm: Weet u zeker dat u deze projecten alfabetisch wilt sorteren? Dat zal de huidige sorteervolgorde aanpassen.
- by_task_count: Op aantal acties
- todo: actie
- months: maanden
- errors_with_fields: Er waren problemen met de volgende velden
+ deferred: uitgestelde
description: Beschrijving
- next: Volgende
- fourth: Vierde
drag_handle: SLEEP
- context: Context
- contexts: Contexten
- bugs: Fouten
- update: Bijwerken
+ email: E-mail
+ errors_with_fields: "Er waren problemen met de volgende velden"
+ first: Eerste
forth: Vierde
+ forum: Forum
+ fourth: Vierde
+ go_back: "Ga terug"
+ last: Laatste
+ logout: "Log uit"
+ month: maand
+ months: maanden
+ next: Volgende
+ none: Geen
+ not_available_abbr: n/b
+ note:
+ one: "1 notitie"
+ other: "%{count} notities"
+ zero: "geen notities"
+ notes: Notities
+ numbered_step: "Stap %{number}"
+ ok: Ok
+ optional: optioneel
+ previous: Vorige
+ project: Project
+ projects: Projecten
+ recurring_todos: "Herhalende acties"
+ review: Evaluatie
+ search: Zoeken
+ second: Tweede
+ server_error: "Een fout heeft op de server plaatsgevonden"
+ show_all: "Toon alle"
+ sort:
+ alphabetically: Alfabetisch
+ alphabetically_confirm: "Weet u zeker dat u deze projecten alfabetisch wilt sorteren? Dat zal de huidige sorteervolgorde aanpassen."
+ alphabetically_title: "Sorteer projecten alfabetisch"
+ by_task_count: "Op aantal acties"
+ by_task_count_title: "Sorteer op aantal acties"
+ by_task_count_title_confirm: "Weet u zeker dat u deze op aantal acties wilt sorteren? Dat zal de huidige sorteervolgorde aanpassen."
+ sort: Sorteer
+ third: Derde
+ todo: actie
+ update: Bijwerken
+ website: Website
+ week: week
weeks: weken
wiki: Wiki
- email: E-mail
- ajaxError: Er is een fout opgetreden bij het ophalen van gegevens van de server
- search: Zoeken
- not_available_abbr: n/b
- integrations:
- opensearch_description: Zoek in Tracks
+ contexts:
+ add_context: "Context toevoegen"
+ all_completed_tasks_title: "TRACKS:: Alle voltooide acties in context '%{context_name}'"
+ completed_tasks_title: "TRACKS:: Voltooid acties in de context '%{context_name}'"
+ context_deleted: "De context '%{name}' is verwijderd"
+ context_hide: "Verberg van de start pagina?"
+ context_name: "Context naam"
+ delete_context: "Verwijder context"
+ delete_context_confirmation: "Weet u zeker dat u de context '%{name}' wilt verwijderen? Merk op dat dit ook alle (herhalende) acties in deze context zal verwijderen!"
+ delete_context_title: "Verwijder context"
+ edit_context: "Bewerk context"
+ hidden_contexts: "Verborgen contexten"
+ hide_form: "Verberg formulier"
+ hide_form_title: "Verberg formulier voor nieuwe context "
+ last_completed_in_context: "in deze context (laatste %{number})"
+ new_context_post: "' zal ook gemaakt worden. Weet u dit zeker?"
+ new_context_pre: "Nieuwe context '"
+ no_actions: "Momenteel zijn er geen onafgeronde acties in deze context"
+ no_contexts_active: "Momenteel zijn er geen actieve contexten"
+ no_contexts_hidden: "Momenteel zijn er geen verborgen contexten"
+ save_status_message: "Context bewaard"
+ show_form: "Maak een nieuwe context"
+ show_form_title: "Voeg een context toe"
+ status_active: "Context is actief"
+ status_hidden: "Context is verborgen"
+ todos_append: "in deze context"
+ update_status_message: "Naam van de context was veranderd"
+ visible_contexts: "Zichtbare contexten"
+ data:
+ import_errors: "Er hebben zich fouten voorgedaan bij de import"
+ import_successful: "De import was succesvol"
+ date:
+ abbr_day_names:
+ - Zo
+ - Ma
+ - Di
+ - Wo
+ - Do
+ - Vr
+ - Za
+ abbr_month_names:
+ - ~
+ - Jan
+ - Feb
+ - Maa
+ - Apr
+ - Mei
+ - Jun
+ - Jul
+ - Aug
+ - Sep
+ - Okt
+ - Nov
+ - Dec
+ day_names:
+ - Zondag
+ - Maandag
+ - Dinsdag
+ - Woensdag
+ - Donderdag
+ - Vrijdag
+ - Zaterdag
+ formats:
+ default: "%d-%m-%Y"
+ long: "%e %B %Y"
+ longer: "%A %d %B %Y"
+ month_day: "%B %d"
+ only_day: "%e"
+ short: "%e %b"
+ month_names:
+ - ~
+ - Januari
+ - Februari
+ - Maart
+ - April
+ - Mei
+ - Juni
+ - Juli
+ - Augustus
+ - September
+ - Oktober
+ - November
+ - December
+ order:
+ - !ruby/symbol day
+ - !ruby/symbol month
+ - !ruby/symbol year
+ datetime:
+ distance_in_words:
+ about_x_hours:
+ one: "ongeveer 1 uur"
+ other: "ongeveer %{count} uren"
+ about_x_months:
+ one: "ongeveer 1 maand"
+ other: "ongeveer %{count} maanden"
+ about_x_years:
+ one: "ongeveer 1 jaar"
+ other: "ongeveer %{count} jaren"
+ almost_x_years:
+ one: "bijna 1 jaar"
+ other: "bijna %{count} jaren"
+ half_a_minute: "halve minuut"
+ less_than_x_minutes:
+ one: "minder dan een minuut"
+ other: "minder dan %{count} minuten"
+ zero: "minder dan 1 minuut"
+ less_than_x_seconds:
+ one: "minder dan 1 seconde"
+ other: "minder dan %{count} seconden"
+ zero: "minder dan 1 seconde"
+ over_x_years:
+ one: "over 1 jaar"
+ other: "over %{count} jaren"
+ x_days:
+ one: "1 dag"
+ other: "%{count} dagen"
+ x_minutes:
+ one: "1 minuut"
+ other: "%{count} minuten"
+ x_months:
+ one: "1 maand"
+ other: "%{count} maanden"
+ x_seconds:
+ one: "1 seconde"
+ other: "%{count} seconden"
+ prompts:
+ day: Dag
+ hour: Uur
+ minute: Minuut
+ month: Maand
+ second: Seconden
+ year: Jaar
+ errors:
+ format: "%{attribute} %{message} "
+ messages:
+ accepted: "moet geaccepteerd worden"
+ blank: "kan niet leeg zijn"
+ confirmation: "komt niet met bevestiging overeen"
+ empty: "kan niet leeg zijn"
+ equal_to: "moet gelijk zijn aan %{count}"
+ even: "moet even zijn"
+ exclusion: "is gereserveerd"
+ greater_than: "moet groter zijn dan %{count}"
+ greater_than_or_equal_to: "moet groter of gelijk zijn aan %{count}"
+ inclusion: "is geen onderdeel van de lijst"
+ invalid: "is niet geldig"
+ less_than: "moet minder zijn dan %{count}"
+ less_than_or_equal_to: "moet minder of gelijk zijn aan %{count}"
+ not_a_number: "is geen getal"
+ not_an_integer: "moet een geheel getal zijn"
+ odd: "moet oneven zijn"
+ too_long: "is te lang (maximum is %{count} karakters)"
+ too_short: "is te kort (minimum is %{count} karakters)"
+ wrong_length: "is de verkeerde lengte (zou %{count} karakters moeten zijn)"
+ user_unauthorized: "401 Unauthorized: Alleen administratieve gebruikers mogen deze functie gebruiken."
+ feedlist:
+ actions_completed_last_week: "Acties afgerond in de afgelopen 7 dagen"
+ actions_due_next_week: "Acties die binnen 7 dagen afgerond moeten"
+ actions_due_today: "Acties die vandaag of eerder af moeten"
+ active_projects_wo_next: "Actieve projecten zonder acties"
+ active_starred_actions: "Alle gesterde, actieve acties"
+ all_actions: "Alle acties"
+ all_contexts: "Alle contexten"
+ all_projects: "Alle projecten"
+ choose_context: "Kies de context waar je een feed van wilt"
+ choose_project: "Kies het project waar je een feed van wilt"
+ context_centric_actions: "Feeds voor onafgeronde acties in een specifieke context"
+ context_needed: "Er moet eerst ten minste één context zijn voor je een feed kan opvragen"
+ ical_feed: "iCal feed"
+ last_fixed_number: "Laatste %{number} acties"
+ legend: Legenda
+ notice_incomplete_only: "Merk op: alle feeds laten alleen acties zien die niet afgerond zijn, tenzij anders vermeld."
+ plain_text_feed: "Reguliere tekst feed"
+ project_centric: "Feeds voor onafgeronde acties in een specifiek project"
+ project_needed: "Er moet ten minste één project zijn voor een feed opgevraagd kan worden"
+ projects_and_actions: "Actieve projecten met hun acties"
+ rss_feed: "RSS Feed"
+ select_feed_for_context: "Kies de feed voor deze context"
+ select_feed_for_project: "Kies de feed voor dit project"
+ footer:
+ send_feedback: "Stuur reactie op %{version}"
+ helpers:
+ button:
+ create: "Maak %{model}"
+ submit: "Bewaar %{model}"
+ update: "%{model} bijwerken"
+ select:
+ prompt: "Maak een keuze"
+ submit:
+ create: "Maak %{model}"
+ submit: "Bewaar %{model}"
+ update: "Bijwerken %{model}"
+ integrations:
applescript_next_action_prompt: "Omschrijving van de actie:"
- gmail_description: Gadget om Tracks toe te voegen aan Gmail als een gadget
applescript_success_after_id: gemaakt
- applescript_success_before_id: Nieuwe actie met ID
- activerecord:
- attributes:
- project:
- name: Naam
- default_tags: Standaard Tags
- default_context_name: Standaard context
- description: Beschrijving
- note:
- created_at: Gemaakt op
- updated_at: Bijgewerkt op
- todo:
- show_from: Tonen vanaf
- predecessors: Afhankelijkheden
- notes: Notities
- tags: Labels
- project: Project
- description: Beschrijving
- context: Context
- due: Deadline
- preference:
- show_hidden_projects_in_sidebar: Toon verborgen projecten in sidebar
- show_hidden_contexts_in_sidebar: Toon verborgen contexten in sidebar
- date_format: Datum formaat
- sms_context: Standaard context voor email
- verbose_action_descriptors: Context en project uitschrijven in actielijst
- mobile_todos_per_page: Acties per pagina (mobiel)
- staleness_starts: Begin van markeren openstaande actie
- show_number_completed: Aantal te tonen afgeronde acties
- title_date_format: Datum formaat in titel
- refresh: Ververs interval (in minuten)
- week_starts: Week start op
- last_name: Achternaam
- locale: Taal
- due_style: Deadline stijl
- time_zone: Tijdzone
- sms_email: Van email
- show_project_on_todo_done: Ga naar project pagina wanneer actie gereed is
- show_completed_projects_in_sidebar: Toon afgeronde projecten in sidebar
- first_name: Voornaam
- review_period: Project evaluatie interval
- user:
- last_name: Achternaam
- first_name: Voornaam
- errors:
- models:
- project:
- attributes:
- name:
- blank: project moet een naam hebben
- too_long: project naam moet minder dan 256 karakters hebben
- taken: bestaat al
- messages:
- record_invalid: "Validatie mislukt: %{errors}"
- greater_than_or_equal_to: moet groter of gelijk zijn aan %{count}
- confirmation: komt niet overeen met de configuratie
- less_than_or_equal_to: moet kleiner of gelijk zijn aan %{count}
- blank: mag niet leeg zijn
- exclusion: is gereserveerd
- invalid: mag niet een komma (',') karakter bevatten
- odd: moet oneven zijn
- even: moet even zijn
- empty: mag niet leeg zijn
- too_short: is te kort (minimum is %{count} karakters)
- wrong_length: heeft de verkeerde lengte (moet %{count} karakters lang zijn)
- less_than: moet kleiner zijn dan %{count}
- greater_than: moet groter zijn dan %{count}
- equal_to: moet gelijk zijn aan %{count}
- accepted: moet geaccepteerd worden
- too_long: is te lang (maximum is %{count} karakters)
- taken: is al gepakt
- inclusion: is niet opgenomen in de lijst
- not_a_number: is niet een getal
- full_messages:
- format: "%{attribute} %{message}"
- template:
- body: Er waren problemen met de volgende velden
- header:
- one: 1 fout voorkomt het kunnen bewaren van deze %{model}
- other: "%{count} fouten voorkomen dat dit %{model} bewaard kan worden"
- data:
- import_successful: De import was succesvol
- import_errors: Er hebben zich fouten voorgedaan bij de import
- models:
- project:
- feed_title: Tracks Projecten
- feed_description: Een overzicht van alle projecten voor %{username}
- todo:
- error_date_must_be_future: moet een datum in de toekomst zijn
- preference:
- due_on: Deadline op %{date}
- due_in: Deadline over %{days} dagen
- due_styles:
- - Deadline over ____ dagen
- - Deadline op ____
- user:
- error_context_not_associated: Context %{context} niet geassocieerd met gebruikers %{user}.
- error_project_not_associated: Project %{project} niet geassocieerd met gebruikers %{user}.
- stats:
- totals_hidden_context_count: en %{count} zijn verborgen contexten.
- actions_avg_created: In de afgelopen 12 maanden heeft u gemiddeld%{count} acties aangemaakt
- actions_min_max_completion_days: De max-/minimum dagen tot voltooiing is %{min}/%{max}.
- totals_actions_completed: "%{count} van deze zijn voltooid."
- tag_cloud_title: Tag Cloud voor alle acties
- actions_actions_avg_created_30days: In de afgelopen 30 dagen heeft u gemiddeld %{count} acties gemaakt
- actions_avg_completed: en voltooide een gemiddelde van %{count} acties per maand.
- top5_visible_contexts_with_incomplete_actions: Top 5 zichtbare contexten met onvolledige acties
- actions: Acties
- time_of_day_legend:
- number_of_actions: Aantal acties
- time_of_day: Tijd van de dag
- totals_incomplete_actions: U heeft %{count} onvolledige acties
- totals_deferred_actions: waarvan %{count} uitgestelde acties in de tickler zijn
- running_time_legend:
- actions: Acties
- percentage: Percentage
- weeks: Looptijd van een actie (weken). Klik op een balk voor meer info
- totals_action_count: u heeft een totaal van %{count} acties
- tag_cloud_90days_title: Tag cloud met acties in afgelopen 90 dagen
- actions_avg_completion_time: Van al uw afgeronde acties, de gemiddelde tijd dat dit in beslag nam is %{count} dagen.
- tod30: Tijd van de dag (laatste 30 dagen)
- tags: Tags
- projects: Projecten
- totals_completed_project_count: en %{count} zijn afgeronde projecten.
- labels:
- month_avg_completed: "%{months} gem afgerond per maand"
- completed: Afgerond
- month_avg_created: "%{months} gem gemaakt per maand"
- avg_created: Gem gemaakt
- avg_completed: Gem afgerond
- created: Gemaakt
- actions_selected_from_week: Gekozen acties van week
- actions_day_of_week_title: Dag van de week (alle acties)
- actions_lastyear_title: Acties in de afgelopen 12 maanden
- open_per_week: Active (zichtbare en verborgen) volgende acties per week
- action_selection_title: "TRACKS:: Actie selectie"
- totals_project_count: U heeft %{count} projecten.
- legend:
- number_of_days: Aantal dagen geleden
- actions: Acties
- number_of_actions: Aantal acties
- day_of_week: Dag van de week
- running_time: Looptijd van een actie (weken)
- percentage: Percentage
- months_ago: Maanden geleden
- current_running_time_of_incomplete_visible_actions: Huidige looptijd van onvolledige zichtbare acties
- tod30_legend:
- number_of_actions: Aantal acties
- time_of_day: Tijd van de dag
- totals_context_count: U heeft %{count} contexten.
- open_per_week_legend:
- actions: Acties
- weeks: Weken geleden
- actions_last_year_legend:
- number_of_actions: Aantal acties
- months_ago: Maanden geleden
- top5_contexts: Top 5 contexten
- top10_projects: Top 10 projecten
- contexts: Contexten
- totals: Totalen
- click_to_return: Klik %{link} om terug te keren naar de statistieken pagina.
- tag_cloud_90days_description: Deze tag cloud bevat tags van acties die zijn gemaakt of voltooid in de afgelopen 90 dagen.
- totals_visible_context_count: Van deze zijn %{count} zichtbare contexten
- top10_projects_30days: Top 10 project in de laatste 30 dagen
- running_time_all: Huidige looptijd van alle onvolledige acties
- actions_min_completion_time: De minimale tijd tot afronding is %{time}.
- action_completion_time_title: Doorlooptijd (alle voltooide acties)
- click_to_show_actions_from_week: Klik %{link} om de acties van week %{week} en verder te zien.
- top10_longrunning: Top 10 langstlopende projecten
- no_actions_selected: Er zijn geen acties geselecteerd.
- totals_tag_count: U heeft %{count} tags geplaatst op acties.
- actions_further: en verder
- actions_dow_30days_legend:
- number_of_actions: Aantal acties
- day_of_week: Dag van de week
- totals_first_action: Sinds uw eerste actie op %{date}
- tag_cloud_description: Deze tag cloud bevat tags van alle acties (afgerond, niet voltooid, zichtbaar en / of verborgen)
- spread_of_actions_for_all_context: Verdeling van acties voor alle contexten
- click_to_update_actions: Klik op een balk in de grafiek op de acties hieronder aan te passen.
- click_to_return_link: hier
- more_stats_will_appear: Meer statistieken zullen hier verschijnen zodra u acties hebt toegevoegd.
- actions_avg_completed_30days: en voltooide een gemiddelde van %{count} acties per dag.
- index_title: TRACKS::Statistiek
- actions_30days_title: Acties in de afgelopen 30 dagen
- no_tags_available: geen tags beschikbaar
- actions_dow_30days_title: Dag van de week (laatste 30 dagen)
- actions_day_of_week_legend:
- number_of_actions: Aantal acties
- day_of_week: Dag van de week
- within_one: Binnen 1
- spread_of_running_actions_for_visible_contexts: Verdeling van actieve acties voor zichtbare contexten
- actions_last_year: Acties in de afgelopen jaren
- totals_blocked_actions: "%{count} zijn afhankelijk van de voltooiing van hun acties."
- totals_unique_tags: Van deze tags zijn %{count} uniek.
- totals_active_project_count: Van deze zijn %{count} actieve projecten
- running_time_all_legend:
- actions: Acties
- running_time: Looptijd van een actie (weken). Klik op een balk voor meer info
- percentage: Percentage
- other_actions_label: (anderen)
- totals_hidden_project_count: "%{count} zijn verborgen"
- time_of_day: Tijd van de dag (alle acties)
- todos:
- mark_complete: Markeer gereed
- recurring_action_deleted: Actie werd verwijderd. Omdat deze actie herhalend is. werd een nieuwe actie toegevoegd
- show_from: Toon vanaf
- error_starring_recurring: Kon niet de ster van deze terugkerende actie niet omzetten \'%{description}\'
- completed_actions: Voltooide acties
- added_new_next_action: Nieuwe actie toegevoegd
- completed_recurring: Afgesloten terugkerende todos
- completed_rest_of_previous_month: Afgerond in de rest van de vorige maand
- blocked_by: Geblokkeerd door %{predecessors}
- star_action: Markeer deze actie met een ster
- completed_recurrence_completed: Er is geen actie na de terugkerende actie die u new verwijderd heeft. De herhaling is voltooid
- defer_date_after_due_date: Uitsteldatum is na de vervaldag. Gelieve vervaldag bewerken alvorens uitsteldatum aan te passen.
- unable_to_add_dependency: Niet in staat om de afhankelijkheid toe te voegen
- done: Voltooid?
- star_action_with_description: markeer de actie '%{description}' met een ster
- tagged_with: gelabeld met ‘%{tag_name}’
- completed: Afgerond
- no_deferred_actions_with: Geen uitgestelde acties met de tag '%{tag_name}'
- no_hidden_actions: Momenteel zijn er geen verborgen acties gevonden
- edit_action_with_description: Bewerk de actie '%{description}'
- action_due_on: (deadline actie op %{date})
- list_incomplete_next_actions: Toon onvoltooide acties
- archived_tasks_title: "TRACKS:: Gearchiveerde voltooide taken"
- remove_dependency: Verwijder afhankelijkheid (zal niet de actie zelf verwijderen)
- action_deleted_success: Actie succesvol verwijderd
- tags: Tags (gescheiden door komma's)
- delete_recurring_action_title: Verwijder de terugkerende actie
- context_changed: Context veranderd in '%{name}'
- new_related_todo_created: Een nieuwe actie is toegevoegd, die behoort bij deze terugkerende todo
- mobile_todos_page_title: Alle acties
- add_another_dependency: Nog een afhankelijkheid toevoegen
- removed_predecessor: "'%{successor}' is verwijderd als afhankelijkheid van '%{predecessor}'."
- recurring_actions_title: TRACKS::Terugkerende acties
- next_action_needed: U dient ten minste een actie in te vullen
- action_saved: Actie opgeslagen
- scheduled_overdue: Gepland om %{days} dagen geleden te tonen
- action_deleted_error: Verwijderen van de actie is mislukt
- edit_action: Actie bewerken
- added_new_context: Nieuwe context toegevoegd
- next_actions_description: "Filter:"
- list_incomplete_next_actions_with_limit: Toont de laatste %{count} onvoltooide acties
- set_to_pending: "'%{task}' als wachtend ingesteld"
- added_new_project: Nieuw project toegevoegd
- next_actions_title_additions:
- completed: acties voltooid
- due_today: deadline vandaag
- due_within_a_week: deadline binnen een week
- older_completed_items: Oudere voltooide items
- no_actions_due_this_week: Geen acties met deadline in rest van deze week
- all_completed_here: hier
- append_in_this_project: in dit project
- edit_recurring_todo: Bewerk herhalende actie
- error_deleting_item: Er is een fout opgetreden bij het verwijderen van het item '%{description}'
- task_list_title: TRACKS::Toon acties
- no_recurring_todos: Momenteel zijn er geen terugkerende acties
- error_completing_todo: Er was een fout bij het voltooien / activeren van de terugkerende actie '%{description}'
- recurring_pattern_removed: Het herhalingspatroon is verwijderd van %{count}
- convert_to_project: Maak project
- no_deferred_pending_actions: Momenteel zijn er geen uitgestelde of wachtende acties
- delete_recurring_action_confirm: Weet u zeker dat u wilt de terugkerende actie '%{description}' wilt verwijderen?
- completed_last_day: Voltooid in de laatste 24 uur
- feed_title_in_context: in context '%{context}'
- no_project: -- Geen project --
- show_in_days: Toon over %{days} dagen
- error_saving_recurring: Er is een fout opgetreden het opslaan van de terugkerende actie '%{description}'
- completed_more_than_x_days_ago: Voltooid meer dan %{count} dagen geleden
- new_related_todo_created_short: een nieuwe actie gemaakt
- all_completed: Alle afgeronde acties
- edit: Bewerken
- completed_actions_with: Afgeronde acties met de tag %{tag_name}
- older_than_days: Ouder dan %{count} dagen
- completed_tagged_page_title: "TRACKS:: Afgeronde acties met tag %{tag_name}"
- pending: Wachtend
- completed_tasks_title: TRACKS::Voltooide taken
- deleted_success: De actie werd met succes verwijderd.
- feed_title_in_project: In het project '%{project}'
- clear_due_date: Maak deadline leeg
- error_removing_dependency: Er is een fout opgetreden het verwijderen van de afhankelijke actie
- hidden_actions: Verborgen acties
- was_due_on_date: had deadline op %{date}
- show_on_date: Toon op %{date}
- recurrence_period: Herhaling periode
- deferred_actions_with: Uitgestelde acties met de tag '%{tag_name}'
- confirm_delete: Weet u zeker dat u de actie '%{description}' wilt verwijderen?
- recurring_deleted_success: De recurrente actie is succesvol verwijderd.
- no_completed_actions_with: Geen voltooide acties met de tag '%{tag_name}'
- next_actions_title: Tracks - Acties
- next_action_description: Actie beschrijving
- deferred_tasks_title: TRACKS::Tickler
- clear_show_from_date: Maak de datum Tonen Vanaf leeg
- in_hidden_state: in verborgen toestand
- see_all_completed: Je kan alle afgeronde acties %{link} zien
- calendar_page_title: TRACKS::Agenda
- unresolved_dependency: De waarde die u ingevoerd heeft in het afhankelijkheden veld is niet herleidbaar naar een bestaande actie. Deze waarde wordt niet bewaard met de rest van de actie. Doorgaan?
- no_actions_found_title: Geen acties gevonden
- show_today: Toon vandaag
- next_actions_due_date:
- overdue_by: Over deadline met %{days} dag
- due_in_x_days: Deadline over %{days} dagen
- due_today: Deadline vandaag
- overdue_by_plural: Over deadline met %{days} dagen
- due_tomorrow: Deadline morgen
- completed_last_x_days: Voltooid in de laatste %{count} dagen
- no_actions_with: Momenteel zijn er geen onvoltooide acties met de tag '%{tag_name}'
- defer_x_days:
- one: Een dag uitstellen
- other: "%{count} dagen uitstellen"
- added_new_next_action_singular: Nieuwe actie toegevoegd
- no_completed_actions: Momenteel zijn er geen voltooide acties.
- deferred_pending_actions: Uitgestelde/wachtende acties
- has_x_pending:
- one: Heeft een wachtende actie
- other: Heeft %{count} wachtende acties
- feeds:
- completed: "Voltooid: %{date}"
- due: "Deadline: %{date}"
- recurring_todos: Terugkerende acties
- error_deleting_recurring: Er is een fout opgetreden bij het verwijderen van het item \'%{description}\'
- delete_action: Verwijder actie
- delete: Verwijder
- no_last_completed_actions: Geen afgeronde acties gevonden
- drag_action_title: Sleep naar een andere actie om deze afhankelijk te maken van die actie
- cannot_add_dependency_to_completed_todo: Kan deze actie niet als een afhankelijkheid van een voltooide actie toevoegen!
- depends_on: Hangt af van
- tickler_items_due:
- one: Een tickler item wordt nu zichtbaar - vernieuw de pagina om het te zien.
- other: "%{count} tickerl items zijn nu zichtbaar - vernieuw de pagina om ze te zien."
- action_marked_complete: De actie '%{description}' werd gemarkeerd als %{completed}
- completed_today: Vandaag afgerond
- added_new_next_action_plural: Nieuwe acties toegevoegd
- new_related_todo_not_created_short: een nieuwe actie is niet gemaakt
- completed_rest_of_week: Afgerond in de rest van deze week
- show_tomorrow: Toon morgen
- error_starring: Kon niet de ster van deze actie niet omzetten \'%{description}\'
- calendar:
- get_in_ical_format: Ontvang deze agenda in iCal-formaat
- due_next_week: Deadline volgende week
- no_actions_due_next_week: Geen acties met deadline in volgende week
- due_this_week: Deadline in rest van deze week
- no_actions_due_today: Geen acties met deadline vandaag
- due_today: Deadline vandaag
- due_next_month_and_later: Deadline in %{month} en later
- no_actions_due_after_this_month: Geen acties met deadline na deze maand
- no_actions_due_this_month: Geen acties met deadline in de rest van deze maand
- due_this_month: Deadline in rest van %{month}
- no_completed_recurring: Momenteel zijn er geen voltooide terugkerende acties
- recurrence:
- ends_on_date: Eindigt op %{date}
- every_work_day: Elke werkdag
- ends_on_number_times: Eindigt na %{number} keer
- recurrence_on_due_date: de datum dat deadline van de actie is
- weekly_options: Instellingen voor de wekelijkse terugkerende acties
- weekly: Wekelijks
- monthly_options: Instellingen voor maandelijks terugkerende acties
- daily_options: Instellingen voor dagelijks terugkerende acties
- monthly: Maandelijks
- starts_on: Begint op
- daily: Dagelijks
- show_option_always: altijd
- pattern:
- third: derde
- month_names:
- -
- - januari
- - februari
- - maart
- - april
- - mei
- - juni
- - juli
- - augustus
- - september
- - oktober
- - november
- - december
- every_n: elke %{n}
- second: tweede
- every_xth_day_of_every_n_months: elke %{x} %{day} van elke %{n_months}
- on_day_n: op dag %{n}
- weekly: wekelijks
- from: vanaf
- last: laatste
- every_day: elke dag
- the_xth_day_of_month: de %{x} %{day} van %{month}
- times: voor %{number} keer
- first: eerste
- show: Tonen
- every_year_on: elk jaar op %{date}
- on_work_days: op werkdagen
- day_names:
- - zondag
- - maandag
- - dinsdag
- - woensdag
- - donderdag
- - vrijdag
- - zaterdag
- fourth: vierde
- due: Deadline
- every_month: elke maand
- until: tot
- yearly_every_x_day: Elke %{month} %{day}
- recurrence_on_options: Stel herhaling in op
- daily_every_number_day: Elke %{number} dag(en)
- show_options: Toon de actie
- weekly_every_number_week: Herhaalt elke %{number} weken op
- ends_on: Eindigt op
- show_days_before: "%{days} dagen voor de deadline van actie"
- from_tickler: de datum dat de actie uit de tickler komt (geen deadline ingesteld)
- no_end_date: Geen einddatum
- day_x_on_every_x_month: Dag %{day} op elke %{month} maand
- yearly_every_xth_day: De %{day} %{day_of_week} van %{month}
- yearly_options: Instellingen voor jaarlijks terugkerende acties
- yearly: Jaarlijks
- monthly_every_xth_day: De %{day} %{day_of_week} van elke %{month} maand
- action_deferred: De actie '%{description}' is uitgesteld
- tagged_page_title: TRACKS::Tagged met '%{tag_name}'
- added_dependency: "%{dependency} als afhankelijkheid toegevoegd."
- completed_rest_of_month: Afgerond in de rest van deze maand
- all_completed_tagged_page_title: "TRACKS:: Alle afgeronde acties met tag %{tag_name}"
- no_deferred_actions: Momenteel zijn er geen uitgestelde acties.
- recurrence_completed: Er is geen volgende actie na de terugkerende actie die u zojuist hebt voltooid. De herhaling is voltooid
- action_marked_complete_error: De actie '%{description}' is niet gemarkeerd als %{completed} vanwege een fout op de server.
- no_actions_found: Momenteel zijn er geen onafgeronde acties.
- in_pending_state: in wachtende toestand
- error_toggle_complete: Kon deze actie niet als afgerond markeren
- due: Deadline
- no_incomplete_actions: Er zijn geen onvoltooide acties
- action_saved_to_tickler: Actie opgeslagen in tickler
- recurring_action_saved: Terugkerende actie opgeslagen
- depends_on_separate_with_commas: Afhankelijk van (gescheiden door komma's)
- completed_in_archive:
- one: Er is een voltooide actie in het archief.
- other: Er zijn %{count} afgeronde acties in het archief.
- to_tickler: naar tickler
- next_actions_description_additions:
- completed: in de afgelopen %{count} dagen
- due_date: met een deadline %{due_date} of eerder
- overdue: Achterstallig
- add_new_recurring: Voeg een nieuwe terugkerende actie toe
- notes:
- delete_note_title: Verwijder de notitie '%{id}'
- delete_confirmation: Weet u zeker dat u de notitie '%{id}' wilt verwijderen?
+ applescript_success_before_id: "Nieuwe actie met ID"
+ gmail_description: "Gadget om Tracks toe te voegen aan Gmail als een gadget"
+ opensearch_description: "Zoek in Tracks"
+ layouts:
+ mobile_navigation:
+ contexts: Contexten
+ feeds: Feeds
+ home: Start
+ logout: Afmelden
+ new_action: "Nieuwe actie"
+ projects: Projecten
+ starred: Ster
+ tickler: Tickler
+ navigation:
+ admin: Admin
+ api_docs: "REST API Docs"
+ calendar: Agenda
+ calendar_title: "Kalender met acties met deadline"
+ completed_tasks: Gereed
+ completed_tasks_title: Afgerond
+ contexts_title: Contexten
+ export: Export
+ export_title: "Import en export van gegevens"
+ feeds: Feeds
+ feeds_title: "Zie een lijst met beschikbare feeds"
+ help: "?"
+ home: Start
+ home_title: Start
+ integrations_: "Integreer Tracks"
+ manage_users: "Beheren gebruikers"
+ manage_users_title: "Toevoegen of verwijderen gebruikers"
+ notes_title: "Toon alle notities"
+ organize: Organiseer
+ preferences: Voorkeuren
+ preferences_title: "Toon mijn voorkeuren"
+ projects_title: Projecten
+ recurring_todos: "Terugkerende acties"
+ recurring_todos_title: "Beheren terugkerende acties"
+ review_title: "Evaluatie uitvoeren"
+ search: "Zoeken in alle items"
+ starred: Ster
+ starred_title: "Zie je ster acties"
+ stats: Statistieken
+ stats_title: "Zie je statistieken"
+ tickler: Tickler
+ tickler_title: Tickler
+ view: Bekijk
+ next_actions_rss_feed: "RSS-feed van de acties"
+ toggle_contexts: "Toggle ingeklapte contexten"
+ toggle_contexts_title: "Maak ingeklapte contexten (on)zichtbaar"
+ toggle_notes: "Toggle notities"
+ toggle_notes_title: "Toggle alle notities"
+ login:
+ account_login: "Account login"
+ cas_create_account: "Als u willen vragen ga hier om %{signup_link}"
+ cas_logged_in_greeting: "Hallo, %{username}! U bent geauthenticeerd."
+ cas_login: "CAS Inloggen"
+ cas_no_user_found: "Hallo,%{username}! Je hebt nog geen account op Tracks."
+ cas_signup_link: "Aanvragen account"
+ cas_username_not_found: "Sorry, geen gebruiker met die CAS gebruikersnaam bestaat (%{username})"
+ log_in_again: "opnieuw in te loggen."
+ logged_out: "Je bent afgemeld bij Tracks."
+ login_cas: "Ga naar het CAS"
+ login_standard: "Ga terug naar de standaard login"
+ login_with_openid: "inloggen met een OpenID"
+ mobile_use_openid: "... if inloggen met een OpenID"
+ openid_identity_url_not_found: "Sorry, geen gebruiker met die identiteit URL bestaat (%{identity_url})"
+ option_separator: "of,"
+ please_login: "Log in om Tracks te gebruiken"
+ session_time_out: "Sessie is verlopen. Gelieve %{link}"
+ session_will_expire: "sessie zal verlopen na %{hours} u(u)r(en) van inactiviteit."
+ session_will_not_expire: "sessie zal niet verlopen."
+ sign_in: "Meld aan"
+ successful: "Succesvol aangemeld. Welkom terug!"
+ successful_with_session_info: "Login succesvol:"
+ unsuccessful: "Login mislukt."
+ user_no_expiry: "Blijf ingelogd"
+ models:
+ preference:
+ due_in: "Deadline over %{days} dagen"
+ due_on: "Deadline op %{date}"
+ due_styles:
+ - "Deadline over ____ dagen"
+ - "Deadline op ____"
+ project:
+ feed_description: "Een overzicht van alle projecten voor %{username}"
+ feed_title: "Tracks Projecten"
+ todo:
+ error_date_must_be_future: "moet een datum in de toekomst zijn"
+ user:
+ error_context_not_associated: "Context %{context} niet geassocieerd met gebruikers %{user}."
+ error_project_not_associated: "Project %{project} niet geassocieerd met gebruikers %{user}."
+ notes:
+ delete_confirmation: "Weet u zeker dat u de notitie '%{id}' wilt verwijderen?"
+ delete_item_title: "Verwijder item"
+ delete_note_confirm: "Weet u zeker dat u de notitie '%{id}' wilt verwijderen?"
+ delete_note_title: "Verwijder de notitie '%{id}'"
+ deleted_note: "Verwijder notitie '%{id}'"
+ edit_item_title: "Item bewerken"
in_project: "In:"
- delete_item_title: Verwijder item
- deleted_note: Verwijder notitie '%{id}'
- note_link_title: Toon notitie %{id}
- show_note_title: Toon notitie
- edit_item_title: Item bewerken
- note_location_link: "In:"
no_notes_available: "Momenteel zijn er geen notities: voeg notities toe aan projecten vanaf de individuele project pagina's."
- note_header: Notitie %{id}
- delete_note_confirm: Weet u zeker dat u de notitie '%{id}' wilt verwijderen?
- projects:
- default_context_set: Stel project standaard context in op %{default_context}
- no_actions_in_project: Momenteel zijn er geen onafgeronde acties in dit project
- deferred_actions: Uitgestelde acties voor dit project
- was_marked_hidden: is gemarkeerd als verborgen
- edit_project_title: Bewerk project
- default_tags_removed_notice: De standaard tags zijn verwijderd
- page_title: "TRACKS:: Project: %{project}"
- all_completed_tasks_title: TRACKS::Toon alle afgeronde acties in het project '{project_name}'
- hide_form: Verberg formulier
- list_completed_projects: TRACKS::Toon afgeronde projecten
- no_notes_attached: Momenteel zijn er geen notities toegevoegd aan dit project
- to_new_project_page: Ga naar de nieuwe projectpagina
- show_form_title: Maak een nieuw project
- deferred_actions_empty: Er zijn geen uitgestelde acties voor dit project
- project_state: Project is %{state}.
- this_project: Dit project
- no_last_completed_projects: Geen afgeronde projecten gevonden
- no_last_completed_recurring_todos: Geen afgeronde herhalende acties gevonden
- notes: Notities
- todos_append: in dit project
- list_reviews: TRACKS::Evaluatie
- notes_empty: Er zijn geen notities voor dit project
- no_projects: Momenteel zijn er geen projecten
- hide_form_title: Verberg nieuw project formulier
- delete_project: Project verwijderen
- completed_actions_empty: Er zijn nog geen afgeronde acties voor dit project
- with_no_default_context: zonder standaard context
- delete_project_confirmation: Weet u zeker dat u wilt het project '%{name} wilt verwijderen?
- with_default_context: met een standaard context '%{context_name}'
- show_form: Toevoegen van een project
- actions_in_project_title: Acties in dit project
- completed_projects: Voltooide projecten
- is_active: is actief
- add_note: Een notitie toevoegen
- set_default_tags_notice: Stel project standaard tags in op %{default_tags}
- add_project: Voeg project toe
- settings: Instellingen
- project_saved_status: Project opgeslagen
+ note_header: "Notitie %{id}"
+ note_link_title: "Toon notitie %{id}"
+ note_location_link: "In:"
+ show_note_title: "Toon notitie"
+ number:
+ currency:
+ format:
+ delimiter: "."
+ format: "%u %n"
+ precision: 2
+ separator: ","
+ unit: €
+ format:
+ delimiter: "."
+ precision: 3
+ separator: ","
+ human:
+ decimal_units:
+ format: "%n %u"
+ units:
+ billion: Biljoen
+ million: Miljoen
+ quadrillion: Quadriljoen
+ thousand: Duizend
+ trillion: Triljoen
+ format:
+ delimiter: "."
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: Byte
+ other: Bytes
+ gb: GB
+ kb: KB
+ mb: MB
+ tb: TB
+ preferences:
+ authentication_header: "Uw authenticatie"
+ change_authentication_type: "Verander uw authenticatietype"
+ change_identity_url: "Verander uw Identity URL"
+ change_password: "Wijzig uw wachtwoord"
+ current_authentication_type: "Uw authenticatietype is %{auth_type}"
+ edit_preferences: "Voorkeuren bewerken"
+ generate_new_token: "Genereer een nieuwe token"
+ generate_new_token_confirm: "Weet u dit zeker? Het genereren van een nieuw token zal de bestaande te vervangen en dit zal het extern gebruiken van de oude token laten mislukken."
+ is_false: Nee
+ is_true: Ja
+ open_id_url: "Uw OpenID URL is"
+ page_title: "TRACKS:: Voorkeuren"
+ page_title_edit: "TRACKS:: Voorkeuren bewerken"
+ password_changed: "Je wachtwoord is gewijzigd, meld je opnieuw aan."
+ show_number_completed: "Toon %{number} voltooide items"
+ sms_context_none: Geen
+ staleness_starts_after: "Markeren openstaande acties begint na %{days} dagen"
+ tabs:
+ authentication: Authenticatie
+ date_and_time: "Datum en tijd"
+ profile: Profiel
+ tracks_behavior: "Tracks gedrag"
+ title: "Uw voorkeuren"
+ token_description: "Token (voor feeds en API gebruik)"
+ token_header: "Uw token"
+ updated: "Voorkeuren bijgewerkt"
+ projects:
+ actions_in_project_title: "Acties in dit project"
+ active_projects: "Actieve projecten"
+ add_note: "Een notitie toevoegen"
+ add_note_submit: "Notitie toevoegen"
+ add_project: "Voeg project toe"
+ all_completed_tasks_title: "TRACKS::Overzicht van all afgeronde acties in project '%{project_name}'"
+ completed_actions: "Afgeronde acties voor dit project"
+ completed_actions_empty: "Er zijn nog geen afgeronde acties voor dit project"
+ completed_projects: "Voltooide projecten"
+ completed_tasks_title: "TRACKS::Toon afgeronde acties in het project '%{project_name}'"
+ default_context: "De standaard context voor dit project is %{context}"
+ default_context_removed: "Standaard context verwijderd"
+ default_context_set: "Stel project standaard context in op %{default_context}"
+ default_tags_removed_notice: "De standaard tags zijn verwijderd"
+ deferred_actions: "Uitgestelde acties voor dit project"
+ deferred_actions_empty: "Er zijn geen uitgestelde acties voor dit project"
+ delete_project: "Project verwijderen"
+ delete_project_confirmation: "Weet u zeker dat u wilt het project '%{name} wilt verwijderen?"
+ delete_project_title: "Verwijder het project"
+ edit_project_settings: "Bewerk project instellingen"
+ edit_project_title: "Bewerk project"
+ hidden_projects: "Verborgen projecten"
+ hide_form: "Verberg formulier"
+ hide_form_title: "Verberg nieuw project formulier"
+ is_active: "is actief"
+ list_completed_projects: "TRACKS::Toon afgeronde projecten"
list_projects: "TRACKS:: Overzicht van projecten"
- with_default_tags: en met '%{tags}' als de standaard tags
- completed_tasks_title: TRACKS::Toon afgeronde acties in het project '%{project_name}'
- hidden_projects: Verborgen projecten
- delete_project_title: Verwijder het project
- default_context_removed: Standaard context verwijderd
- add_note_submit: Notitie toevoegen
- completed_actions: Afgeronde acties voor dit project
- was_marked_complete: is gemarkeerd als voltooid
- no_default_context: Dit project heeft geen standaard context
- with_no_default_tags: en zonder standaard tags
- default_context: De standaard context voor dit project is %{context}
- edit_project_settings: Bewerk project instellingen
- status_project_name_changed: Naam van het project werd gewijzigd
- state: Dit project is %{state}
- active_projects: Actieve projecten
- states:
- hidden_plural: Verborgen
- stalled: Vastgelopen
- review_plural: Gedateerde
- completed: Afgerond
- current: Bijgewerkt
- review: Gedateerde
- completed_plural: Afgeronde
+ list_reviews: "TRACKS::Evaluatie"
+ no_actions_in_project: "Momenteel zijn er geen onafgeronde acties in dit project"
+ no_default_context: "Dit project heeft geen standaard context"
+ no_last_completed_projects: "Geen afgeronde projecten gevonden"
+ no_last_completed_recurring_todos: "Geen afgeronde herhalende acties gevonden"
+ no_notes_attached: "Momenteel zijn er geen notities toegevoegd aan dit project"
+ no_projects: "Momenteel zijn er geen projecten"
+ notes: Notities
+ notes_empty: "Er zijn geen notities voor dit project"
+ page_title: "TRACKS:: Project: %{project}"
+ project_saved_status: "Project opgeslagen"
+ project_state: "Project is %{state}."
+ set_default_tags_notice: "Stel project standaard tags in op %{default_tags}"
+ settings: Instellingen
+ show_form: "Toevoegen van een project"
+ show_form_title: "Maak een nieuw project"
+ state: "Dit project is %{state}"
+ status_project_name_changed: "Naam van het project werd gewijzigd"
+ this_project: "Dit project"
+ to_new_project_page: "Ga naar de nieuwe projectpagina"
+ todos_append: "in dit project"
+ was_marked_complete: "is gemarkeerd als voltooid"
+ was_marked_hidden: "is gemarkeerd als verborgen"
+ with_default_context: "met een standaard context '%{context_name}'"
+ with_default_tags: "en met '%{tags}' als de standaard tags"
+ with_no_default_context: "zonder standaard context"
+ with_no_default_tags: "en zonder standaard tags"
+ search:
+ contexts_matching_query: "Contexten passend bij zoekopdracht"
+ no_results: "Uw zoekopdracht heeft geen resultaten opgeleverd."
+ notes_matching_query: "Notities passend bij zoekopdracht"
+ projects_matching_query: "Projecten passend bij zoekopdracht"
+ tags_matching_query: "Tags passend bij zoekopdracht"
+ todos_matching_query: "Todos passend bij zoekopdracht"
+ shared:
+ add_action: "Actie toevoegen"
+ add_actions: "Toevoegen acties"
+ add_context: "Toevoegen context"
+ context_for_all_actions: "Context voor alle acties"
+ hide_action_form_title: "Verberg nieuwe actie formulier"
+ hide_form: "Verberg formulier"
+ make_actions_dependent: "Maak acties afhankelijk van elkaar"
+ multiple_next_actions: "Meerdere acties (een op elke regel)"
+ project_for_all_actions: "Project voor alle acties"
+ separate_tags_with_commas: "gescheiden door komma's"
+ tags_for_all_actions: "Tags voor alle acties (scheiden met een komma)"
+ toggle_multi: "Voeg meerdere acties toe"
+ toggle_multi_title: "Toggle single / multi actie formulier"
+ toggle_single: "Voeg een actie toe"
+ toggle_single_title: "Voeg een nieuwe actie toe"
+ sidebar:
+ list_empty: Geen
+ list_name_active_contexts: "Actieve contexten"
+ list_name_active_projects: "Actieve projecten"
+ list_name_completed_projects: "Voltooide projecten"
+ list_name_hidden_contexts: "Verborgen contexten"
+ list_name_hidden_projects: "Verborgen projecten"
+ states:
+ active: Actief
+ active_plural: Actieve
blocked: Geblokkeerd
blocked_plural: Geblokkeerde
- stalled_plural: Vastgelopen
- visible_plural: Zichtbare
- active_plural: Actieve
- visible: Zichtbaar
- hidden: Verborgen
- active: Actief
+ completed: Afgerond
+ completed_plural: Afgeronde
+ current: Bijgewerkt
current_plural: Bijgewerkte
- errors:
- user_unauthorized: "401 Unauthorized: Alleen administratieve gebruikers mogen deze functie gebruiken."
- preferences:
- open_id_url: Uw OpenID URL is
- change_identity_url: Verander uw Identity URL
- staleness_starts_after: Markeren openstaande acties begint na %{days} dagen
- page_title: "TRACKS:: Voorkeuren"
- change_password: Wijzig uw wachtwoord
- token_description: Token (voor feeds en API gebruik)
- title: Uw voorkeuren
- is_false: Nee
- show_number_completed: Toon %{number} voltooide items
- password_changed: Je wachtwoord is gewijzigd, meld je opnieuw aan.
- edit_preferences: Voorkeuren bewerken
- page_title_edit: "TRACKS:: Voorkeuren bewerken"
- is_true: Ja
- sms_context_none: Geen
- generate_new_token: Genereer een nieuwe token
- token_header: Uw token
- authentication_header: Uw authenticatie
- updated: Voorkeuren bijgewerkt
- current_authentication_type: Uw authenticatietype is %{auth_type}
- change_authentication_type: Verander uw authenticatietype
- generate_new_token_confirm: Weet u dit zeker? Het genereren van een nieuw token zal de bestaande te vervangen en dit zal het extern gebruiken van de oude token laten mislukken.
- tabs:
- authentication: Authenticatie
- tracks_behavior: Tracks gedrag
- profile: Profiel
- date_and_time: Datum en tijd
- time:
- am: ochtend
- formats:
- stats: "%a %d-%m"
- default: "%A, %d %B %Y %H:%M:%S %z"
- time: "%H:%M"
- short: "%d %B %H:%M"
- month_day: "%d %B"
- long: "%A, %d. %B %Y, %H:%M"
- pm: middag
- date:
- month_names:
- -
- - Januari
- - Februari
- - Maart
- - April
- - Mei
- - Juni
- - Juli
- - Augustus
- - September
- - Oktober
- - November
- - December
- abbr_day_names:
- - Zo
- - Ma
- - Di
- - Wo
- - Do
- - Vr
- - Za
- order:
- - :day
- - :month
- - :year
- formats:
- only_day: "%e"
- longer: "%A %d %B %Y"
- default: "%d-%m-%Y"
- short: "%e %b"
- month_day: "%B %d"
- long: "%e %B %Y"
- day_names:
- - Zondag
- - Maandag
- - Dinsdag
- - Woensdag
- - Donderdag
- - Vrijdag
- - Zaterdag
- abbr_month_names:
- -
- - Jan
- - Feb
- - Maa
- - Apr
- - Mei
- - Jun
- - Jul
- - Aug
- - Sep
- - Okt
- - Nov
- - Dec
- support:
- array:
- words_connector: ","
+ hidden: Verborgen
+ hidden_plural: Verborgen
+ review: Gedateerde
+ review_plural: Gedateerde
+ stalled: Vastgelopen
+ stalled_plural: Vastgelopen
+ visible: Zichtbaar
+ visible_plural: Zichtbare
+ stats:
+ action_completion_time_title: "Doorlooptijd (alle voltooide acties)"
+ action_selection_title: "TRACKS:: Actie selectie"
+ actions: Acties
+ actions_30days_title: "Acties in de afgelopen 30 dagen"
+ actions_actions_avg_created_30days: "In de afgelopen 30 dagen heeft u gemiddeld %{count} acties gemaakt"
+ actions_avg_completed: "en voltooide een gemiddelde van %{count} acties per maand."
+ actions_avg_completed_30days: "en voltooide een gemiddelde van %{count} acties per dag."
+ actions_avg_completion_time: "Van al uw afgeronde acties, de gemiddelde tijd dat dit in beslag nam is %{count} dagen."
+ actions_avg_created: "In de afgelopen 12 maanden heeft u gemiddeld%{count} acties aangemaakt"
+ actions_day_of_week_legend:
+ day_of_week: "Dag van de week"
+ number_of_actions: "Aantal acties"
+ actions_day_of_week_title: "Dag van de week (alle acties)"
+ actions_dow_30days_legend:
+ day_of_week: "Dag van de week"
+ number_of_actions: "Aantal acties"
+ actions_dow_30days_title: "Dag van de week (laatste 30 dagen)"
+ actions_further: "en verder"
+ actions_last_year: "Acties in de afgelopen jaren"
+ actions_last_year_legend:
+ months_ago: "Maanden geleden"
+ number_of_actions: "Aantal acties"
+ actions_lastyear_title: "Acties in de afgelopen 12 maanden"
+ actions_min_completion_time: "De minimale tijd tot afronding is %{time}."
+ actions_min_max_completion_days: "De max-/minimum dagen tot voltooiing is %{min}/%{max}."
+ actions_selected_from_week: "Gekozen acties van week"
+ click_to_return: "Klik %{link} om terug te keren naar de statistieken pagina."
+ click_to_return_link: hier
+ click_to_show_actions_from_week: "Klik %{link} om de acties van week %{week} en verder te zien."
+ click_to_update_actions: "Klik op een balk in de grafiek op de acties hieronder aan te passen."
+ contexts: Contexten
+ current_running_time_of_incomplete_visible_actions: "Huidige looptijd van onvolledige zichtbare acties"
+ index_title: "TRACKS::Statistiek"
+ labels:
+ avg_completed: "Gem afgerond"
+ avg_created: "Gem gemaakt"
+ completed: Afgerond
+ created: Gemaakt
+ month_avg_completed: "%{months} gem afgerond per maand"
+ month_avg_created: "%{months} gem gemaakt per maand"
+ legend:
+ actions: Acties
+ day_of_week: "Dag van de week"
+ months_ago: "Maanden geleden"
+ number_of_actions: "Aantal acties"
+ number_of_days: "Aantal dagen geleden"
+ percentage: Percentage
+ running_time: "Looptijd van een actie (weken)"
+ more_stats_will_appear: "Meer statistieken zullen hier verschijnen zodra u acties hebt toegevoegd."
+ no_actions_selected: "Er zijn geen acties geselecteerd."
+ no_tags_available: "geen tags beschikbaar"
+ open_per_week: "Active (zichtbare en verborgen) volgende acties per week"
+ open_per_week_legend:
+ actions: Acties
+ weeks: "Weken geleden"
+ other_actions_label: (anderen)
+ projects: Projecten
+ running_time_all: "Huidige looptijd van alle onvolledige acties"
+ running_time_all_legend:
+ actions: Acties
+ percentage: Percentage
+ running_time: "Looptijd van een actie (weken). Klik op een balk voor meer info"
+ running_time_legend:
+ actions: Acties
+ percentage: Percentage
+ weeks: "Looptijd van een actie (weken). Klik op een balk voor meer info"
+ spread_of_actions_for_all_context: "Verdeling van acties voor alle contexten"
+ spread_of_running_actions_for_visible_contexts: "Verdeling van actieve acties voor zichtbare contexten"
+ tag_cloud_90days_description: "Deze tag cloud bevat tags van acties die zijn gemaakt of voltooid in de afgelopen 90 dagen."
+ tag_cloud_90days_title: "Tag cloud met acties in afgelopen 90 dagen"
+ tag_cloud_description: "Deze tag cloud bevat tags van alle acties (afgerond, niet voltooid, zichtbaar en / of verborgen)"
+ tag_cloud_title: "Tag Cloud voor alle acties"
+ tags: Tags
+ time_of_day: "Tijd van de dag (alle acties)"
+ time_of_day_legend:
+ number_of_actions: "Aantal acties"
+ time_of_day: "Tijd van de dag"
+ tod30: "Tijd van de dag (laatste 30 dagen)"
+ tod30_legend:
+ number_of_actions: "Aantal acties"
+ time_of_day: "Tijd van de dag"
+ top10_longrunning: "Top 10 langstlopende projecten"
+ top10_projects: "Top 10 projecten"
+ top10_projects_30days: "Top 10 project in de laatste 30 dagen"
+ top5_contexts: "Top 5 contexten"
+ top5_visible_contexts_with_incomplete_actions: "Top 5 zichtbare contexten met onvolledige acties"
+ totals: Totalen
+ totals_action_count: "u heeft een totaal van %{count} acties"
+ totals_actions_completed: "%{count} van deze zijn voltooid."
+ totals_active_project_count: "Van deze zijn %{count} actieve projecten"
+ totals_blocked_actions: "%{count} zijn afhankelijk van de voltooiing van hun acties."
+ totals_completed_project_count: "en %{count} zijn afgeronde projecten."
+ totals_context_count: "U heeft %{count} contexten."
+ totals_deferred_actions: "waarvan %{count} uitgestelde acties in de tickler zijn"
+ totals_first_action: "Sinds uw eerste actie op %{date}"
+ totals_hidden_context_count: "en %{count} zijn verborgen contexten."
+ totals_hidden_project_count: "%{count} zijn verborgen"
+ totals_incomplete_actions: "U heeft %{count} onvolledige acties"
+ totals_project_count: "U heeft %{count} projecten."
+ totals_tag_count: "U heeft %{count} tags geplaatst op acties."
+ totals_unique_tags: "Van deze tags zijn %{count} uniek."
+ totals_visible_context_count: "Van deze zijn %{count} zichtbare contexten"
+ within_one: "Binnen 1"
+ support:
+ array:
last_word_connector: ", en"
two_words_connector: en
- select:
+ words_connector: ","
+ select:
prompt: Selecteer
- will_paginate:
- previous_label: "«Vorige"
- page_entries_info:
- multi_page: Toon %{model} %{from} - %{to} van %{count} in totaal
- single_page_html:
- one: Toon 1 %{model}
- other: Toon alle %{count} %{model}
- zero: Geen %{model} gevonden
- single_page:
- one: Toon 1 %{model}
- other: Toon alle %{count} %{model}
- zero: Geen %{model} gevonden
- multi_page_html: Toon %{model} %{from} - %{to} van %{count} in totaal
- page_gap: "…"
- next_label: "Volgende »"
- dates:
- month_names:
- - Januari
- - Februari
- - Maart
- - April
- - Mei
- - Juni
- - Juli
- - Augustus
- - September
- - Oktober
- - November
- - December
- day_names:
- - Zondag
- - Maandag
- - Dinsdag
- - Woensdag
- - Donderdag
- - Vrijdag
- - Zaterdag
- footer:
- send_feedback: Stuur reactie op %{version}
- shared:
- multiple_next_actions: Meerdere acties (een op elke regel)
- make_actions_dependent: Maak acties afhankelijk van elkaar
- toggle_single: Voeg een actie toe
- hide_form: Verberg formulier
- add_actions: Toevoegen acties
- add_action: Actie toevoegen
- tags_for_all_actions: Tags voor alle acties (scheiden met een komma)
- toggle_single_title: Voeg een nieuwe actie toe
- project_for_all_actions: Project voor alle acties
- context_for_all_actions: Context voor alle acties
- toggle_multi: Voeg meerdere acties toe
- separate_tags_with_commas: gescheiden door komma's
- add_context: Toevoegen context
- toggle_multi_title: Toggle single / multi actie formulier
- hide_action_form_title: Verberg nieuwe actie formulier
- feedlist:
- choose_context: Kies de context waar je een feed van wilt
- actions_due_today: Acties die vandaag of eerder af moeten
- ical_feed: iCal feed
- legend: Legenda
- all_contexts: Alle contexten
- rss_feed: RSS Feed
- choose_project: Kies het project waar je een feed van wilt
- all_projects: Alle projecten
- project_needed: "Er moet ten minste één project zijn voor een feed opgevraagd kan worden"
- select_feed_for_project: Kies de feed voor dit project
- active_projects_wo_next: Actieve projecten zonder acties
- active_starred_actions: Alle gesterde, actieve acties
- context_needed: "Er moet eerst ten minste één context zijn voor je een feed kan opvragen"
- select_feed_for_context: Kies de feed voor deze context
- projects_and_actions: Actieve projecten met hun acties
- notice_incomplete_only: "Merk op: alle feeds laten alleen acties zien die niet afgerond zijn, tenzij anders vermeld."
- actions_due_next_week: Acties die binnen 7 dagen afgerond moeten
- actions_completed_last_week: Acties afgerond in de afgelopen 7 dagen
- context_centric_actions: Feeds voor onafgeronde acties in een specifieke context
- plain_text_feed: Reguliere tekst feed
- last_fixed_number: Laatste %{number} acties
- all_actions: Alle acties
- project_centric: Feeds voor onafgeronde acties in een specifiek project
- sidebar:
- list_name_active_contexts: Actieve contexten
- list_name_active_projects: Actieve projecten
- list_empty: Geen
- list_name_completed_projects: Voltooide projecten
- list_name_hidden_projects: Verborgen projecten
- list_name_hidden_contexts: Verborgen contexten
- users:
- openid_url_verified: Je hebt %{url} met succes geverifieerd als je identiteit en uw authenticatie type OpenID opgeslagen.
+ time:
+ am: ochtend
+ formats:
+ default: "%A, %d %B %Y %H:%M:%S %z"
+ long: "%A, %d. %B %Y, %H:%M"
+ month_day: "%d %B"
+ short: "%d %B %H:%M"
+ stats: "%a %d-%m"
+ time: "%H:%M"
+ pm: middag
+ todos:
+ action_deferred: "De actie '%{description}' is uitgesteld"
+ action_deleted_error: "Verwijderen van de actie is mislukt"
+ action_deleted_success: "Actie succesvol verwijderd"
+ action_due_on: "(deadline actie op %{date})"
+ action_marked_complete: "De actie '%{description}' werd gemarkeerd als %{completed}"
+ action_marked_complete_error: "De actie '%{description}' is niet gemarkeerd als %{completed} vanwege een fout op de server."
+ action_saved: "Actie opgeslagen"
+ action_saved_to_tickler: "Actie opgeslagen in tickler"
+ add_another_dependency: "Nog een afhankelijkheid toevoegen"
+ add_new_recurring: "Voeg een nieuwe terugkerende actie toe"
+ added_dependency: "%{dependency} als afhankelijkheid toegevoegd."
+ added_new_context: "Nieuwe context toegevoegd"
+ added_new_next_action: "Nieuwe actie toegevoegd"
+ added_new_next_action_plural: "Nieuwe acties toegevoegd"
+ added_new_next_action_singular: "Nieuwe actie toegevoegd"
+ added_new_project: "Nieuw project toegevoegd"
+ all_completed: "Alle afgeronde acties"
+ all_completed_here: hier
+ all_completed_tagged_page_title: "TRACKS:: Alle afgeronde acties met tag %{tag_name}"
+ append_in_this_project: "in dit project"
+ archived_tasks_title: "TRACKS:: Gearchiveerde voltooide taken"
+ blocked_by: "Geblokkeerd door %{predecessors}"
+ calendar:
+ due_next_month_and_later: "Deadline in %{month} en later"
+ due_next_week: "Deadline volgende week"
+ due_this_month: "Deadline in rest van %{month}"
+ due_this_week: "Deadline in rest van deze week"
+ due_today: "Deadline vandaag"
+ get_in_ical_format: "Ontvang deze agenda in iCal-formaat"
+ no_actions_due_after_this_month: "Geen acties met deadline na deze maand"
+ no_actions_due_next_week: "Geen acties met deadline in volgende week"
+ no_actions_due_this_month: "Geen acties met deadline in de rest van deze maand"
+ no_actions_due_today: "Geen acties met deadline vandaag"
+ calendar_page_title: "TRACKS::Agenda"
+ cannot_add_dependency_to_completed_todo: "Kan deze actie niet als een afhankelijkheid van een voltooide actie toevoegen!"
+ clear_due_date: "Maak deadline leeg"
+ clear_show_from_date: "Maak de datum Tonen Vanaf leeg"
+ completed: Afgerond
+ completed_actions: "Voltooide acties"
+ completed_actions_with: "Afgeronde acties met de tag %{tag_name}"
+ completed_in_archive:
+ one: "Er is een voltooide actie in het archief."
+ other: "Er zijn %{count} afgeronde acties in het archief."
+ completed_last_day: "Voltooid in de laatste 24 uur"
+ completed_last_x_days: "Voltooid in de laatste %{count} dagen"
+ completed_recurrence_completed: "Er is geen actie na de terugkerende actie die u new verwijderd heeft. De herhaling is voltooid"
+ completed_recurring: "Afgesloten terugkerende todos"
+ completed_rest_of_month: "Afgerond in de rest van deze maand"
+ completed_rest_of_previous_month: "Afgerond in de rest van de vorige maand"
+ completed_rest_of_week: "Afgerond in de rest van deze week"
+ completed_tagged_page_title: "TRACKS:: Afgeronde acties met tag %{tag_name}"
+ completed_tasks_title: "TRACKS::Voltooide taken"
+ completed_today: "Vandaag afgerond"
+ confirm_delete: "Weet u zeker dat u de actie '%{description}' wilt verwijderen?"
+ context_changed: "Context veranderd in '%{name}'"
+ convert_to_project: "Maak project"
+ defer_date_after_due_date: "Uitsteldatum is na de vervaldag. Gelieve vervaldag bewerken alvorens uitsteldatum aan te passen."
+ defer_x_days:
+ one: "Een dag uitstellen"
+ other: "%{count} dagen uitstellen"
+ deferred_actions_with: "Uitgestelde acties met de tag '%{tag_name}'"
+ deferred_pending_actions: "Uitgestelde/wachtende acties"
+ deferred_tasks_title: "TRACKS::Tickler"
+ delete: Verwijder
+ delete_action: "Verwijder actie"
+ delete_recurring_action_confirm: "Weet u zeker dat u wilt de terugkerende actie '%{description}' wilt verwijderen?"
+ delete_recurring_action_title: "Verwijder de terugkerende actie"
+ deleted_success: "De actie werd met succes verwijderd."
+ depends_on: "Hangt af van"
+ depends_on_separate_with_commas: "Afhankelijk van (gescheiden door komma's)"
+ done: Voltooid?
+ drag_action_title: "Sleep naar een andere actie om deze afhankelijk te maken van die actie"
+ due: Deadline
+ edit: Bewerken
+ edit_action: "Actie bewerken"
+ edit_action_with_description: "Bewerk de actie '%{description}'"
+ edit_recurring_todo: "Bewerk herhalende actie"
+ error_completing_todo: "Er was een fout bij het voltooien / activeren van de terugkerende actie '%{description}'"
+ error_deleting_item: "Er is een fout opgetreden bij het verwijderen van het item '%{description}'"
+ error_deleting_recurring: "Er is een fout opgetreden bij het verwijderen van het item \\'%{description}\\'"
+ error_removing_dependency: "Er is een fout opgetreden het verwijderen van de afhankelijke actie"
+ error_saving_recurring: "Er is een fout opgetreden het opslaan van de terugkerende actie '%{description}'"
+ error_starring: "Kon niet de ster van deze actie niet omzetten \\'%{description}\\'"
+ error_starring_recurring: "Kon niet de ster van deze terugkerende actie niet omzetten \\'%{description}\\'"
+ error_toggle_complete: "Kon deze actie niet als afgerond markeren"
+ feed_title_in_context: "in context '%{context}'"
+ feed_title_in_project: "In het project '%{project}'"
+ feeds:
+ completed: "Voltooid: %{date}"
+ due: "Deadline: %{date}"
+ has_x_pending:
+ one: "Heeft een wachtende actie"
+ other: "Heeft %{count} wachtende acties"
+ hidden_actions: "Verborgen acties"
+ in_hidden_state: "in verborgen toestand"
+ in_pending_state: "in wachtende toestand"
+ list_incomplete_next_actions: "Toon onvoltooide acties"
+ list_incomplete_next_actions_with_limit: "Toont de laatste %{count} onvoltooide acties"
+ mark_complete: "Markeer gereed"
+ mobile_todos_page_title: "Alle acties"
+ new_related_todo_created: "Een nieuwe actie is toegevoegd, die behoort bij deze terugkerende todo"
+ new_related_todo_created_short: "een nieuwe actie gemaakt"
+ new_related_todo_not_created_short: "een nieuwe actie is niet gemaakt"
+ next_action_description: "Actie beschrijving"
+ next_action_needed: "U dient ten minste een actie in te vullen"
+ next_actions_description: "Filter:"
+ next_actions_description_additions:
+ completed: "in de afgelopen %{count} dagen"
+ due_date: "met een deadline %{due_date} of eerder"
+ next_actions_due_date:
+ due_in_x_days: "Deadline over %{days} dagen"
+ due_today: "Deadline vandaag"
+ due_tomorrow: "Deadline morgen"
+ overdue_by: "Over deadline met %{days} dag"
+ overdue_by_plural: "Over deadline met %{days} dagen"
+ next_actions_title: "Tracks - Acties"
+ next_actions_title_additions:
+ completed: "acties voltooid"
+ due_today: "deadline vandaag"
+ due_within_a_week: "deadline binnen een week"
+ no_actions_due_this_week: "Geen acties met deadline in rest van deze week"
+ no_actions_found: "Momenteel zijn er geen onafgeronde acties."
+ no_actions_found_title: "Geen acties gevonden"
+ no_actions_with: "Momenteel zijn er geen onvoltooide acties met de tag '%{tag_name}'"
+ no_completed_actions: "Momenteel zijn er geen voltooide acties."
+ no_completed_actions_with: "Geen voltooide acties met de tag '%{tag_name}'"
+ no_completed_recurring: "Momenteel zijn er geen voltooide terugkerende acties"
+ no_deferred_actions: "Momenteel zijn er geen uitgestelde acties."
+ no_deferred_actions_with: "Geen uitgestelde acties met de tag '%{tag_name}'"
+ no_deferred_pending_actions: "Momenteel zijn er geen uitgestelde of wachtende acties"
+ no_hidden_actions: "Momenteel zijn er geen verborgen acties gevonden"
+ no_incomplete_actions: "Er zijn geen onvoltooide acties"
+ no_last_completed_actions: "Geen afgeronde acties gevonden"
+ no_project: "-- Geen project --"
+ no_recurring_todos: "Momenteel zijn er geen terugkerende acties"
+ older_completed_items: "Oudere voltooide items"
+ overdue: Achterstallig
+ pending: Wachtend
+ recurrence:
+ daily: Dagelijks
+ daily_every_number_day: "Elke %{number} dag(en)"
+ daily_options: "Instellingen voor dagelijks terugkerende acties"
+ day_x_on_every_x_month: "Dag %{day} op elke %{month} maand"
+ ends_on: "Eindigt op"
+ ends_on_date: "Eindigt op %{date}"
+ ends_on_number_times: "Eindigt na %{number} keer"
+ every_work_day: "Elke werkdag"
+ from_tickler: "de datum dat de actie uit de tickler komt (geen deadline ingesteld)"
+ monthly: Maandelijks
+ monthly_every_xth_day: "De %{day} %{day_of_week} van elke %{month} maand"
+ monthly_options: "Instellingen voor maandelijks terugkerende acties"
+ no_end_date: "Geen einddatum"
+ pattern:
+ day_names:
+ - zondag
+ - maandag
+ - dinsdag
+ - woensdag
+ - donderdag
+ - vrijdag
+ - zaterdag
+ due: Deadline
+ every_day: "elke dag"
+ every_month: "elke maand"
+ every_n: "elke %{n}"
+ every_xth_day_of_every_n_months: "elke %{x} %{day} van elke %{n_months}"
+ every_year_on: "elk jaar op %{date}"
+ first: eerste
+ fourth: vierde
+ from: vanaf
+ last: laatste
+ month_names:
+ - ~
+ - januari
+ - februari
+ - maart
+ - april
+ - mei
+ - juni
+ - juli
+ - augustus
+ - september
+ - oktober
+ - november
+ - december
+ on_day_n: "op dag %{n}"
+ on_work_days: "op werkdagen"
+ second: tweede
+ show: Tonen
+ the_xth_day_of_month: "de %{x} %{day} van %{month}"
+ third: derde
+ times: "voor %{number} keer"
+ until: tot
+ weekly: wekelijks
+ recurrence_on_due_date: "de datum dat deadline van de actie is"
+ recurrence_on_options: "Stel herhaling in op"
+ show_days_before: "%{days} dagen voor de deadline van actie"
+ show_option_always: altijd
+ show_options: "Toon de actie"
+ starts_on: "Begint op"
+ weekly: Wekelijks
+ weekly_every_number_week: "Herhaalt elke %{number} weken op"
+ weekly_options: "Instellingen voor de wekelijkse terugkerende acties"
+ yearly: Jaarlijks
+ yearly_every_x_day: "Elke %{month} %{day}"
+ yearly_every_xth_day: "De %{day} %{day_of_week} van %{month}"
+ yearly_options: "Instellingen voor jaarlijks terugkerende acties"
+ recurrence_completed: "Er is geen volgende actie na de terugkerende actie die u zojuist hebt voltooid. De herhaling is voltooid"
+ recurrence_period: "Herhaling periode"
+ recurring_action_deleted: "Actie werd verwijderd. Omdat deze actie herhalend is. werd een nieuwe actie toegevoegd"
+ recurring_action_saved: "Terugkerende actie opgeslagen"
+ recurring_actions_title: "TRACKS::Terugkerende acties"
+ recurring_deleted_success: "De recurrente actie is succesvol verwijderd."
+ recurring_pattern_removed: "Het herhalingspatroon is verwijderd van %{count}"
+ recurring_todos: "Terugkerende acties"
+ remove_dependency: "Verwijder afhankelijkheid (zal niet de actie zelf verwijderen)"
+ removed_predecessor: "'%{successor}' is verwijderd als afhankelijkheid van '%{predecessor}'."
+ scheduled_overdue: "Gepland om %{days} dagen geleden te tonen"
+ see_all_completed: "Je kan alle afgeronde acties %{link} zien"
+ set_to_pending: "'%{task}' als wachtend ingesteld"
+ show_from: "Toon vanaf"
+ show_in_days: "Toon over %{days} dagen"
+ show_on_date: "Toon op %{date}"
+ show_today: "Toon vandaag"
+ show_tomorrow: "Toon morgen"
+ star_action: "Markeer deze actie met een ster"
+ star_action_with_description: "markeer de actie '%{description}' met een ster"
+ tagged_page_title: "TRACKS::Tagged met '%{tag_name}'"
+ tagged_with: "gelabeld met ‘%{tag_name}’"
+ tags: "Tags (gescheiden door komma's)"
+ task_list_title: "TRACKS::Toon acties"
+ tickler_items_due:
+ one: "Een tickler item wordt nu zichtbaar - vernieuw de pagina om het te zien."
+ other: "%{count} tickerl items zijn nu zichtbaar - vernieuw de pagina om ze te zien."
+ to_tickler: "naar tickler"
+ unable_to_add_dependency: "Niet in staat om de afhankelijkheid toe te voegen"
+ unresolved_dependency: "De waarde die u ingevoerd heeft in het afhankelijkheden veld is niet herleidbaar naar een bestaande actie. Deze waarde wordt niet bewaard met de rest van de actie. Doorgaan?"
+ was_due_on_date: "had deadline op %{date}"
+ users:
+ account_signup: "Aanmelden voor een account"
+ auth_change_submit: "Wijzigen authenticatietype"
auth_type_update_error: "Er was een probleem met het bijwerken van uw authenticatietype: %{error_messages}"
- failed_to_delete_user: Mislukt de gebruiker %{username} te verwijderen
- destroy_successful: Gebruiker %{login} met succes verwijderd
- first_user_heading: "Welkom bij TRACKS. Om te beginnen, maak dan een admin account:"
- total_contexts: Totaal aantal contexten
- successfully_deleted_user: Succesvol gebruiker %{username} verwijderd
- signup_successful: Aanmelding succesvol voor gebruiker %{username}.
- new_token_generated: Nieuwe token met succes gegenereerd
- total_projects: Totaal aantal projecten
- change_password_submit: Wachtwoord wijzigen
- no_signups_title: "TRACKS:: Geen nieuwe aanmeldingen"
- user_created: Gebruiker aangemaakt.
- account_signup: Aanmelden voor een account
- manage_users: Beheren gebruikers
- password_updated: Wachtwoord bijgewerkt.
- auth_type_updated: Authenticatietype bijgewerkt.
- total_actions: Totaal aanal acties
- desired_login: Gewenste login
- signup: Aanmelden
- confirm_password: Bevestig wachtwoord
- new_user_heading: "Registreer een nieuwe gebruiker:"
- password_confirmation_label: Bevestig wachtwoord
- destroy_error: Er is een fout opgetreden bij het verwijderen van de gebruiker '%{login}'
- choose_password: Kies een wachtwoord
- change_password_title: TRACKS::Wachtwoord wijzigen
- change_auth_type_title: TRACKS::Wijzig authenticatietype
- change_password_prompt: Voer uw nieuwe wachtwoord in de onderstaande velden in en kies 'Wachtwoord wijzigen' om uw huidige wachtwoord met uw nieuwe te vervangen.
- new_password_label: Nieuw wachtwoord
- register_with_cas: Met uw CAS gebruikersnaam
- label_auth_type: Authenticatietype
- total_users_count: Je hebt een totaal van %{count} gebruikers
- new_user_title: "TRACKS:: Aanmelden als de admin gebruiker"
- destroy_user: Verwijder de gebruiker
+ auth_type_updated: "Authenticatietype bijgewerkt."
+ change_auth_type_title: "TRACKS::Wijzig authenticatietype"
+ change_authentication_type: "Wijzigen authenticatietype"
+ change_password_prompt: "Voer uw nieuwe wachtwoord in de onderstaande velden in en kies 'Wachtwoord wijzigen' om uw huidige wachtwoord met uw nieuwe te vervangen."
+ change_password_submit: "Wachtwoord wijzigen"
+ change_password_title: "TRACKS::Wachtwoord wijzigen"
+ choose_password: "Kies een wachtwoord"
+ confirm_password: "Bevestig wachtwoord"
+ desired_login: "Gewenste login"
destroy_confirmation: "Waarschuwing: dit zal de gebruiker '%{login} verwijderen met al zijn acties, contexten, projecten en notities. Weet u zeker dat u wilt doorgaan?"
- you_have_to_reset_your_password: Je moet je wachtwoord opnieuw instellen
- signup_new_user: Registreer nieuwe gebruiker
- identity_url: Identiteit URL
- openid_ok_pref_failed: Je hebt succesvol de %{url} geverifieerd als je identiteit, maar er was een probleem met het opslaan van uw authenticatie voorkeuren.
- auth_change_submit: Wijzigen authenticatietype
- change_authentication_type: Wijzigen authenticatietype
- total_notes: Totaal aantal notities
- select_authentication_type: Selecteer uw nieuwe authenticatie type en klik op 'Wijzigen authenticatietype' om uw huidige instellingen te vervangen.
- contexts:
- delete_context_title: Verwijder context
- all_completed_tasks_title: "TRACKS:: Alle voltooide acties in context '%{context_name}'"
- hide_form: Verberg formulier
- show_form_title: Voeg een context toe
- delete_context_confirmation: Weet u zeker dat u de context '%{name}' wilt verwijderen? Merk op dat dit ook alle (herhalende) acties in deze context zal verwijderen!
- todos_append: in deze context
- delete_context: Verwijder context
- edit_context: Bewerk context
- hide_form_title: "Verberg formulier voor nieuwe context "
- hidden_contexts: Verborgen contexten
- no_contexts_active: Momenteel zijn er geen actieve contexten
- context_hide: Verberg van de start pagina?
- add_context: Context toevoegen
- show_form: Maak een nieuwe context
- save_status_message: Context bewaard
- visible_contexts: Zichtbare contexten
- update_status_message: Naam van de context was veranderd
- context_name: Context naam
- status_active: Context is actief
- completed_tasks_title: "TRACKS:: Voltooid acties in de context '%{context_name}'"
- new_context_post: "' zal ook gemaakt worden. Weet u dit zeker?"
- new_context_pre: Nieuwe context '
- no_actions: Momenteel zijn er geen onafgeronde acties in deze context
- last_completed_in_context: in deze context (laatste %{number})
- context_deleted: De context '%{name}' is verwijderd
- no_contexts_hidden: Momenteel zijn er geen verborgen contexten
- status_hidden: Context is verborgen
- login:
- openid_identity_url_not_found: Sorry, geen gebruiker met die identiteit URL bestaat (%{identity_url})
- user_no_expiry: Blijf ingelogd
- sign_in: Meld aan
- login_cas: Ga naar het CAS
- cas_no_user_found: Hallo,%{username}! Je hebt nog geen account op Tracks.
- cas_login: CAS Inloggen
- successful_with_session_info: "Login succesvol:"
- please_login: Log in om Tracks te gebruiken
- cas_logged_in_greeting: Hallo, %{username}! U bent geauthenticeerd.
- cas_username_not_found: Sorry, geen gebruiker met die CAS gebruikersnaam bestaat (%{username})
- cas_create_account: Als u willen vragen ga hier om %{signup_link}
- mobile_use_openid: ... if inloggen met een OpenID
- cas_signup_link: Aanvragen account
- account_login: Account login
- successful: Succesvol aangemeld. Welkom terug!
- session_will_not_expire: sessie zal niet verlopen.
- option_separator: of,
- session_time_out: Sessie is verlopen. Gelieve %{link}
- session_will_expire: sessie zal verlopen na %{hours} u(u)r(en) van inactiviteit.
- login_standard: Ga terug naar de standaard login
- login_with_openid: inloggen met een OpenID
- unsuccessful: Login mislukt.
- log_in_again: opnieuw in te loggen.
- logged_out: Je bent afgemeld bij Tracks.
- datetime:
- prompts:
- minute: Minuut
- second: Seconden
- month: Maand
- hour: Uur
- day: Dag
- year: Jaar
- distance_in_words:
- less_than_x_minutes:
- one: minder dan een minuut
- other: minder dan %{count} minuten
- zero: minder dan 1 minuut
- almost_x_years:
- one: bijna 1 jaar
- other: bijna %{count} jaren
- x_days:
- one: 1 dag
- other: "%{count} dagen"
- x_seconds:
- one: 1 seconde
- other: "%{count} seconden"
- about_x_hours:
- one: ongeveer 1 uur
- other: ongeveer %{count} uren
- less_than_x_seconds:
- one: minder dan 1 seconde
- other: minder dan %{count} seconden
- zero: minder dan 1 seconde
- x_months:
- one: 1 maand
- other: "%{count} maanden"
- x_minutes:
- one: 1 minuut
- other: "%{count} minuten"
- about_x_years:
- one: ongeveer 1 jaar
- other: ongeveer %{count} jaren
- about_x_months:
- one: ongeveer 1 maand
- other: ongeveer %{count} maanden
- over_x_years:
- one: over 1 jaar
- other: over %{count} jaren
- half_a_minute: halve minuut
- search:
- contexts_matching_query: Contexten passend bij zoekopdracht
- tags_matching_query: Tags passend bij zoekopdracht
- no_results: Uw zoekopdracht heeft geen resultaten opgeleverd.
- todos_matching_query: Todos passend bij zoekopdracht
- projects_matching_query: Projecten passend bij zoekopdracht
- notes_matching_query: Notities passend bij zoekopdracht
+ destroy_error: "Er is een fout opgetreden bij het verwijderen van de gebruiker '%{login}'"
+ destroy_successful: "Gebruiker %{login} met succes verwijderd"
+ destroy_user: "Verwijder de gebruiker"
+ failed_to_delete_user: "Mislukt de gebruiker %{username} te verwijderen"
+ first_user_heading: "Welkom bij TRACKS. Om te beginnen, maak dan een admin account:"
+ identity_url: "Identiteit URL"
+ label_auth_type: Authenticatietype
+ manage_users: "Beheren gebruikers"
+ new_password_label: "Nieuw wachtwoord"
+ new_token_generated: "Nieuwe token met succes gegenereerd"
+ new_user_heading: "Registreer een nieuwe gebruiker:"
+ new_user_title: "TRACKS:: Aanmelden als de admin gebruiker"
+ no_signups_title: "TRACKS:: Geen nieuwe aanmeldingen"
+ openid_ok_pref_failed: "Je hebt succesvol de %{url} geverifieerd als je identiteit, maar er was een probleem met het opslaan van uw authenticatie voorkeuren."
+ openid_url_verified: "Je hebt %{url} met succes geverifieerd als je identiteit en uw authenticatie type OpenID opgeslagen."
+ password_confirmation_label: "Bevestig wachtwoord"
+ password_updated: "Wachtwoord bijgewerkt."
+ register_with_cas: "Met uw CAS gebruikersnaam"
+ select_authentication_type: "Selecteer uw nieuwe authenticatie type en klik op 'Wijzigen authenticatietype' om uw huidige instellingen te vervangen."
+ signup: Aanmelden
+ signup_new_user: "Registreer nieuwe gebruiker"
+ signup_successful: "Aanmelding succesvol voor gebruiker %{username}."
+ successfully_deleted_user: "Succesvol gebruiker %{username} verwijderd"
+ total_actions: "Totaal aanal acties"
+ total_contexts: "Totaal aantal contexten"
+ total_notes: "Totaal aantal notities"
+ total_projects: "Totaal aantal projecten"
+ total_users_count: "Je hebt een totaal van %{count} gebruikers"
+ user_created: "Gebruiker aangemaakt."
+ you_have_to_reset_your_password: "Je moet je wachtwoord opnieuw instellen"
+ will_paginate:
+ next_label: "Volgende »"
+ page_entries_info:
+ multi_page: "Toon %{model} %{from} - %{to} van %{count} in totaal"
+ multi_page_html: "Toon %{model} %{from} - %{to} van %{count} in totaal"
+ single_page:
+ one: "Toon 1 %{model}"
+ other: "Toon alle %{count} %{model}"
+ zero: "Geen %{model} gevonden"
+ single_page_html:
+ one: "Toon 1 %{model}"
+ other: "Toon alle %{count} %{model}"
+ zero: "Geen %{model} gevonden"
+ page_gap: "…"
+ previous_label: «Vorige
diff --git a/config/routes.rb b/config/routes.rb
index f34faf80..cb133922 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,4 +1,6 @@
Tracksapp::Application.routes.draw do
+ mount Tolk::Engine => '/tolk', :as => 'tolk' if Rails.env=='development'
+
root :to => 'todos#index'
match 'login' => 'login#login'
diff --git a/db/migrate/20120718110127_create_tolk_tables.rb b/db/migrate/20120718110127_create_tolk_tables.rb
new file mode 100644
index 00000000..160000ab
--- /dev/null
+++ b/db/migrate/20120718110127_create_tolk_tables.rb
@@ -0,0 +1,38 @@
+class CreateTolkTables < ActiveRecord::Migration
+ def self.up
+ create_table :tolk_locales do |t|
+ t.string :name
+ t.datetime :created_at
+ t.datetime :updated_at
+ end
+
+ add_index :tolk_locales, :name, :unique => true
+
+ create_table :tolk_phrases do |t|
+ t.text :key
+ t.datetime :created_at
+ t.datetime :updated_at
+ end
+
+ create_table :tolk_translations do |t|
+ t.integer :phrase_id
+ t.integer :locale_id
+ t.text :text
+ t.text :previous_text
+ t.boolean :primary_updated, :default => false
+ t.datetime :created_at
+ t.datetime :updated_at
+ end
+
+ add_index :tolk_translations, [:phrase_id, :locale_id], :unique => true
+ end
+
+ def self.down
+ remove_index :tolk_translations, :column => [:phrase_id, :locale_id]
+ remove_index :tolk_locales, :column => :name
+
+ drop_table :tolk_translations
+ drop_table :tolk_phrases
+ drop_table :tolk_locales
+ end
+end
\ No newline at end of file