app/views/my/blocks/_issuesassignedtome.html.erb | 2 +- app/views/my/blocks/_issuesreportedbyme.html.erb | 2 +- app/views/my/blocks/_issueswatched.html.erb | 2 +- config/locales/ar.yml | 3 +++ config/locales/bg.yml | 3 +++ config/locales/bs.yml | 3 +++ config/locales/ca.yml | 3 +++ config/locales/cs.yml | 3 +++ config/locales/da.yml | 3 +++ config/locales/de.yml | 3 +++ config/locales/el.yml | 3 +++ config/locales/en-GB.yml | 3 +++ config/locales/en.yml | 3 +++ config/locales/es.yml | 3 +++ config/locales/et.yml | 3 +++ config/locales/eu.yml | 3 +++ config/locales/fa.yml | 3 +++ config/locales/fi.yml | 5 ++++- config/locales/fr.yml | 5 ++++- config/locales/gl.yml | 3 +++ config/locales/he.yml | 5 ++++- config/locales/hr.yml | 5 ++++- config/locales/hu.yml | 3 +++ config/locales/id.yml | 4 +++- config/locales/it.yml | 5 ++++- config/locales/ja.yml | 3 +++ config/locales/ko.yml | 3 +++ config/locales/lt.yml | 5 ++++- config/locales/lv.yml | 3 +++ config/locales/mk.yml | 3 +++ config/locales/mn.yml | 3 +++ config/locales/nl.yml | 3 +++ config/locales/no.yml | 3 +++ config/locales/pl.yml | 3 +++ config/locales/pt-BR.yml | 3 +++ config/locales/pt.yml | 3 +++ config/locales/ro.yml | 4 +++- config/locales/ru.yml | 3 +++ config/locales/sk.yml | 3 +++ config/locales/sl.yml | 3 +++ config/locales/sq.yml | 3 +++ config/locales/sr-YU.yml | 3 +++ config/locales/sr.yml | 3 +++ config/locales/sv.yml | 3 +++ config/locales/th.yml | 3 +++ config/locales/tr.yml | 3 +++ config/locales/uk.yml | 3 +++ config/locales/vi.yml | 3 +++ config/locales/zh-TW.yml | 3 +++ config/locales/zh.yml | 3 +++ 50 files changed, 150 insertions(+), 11 deletions(-) diff --git a/app/views/my/blocks/_issuesassignedtome.html.erb b/app/views/my/blocks/_issuesassignedtome.html.erb index 02d8c9a..1251ad4 100644 --- a/app/views/my/blocks/_issuesassignedtome.html.erb +++ b/app/views/my/blocks/_issuesassignedtome.html.erb @@ -3,7 +3,7 @@ <% assigned_issues = issuesassignedtome_items %> <%= render :partial => 'issues/list_simple', :locals => { :issues => assigned_issues } %> <% if assigned_issues.length > 0 %> -

<%= link_to l(:label_issue_view_all), :controller => 'issues', +

<%= link_to l(:label_issue_view_assigned_to_me), :controller => 'issues', :action => 'index', :set_filter => 1, :assigned_to_id => 'me', diff --git a/app/views/my/blocks/_issuesreportedbyme.html.erb b/app/views/my/blocks/_issuesreportedbyme.html.erb index 06bbda7..a9498b8 100644 --- a/app/views/my/blocks/_issuesreportedbyme.html.erb +++ b/app/views/my/blocks/_issuesreportedbyme.html.erb @@ -3,7 +3,7 @@ <% reported_issues = issuesreportedbyme_items %> <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %> <% if reported_issues.length > 0 %> -

<%= link_to l(:label_issue_view_all), :controller => 'issues', +

<%= link_to l(:label_issue_view_reported), :controller => 'issues', :action => 'index', :set_filter => 1, :status_id => '*', diff --git a/app/views/my/blocks/_issueswatched.html.erb b/app/views/my/blocks/_issueswatched.html.erb index 510920a..d10a3ee 100644 --- a/app/views/my/blocks/_issueswatched.html.erb +++ b/app/views/my/blocks/_issueswatched.html.erb @@ -3,7 +3,7 @@ <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %> <% if watched_issues.length > 0 %> -

<%= link_to l(:label_issue_view_all), :controller => 'issues', +

<%= link_to l(:label_issue_view_watched), :controller => 'issues', :action => 'index', :set_filter => 1, :watcher_id => 'me', diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 9d40813..01b4060 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -826,6 +826,9 @@ ar: label_parent_revision: الوالدين label_child_revision: الطفل label_export_options: "%{export_format} خيارات التصدير" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: دخول button_submit: تثبيت diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 2e749f3..1ff23ce 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -884,6 +884,9 @@ bg: label_cross_project_tree: С дърво на проектите label_cross_project_hierarchy: С проектна йерархия label_cross_project_system: С всички проекти + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Вход button_submit: Изпращане diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 987dbbe..bb68347 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -701,6 +701,9 @@ bs: label_issue_watchers: Praćeno od label_example: Primjer label_display: Prikaz + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_apply: Primjeni button_add: Dodaj diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 9b31d2e..140f7ab 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -776,6 +776,9 @@ ca: label_profile: Perfil label_subtask_plural: Subtasques label_project_copy_notifications: "Envia notificacions de correu electrònic durant la còpia del projecte" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Entra button_submit: Tramet diff --git a/config/locales/cs.yml b/config/locales/cs.yml index b882a09..29da10c 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -794,6 +794,9 @@ cs: label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu label_principal_search: "Hledat uživatele nebo skupinu:" label_user_search: "Hledat uživatele:" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Přihlásit button_submit: Potvrdit diff --git a/config/locales/da.yml b/config/locales/da.yml index 9de271a..cd8a5ee 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -610,6 +610,9 @@ da: label_plugins: Plugins label_ldap_authentication: LDAP-godkendelse label_downloads_abbr: D/L + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Login button_submit: Send diff --git a/config/locales/de.yml b/config/locales/de.yml index c1f39c5..b1eaa6b 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -570,6 +570,9 @@ de: label_issue_tracking: Tickets label_issue_updated: Ticket aktualisiert label_issue_view_all: Alle Tickets anzeigen + label_issue_view_assigned_to_me: Alle mir zugewiesenen Tickets anzeigen + label_issue_view_reported: Alle von mir gemeldeten Tickets anzeigen + label_issue_view_watched: Alle von mir beobachteten Tickets anzeigen label_issue_watchers: Beobachter label_issues_by: "Tickets pro %{value}" label_issues_visibility_all: Alle Tickets diff --git a/config/locales/el.yml b/config/locales/el.yml index 1692149..9f3f591 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -710,6 +710,9 @@ el: label_date_from_to: Από %{start} έως %{end} label_wiki_content_added: Η σελίδα Wiki προστέθηκε label_wiki_content_updated: Η σελίδα Wiki ενημερώθηκε + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Σύνδεση button_submit: Αποστολή diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 47cf624..6d9222c 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -802,6 +802,9 @@ en-GB: label_project_copy_notifications: Send email notifications during the project copy label_principal_search: "Search for user or group:" label_user_search: "Search for user:" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Login button_submit: Submit diff --git a/config/locales/en.yml b/config/locales/en.yml index 79c6dce..d028f9c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -883,6 +883,9 @@ en: label_cross_project_tree: With project tree label_cross_project_hierarchy: With project hierarchy label_cross_project_system: With all projects + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Login button_submit: Submit diff --git a/config/locales/es.yml b/config/locales/es.yml index 84fdbbc..e3ab52b 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -655,6 +655,9 @@ es: label_workflow: Flujo de trabajo label_year: Año label_yesterday: ayer + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me mail_body_account_activation_request: "Se ha inscrito un nuevo usuario (%{value}). La cuenta está pendiende de aprobación:" mail_body_account_information: Información sobre su cuenta mail_body_account_information_external: "Puede usar su cuenta %{value} para conectarse." diff --git a/config/locales/et.yml b/config/locales/et.yml index 8c9c3d9..3d8df7c 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -861,6 +861,9 @@ et: label_item_position: "%{position}/%{count}" label_completed_versions: "Lõpetatud versioonid" label_search_for_watchers: "Otsi lisamiseks jälgijaid" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: "Logi sisse" button_submit: "Sisesta" diff --git a/config/locales/eu.yml b/config/locales/eu.yml index 066a44e..8763ac0 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -753,6 +753,9 @@ eu: label_api_access_key: API atzipen giltza label_missing_api_access_key: API atzipen giltza falta da label_api_access_key_created_on: "API atzipen giltza sortuta orain dela %{value}" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Saioa hasi button_submit: Bidali diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 55bc59a..481e450 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -790,6 +790,9 @@ fa: label_project_copy_notifications: در هنگام رونویسی پروژه ایمیل‌های آگاه‌سازی را بفرست label_principal_search: "جستجو برای کاربر یا دسته:" label_user_search: "جستجو برای کاربر:" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: ورود button_submit: واگذاری diff --git a/config/locales/fi.yml b/config/locales/fi.yml index e006919..90545e4 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -586,7 +586,10 @@ fi: label_age: Ikä label_change_properties: Vaihda asetuksia label_general: Yleinen - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me + button_login: Kirjaudu button_submit: Lähetä button_save: Tallenna diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b58d250..6f9c960 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -859,7 +859,10 @@ fr: label_cross_project_tree: Avec tout l'arbre label_cross_project_hierarchy: Avec toute la hiérarchie label_cross_project_system: Avec tous les projets - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me + button_login: Connexion button_submit: Soumettre button_save: Sauvegarder diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 8ec8c99..ab3c8ef 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -630,6 +630,9 @@ gl: label_workflow: Fluxo de traballo label_year: Ano label_yesterday: onte + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me mail_body_account_activation_request: "Inscribiuse un novo usuario (%{value}). A conta está pendente de aprobación:" mail_body_account_information: Información sobre a súa conta mail_body_account_information_external: "Pode usar a súa conta %{value} para conectarse." diff --git a/config/locales/he.yml b/config/locales/he.yml index 4a58cca..e70c7eb 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -784,7 +784,10 @@ he: label_profile: פרופיל label_subtask_plural: תתי־משימות label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me + button_login: התחבר button_submit: אשר button_save: שמור diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 0fa9743..8c43980 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -744,7 +744,10 @@ hr: label_api_access_key: API access key label_missing_api_access_key: Missing an API access key label_api_access_key_created_on: "API access key created %{value} ago" - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me + button_login: Prijavi button_submit: Pošalji button_save: Spremi diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 1531cc7..977ec43 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -630,6 +630,9 @@ label_chronological_order: Időrendben label_reverse_chronological_order: Fordított időrendben label_planning: Tervezés + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Bejelentkezés button_submit: Elfogad diff --git a/config/locales/id.yml b/config/locales/id.yml index 3f1b8b1..575f2dc 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -727,7 +727,9 @@ id: label_version_sharing_hierarchy: Dengan hirarki proyek label_version_sharing_tree: Dengan pohon proyek label_version_sharing_system: Dengan semua proyek - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Login button_submit: Kirim diff --git a/config/locales/it.yml b/config/locales/it.yml index a43310e..5c72bba 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -529,7 +529,10 @@ it: label_added_time_by: "Aggiunto da %{author} %{age} fa" label_updated_time: "Aggiornato %{value} fa" label_jump_to_a_project: Vai al progetto... - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me + button_login: Entra button_submit: Invia button_save: Salva diff --git a/config/locales/ja.yml b/config/locales/ja.yml index d551117..895c636 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -834,6 +834,9 @@ ja: label_git_report_last_commit: ファイルとディレクトリの最新コミットを表示する label_parent_revision: 親 label_child_revision: 子 + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: ログイン button_submit: 送信 diff --git a/config/locales/ko.yml b/config/locales/ko.yml index a10c677..7149c60 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -751,6 +751,9 @@ ko: label_date_from_to: "%{start}부터 %{end}까지" label_wiki_content_added: 위키페이지 추가 label_wiki_content_updated: 위키페이지 수정 + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: 로그인 button_submit: 확인 diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 1042b36..c4944f5 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -881,7 +881,10 @@ lt: label_parent_revision: Parent label_child_revision: Child label_export_options: "%{export_format} eksportavimo nustatymai" - + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me + button_login: Registruotis button_submit: Pateikti button_save: Išsaugoti diff --git a/config/locales/lv.yml b/config/locales/lv.yml index a864dfd..d280f1d 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -750,6 +750,9 @@ lv: label_api_access_key: API pieejas atslēga label_missing_api_access_key: Trūkst API pieejas atslēga label_api_access_key_created_on: "API pieejas atslēga izveidota pirms %{value}" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Pieslēgties button_submit: Nosūtīt diff --git a/config/locales/mk.yml b/config/locales/mk.yml index b162c83..4fabb96 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -774,6 +774,9 @@ mk: label_profile: Профил label_subtask_plural: Подзадачи label_project_copy_notifications: Праќај известувања по е-пошта при копирање на проект + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Најави се button_submit: Испрати diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 0e9b937..8bdb571 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -756,6 +756,9 @@ mn: label_api_access_key: API access key label_missing_api_access_key: Missing an API access key label_api_access_key_created_on: "API access key created %{value} ago" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Нэвтрэх button_submit: Илгээх diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 259953f..6547e7a 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -601,6 +601,9 @@ nl: label_workflow: Workflow label_year: Jaar label_yesterday: gisteren + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me mail_body_account_activation_request: "Een nieuwe gebruiker (%{value}) is geregistreerd. Zijn account wacht op uw akkoord:" mail_body_account_information: Uw account gegevens mail_body_account_information_external: "U kunt uw account (%{value}) gebruiken om in te loggen." diff --git a/config/locales/no.yml b/config/locales/no.yml index b239d16..708cae0 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -602,6 +602,9 @@ label_chronological_order: I kronologisk rekkefølge label_reverse_chronological_order: I omvendt kronologisk rekkefølge label_planning: Planlegging + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Logg inn button_submit: Send diff --git a/config/locales/pl.yml b/config/locales/pl.yml index ccbd689..60ac81b 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -627,6 +627,9 @@ pl: label_workflow: Przepływ label_year: Rok label_yesterday: wczoraj + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me mail_body_account_activation_request: "Zarejestrowano nowego użytkownika: (%{value}). Konto oczekuje na twoje zatwierdzenie:" mail_body_account_information: Twoje konto mail_body_account_information_external: "Możesz użyć twojego %{value} konta do zalogowania." diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 3658c81..2a3d0e3 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -644,6 +644,9 @@ pt-BR: label_incoming_emails: E-mails recebidos label_generate_key: Gerar uma chave label_issue_watchers: Observadores + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Entrar button_submit: Enviar diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 06d79a8..c816e05 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -630,6 +630,9 @@ pt: label_incoming_emails: E-mails a chegar label_generate_key: Gerar uma chave label_issue_watchers: Observadores + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Entrar button_submit: Submeter diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 4b0bf40..62bcfb5 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -685,11 +685,13 @@ ro: label_issue_watchers: Cine urmărește label_example: Exemplu label_display: Afișează - label_sort: Sortează label_ascending: Crescător label_descending: Descrescător label_date_from_to: De la %{start} la %{end} + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Autentificare button_submit: Trimite diff --git a/config/locales/ru.yml b/config/locales/ru.yml index f3b3395..ff68aa0 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -747,6 +747,9 @@ ru: other: "%{count} проектов" label_year: Год label_yesterday: вчера + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me mail_body_account_activation_request: "Зарегистрирован новый пользователь (%{value}). Учётная запись ожидает Вашего утверждения:" mail_body_account_information: Информация о Вашей учётной записи diff --git a/config/locales/sk.yml b/config/locales/sk.yml index fb929b2..9da485d 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -608,6 +608,9 @@ sk: label_preferences: Nastavenia label_chronological_order: V chronologickom poradí label_reverse_chronological_order: V obrátenom chronologickom poradí + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Prihlásiť button_submit: Potvrdiť diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 72ec96c..28c91e2 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -676,6 +676,9 @@ sl: label_generate_key: Ustvari ključ label_issue_watchers: Spremljevalci label_example: Vzorec + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Prijavi se button_submit: Pošlji diff --git a/config/locales/sq.yml b/config/locales/sq.yml index ffe46e2..7953314 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -844,6 +844,9 @@ sq: label_item_position: "%{position} of %{count}" label_completed_versions: Completed versions label_search_for_watchers: Search for watchers to add + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Login button_submit: Submit diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 528990a..adb619b 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -773,6 +773,9 @@ sr-YU: label_profile: Profil label_subtask_plural: Podzadatak label_project_copy_notifications: Pošalji e-poruku sa obaveštenjem prilikom kopiranja projekta + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Prijava button_submit: Pošalji diff --git a/config/locales/sr.yml b/config/locales/sr.yml index cea0024..478000d 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -771,6 +771,9 @@ sr: label_profile: Профил label_subtask_plural: Подзадатак label_project_copy_notifications: Пошаљи е-поруку са обавештењем приликом копирања пројекта + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Пријава button_submit: Пошаљи diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 0446877..07945cc 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -886,6 +886,9 @@ sv: label_item_position: "%{position}/%{count}" label_completed_versions: Klara versioner label_search_for_watchers: Sök efter bevakare att lägga till + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Logga in button_submit: Skicka diff --git a/config/locales/th.yml b/config/locales/th.yml index 1419de9..6e4cd62 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -607,6 +607,9 @@ th: label_chronological_order: เรียงจากเก่าไปใหม่ label_reverse_chronological_order: เรียงจากใหม่ไปเก่า label_planning: การวางแผน + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: เข้าระบบ button_submit: จัดส่งข้อมูล diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 099dfe3..c5543ac 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -629,6 +629,9 @@ tr: label_chronological_order: Tarih sırasına göre label_reverse_chronological_order: Ters tarih sırasına göre label_planning: Planlanıyor + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Giriş button_submit: Gönder diff --git a/config/locales/uk.yml b/config/locales/uk.yml index e4ae488..6de5881 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -552,6 +552,9 @@ uk: label_registration_manual_activation: ручна активація облікового запису label_registration_automatic_activation: автоматична активація облыкового label_my_time_report: Мій звіт витраченого часу + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Вхід button_submit: Відправити diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 80e857d..8a28617 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -674,6 +674,9 @@ vi: label_incoming_emails: Nhận mail label_generate_key: Tạo mã label_issue_watchers: Theo dõi + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: Đăng nhập button_submit: Gửi diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 11359b9..87fd73f 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -965,6 +965,9 @@ label_cross_project_tree: 與專案樹共用 label_cross_project_hierarchy: 與專案階層架構共用 label_cross_project_system: 與全部的專案共用 + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: 登入 button_submit: 送出 diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 7f8fb72..1f5bee2 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -794,6 +794,9 @@ zh: label_project_copy_notifications: 复制项目时发送邮件通知 label_principal_search: "搜索用户或组:" label_user_search: "搜索用户:" + label_issue_view_assigned_to_me: View all issues assigned to me + label_issue_view_reported: View all issues reported by me + label_issue_view_watched: View all issues watched by me button_login: 登录 button_submit: 提交