You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lv.yml 69KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461
  1. # translated by Dzintars Bergs (dzintars.bergs@gmail.com)
  2. lv:
  3. direction: ltr
  4. date:
  5. formats:
  6. default: "%d.%m.%Y"
  7. short: "%d %b"
  8. long: "%d %B %Y"
  9. day_names: [Svētdiena, Pirmdiena, Otrdiena, Trešdiena, Ceturtdiena, Piektdiena, Sestdiena]
  10. abbr_day_names: [Sv, Pr, Ot, Tr, Ct, Pk, St]
  11. month_names: [~, Janvāris, Februāris, Marts, Aprīlis , Maijs, Jūnijs, Jūlijs, Augusts, Septembris, Oktobris, Novembris, Decembris]
  12. abbr_month_names: [~, Jan, Feb, Mar, Apr, Mai, Jūn, Jūl, Aug, Sep, Okt, Nov, Dec]
  13. order:
  14. - :day
  15. - :month
  16. - :year
  17. time:
  18. formats:
  19. default: "%a, %d %b %Y, %H:%M:%S %z"
  20. time: "%H:%M"
  21. short: "%d %b, %H:%M"
  22. long: "%B %d, %Y %H:%M"
  23. am: "rītā"
  24. pm: "vakarā"
  25. datetime:
  26. distance_in_words:
  27. half_a_minute: "pus minūte"
  28. less_than_x_seconds:
  29. one: "mazāk kā 1 sekunde"
  30. other: "mazāk kā %{count} sekundes"
  31. x_seconds:
  32. one: "1 sekunde"
  33. other: "%{count} sekundes"
  34. less_than_x_minutes:
  35. one: "mazāk kā minūte"
  36. other: "mazāk kā %{count} minūtes"
  37. x_minutes:
  38. one: "1 minūte"
  39. other: "%{count} minūtes"
  40. about_x_hours:
  41. one: "aptuveni 1 stunda"
  42. other: "aptuveni %{count} stundas"
  43. x_hours:
  44. one: "1 stunda"
  45. other: "%{count} stundas"
  46. x_days:
  47. one: "1 diena"
  48. other: "%{count} dienas"
  49. about_x_months:
  50. one: "aptuveni 1 mēnesis"
  51. other: "aptuveni %{count} mēneši"
  52. x_months:
  53. one: "1 mēnesis"
  54. other: "%{count} mēneši"
  55. about_x_years:
  56. one: "aptuveni 1 gads"
  57. other: "aptuveni %{count} gadi"
  58. over_x_years:
  59. one: "ilgāk par 1 gadu"
  60. other: "ilgāk par %{count} gadiem"
  61. almost_x_years:
  62. one: "gandrīz 1 gadu"
  63. other: "gandrīz %{count} gadus"
  64. number:
  65. format:
  66. separator: "."
  67. delimiter: ""
  68. precision: 3
  69. human:
  70. format:
  71. delimiter: " "
  72. precision: 3
  73. storage_units:
  74. format: "%n %u"
  75. units:
  76. byte:
  77. one: "Baits"
  78. other: "Baiti"
  79. kb: "KB"
  80. mb: "MB"
  81. gb: "GB"
  82. tb: "TB"
  83. support:
  84. array:
  85. sentence_connector: "un"
  86. skip_last_comma: false
  87. activerecord:
  88. errors:
  89. template:
  90. header:
  91. one: "1 error prohibited this %{model} from being saved"
  92. other: "%{count} errors prohibited this %{model} from being saved"
  93. messages:
  94. inclusion: "nav iekļauts sarakstā"
  95. exclusion: "ir rezervēts"
  96. invalid: "nederīgs"
  97. confirmation: "apstiprinājums nesakrīt"
  98. accepted: "jābūt akceptētam"
  99. empty: "nevar būt tukšs"
  100. blank: "nevar būt neaizpildīts"
  101. too_long: "ir pārāk gara(š) (maksimālais garums ir %{count} simboli)"
  102. too_short: "ir pārāk īsa(s) (minimālais garums ir %{count} simboli)"
  103. wrong_length: "ir nepareiza garuma (vajadzētu būt %{count} simboli)"
  104. taken: "eksistē"
  105. not_a_number: "nav skaitlis"
  106. not_a_date: "nav derīgs datums"
  107. greater_than: "jābūt lielākam par %{count}"
  108. greater_than_or_equal_to: "jābūt lielākam vai vienādam ar %{count}"
  109. equal_to: "jābūt vienādam ar %{count}"
  110. less_than: "jābūt mazākam kā %{count}"
  111. less_than_or_equal_to: "jābūt mazākam vai vienādam ar %{count}"
  112. odd: "jāatšķirās"
  113. even: "jāsakrīt"
  114. greater_than_start_date: "jābūt vēlākam par sākuma datumu"
  115. not_same_project: "nepieder pie tā paša projekta"
  116. circular_dependency: "Šī relācija radītu ciklisku atkarību"
  117. cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
  118. earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
  119. not_a_regexp: "is not a valid regular expression"
  120. open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
  121. must_contain_uppercase: "must contain uppercase letters (A-Z)"
  122. must_contain_lowercase: "must contain lowercase letters (a-z)"
  123. must_contain_digits: "must contain digits (0-9)"
  124. must_contain_special_chars: "must contain special characters (!, $, %, ...)"
  125. actionview_instancetag_blank_option: Izvēlieties
  126. general_text_No: 'Nē'
  127. general_text_Yes: 'Jā'
  128. general_text_no: 'nē'
  129. general_text_yes: 'jā'
  130. general_lang_name: 'Latvian (Latviešu)'
  131. general_csv_separator: ','
  132. general_csv_decimal_separator: '.'
  133. general_csv_encoding: UTF-8
  134. general_pdf_fontname: freesans
  135. general_pdf_monospaced_fontname: freemono
  136. general_first_day_of_week: '1'
  137. notice_account_updated: Konts tika atjaunots veiksmīgi.
  138. notice_account_invalid_credentials: Nepareizs lietotāja vārds vai parole.
  139. notice_account_password_updated: Parole tika veiksmīgi atjaunota.
  140. notice_account_wrong_password: Nepareiza parole
  141. notice_account_register_done: Konts veiksmīgi izveidots. Lai aktivizētu kontu, spiediet uz saites, kas Jums tika nosūtīta.
  142. notice_account_unknown_email: Nezināms lietotājs
  143. notice_can_t_change_password: Šis konts izmanto ārēju pilnvarošanas avotu. Nav iespējams nomainīt paroli.
  144. notice_account_lost_email_sent: Jums tika nosūtīts e-pasts ar instrukcijām, kā izveidot jaunu paroli.
  145. notice_account_activated: Jūsu konts ir aktivizēts. Varat pieslēgties sistēmai.
  146. notice_successful_create: Veiksmīga izveide.
  147. notice_successful_update: Veiksmīga atjaunošana.
  148. notice_successful_delete: Veiksmīga dzēšana.
  149. notice_successful_connection: Veiksmīgs savienojums.
  150. notice_file_not_found: Lapa, ko Jūs mēģināt atvērt, neeksistē vai ir pārvietota.
  151. notice_locking_conflict: Datus ir atjaunojis cits lietotājs.
  152. notice_not_authorized: Jums nav tiesību piekļūt šai lapai.
  153. notice_email_sent: "E-pasts tika nosūtīts uz %{value}"
  154. notice_email_error: "Kļūda sūtot e-pastu (%{value})"
  155. notice_feeds_access_key_reseted: Jūsu Atom pieejas atslēga tika iestatīta sākuma stāvoklī.
  156. notice_api_access_key_reseted: Jūsu API pieejas atslēga tika iestatīta sākuma stāvoklī.
  157. notice_failed_to_save_issues: "Neizdevās saglabāt %{count} uzdevumu(us) no %{total} izvēlēti: %{ids}."
  158. notice_account_pending: "Jūsu konts tika izveidots un šobrīd gaida administratora apstiprinājumu."
  159. notice_default_data_loaded: Noklusētā konfigurācija tika veiksmīgi ielādēta.
  160. notice_unable_delete_version: Neizdevās dzēst versiju.
  161. notice_issue_done_ratios_updated: Uzdevuma izpildes koeficients atjaunots.
  162. error_can_t_load_default_data: "Nevar ielādēt noklusētos konfigurācijas datus: %{value}"
  163. error_scm_not_found: "Ieraksts vai versija nebija repozitorijā."
  164. error_scm_command_failed: "Mēģinot piekļūt repozitorijam, notika kļūda: %{value}"
  165. error_scm_annotate: "Ieraksts neeksistē vai tam nevar tikt pievienots paskaidrojums."
  166. error_issue_not_found_in_project: 'Uzdevums netika atrasts vai nepieder šim projektam.'
  167. error_no_tracker_in_project: 'Neviens trakeris nav saistīts ar šo projektu. Pārbaudiet projekta iestatījumus.'
  168. error_no_default_issue_status: 'Nav definēts uzdevuma noklusētais statuss. Pārbaudiet konfigurāciju (Ejat uz: "Administrācija -> Uzdevumu statusi")!'
  169. error_can_not_reopen_issue_on_closed_version: 'Nevar pievienot atsauksmi uzdevumam, kas saistīts ar slēgtu versiju.'
  170. error_can_not_archive_project: Šis projekts nevar tikt arhivēts
  171. error_issue_done_ratios_not_updated: "Uzdevuma izpildes koeficients nav atjaunots."
  172. error_workflow_copy_source: 'Lūdzu izvēlieties avota trakeri vai lomu'
  173. error_workflow_copy_target: 'Lūdzu izvēlēties mērķa trakeri(us) un lomu(as)'
  174. warning_attachments_not_saved: "%{count} datnes netika saglabātas."
  175. mail_subject_lost_password: "Jūsu %{value} parole"
  176. mail_body_lost_password: 'Lai mainītu paroli, spiediet uz šīs saites:'
  177. mail_subject_register: "Jūsu %{value} konta aktivizācija"
  178. mail_body_register: 'Lai izveidotu kontu, spiediet uz šīs saites:'
  179. mail_body_account_information_external: "Varat izmantot Jūsu %{value} kontu, lai pieslēgtos."
  180. mail_body_account_information: Jūsu konta informācija
  181. mail_subject_account_activation_request: "%{value} konta aktivizācijas pieprasījums"
  182. mail_body_account_activation_request: "Jauns lietotājs (%{value}) ir reģistrēts. Lietotāja konts gaida Jūsu apstiprinājumu:"
  183. mail_subject_reminder: "%{count} uzdevums(i) sagaidāms(i) tuvākajās %{days} dienās"
  184. mail_body_reminder: "%{count} uzdevums(i), kurš(i) ir nozīmēts(i) Jums, sagaidāms(i) tuvākajās %{days} dienās:"
  185. mail_subject_wiki_content_added: "'%{id}' Wiki lapa pievienota"
  186. mail_body_wiki_content_added: "The '%{id}' Wiki lapu pievienojis %{author}."
  187. mail_subject_wiki_content_updated: "'%{id}' Wiki lapa atjaunota"
  188. mail_body_wiki_content_updated: "The '%{id}' Wiki lapu atjaunojis %{author}."
  189. field_name: Nosaukums
  190. field_description: Apraksts
  191. field_summary: Kopsavilkums
  192. field_is_required: Nepieciešams
  193. field_firstname: Vārds
  194. field_lastname: Uzvārds
  195. field_mail: "E-pasts"
  196. field_filename: Datne
  197. field_filesize: Izmērs
  198. field_downloads: Lejupielādes
  199. field_author: Autors
  200. field_created_on: Izveidots
  201. field_updated_on: Atjaunots
  202. field_field_format: Formāts
  203. field_is_for_all: Visiem projektiem
  204. field_possible_values: Iespējamās vērtības
  205. field_regexp: Regulārā izteiksme
  206. field_min_length: Minimālais garums
  207. field_max_length: Maksimālais garums
  208. field_value: Vērtība
  209. field_category: Kategorija
  210. field_title: Nosaukums
  211. field_project: Projekts
  212. field_issue: Uzdevums
  213. field_status: Statuss
  214. field_notes: Piezīmes
  215. field_is_closed: Uzdevums slēgts
  216. field_is_default: Noklusētā vērtība
  217. field_tracker: Trakeris
  218. field_subject: Temats
  219. field_due_date: Sagaidāmais datums
  220. field_assigned_to: Piešķirts
  221. field_priority: Prioritāte
  222. field_fixed_version: Mērķa versija
  223. field_user: Lietotājs
  224. field_role: Loma
  225. field_homepage: Vietne
  226. field_is_public: Publisks
  227. field_parent: Apakšprojekts projektam
  228. field_is_in_roadmap: Ceļvedī parādītie uzdevumi
  229. field_login: Pieslēgties
  230. field_mail_notification: "E-pasta paziņojumi"
  231. field_admin: Administrators
  232. field_last_login_on: Pēdējo reizi pieslēdzies
  233. field_language: Valoda
  234. field_effective_date: Datums
  235. field_password: Parole
  236. field_new_password: Janā parole
  237. field_password_confirmation: Paroles apstiprinājums
  238. field_version: Versija
  239. field_type: Tips
  240. field_host: Hosts
  241. field_port: Ports
  242. field_account: Konts
  243. field_base_dn: Base DN
  244. field_attr_login: Pieslēgšanās atribūts
  245. field_attr_firstname: Vārda atribūts
  246. field_attr_lastname: Uzvārda atribūts
  247. field_attr_mail: "E-pasta atribūts"
  248. field_onthefly: "Lietotāja izveidošana on-the-fly"
  249. field_start_date: Sākuma datums
  250. field_done_ratio: "% padarīti"
  251. field_auth_source: Pilnvarošanas režīms
  252. field_hide_mail: "Paslēpt manu e-pasta adresi"
  253. field_comments: Komentārs
  254. field_url: URL
  255. field_start_page: Sākuma lapa
  256. field_subproject: Apakšprojekts
  257. field_hours: Stundas
  258. field_activity: Aktivitāte
  259. field_spent_on: Datums
  260. field_identifier: Identifikators
  261. field_is_filter: Izmantots kā filtrs
  262. field_issue_to: Saistīts uzdevums
  263. field_delay: Kavējums
  264. field_assignable: Uzdevums var tikt piesaistīts šai lomai
  265. field_redirect_existing_links: Pāradresēt eksistējošās saites
  266. field_estimated_hours: Paredzētais laiks
  267. field_column_names: Kolonnas
  268. field_time_zone: Laika zona
  269. field_searchable: Meklējams
  270. field_default_value: Noklusētā vērtība
  271. field_comments_sorting: Rādīt komentārus
  272. field_parent_title: Vecāka lapa
  273. field_editable: Rediģējams
  274. field_watcher: Vērotājs
  275. field_content: Saturs
  276. field_group_by: Grupēt rezultātus pēc
  277. field_sharing: Koplietošana
  278. setting_app_title: Programmas nosaukums
  279. setting_welcome_text: Sveiciena teksts
  280. setting_default_language: Noklusētā valoda
  281. setting_login_required: Nepieciešama pilnvarošana
  282. setting_self_registration: Pašreģistrēšanās
  283. setting_attachment_max_size: Pielikuma maksimālais izmērs
  284. setting_issues_export_limit: Uzdevumu eksporta ierobežojums
  285. setting_mail_from: "E-pasta adrese informācijas nosūtīšanai"
  286. setting_plain_text_mail: "Vēstule brīvā tekstā (bez HTML)"
  287. setting_host_name: Hosta nosaukums un piekļuves ceļš
  288. setting_text_formatting: Teksta formatēšana
  289. setting_wiki_compression: Wiki vēstures saspiešana
  290. setting_feeds_limit: Barotnes satura ierobežojums
  291. setting_default_projects_public: Jaunie projekti noklusēti ir publiski pieejami
  292. setting_autofetch_changesets: "Automātiski lietot jaunāko versiju, pieslēdzoties repozitorijam (Autofetch)"
  293. setting_sys_api_enabled: Ieslēgt WS repozitoriju menedžmentam
  294. setting_commit_ref_keywords: Norādes atslēgvārdi
  295. setting_commit_fix_keywords: Fiksējošie atslēgvārdi
  296. setting_autologin: Automātiskā pieslēgšanās
  297. setting_date_format: Datuma formāts
  298. setting_time_format: Laika formāts
  299. setting_cross_project_issue_relations: "Atļaut starp-projektu uzdevumu relācijas"
  300. setting_issue_list_default_columns: Noklusēti rādītās kolonnas uzdevumu sarakstā
  301. setting_emails_footer: "E-pastu kājene"
  302. setting_protocol: Protokols
  303. setting_per_page_options: Objekti vienā lapā
  304. setting_user_format: Lietotāju rādīšanas formāts
  305. setting_activity_days_default: Dienus skaits aktivitāšu rādīšanai aktivitāšu sadaļā
  306. setting_display_subprojects_issues: Rādīt apakšprojekta uzdevumus galvenajā projektā pēc noklusējuma
  307. setting_enabled_scm: Lietot SCM
  308. setting_mail_handler_body_delimiters: "Saīsināt pēc vienas no šim rindām"
  309. setting_mail_handler_api_enabled: "Lietot WS ienākošajiem e-pastiem"
  310. setting_mail_handler_api_key: API atslēga
  311. setting_sequential_project_identifiers: Ģenerēt secīgus projektu identifikatorus
  312. setting_gravatar_enabled: Izmantot Gravatar lietotāju ikonas
  313. setting_gravatar_default: Noklusētais Gravatar attēls
  314. setting_diff_max_lines_displayed: Maksimālais rādīto diff rindu skaits
  315. setting_file_max_size_displayed: Maksimālais izmērs iekļautajiem teksta failiem
  316. setting_repository_log_display_limit: Maksimālais žurnāla datnē rādīto revīziju skaits
  317. setting_password_min_length: Minimālais paroles garums
  318. setting_new_project_user_role_id: Loma, kura tiek piešķirta ne-administratora lietotājam, kurš izveido projektu
  319. setting_default_projects_modules: Noklusētie lietotie moduļi jaunam projektam
  320. setting_issue_done_ratio: Aprēķināt uzdevuma izpildes koeficientu ar
  321. setting_issue_done_ratio_issue_field: uzdevuma lauku
  322. setting_issue_done_ratio_issue_status: uzdevuma statusu
  323. setting_start_of_week: Sākt kalendāru ar
  324. setting_rest_api_enabled: Lietot REST web-servisu
  325. setting_cache_formatted_text: Kešot formatētu tekstu
  326. permission_add_project: Izveidot projektu
  327. permission_add_subprojects: Izveidot apakšprojektu
  328. permission_edit_project: Rediģēt projektu
  329. permission_select_project_modules: Izvēlēties projekta moduļus
  330. permission_manage_members: Pārvaldīt dalībniekus
  331. permission_manage_project_activities: Pārvaldīt projekta aktivitātes
  332. permission_manage_versions: Pārvaldīt versijas
  333. permission_manage_categories: Pārvaldīt uzdevumu kategorijas
  334. permission_view_issues: Apskatīt uzdevumus
  335. permission_add_issues: Pievienot uzdevumus
  336. permission_edit_issues: Rediģēt uzdevumus
  337. permission_manage_issue_relations: Pārvaldīt uzdevumu relācijas
  338. permission_add_issue_notes: Pievienot piezīmes
  339. permission_edit_issue_notes: Rediģēt piezīmes
  340. permission_edit_own_issue_notes: Rediģēt paša piezīmes
  341. permission_delete_issues: Dzēst uzdevumus
  342. permission_manage_public_queries: Pārvaldīt publiskos pieprasījumus
  343. permission_save_queries: Saglabāt pieprasījumus
  344. permission_view_gantt: Skatīt Ganta diagrammu
  345. permission_view_calendar: Skatīt kalendāru
  346. permission_view_issue_watchers: Skatīt vērotāju sarakstu
  347. permission_add_issue_watchers: Pievienot vērotājus
  348. permission_delete_issue_watchers: Dzēst vērotājus
  349. permission_log_time: Piereģistrēt pavadīto laiku
  350. permission_view_time_entries: Skatīt pavadīto laiku
  351. permission_edit_time_entries: Rdiģēt laika reģistrus
  352. permission_edit_own_time_entries: Rediģēt savus laika reģistrus
  353. permission_manage_news: Pārvaldīt jaunumus
  354. permission_comment_news: Komentēt jaunumus
  355. permission_view_documents: Skatīt dokumentus
  356. permission_manage_files: Pārvaldīt failus
  357. permission_view_files: Skatīt failus
  358. permission_manage_wiki: Pārvaldīt wiki
  359. permission_rename_wiki_pages: Pārsaukt wiki lapas
  360. permission_delete_wiki_pages: Dzēst wiki lapas
  361. permission_view_wiki_pages: Skatīt wiki
  362. permission_view_wiki_edits: Skatīt wiki vēsturi
  363. permission_edit_wiki_pages: Rdiģēt wiki lapas
  364. permission_delete_wiki_pages_attachments: Dzēst pielikumus
  365. permission_protect_wiki_pages: Projekta wiki lapas
  366. permission_manage_repository: Pārvaldīt repozitoriju
  367. permission_browse_repository: Pārlūkot repozitoriju
  368. permission_view_changesets: Skatīt izmaiņu kopumus
  369. permission_commit_access: Atļaut piekļuvi
  370. permission_manage_boards: Pārvaldīt ziņojumu dēļus
  371. permission_view_messages: Skatīt ziņas
  372. permission_add_messages: Publicēt ziņas
  373. permission_edit_messages: Rediģēt ziņas
  374. permission_edit_own_messages: Rediģēt savas ziņas
  375. permission_delete_messages: Dzēst ziņas
  376. permission_delete_own_messages: Dzēst savas ziņas
  377. permission_export_wiki_pages: Eksportēt Wiki lapas
  378. project_module_issue_tracking: Uzdevumu uzskaite
  379. project_module_time_tracking: Laika uzskaite
  380. project_module_news: Jaunumi
  381. project_module_documents: Dokumenti
  382. project_module_files: Datnes
  383. project_module_wiki: Wiki
  384. project_module_repository: Repozitorijs
  385. project_module_boards: Ziņojumu dēļi
  386. label_user: Lietotājs
  387. label_user_plural: Lietotāji
  388. label_user_new: Jauns lietotājs
  389. label_user_anonymous: Anonīms
  390. label_project: Projekts
  391. label_project_new: Jauns projekts
  392. label_project_plural: Projekti
  393. label_x_projects:
  394. zero: nav projektu
  395. one: 1 projekts
  396. other: "%{count} projekti"
  397. label_project_all: Visi projekti
  398. label_project_latest: Jaunākie projekti
  399. label_issue: Uzdevums
  400. label_issue_new: Jauns uzdevums
  401. label_issue_plural: Uzdevumi
  402. label_issue_view_all: Skatīt visus uzdevumus
  403. label_issues_by: "Kārtot pēc %{value}"
  404. label_issue_added: Uzdevums pievienots
  405. label_issue_updated: Uzdevums atjaunots
  406. label_document: Dokuments
  407. label_document_new: Jauns dokuments
  408. label_document_plural: Dokumenti
  409. label_document_added: Dokuments pievienots
  410. label_role: Loma
  411. label_role_plural: Lomas
  412. label_role_new: Jauna loma
  413. label_role_and_permissions: Lomas un atļaujas
  414. label_member: Dalībnieks
  415. label_member_new: Jauns dalībnieks
  416. label_member_plural: Dalībnieki
  417. label_tracker: Trakeris
  418. label_tracker_plural: Trakeri
  419. label_tracker_new: Jauns trakeris
  420. label_workflow: Darba gaita
  421. label_issue_status: Uzdevuma statuss
  422. label_issue_status_plural: Uzdevumu statusi
  423. label_issue_status_new: Jauns statuss
  424. label_issue_category: Uzdevuma kategorija
  425. label_issue_category_plural: Uzdevumu kategorijas
  426. label_issue_category_new: Jauna kategorija
  427. label_custom_field: Pielāgojams lauks
  428. label_custom_field_plural: Pielāgojami lauki
  429. label_custom_field_new: Jauns pielāgojams lauks
  430. label_enumerations: Uzskaitījumi
  431. label_enumeration_new: Jauna vērtība
  432. label_information: Informācija
  433. label_information_plural: Informācija
  434. label_register: Reģistrēties
  435. label_password_lost: Nozaudēta parole
  436. label_home: Sākums
  437. label_my_page: Mana lapa
  438. label_my_account: Mans konts
  439. label_my_projects: Mani projekti
  440. label_administration: Administrācija
  441. label_login: Pieslēgties
  442. label_logout: Atslēgties
  443. label_help: Palīdzība
  444. label_reported_issues: Ziņotie uzdevumi
  445. label_assigned_to_me_issues: Man piesaistītie uzdevumi
  446. label_last_login: Pēdējā pieslēgšanās
  447. label_registered_on: Reģistrējies
  448. label_activity: Aktivitāte
  449. label_user_activity: "Lietotāja %{value} aktivitātes"
  450. label_new: Jauns
  451. label_logged_as: Pieslēdzies kā
  452. label_environment: Vide
  453. label_authentication: Pilnvarošana
  454. label_auth_source: Pilnvarošanas režīms
  455. label_auth_source_new: Jauns pilnvarošanas režīms
  456. label_auth_source_plural: Pilnvarošanas režīmi
  457. label_subproject_plural: Apakšprojekti
  458. label_subproject_new: Jauns apakšprojekts
  459. label_and_its_subprojects: "%{value} un tā apakšprojekti"
  460. label_min_max_length: Minimālais - Maksimālais garums
  461. label_list: Saraksts
  462. label_date: Datums
  463. label_integer: Vesels skaitlis
  464. label_float: Decimālskaitlis
  465. label_boolean: Patiesuma vērtība
  466. label_string: Teksts
  467. label_text: Garš teksts
  468. label_attribute: Atribūts
  469. label_attribute_plural: Atribūti
  470. label_no_data: Nav datu, ko parādīt
  471. label_change_status: Mainīt statusu
  472. label_history: Vēsture
  473. label_attachment: Pielikums
  474. label_attachment_new: Jauns pielikums
  475. label_attachment_delete: Dzēst pielikumu
  476. label_attachment_plural: Pielikumi
  477. label_file_added: Lauks pievienots
  478. label_report: Atskaite
  479. label_report_plural: Atskaites
  480. label_news: Ziņa
  481. label_news_new: Pievienot ziņu
  482. label_news_plural: Ziņas
  483. label_news_latest: Jaunākās ziņas
  484. label_news_view_all: Skatīt visas ziņas
  485. label_news_added: Ziņas pievienotas
  486. label_settings: Iestatījumi
  487. label_overview: Pārskats
  488. label_version: Versija
  489. label_version_new: Jauna versija
  490. label_version_plural: Versijas
  491. label_close_versions: Aizvērt pabeigtās versijas
  492. label_confirmation: Apstiprinājums
  493. label_export_to: 'Pieejams arī:'
  494. label_read: Lasīt...
  495. label_public_projects: Publiskie projekti
  496. label_open_issues: atvērts
  497. label_open_issues_plural: atvērti
  498. label_closed_issues: slēgts
  499. label_closed_issues_plural: slēgti
  500. label_x_open_issues_abbr:
  501. zero: 0 atvērti
  502. one: 1 atvērts
  503. other: "%{count} atvērti"
  504. label_x_closed_issues_abbr:
  505. zero: 0 slēgti
  506. one: 1 slēgts
  507. other: "%{count} slēgti"
  508. label_total: Kopā
  509. label_permissions: Atļaujas
  510. label_current_status: Pašreizējais statuss
  511. label_new_statuses_allowed: Jauni statusi atļauti
  512. label_all: visi
  513. label_none: neviens
  514. label_nobody: nekas
  515. label_next: Nākošais
  516. label_previous: Iepriekšējais
  517. label_used_by: Izmanto
  518. label_details: Detaļas
  519. label_add_note: Pievienot piezīmi
  520. label_calendar: Kalendārs
  521. label_months_from: mēneši no
  522. label_gantt: Ganta diagramma
  523. label_internal: Iekšējais
  524. label_last_changes: "pēdējās %{count} izmaiņas"
  525. label_change_view_all: Skatīt visas izmaiņas
  526. label_comment: Komentārs
  527. label_comment_plural: Komentāri
  528. label_x_comments:
  529. zero: nav komentāru
  530. one: 1 komentārs
  531. other: "%{count} komentāri"
  532. label_comment_add: Pievienot komentāru
  533. label_comment_added: Komentārs pievienots
  534. label_comment_delete: Dzēst komentārus
  535. label_query: Pielāgots pieprasījums
  536. label_query_plural: Pielāgoti pieprasījumi
  537. label_query_new: Jauns pieprasījums
  538. label_filter_add: Pievienot filtru
  539. label_filter_plural: Filtri
  540. label_equals: ir
  541. label_not_equals: nav
  542. label_in_less_than: ir mazāk kā
  543. label_in_more_than: ir vairāk kā
  544. label_greater_or_equal: '>='
  545. label_less_or_equal: '<='
  546. label_in: iekš
  547. label_today: šodien
  548. label_yesterday: vakar
  549. label_this_week: šonedēļ
  550. label_last_week: pagājušo šonedēļ
  551. label_last_n_days: "pēdējās %{count} dienas"
  552. label_this_month: šomēnes
  553. label_last_month: pagājušo mēnes
  554. label_this_year: šogad
  555. label_date_range: Datumu apgabals
  556. label_less_than_ago: mazāk kā dienas iepriekš
  557. label_more_than_ago: vairāk kā dienas iepriekš
  558. label_ago: dienas iepriekš
  559. label_contains: satur
  560. label_not_contains: nesatur
  561. label_day_plural: dienas
  562. label_repository: Repozitorijs
  563. label_repository_plural: Repozitoriji
  564. label_browse: Pārlūkot
  565. label_branch: Zars
  566. label_tag: Birka
  567. label_revision: Revīzija
  568. label_revision_plural: Revīzijas
  569. label_revision_id: "Revīzija %{value}"
  570. label_associated_revisions: Saistītās revīzijas
  571. label_added: pievienots
  572. label_modified: modificēts
  573. label_copied: nokopēts
  574. label_renamed: pārsaukts
  575. label_deleted: dzēsts
  576. label_latest_revision: Pēdējā revīzija
  577. label_latest_revision_plural: Pēdējās revīzijas
  578. label_view_revisions: Skatīt revīzijas
  579. label_view_all_revisions: Skatīt visas revīzijas
  580. label_max_size: Maksimālais izmērs
  581. label_sort_highest: Pārvietot uz augšu
  582. label_sort_higher: Pārvietot soli augšup
  583. label_sort_lower: Pārvietot uz leju
  584. label_sort_lowest: Pārvietot vienu soli uz leju
  585. label_roadmap: Ceļvedis
  586. label_roadmap_due_in: "Sagaidāms pēc %{value}"
  587. label_roadmap_overdue: "nokavēts %{value}"
  588. label_roadmap_no_issues: Šai versijai nav uzdevumu
  589. label_search: Meklēt
  590. label_result_plural: Rezultāti
  591. label_all_words: Visi vārdi
  592. label_wiki: Wiki
  593. label_wiki_edit: Wiki labojums
  594. label_wiki_edit_plural: Wiki labojumi
  595. label_wiki_page: Wiki lapa
  596. label_wiki_page_plural: Wiki lapas
  597. label_index_by_title: Indeksēt pēc nosaukuma
  598. label_index_by_date: Indeksēt pēc datuma
  599. label_current_version: Tekošā versija
  600. label_preview: Priekšskatījums
  601. label_feed_plural: Barotnes
  602. label_changes_details: Visu izmaiņu detaļas
  603. label_issue_tracking: Uzdevumu uzskaite
  604. label_spent_time: Pavadītais laiks
  605. label_f_hour: "%{value} stunda"
  606. label_f_hour_plural: "%{value} stundas"
  607. label_time_tracking: Laika uzskaite
  608. label_change_plural: Izmaiņas
  609. label_statistics: Statistika
  610. label_commits_per_month: Nodevumi mēnesī
  611. label_commits_per_author: Nodevumi no autora
  612. label_view_diff: Skatīt atšķirības
  613. label_diff_inline: iekļauts
  614. label_diff_side_by_side: blakus
  615. label_options: Opcijas
  616. label_copy_workflow_from: Kopēt darba plūsmu no
  617. label_permissions_report: Atļauju atskaite
  618. label_watched_issues: Vērotie uzdevumi
  619. label_related_issues: Saistītie uzdevumi
  620. label_applied_status: Piešķirtais statuss
  621. label_loading: Lādējas...
  622. label_relation_new: Jauna relācija
  623. label_relation_delete: Dzēst relāciju
  624. label_relates_to: saistīts ar
  625. label_duplicates: Dublē uzdevumu
  626. label_duplicated_by: Dublē uzdevums
  627. label_blocks: Bloķē uzdevumu
  628. label_blocked_by: Bloķē uzdevums
  629. label_precedes: Pirms
  630. label_follows: Seko pēc
  631. label_stay_logged_in: Atcerēties mani
  632. label_disabled: izslēgts
  633. label_show_completed_versions: Rādīt pabeigtās versijas
  634. label_me: es
  635. label_board: Forums
  636. label_board_new: Jauns forums
  637. label_board_plural: Forumi
  638. label_board_locked: Slēgts
  639. label_board_sticky: Svarīgs
  640. label_topic_plural: Tēmas
  641. label_message_plural: Ziņas
  642. label_message_last: Pēdējā ziņa
  643. label_message_new: Jauna ziņa
  644. label_message_posted: Ziņa pievienota
  645. label_reply_plural: Atbildes
  646. label_send_information: Sūtīt konta informāciju lietotājam
  647. label_year: Gads
  648. label_month: Mēnesis
  649. label_week: Nedēļa
  650. label_date_from: No
  651. label_date_to: Kam
  652. label_language_based: Izmantot lietotāja valodu
  653. label_sort_by: "Kārtot pēc %{value}"
  654. label_send_test_email: "Sūtīt testa e-pastu"
  655. label_feeds_access_key: Atom piekļuves atslēga
  656. label_missing_feeds_access_key: Trūkst Atom piekļuves atslēgas
  657. label_feeds_access_key_created_on: "Atom piekļuves atslēga izveidota pirms %{value}"
  658. label_module_plural: Moduļi
  659. label_added_time_by: "Pievienojis %{author} pirms %{age}"
  660. label_updated_time_by: "Atjaunojis %{author} pirms %{age}"
  661. label_updated_time: "Atjaunots pirms %{value}"
  662. label_jump_to_a_project: Pāriet uz projektu...
  663. label_file_plural: Datnes
  664. label_changeset_plural: Izmaiņu kopumi
  665. label_default_columns: Noklusētās kolonnas
  666. label_no_change_option: (Nav izmaiņu)
  667. label_bulk_edit_selected_issues: Labot visus izvēlētos uzdevumus
  668. label_theme: Tēma
  669. label_default: Noklusēts
  670. label_search_titles_only: Meklēt tikai nosaukumos
  671. label_user_mail_option_all: "Par visiem notikumiem visos manos projektos"
  672. label_user_mail_option_selected: "Par visiem notikumiem tikai izvēlētajos projektos..."
  673. label_user_mail_no_self_notified: "Neziņot man par izmaiņām, kuras veicu es pats"
  674. label_registration_activation_by_email: "konta aktivizācija caur e-pastu"
  675. label_registration_manual_activation: manuālā konta aktivizācija
  676. label_registration_automatic_activation: automātiskā konta aktivizācija
  677. label_display_per_page: "Rādīt vienā lapā: %{value}"
  678. label_age: Vecums
  679. label_change_properties: Mainīt atribūtus
  680. label_general: Galvenais
  681. label_scm: SCM
  682. label_plugins: Spraudņi
  683. label_ldap_authentication: LDAP pilnvarošana
  684. label_downloads_abbr: L-lād.
  685. label_optional_description: "Apraksts (neobligāts)"
  686. label_add_another_file: Pievienot citu failu
  687. label_preferences: Priekšrocības
  688. label_chronological_order: Hronoloģiskā kārtībā
  689. label_reverse_chronological_order: Apgriezti hronoloģiskā kārtībā
  690. label_incoming_emails: "Ienākošie e-pasti"
  691. label_generate_key: Ģenerēt atslēgu
  692. label_issue_watchers: Vērotāji
  693. label_example: Piemērs
  694. label_display: Rādīt
  695. label_sort: Kārtot
  696. label_ascending: Augoši
  697. label_descending: Dilstoši
  698. label_date_from_to: "No %{start} līdz %{end}"
  699. label_wiki_content_added: Wiki lapa pievienota
  700. label_wiki_content_updated: Wiki lapa atjaunota
  701. label_group: Grupa
  702. label_group_plural: Grupas
  703. label_group_new: Jauna grupa
  704. label_time_entry_plural: Pavadītais laiks
  705. label_version_sharing_none: Nav koplietošanai
  706. label_version_sharing_descendants: Ar apakšprojektiem
  707. label_version_sharing_hierarchy: Ar projektu hierarhiju
  708. label_version_sharing_tree: Ar projekta koku
  709. label_version_sharing_system: Ar visiem projektiem
  710. label_update_issue_done_ratios: Atjaunot uzdevuma veikuma attiecību
  711. label_copy_source: Avots
  712. label_copy_target: Mērķis
  713. label_copy_same_as_target: Tāds pats kā mērķis
  714. label_display_used_statuses_only: "Rādīt tikai statusus, ko lieto šis trakeris"
  715. label_api_access_key: API pieejas atslēga
  716. label_missing_api_access_key: Trūkst API pieejas atslēga
  717. label_api_access_key_created_on: "API pieejas atslēga izveidota pirms %{value}"
  718. button_login: Pieslēgties
  719. button_submit: Nosūtīt
  720. button_save: Saglabāt
  721. button_check_all: Atzīmēt visu
  722. button_uncheck_all: Noņemt visus atzīmējumus
  723. button_delete: Dzēst
  724. button_create: Izveidot
  725. button_create_and_continue: Izveidot un turpināt
  726. button_test: Testēt
  727. button_edit: Labot
  728. button_add: Pievienot
  729. button_change: Mainīt
  730. button_apply: Apstiprināt
  731. button_clear: Notīrīt
  732. button_lock: Slēgt
  733. button_unlock: Atslēgt
  734. button_download: Lejuplādēt
  735. button_list: Saraksts
  736. button_view: Skats
  737. button_move: Pārvietot
  738. button_move_and_follow: Pārvietot un sekot
  739. button_back: Atpakaļ
  740. button_cancel: Atcelt
  741. button_activate: Aktivizēt
  742. button_sort: Kārtot
  743. button_log_time: Reģistrēt laiku
  744. button_rollback: Atjaunot uz šo versiju
  745. button_watch: Vērot
  746. button_unwatch: Nevērot
  747. button_reply: Atbildēt
  748. button_archive: Arhivēt
  749. button_unarchive: Atarhivēt
  750. button_reset: Atiestatīt
  751. button_rename: Pārsaukt
  752. button_change_password: Mainīt paroli
  753. button_copy: Kopēt
  754. button_copy_and_follow: Kopēt un sekot
  755. button_annotate: Pierakstīt paskaidrojumu
  756. button_update: Atjaunot
  757. button_configure: Konfigurēt
  758. button_quote: Citāts
  759. button_show: Rādīt
  760. status_active: aktīvs
  761. status_registered: reģistrēts
  762. status_locked: slēgts
  763. version_status_open: atvērta
  764. version_status_locked: slēgta
  765. version_status_closed: aizvērta
  766. field_active: Aktīvs
  767. text_select_mail_notifications: "Izvēlieties darbības, par kurām vēlaties saņemt ziņojumus e-pastā"
  768. text_regexp_info: "piem. ^[A-Z0-9]+$"
  769. text_project_destroy_confirmation: "Vai tiešām vēlaties dzēst šo projektu un ar to saistītos datus?"
  770. text_subprojects_destroy_warning: "Tā apakšprojekts(i): %{value} arī tiks dzēsts(i)."
  771. text_workflow_edit: Lai labotu darba plūsmu, izvēlieties lomu un trakeri
  772. text_are_you_sure: "Vai esat pārliecināts?"
  773. text_journal_changed: "%{label} mainīts no %{old} uz %{new}"
  774. text_journal_set_to: "%{label} iestatīts uz %{value}"
  775. text_journal_deleted: "%{label} dzēsts (%{old})"
  776. text_journal_added: "%{label} %{value} pievienots"
  777. text_tip_issue_begin_day: uzdevums sākas šodien
  778. text_tip_issue_end_day: uzdevums beidzas šodien
  779. text_tip_issue_begin_end_day: uzdevums sākas un beidzas šodien
  780. text_caracters_maximum: "%{count} simboli maksimāli."
  781. text_caracters_minimum: "Jābūt vismaz %{count} simbolu garumā."
  782. text_length_between: "Garums starp %{min} un %{max} simboliem."
  783. text_tracker_no_workflow: Šim trakerim nav definēta darba plūsma
  784. text_unallowed_characters: Neatļauti simboli
  785. text_comma_separated: "Atļautas vairākas vērtības (atdalīt ar komatu)."
  786. text_line_separated: "Atļautas vairākas vērtības (rakstīt katru savā rindā)."
  787. text_issues_ref_in_commit_messages: "Izmaiņu salīdzināšana izejot no ziņojumiem"
  788. text_issue_added: "Uzdevumu %{id} pievienojis %{author}."
  789. text_issue_updated: "Uzdevumu %{id} atjaunojis %{author}."
  790. text_wiki_destroy_confirmation: "Vai esat drošs, ka vēlaties dzēst šo wiki un visu tās saturu?"
  791. text_issue_category_destroy_question: "Daži uzdevumi (%{count}) ir nozīmēti šai kategorijai. Ko Jūs vēlaties darīt?"
  792. text_issue_category_destroy_assignments: Dzēst kategoriju nozīmējumus
  793. text_issue_category_reassign_to: Nozīmēt uzdevumus šai kategorijai
  794. text_user_mail_option: "No neizvēlētajiem projektiem Jūs saņemsiet ziņojumus e-pastā tikai par notikumiem, kuriem Jūs sekojat vai kuros esat iesaistīts."
  795. text_no_configuration_data: "Lomas, trakeri, uzdevumu statusi un darba plūsmas vēl nav konfigurētas.\nĻoti ieteicams ielādēt noklusēto konfigurāciju. Pēc ielādēšanas to būs iespējams modificēt."
  796. text_load_default_configuration: Ielādēt noklusēto konfigurāciju
  797. text_status_changed_by_changeset: "Apstiprināts izmaiņu kopumā %{value}."
  798. text_issues_destroy_confirmation: 'Vai tiešām vēlaties dzēst izvēlēto uzdevumu(us)?'
  799. text_select_project_modules: 'Izvēlieties moduļus šim projektam:'
  800. text_default_administrator_account_changed: Noklusētais administratora konts mainīts
  801. text_file_repository_writable: Pielikumu direktorijā atļauts rakstīt
  802. text_plugin_assets_writable: Spraudņu kataloga direktorijā atļauts rakstīt
  803. text_minimagick_available: "MiniMagick pieejams (neobligāts)"
  804. text_destroy_time_entries_question: "%{hours} stundas tika ziņotas par uzdevumu, ko vēlaties dzēst. Ko darīt?"
  805. text_destroy_time_entries: Dzēst ziņotās stundas
  806. text_assign_time_entries_to_project: Piešķirt ziņotās stundas projektam
  807. text_reassign_time_entries: 'Piešķirt ziņotās stundas uzdevumam:'
  808. text_user_wrote: "%{value} rakstīja:"
  809. text_user_wrote_in: "%{value} rakstīja (%{link}):"
  810. text_enumeration_destroy_question: "%{count} objekti ir piešķirti šai vērtībai."
  811. text_enumeration_category_reassign_to: 'Piešķirt tos šai vērtībai:'
  812. text_email_delivery_not_configured: "E-pastu nosūtīšana nav konfigurēta, un ziņojumi ir izslēgti.\nKonfigurējiet savu SMTP serveri datnē config/configuration.yml un pārstartējiet lietotni."
  813. text_repository_usernames_mapping: "Izvēlieties vai atjaunojiet Redmine lietotāju, saistītu ar katru lietotājvārdu, kas atrodams repozitorija žurnālā.\nLietotāji ar to pašu Redmine un repozitorija lietotājvārdu būs saistīti automātiski."
  814. text_diff_truncated: '... Šis diff tika nošķelts, jo tas pārsniedz maksimālo izmēru, ko var parādīt.'
  815. text_custom_field_possible_values_info: 'Katra vērtības savā rindā'
  816. text_wiki_page_destroy_question: "Šij lapai ir %{descendants} apakšlapa(as) un pēcnācēji. Ko darīt?"
  817. text_wiki_page_nullify_children: "Paturēt apakšlapas kā pamatlapas"
  818. text_wiki_page_destroy_children: "Dzēst apakšlapas un visus pēcnācējus"
  819. text_wiki_page_reassign_children: "Piešķirt apakšlapas šai lapai"
  820. text_own_membership_delete_confirmation: "Jūs tūlīt dzēsīsiet dažas vai visas atļaujas, un Jums pēc tam var nebūt atļauja labot šo projektu.\nVai turpināt?"
  821. default_role_manager: Menedžeris
  822. default_role_developer: Izstrādātājs
  823. default_role_reporter: Ziņotājs
  824. default_tracker_bug: Kļūda
  825. default_tracker_feature: Iezīme
  826. default_tracker_support: Atbalsts
  827. default_issue_status_new: Jauns
  828. default_issue_status_in_progress: Attīstībā
  829. default_issue_status_resolved: Atrisināts
  830. default_issue_status_feedback: Atsauksmes
  831. default_issue_status_closed: Slēgts
  832. default_issue_status_rejected: Noraidīts
  833. default_doc_category_user: Lietotāja dokumentācija
  834. default_doc_category_tech: Tehniskā dokumentācija
  835. default_priority_low: Zema
  836. default_priority_normal: Normāla
  837. default_priority_high: Augsta
  838. default_priority_urgent: Steidzama
  839. default_priority_immediate: Tūlītēja
  840. default_activity_design: Dizains
  841. default_activity_development: Izstrādāšana
  842. enumeration_issue_priorities: Uzdevumu prioritātes
  843. enumeration_doc_categories: Dokumentu kategorijas
  844. enumeration_activities: Aktivitātes (laika uzskaite)
  845. enumeration_system_activity: Sistēmas aktivitātes
  846. error_can_not_delete_custom_field: Unable to delete custom field
  847. permission_manage_subtasks: Manage subtasks
  848. label_profile: Profile
  849. error_unable_to_connect: Unable to connect (%{value})
  850. error_can_not_remove_role: This role is in use and can not be deleted.
  851. field_parent_issue: Parent task
  852. error_unable_delete_issue_status: Unable to delete issue status (%{value})
  853. label_subtask_plural: Apakšuzdevumi
  854. error_can_not_delete_tracker: This tracker contains issues and cannot be deleted.
  855. label_project_copy_notifications: Send email notifications during the project copy
  856. field_principal: User or Group
  857. notice_failed_to_save_members: "Failed to save member(s): %{errors}."
  858. text_zoom_out: Zoom out
  859. text_zoom_in: Zoom in
  860. notice_unable_delete_time_entry: Unable to delete time log entry.
  861. field_time_entries: Log time
  862. project_module_gantt: Gantt
  863. project_module_calendar: Calendar
  864. button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
  865. field_text: Text field
  866. setting_default_notification_option: Default notification option
  867. label_user_mail_option_only_my_events: Tikai par uzdevumiem, kurus novēroju vai kuros esmu iesaistījies
  868. label_user_mail_option_none: Ne par ko
  869. field_member_of_group: Assignee's group
  870. field_assigned_to_role: Assignee's role
  871. notice_not_authorized_archived_project: The project you're trying to access has been archived.
  872. label_principal_search: "Search for user or group:"
  873. label_user_search: "Search for user:"
  874. field_visible: Visible
  875. setting_commit_logtime_activity_id: Activity for logged time
  876. text_time_logged_by_changeset: Applied in changeset %{value}.
  877. setting_commit_logtime_enabled: Enable time logging
  878. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  879. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  880. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  881. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  882. label_my_queries: Mani uzdevumu filtri
  883. text_journal_changed_no_detail: "%{label} updated"
  884. label_news_comment_added: Comment added to a news
  885. button_expand_all: Izvērst visu
  886. button_collapse_all: Savērst visu
  887. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  888. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  889. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  890. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  891. label_role_anonymous: Anonymous
  892. label_role_non_member: Non member
  893. label_issue_note_added: Note added
  894. label_issue_status_updated: Status updated
  895. label_issue_priority_updated: Priority updated
  896. label_issues_visibility_own: Issues created by or assigned to the user
  897. field_issues_visibility: Uzdevumu redzamība
  898. label_issues_visibility_all: Visi uzdevumi
  899. permission_set_own_issues_private: Set own issues public or private
  900. field_is_private: Private
  901. permission_set_issues_private: Set issues public or private
  902. label_issues_visibility_public: All non private issues
  903. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  904. field_commit_logs_encoding: Nodošanas ziņojumu kodējums
  905. field_scm_path_encoding: Ceļa kodējums
  906. text_scm_path_encoding_note: "Noklusējuma: UTF-8"
  907. field_path_to_repository: Repozitorija ceļš
  908. field_root_directory: Root directory
  909. field_cvs_module: Module
  910. field_cvsroot: CVSROOT
  911. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  912. text_scm_command: Command
  913. text_scm_command_version: Version
  914. label_git_report_last_commit: Report last commit for files and directories
  915. notice_issue_successful_create: Issue %{id} created.
  916. label_between: between
  917. setting_issue_group_assignment: Allow issue assignment to groups
  918. label_diff: diff
  919. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  920. description_query_sort_criteria_direction: Sort direction
  921. description_project_scope: Search scope
  922. description_filter: Filter
  923. description_user_mail_notification: Mail notification settings
  924. description_message_content: Message content
  925. description_available_columns: Available Columns
  926. description_issue_category_reassign: Choose issue category
  927. description_search: Searchfield
  928. description_notes: Notes
  929. description_choose_project: Projects
  930. description_query_sort_criteria_attribute: Sort attribute
  931. description_wiki_subpages_reassign: Choose new parent page
  932. description_selected_columns: Selected Columns
  933. label_parent_revision: Parent
  934. label_child_revision: Child
  935. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  936. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  937. button_edit_section: Edit this section
  938. setting_repositories_encodings: Attachments and repositories encodings
  939. description_all_columns: All Columns
  940. button_export: Export
  941. label_export_options: "%{export_format} export options"
  942. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  943. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  944. label_x_issues:
  945. zero: 0 uzdevums
  946. one: 1 uzdevums
  947. other: "%{count} uzdevumi"
  948. label_repository_new: New repository
  949. field_repository_is_default: Main repository
  950. label_copy_attachments: Copy attachments
  951. label_item_position: "%{position}/%{count}"
  952. label_completed_versions: Completed versions
  953. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  954. field_multiple: Multiple values
  955. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  956. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  957. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  958. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  959. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  960. permission_manage_related_issues: Manage related issues
  961. field_auth_source_ldap_filter: LDAP filter
  962. label_search_for_watchers: Search for watchers to add
  963. notice_account_deleted: Your account has been permanently deleted.
  964. setting_unsubscribe: Allow users to delete their own account
  965. button_delete_my_account: Delete my account
  966. text_account_destroy_confirmation: |-
  967. Are you sure you want to proceed?
  968. Your account will be permanently deleted, with no way to reactivate it.
  969. error_session_expired: Your session has expired. Please login again.
  970. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  971. setting_session_lifetime: Session maximum lifetime
  972. setting_session_timeout: Session inactivity timeout
  973. label_session_expiration: Session expiration
  974. permission_close_project: Close / reopen the project
  975. button_close: Aizvērt
  976. button_reopen: Reopen
  977. project_status_active: active
  978. project_status_closed: closed
  979. project_status_archived: archived
  980. text_project_closed: This project is closed and read-only.
  981. notice_user_successful_create: User %{id} created.
  982. field_core_fields: Standard fields
  983. field_timeout: Timeout (in seconds)
  984. setting_thumbnails_enabled: Display attachment thumbnails
  985. setting_thumbnails_size: Thumbnails size (in pixels)
  986. label_status_transitions: Status transitions
  987. label_fields_permissions: Fields permissions
  988. label_readonly: Read-only
  989. label_required: Required
  990. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  991. field_board_parent: Parent forum
  992. label_attribute_of_project: Project's %{name}
  993. label_attribute_of_author: Author's %{name}
  994. label_attribute_of_assigned_to: Assignee's %{name}
  995. label_attribute_of_fixed_version: Target version's %{name}
  996. label_copy_subtasks: Kopēt apakšuzdevumus
  997. label_copied_to: Kopēts uz
  998. label_copied_from: Kopēts no
  999. label_any_issues_in_project: any issues in project
  1000. label_any_issues_not_in_project: any issues not in project
  1001. field_private_notes: Private notes
  1002. permission_view_private_notes: View private notes
  1003. permission_set_notes_private: Set notes as private
  1004. label_no_issues_in_project: no issues in project
  1005. label_any: visi
  1006. label_last_n_weeks: last %{count} weeks
  1007. setting_cross_project_subtasks: Allow cross-project subtasks
  1008. label_cross_project_descendants: Ar apakšprojektiem
  1009. label_cross_project_tree: Ar projekta koku
  1010. label_cross_project_hierarchy: Ar projektu hierarhiju
  1011. label_cross_project_system: Ar visiem projektiem
  1012. button_hide: Hide
  1013. setting_non_working_week_days: Non-working days
  1014. label_in_the_next_days: in the next
  1015. label_in_the_past_days: in the past
  1016. label_attribute_of_user: User's %{name}
  1017. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1018. removed in order to preserve only one value per item.
  1019. label_attribute_of_issue: Issue's %{name}
  1020. permission_add_documents: Add documents
  1021. permission_edit_documents: Edit documents
  1022. permission_delete_documents: Delete documents
  1023. label_gantt_progress_line: Progress line
  1024. setting_jsonp_enabled: Enable JSONP support
  1025. field_inherit_members: Inherit members
  1026. field_closed_on: Closed
  1027. field_generate_password: Generate password
  1028. setting_default_projects_tracker_ids: Default trackers for new projects
  1029. label_total_time: Kopā
  1030. text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
  1031. text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
  1032. setting_emails_header: Email header
  1033. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1034. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1035. notice_account_locked: Your account is locked.
  1036. label_hidden: Hidden
  1037. label_visibility_private: to me only
  1038. label_visibility_roles: to these roles only
  1039. label_visibility_public: to any users
  1040. field_must_change_passwd: Must change password at next logon
  1041. notice_new_password_must_be_different: The new password must be different from the
  1042. current password
  1043. setting_mail_handler_excluded_filenames: Exclude attachments by name
  1044. text_convert_available: ImageMagick convert available (optional)
  1045. label_link: Link
  1046. label_only: only
  1047. label_drop_down_list: drop-down list
  1048. label_checkboxes: checkboxes
  1049. label_link_values_to: Link values to URL
  1050. setting_force_default_language_for_anonymous: Force default language for anonymous
  1051. users
  1052. setting_force_default_language_for_loggedin: Force default language for logged-in
  1053. users
  1054. label_custom_field_select_type: Select the type of object to which the custom field
  1055. is to be attached
  1056. label_issue_assigned_to_updated: Assignee updated
  1057. label_check_for_updates: Check for updates
  1058. label_latest_compatible_version: Latest compatible version
  1059. label_unknown_plugin: Unknown plugin
  1060. label_radio_buttons: radio buttons
  1061. label_group_anonymous: Anonymous users
  1062. label_group_non_member: Non member users
  1063. label_add_projects: Add projects
  1064. field_default_status: Default status
  1065. text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1066. field_users_visibility: Users visibility
  1067. label_users_visibility_all: All active users
  1068. label_users_visibility_members_of_visible_projects: Members of visible projects
  1069. label_edit_attachments: Edit attached files
  1070. setting_link_copied_issue: Link issues on copy
  1071. label_link_copied_issue: Link copied issue
  1072. label_ask: Ask
  1073. label_search_attachments_yes: Search attachment filenames and descriptions
  1074. label_search_attachments_no: Do not search attachments
  1075. label_search_attachments_only: Search attachments only
  1076. label_search_open_issues_only: Open issues only
  1077. field_address: "E-pasts"
  1078. setting_max_additional_emails: Maximum number of additional email addresses
  1079. label_email_address_plural: Emails
  1080. label_email_address_add: Add email address
  1081. label_enable_notifications: Enable notifications
  1082. label_disable_notifications: Disable notifications
  1083. setting_search_results_per_page: Search results per page
  1084. label_blank_value: blank
  1085. permission_copy_issues: Copy issues
  1086. error_password_expired: Your password has expired or the administrator requires you
  1087. to change it.
  1088. field_time_entries_visibility: Time logs visibility
  1089. setting_password_max_age: Require password change after
  1090. label_parent_task_attributes: Parent tasks attributes
  1091. label_parent_task_attributes_derived: Calculated from subtasks
  1092. label_parent_task_attributes_independent: Independent of subtasks
  1093. label_time_entries_visibility_all: All time entries
  1094. label_time_entries_visibility_own: Time entries created by the user
  1095. label_member_management: Member management
  1096. label_member_management_all_roles: All roles
  1097. label_member_management_selected_roles_only: Only these roles
  1098. label_password_required: Confirm your password to continue
  1099. label_total_spent_time: Overall spent time
  1100. notice_import_finished: "%{count} items have been imported"
  1101. notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
  1102. error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
  1103. error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
  1104. settings below (%{value})
  1105. error_can_not_read_import_file: An error occurred while reading the file to import
  1106. permission_import_issues: Import issues
  1107. label_import_issues: Import issues
  1108. label_select_file_to_import: Select the file to import
  1109. label_fields_separator: Field separator
  1110. label_fields_wrapper: Field wrapper
  1111. label_encoding: Encoding
  1112. label_comma_char: Comma
  1113. label_semi_colon_char: Semicolon
  1114. label_quote_char: Quote
  1115. label_double_quote_char: Double quote
  1116. label_fields_mapping: Fields mapping
  1117. label_file_content_preview: File content preview
  1118. label_create_missing_values: Create missing values
  1119. button_import: Import
  1120. field_total_estimated_hours: Total estimated time
  1121. label_api: API
  1122. label_total_plural: Totals
  1123. label_assigned_issues: Assigned issues
  1124. label_field_format_enumeration: Key/value list
  1125. label_f_hour_short: '%{value} h'
  1126. field_default_version: Default version
  1127. error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
  1128. setting_attachment_extensions_allowed: Allowed extensions
  1129. setting_attachment_extensions_denied: Disallowed extensions
  1130. label_any_open_issues: any open issues
  1131. label_no_open_issues: no open issues
  1132. label_default_values_for_new_users: Default values for new users
  1133. error_ldap_bind_credentials: Invalid LDAP Account/Password
  1134. setting_sys_api_key: API atslēga
  1135. setting_lost_password: Nozaudēta parole
  1136. mail_subject_security_notification: Security notification
  1137. mail_body_security_notification_change: ! '%{field} was changed.'
  1138. mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
  1139. mail_body_security_notification_add: ! '%{field} %{value} was added.'
  1140. mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
  1141. mail_body_security_notification_notify_enabled: Email address %{value} now receives
  1142. notifications.
  1143. mail_body_security_notification_notify_disabled: Email address %{value} no longer
  1144. receives notifications.
  1145. mail_body_settings_updated: ! 'The following settings were changed:'
  1146. field_remote_ip: IP address
  1147. label_wiki_page_new: New wiki page
  1148. label_relations: Relations
  1149. button_filter: Filter
  1150. mail_body_password_updated: Your password has been changed.
  1151. label_no_preview: No preview available
  1152. error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
  1153. for which you can create an issue
  1154. label_tracker_all: All trackers
  1155. label_new_project_issue_tab_enabled: Display the "New issue" tab
  1156. setting_new_item_menu_tab: Project menu tab for creating new objects
  1157. label_new_object_tab_enabled: Display the "+" drop-down
  1158. error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
  1159. for which you can create an issue
  1160. field_textarea_font: Font used for text areas
  1161. label_font_default: Default font
  1162. label_font_monospace: Monospaced font
  1163. label_font_proportional: Proportional font
  1164. setting_timespan_format: Time span format
  1165. label_table_of_contents: Table of contents
  1166. setting_commit_logs_formatting: Apply text formatting to commit messages
  1167. setting_mail_handler_enable_regex: Enable regular expressions
  1168. error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
  1169. project: %{errors}'
  1170. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
  1171. be reassigned to an issue that is about to be deleted
  1172. setting_timelog_required_fields: Required fields for time logs
  1173. label_attribute_of_object: '%{object_name}''s %{name}'
  1174. label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
  1175. label_user_mail_option_only_owner: Only for things I watch or I am the owner of
  1176. warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
  1177. of values from one or more fields on the selected objects
  1178. field_updated_by: Updated by
  1179. field_last_updated_by: Last updated by
  1180. field_full_width_layout: Full width layout
  1181. label_last_notes: Last notes
  1182. field_digest: Checksum
  1183. field_default_assigned_to: Default assignee
  1184. setting_show_custom_fields_on_registration: Show custom fields on registration
  1185. permission_view_news: View news
  1186. label_no_preview_alternative_html: No preview available. %{link} the file instead.
  1187. label_no_preview_download: Download
  1188. setting_close_duplicate_issues: Close duplicate issues automatically
  1189. error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
  1190. same day (%{logged_hours} hours have already been logged)
  1191. setting_time_entry_list_defaults: Timelog list defaults
  1192. setting_timelog_accept_0_hours: Accept time logs with 0 hours
  1193. setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
  1194. label_x_revisions: "%{count} revisions"
  1195. error_can_not_delete_auth_source: This authentication mode is in use and cannot be
  1196. deleted.
  1197. button_actions: Actions
  1198. mail_body_lost_password_validity: Please be aware that you may change the password
  1199. only once using this link.
  1200. text_login_required_html: When not requiring authentication, public projects and their
  1201. contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
  1202. the applicable permissions</a>.
  1203. label_login_required_yes: 'Yes'
  1204. label_login_required_no: No, allow anonymous access to public projects
  1205. text_project_is_public_non_member: Public projects and their contents are available
  1206. to all logged-in users.
  1207. text_project_is_public_anonymous: Public projects and their contents are openly available
  1208. on the network.
  1209. label_version_and_files: Versions (%{count}) and Files
  1210. label_ldap: LDAP
  1211. label_ldaps_verify_none: LDAPS (without certificate check)
  1212. label_ldaps_verify_peer: LDAPS
  1213. label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
  1214. check to prevent any manipulation during the authentication process.
  1215. label_nothing_to_preview: Nothing to preview
  1216. error_token_expired: This password recovery link has expired, please try again.
  1217. error_spent_on_future_date: Cannot log time on a future date
  1218. setting_timelog_accept_future_dates: Accept time logs on future dates
  1219. label_delete_link_to_subtask: Dzēst relāciju
  1220. error_not_allowed_to_log_time_for_other_users: You are not allowed to log time
  1221. for other users
  1222. permission_log_time_for_other_users: Log spent time for other users
  1223. label_tomorrow: tomorrow
  1224. label_next_week: next week
  1225. label_next_month: next month
  1226. text_role_no_workflow: No workflow defined for this role
  1227. text_status_no_workflow: No tracker uses this status in the workflows
  1228. setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails
  1229. setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications
  1230. subject
  1231. label_inherited_from_parent_project: Inherited from parent project
  1232. label_inherited_from_group: Inherited from group %{name}
  1233. label_trackers_description: Trackers description
  1234. label_open_trackers_description: View all trackers description
  1235. label_preferred_body_part_text: Text
  1236. label_preferred_body_part_html: HTML (experimental)
  1237. field_parent_issue_subject: Parent task subject
  1238. permission_edit_own_issues: Edit own issues
  1239. text_select_apply_tracker: Select tracker
  1240. label_updated_issues: Updated issues
  1241. text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>.
  1242. You can configure it in config/configuration.yml.
  1243. setting_gantt_months_limit: Maximum number of months displayed on the gantt chart
  1244. permission_import_time_entries: Import time entries
  1245. label_import_notifications: Send email notifications during the import
  1246. text_gs_available: ImageMagick PDF support available (optional)
  1247. field_recently_used_projects: Number of recently used projects in jump box
  1248. label_optgroup_bookmarks: Bookmarks
  1249. label_optgroup_others: Other projects
  1250. label_optgroup_recents: Recently used
  1251. button_project_bookmark: Add bookmark
  1252. button_project_bookmark_delete: Remove bookmark
  1253. field_history_default_tab: Issue's history default tab
  1254. label_issue_history_properties: Property changes
  1255. label_issue_history_notes: Notes
  1256. label_last_tab_visited: Last visited tab
  1257. field_unique_id: Unique ID
  1258. text_no_subject: no subject
  1259. setting_password_required_char_classes: Required character classes for passwords
  1260. label_password_char_class_uppercase: uppercase letters
  1261. label_password_char_class_lowercase: lowercase letters
  1262. label_password_char_class_digits: digits
  1263. label_password_char_class_special_chars: special characters
  1264. text_characters_must_contain: Must contain %{character_classes}.
  1265. label_starts_with: starts with
  1266. label_ends_with: ends with
  1267. label_issue_fixed_version_updated: Target version updated
  1268. setting_project_list_defaults: Projects list defaults
  1269. label_display_type: Display results as
  1270. label_display_type_list: List
  1271. label_display_type_board: Board
  1272. label_my_bookmarks: My bookmarks
  1273. label_import_time_entries: Import time entries
  1274. field_toolbar_language_options: Code highlighting toolbar languages
  1275. label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues
  1276. with a priority of <em>%{prio}</em> or higher
  1277. label_assign_to_me: Assign to me
  1278. notice_issue_not_closable_by_open_tasks: This issue cannot be closed because it has
  1279. at least one open subtask.
  1280. notice_issue_not_closable_by_blocking_issue: This issue cannot be closed because it
  1281. is blocked by at least one open issue.
  1282. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened
  1283. because its parent issue is closed.
  1284. error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because
  1285. the total file size exceeds the maximum allowed size (%{max_size})
  1286. setting_bulk_download_max_size: Maximum total size for bulk download
  1287. label_download_all_attachments: Download all files
  1288. error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum
  1289. number of files that can be attached simultaneously (%{max_number_of_files})
  1290. setting_email_domains_allowed: Allowed email domains
  1291. setting_email_domains_denied: Disallowed email domains
  1292. field_passwd_changed_on: Password last changed
  1293. label_relations_mapping: Relations mapping
  1294. label_import_users: Import users
  1295. label_days_to_html: "%{days} days up to %{date}"
  1296. setting_twofa: Two-factor authentication
  1297. label_optional: optional
  1298. label_required_lower: required
  1299. button_disable: Disable
  1300. twofa__totp__name: Authenticator app
  1301. twofa__totp__text_pairing_info_html: Scan this QR code or enter the plain text key
  1302. into a TOTP app (e.g. <a href="https://support.google.com/accounts/answer/1066447">Google
  1303. Authenticator</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
  1304. Mobile</a>) and enter the code in the field below to activate two-factor authentication.
  1305. twofa__totp__label_plain_text_key: Plain text key
  1306. twofa__totp__label_activate: Enable authenticator app
  1307. twofa_currently_active: 'Currently active: %{twofa_scheme_name}'
  1308. twofa_not_active: Not activated
  1309. twofa_label_code: Code
  1310. twofa_hint_disabled_html: Setting <strong>%{label}</strong> will deactivate and unpair
  1311. two-factor authentication devices for all users.
  1312. twofa_hint_required_html: Setting <strong>%{label}</strong> will require all users
  1313. to set up two-factor authentication at their next login.
  1314. twofa_label_setup: Enable two-factor authentication
  1315. twofa_label_deactivation_confirmation: Disable two-factor authentication
  1316. twofa_notice_select: 'Please select the two-factor scheme you would like to use:'
  1317. twofa_warning_require: The administrator requires you to enable two-factor authentication.
  1318. twofa_activated: Two-factor authentication successfully enabled. It is recommended
  1319. to <a data-method="post" href="%{bc_path}">generate backup codes</a> for your account.
  1320. twofa_deactivated: Two-factor authentication disabled.
  1321. twofa_mail_body_security_notification_paired: Two-factor authentication successfully
  1322. enabled using %{field}.
  1323. twofa_mail_body_security_notification_unpaired: Two-factor authentication disabled
  1324. for your account.
  1325. twofa_mail_body_backup_codes_generated: New two-factor authentication backup codes
  1326. generated.
  1327. twofa_mail_body_backup_code_used: A two-factor authentication backup code has been
  1328. used.
  1329. twofa_invalid_code: Code is invalid or outdated.
  1330. twofa_label_enter_otp: Please enter your two-factor authentication code.
  1331. twofa_too_many_tries: Too many tries.
  1332. twofa_resend_code: Resend code
  1333. twofa_code_sent: An authentication code has been sent to you.
  1334. twofa_generate_backup_codes: Generate backup codes
  1335. twofa_text_generate_backup_codes_confirmation: This will invalidate all existing backup
  1336. codes and generate new ones. Would you like to continue?
  1337. twofa_notice_backup_codes_generated: Your backup codes have been generated.
  1338. twofa_warning_backup_codes_generated_invalidated: New backup codes have been generated.
  1339. Your existing codes from %{time} are now invalid.
  1340. twofa_label_backup_codes: Two-factor authentication backup codes
  1341. twofa_text_backup_codes_hint: Use these codes instead of a one-time password should
  1342. you not have access to your second factor. Each code can only be used once. It is
  1343. recommended to print and store them in a safe place.
  1344. twofa_text_backup_codes_created_at: Backup codes generated %{datetime}.
  1345. twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post"
  1346. href="%{bc_path}">generate new backup codes</a> if required.
  1347. error_can_not_execute_macro_html: Error executing the <strong>%{name}</strong> macro
  1348. (%{error})
  1349. error_macro_does_not_accept_block: This macro does not accept a block of text
  1350. error_childpages_macro_no_argument: With no argument, this macro can be called from
  1351. wiki pages only
  1352. error_circular_inclusion: Circular inclusion detected
  1353. error_page_not_found: Page not found
  1354. error_filename_required: Filename required
  1355. error_invalid_size_parameter: Invalid size parameter
  1356. error_attachment_not_found: Attachment %{name} not found
  1357. permission_delete_project: Delete the project
  1358. field_twofa_scheme: Two-factor authentication scheme
  1359. text_user_destroy_confirmation: Are you sure you want to delete this user and remove
  1360. all references to them? This cannot be undone. Often, locking a user instead of
  1361. deleting them is the better solution. To confirm, please enter their login (%{login})
  1362. below.
  1363. text_project_destroy_enter_identifier: To confirm, please enter the project's identifier
  1364. (%{identifier}) below.
  1365. button_add_subtask: Add subtask
  1366. notice_invalid_watcher: 'Invalid watcher: User will not receive any notifications
  1367. because it does not have access to view this object.'
  1368. button_fetch_changesets: Fetch commits
  1369. permission_view_message_watchers: View message watchers list
  1370. permission_add_message_watchers: Add message watchers
  1371. permission_delete_message_watchers: Delete message watchers
  1372. label_message_watchers: Watchers
  1373. button_copy_link: Copy link
  1374. error_invalid_authenticity_token: Invalid form authenticity token.
  1375. error_query_statement_invalid: An error occurred while executing the query and has
  1376. been logged. Please report this error to your Redmine administrator.
  1377. permission_view_wiki_page_watchers: View wiki page watchers list
  1378. permission_add_wiki_page_watchers: Add wiki page watchers
  1379. permission_delete_wiki_page_watchers: Delete wiki page watchers
  1380. label_wiki_page_watchers: Watchers
  1381. label_attachment_description: File description
  1382. error_no_data_in_file: The file does not contain any data
  1383. field_twofa_required: Require two factor authentication
  1384. twofa_hint_optional_html: Setting <strong>%{label}</strong> will let users set up
  1385. two-factor authentication at will, unless it is required by one of their groups.
  1386. twofa_text_group_required: This setting is only effective when the global two factor
  1387. authentication setting is set to 'optional'. Currently, two factor authentication
  1388. is required for all users.
  1389. twofa_text_group_disabled: This setting is only effective when the global two factor
  1390. authentication setting is set to 'optional'. Currently, two factor authentication
  1391. is disabled.
  1392. field_default_issue_query: Default issue query
  1393. label_default_queries:
  1394. for_all_projects: For all projects
  1395. for_current_project: For current project
  1396. for_all_users: For all users
  1397. text_allowed_queries_to_select: Public (to any users) queries only selectable
  1398. text_all_migrations_have_been_run: All database migrations have been run
  1399. button_save_object: Save %{object_name}
  1400. button_edit_object: Edit %{object_name}
  1401. button_delete_object: Delete %{object_name}
  1402. text_setting_config_change: You can configure the behaviour in config/configuration.yml.
  1403. Please restart the application after editing it.
  1404. label_bulk_edit: Bulk edit
  1405. button_create_and_follow: Create and follow
  1406. label_subtask: Subtask
  1407. label_default_query: Default query
  1408. field_default_project_query: Default project query
  1409. label_required_administrators: required for administrators
  1410. twofa_hint_required_administrators_html: Setting <strong>%{label}</strong> behaves
  1411. like optional, but will require all users with administration rights to set up two-factor
  1412. authentication at their next login.
  1413. label_auto_watch_on: Auto watch
  1414. label_auto_watch_on_issue_contributed_to: Issues I contributed to
  1415. text_project_close_confirmation: Are you sure you want to close the '%{value}' project
  1416. to make it read-only?
  1417. text_project_reopen_confirmation: Are you sure you want to reopen the '%{value}' project?
  1418. text_project_archive_confirmation: Are you sure you want to archive the '%{value}'
  1419. project?
  1420. mail_destroy_project_failed: Project %{value} could not be deleted.
  1421. mail_destroy_project_successful: Project %{value} was deleted successfully.
  1422. mail_destroy_project_with_subprojects_successful: Project %{value} and its subprojects
  1423. were deleted successfully.
  1424. project_status_scheduled_for_deletion: scheduled for deletion
  1425. text_projects_bulk_destroy_confirmation: Are you sure you want to delete the selected
  1426. projects and related data?
  1427. text_projects_bulk_destroy_head: |
  1428. You are about to permanently delete the following projects, including possible subprojects and any related data.
  1429. Please review the information below and confirm that this is indeed what you want to do.
  1430. This action cannot be undone.
  1431. text_projects_bulk_destroy_confirm: To confirm, please enter "%{yes}" in the box below.
  1432. text_subprojects_bulk_destroy: 'including its subproject(s): %{value}'
  1433. field_current_password: Current password