This diff has been collapsed as it changes many lines, (562 lines changed) Show them Hide them | |||
@@ -1,52 +1,49 | |||
|
1 | 1 | # Lithuanian translations for Ruby on Rails |
|
2 | 2 | # by Laurynas Butkus (laurynas.butkus@gmail.com) |
|
3 | ||
|
3 | # Redmine translation by Gediminas Muižis gediminas.muizis@gmail.com | |
|
4 | # and Sergej Jegorov sergej.jegorov@gmail.com | |
|
5 | # and Gytis Gurklys gytis.gurklys@gmail.com | |
|
4 | 6 | lt: |
|
5 | number: | |
|
6 | format: | |
|
7 | separator: "," | |
|
8 | delimiter: " " | |
|
9 | precision: 3 | |
|
10 | ||
|
11 | currency: | |
|
12 | format: | |
|
13 | format: "%n %u" | |
|
14 | unit: "Lt" | |
|
15 | separator: "," | |
|
16 | delimiter: " " | |
|
17 | precision: 2 | |
|
18 | ||
|
19 | percentage: | |
|
20 | format: | |
|
21 | delimiter: "" | |
|
22 | ||
|
23 | precision: | |
|
24 | format: | |
|
25 | delimiter: "" | |
|
26 | ||
|
27 | human: | |
|
28 | format: | |
|
29 | delimiter: "" | |
|
30 | precision: 1 | |
|
31 | storage_units: | |
|
32 | format: "%n %u" | |
|
33 | units: | |
|
34 | byte: | |
|
35 | one: "baitai" | |
|
36 | other: "baitai" | |
|
37 | kb: "KB" | |
|
38 | mb: "MB" | |
|
39 | gb: "GB" | |
|
40 | tb: "TB" | |
|
7 | date: | |
|
8 | formats: | |
|
9 | # Use the strftime parameters for formats. | |
|
10 | # When no format has been given, it uses default. | |
|
11 | # You can provide other formats here if you like! | |
|
12 | default: "%Y-%m-%d" | |
|
13 | short: "%b %d" | |
|
14 | long: "%B %d, %Y" | |
|
15 | ||
|
16 | day_names: [sekmadienis, pirmadienis, antradienis, trečiadienis, ketvirtadienis, penktadienis, šeštadienis] | |
|
17 | # standalone_day_names: [Sekmadienis, Pirmadienis, Antradienis, Trečiadienis, Ketvirtadienis, Penktadienis, Šeštadienis] | |
|
18 | abbr_day_names: [Sek, Pir, Ant, Tre, Ket, Pen, Šeš] | |
|
19 | ||
|
20 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
|
21 | month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio] | |
|
22 | abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd] | |
|
23 | # Used in date_select and datime_select. | |
|
24 | order: [ :year, :month, :day ] | |
|
25 | ||
|
26 | time: | |
|
27 | formats: | |
|
28 | default: "%a, %d %b %Y %H:%M:%S %z" | |
|
29 | time: "%H:%M" | |
|
30 | short: "%d %b %H:%M" | |
|
31 | long: "%B %d, %Y %H:%M" | |
|
32 | am: "ryto" | |
|
33 | pm: "vakaro" | |
|
41 | 34 | |
|
42 | 35 | datetime: |
|
43 | 36 | distance_in_words: |
|
44 | 37 | half_a_minute: "pusė minutės" |
|
45 | 38 | less_than_x_seconds: |
|
46 |
one: "mažiau nei |
|
|
39 | one: "mažiau nei {{count}} sekundė" | |
|
40 | few: "mažiau nei {{count}} sekundžių" | |
|
41 | many: "mažiau nei {{count}} sekundžių" | |
|
47 | 42 | other: "mažiau nei {{count}} sekundės" |
|
48 | 43 | x_seconds: |
|
49 |
one: " |
|
|
44 | one: "{{count}} sekundė" | |
|
45 | few: "{{count}} sekundžių" | |
|
46 | many: "{{count}} sekundžių" | |
|
50 | 47 | other: "{{count}} sekundės" |
|
51 | 48 | less_than_x_minutes: |
|
52 | 49 | one: "mažiau nei minutė" |
@@ -80,15 +77,69 lt: | |||
|
80 | 77 | minute: "Minutė" |
|
81 | 78 | second: "Sekundės" |
|
82 | 79 | |
|
80 | number: | |
|
81 | format: | |
|
82 | separator: "," | |
|
83 | delimiter: " " | |
|
84 | precision: 3 | |
|
85 | ||
|
86 | currency: | |
|
87 | format: | |
|
88 | format: "%n %u" | |
|
89 | unit: "Lt" | |
|
90 | separator: "," | |
|
91 | delimiter: " " | |
|
92 | precision: 2 | |
|
93 | ||
|
94 | percentage: | |
|
95 | format: | |
|
96 | delimiter: "" | |
|
97 | ||
|
98 | precision: | |
|
99 | format: | |
|
100 | delimiter: "" | |
|
101 | ||
|
102 | human: | |
|
103 | format: | |
|
104 | delimiter: "" | |
|
105 | precision: 1 | |
|
106 | storage_units: | |
|
107 | # Storage units output formatting. | |
|
108 | # %u is the storage unit, %n is the number (default: 2 MB) | |
|
109 | format: "%n %u" | |
|
110 | units: | |
|
111 | byte: | |
|
112 | one: "baitas" | |
|
113 | few: "baitų" | |
|
114 | many: "baitų" | |
|
115 | other: "baitai" | |
|
116 | kb: "KB" | |
|
117 | mb: "MB" | |
|
118 | gb: "GB" | |
|
119 | tb: "TB" | |
|
120 | ||
|
121 | # Used in array.to_sentence. | |
|
122 | support: | |
|
123 | array: | |
|
124 | # Rails 2.2 | |
|
125 | sentence_connector: "ir" | |
|
126 | skip_last_comma: true | |
|
127 | # Rails 2.3 | |
|
128 | words_connector: ", " | |
|
129 | two_words_connector: " ir " | |
|
130 | last_word_connector: " ir " | |
|
131 | ||
|
83 | 132 | activerecord: |
|
84 | 133 | errors: |
|
85 | 134 | template: |
|
86 | 135 | header: |
|
87 | one: "Išsaugant objektą {{model}} rasta klaida" | |
|
136 | one: "Išsaugant objektą {{model}} rasta {{count}} klaida" | |
|
137 | few: "Išsaugant objektą {{model}} rasta {{count}} klaidų" | |
|
138 | many: "Išsaugant objektą {{model}} rasta {{count}} klaidų" | |
|
88 | 139 | other: "Išsaugant objektą {{model}} rastos {{count}} klaidos" |
|
89 | 140 | body: "Šiuose laukuose yra klaidų:" |
|
90 | 141 | |
|
91 | messages: | |
|
142 | pranešimus: | |
|
92 | 143 | inclusion: "nenumatyta reikšmė" |
|
93 | 144 | exclusion: "užimtas" |
|
94 | 145 | invalid: "neteisingas" |
@@ -96,11 +147,24 lt: | |||
|
96 | 147 | accepted: "turi būti patvirtintas" |
|
97 | 148 | empty: "negali būti tuščias" |
|
98 | 149 | blank: "negali būti tuščias" |
|
99 | too_long: "per ilgas (daugiausiai {{count}} simboliai)" | |
|
100 |
|
|
|
101 |
w |
|
|
150 | too_long: | |
|
151 | one: "per ilgas (daugiausiai {{count}} simbolius)" | |
|
152 | few: "per ilgas (daugiausiai {{count}} simboliu)" | |
|
153 | many: "per ilgas (daugiausiai {{count}} simboliu)" | |
|
154 | other: "per ilgas (daugiausiai {{count}} simboliai)" | |
|
155 | too_short: | |
|
156 | one: "per trumpas (mažiausiai {{count}} simbolius)" | |
|
157 | few: "per trumpas (mažiausiai {{count}} simboliu)" | |
|
158 | many: "per trumpas (mažiausiai {{count}} simboliu)" | |
|
159 | other: "per trumpas (mažiausiai {{count}} simboliai)" | |
|
160 | wrong_length: | |
|
161 | one: "neteisingo ilgio (turi būti lygiai {{count}} simbolius)" | |
|
162 | few: "neteisingo ilgio (turi būti lygiai {{count}} simboliu)" | |
|
163 | many: "neteisingo ilgio (turi būti lygiai {{count}} simboliu)" | |
|
164 | other: "neteisingo ilgio (turi būti lygiai {{count}} simboliai)" | |
|
102 | 165 | taken: "jau užimtas" |
|
103 | 166 | not_a_number: "ne skaičius" |
|
167 | not_a_date: "is not a valid date" | |
|
104 | 168 | greater_than: "turi būti didesnis už {{count}}" |
|
105 | 169 | greater_than_or_equal_to: "turi būti didesnis arba lygus {{count}}" |
|
106 | 170 | equal_to: "turi būti lygus {{count}}" |
@@ -112,38 +176,7 lt: | |||
|
112 | 176 | not_same_project: "nepriklauso tam pačiam projektui" |
|
113 | 177 | circular_dependency: "Šis ryšys sukurtų ciklinę priklausomybę" |
|
114 | 178 | |
|
115 | models: | |
|
116 | ||
|
117 | date: | |
|
118 | formats: | |
|
119 | default: "%Y-%m-%d" | |
|
120 | short: "%b %d" | |
|
121 | long: "%B %d, %Y" | |
|
122 | ||
|
123 | day_names: [sekmadienis, pirmadienis, antradienis, trečiadienis, ketvirtadienis, penktadienis, šeštadienis] | |
|
124 | abbr_day_names: [Sek, Pir, Ant, Tre, Ket, Pen, Šeš] | |
|
125 | ||
|
126 | month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio] | |
|
127 | abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd] | |
|
128 | order: [ :year, :month, :day ] | |
|
129 | ||
|
130 | time: | |
|
131 | formats: | |
|
132 | default: "%a, %d %b %Y %H:%M:%S %z" | |
|
133 | time: "%H:%M" | |
|
134 | short: "%d %b %H:%M" | |
|
135 | long: "%B %d, %Y %H:%M" | |
|
136 | am: "am" | |
|
137 | pm: "pm" | |
|
138 | ||
|
139 | support: | |
|
140 | array: | |
|
141 | words_connector: ", " | |
|
142 | two_words_connector: " ir " | |
|
143 | last_word_connector: " ir " | |
|
144 | ||
|
145 | ||
|
146 | actionview_instancetag_blank_option: prašom išrinkti | |
|
179 | actionview_instancetag_blank_option: prašom parinkti | |
|
147 | 180 | |
|
148 | 181 | general_text_No: 'Ne' |
|
149 | 182 | general_text_Yes: 'Taip' |
@@ -163,33 +196,39 lt: | |||
|
163 | 196 | notice_account_register_done: Paskyra buvo sėkmingai sukurta. Kad aktyvintumėte savo paskyrą, paspauskite sąsają, kuri jums buvo siųsta elektroniniu paštu. |
|
164 | 197 | notice_account_unknown_email: Nežinomas vartotojas. |
|
165 | 198 | notice_can_t_change_password: Šis pranešimas naudoja išorinį autentiškumo nustatymo šaltinį. Neįmanoma pakeisti slaptažodį. |
|
166 |
notice_account_lost_email_sent: Į Jūsų pašą išsi |
|
|
199 | notice_account_lost_email_sent: Į Jūsų paštą išsiųstas laiškas su naujo slaptažodžio pasirinkimo instrukcija. | |
|
167 | 200 | notice_account_activated: Jūsų paskyra aktyvuota. Galite prisijungti. |
|
168 | 201 | notice_successful_create: Sėkmingas sukūrimas. |
|
169 | 202 | notice_successful_update: Sėkmingas atnaujinimas. |
|
170 | 203 | notice_successful_delete: Sėkmingas panaikinimas. |
|
171 | 204 | notice_successful_connection: Sėkmingas susijungimas. |
|
172 | notice_file_not_found: Puslapis, į kurį ketinate įeiti, neegzistuoja arba pašalintas. | |
|
205 | notice_file_not_found: Puslapis, į kurį ketinate įeiti, neegzistuoja arba yra pašalintas. | |
|
173 | 206 | notice_locking_conflict: Duomenys atnaujinti kito vartotojo. |
|
174 | 207 | notice_not_authorized: Jūs neturite teisių gauti prieigą prie šio puslapio. |
|
175 | 208 | notice_email_sent: "Laiškas išsiųstas {{value}}" |
|
176 |
notice_email_error: "Laiško si |
|
|
209 | notice_email_error: "Laiško siuntimo metu įvyko klaida ({{value}})" | |
|
177 | 210 | notice_feeds_access_key_reseted: Jūsų RSS raktas buvo atnaujintas. |
|
178 | 211 | notice_failed_to_save_issues: "Nepavyko išsaugoti {{count}} problemos(ų) iš {{total}} pasirinkto: {{ids}}." |
|
179 | 212 | notice_no_issue_selected: "Nepasirinkta nė viena problema! Prašom pažymėti problemą, kurią norite redaguoti." |
|
180 |
notice_account_pending: "Jūsų paskyra buvo suk |
|
|
213 | notice_account_pending: "Jūsų paskyra buvo sukurta ir dabar laukiama administratoriaus patvirtinimo." | |
|
181 | 214 | notice_default_data_loaded: Numatytoji konfiguracija sėkmingai užkrauta. |
|
182 |
notice_unable_delete_version: Ne |
|
|
215 | notice_unable_delete_version: Neįmanoma panaikinti versiją | |
|
183 | 216 | |
|
184 | 217 | error_can_t_load_default_data: "Numatytoji konfiguracija negali būti užkrauta: {{value}}" |
|
185 | 218 | error_scm_not_found: "Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja." |
|
186 | 219 | error_scm_command_failed: "Įvyko klaida jungiantis prie saugyklos: {{value}}" |
|
187 | error_scm_annotate: "Įrašas neegzituoja arba negalima jo atvaizduoti." | |
|
220 | error_scm_annotate: "Įrašas neegzistuoja arba negalima jo atvaizduoti." | |
|
188 | 221 | error_issue_not_found_in_project: 'Darbas nerastas arba nesurištas su šiuo projektu' |
|
189 | ||
|
222 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
223 | error_no_default_issue_status: Nenustatyta numatytoji darbų būsena. Prašome patikrinti konfigūravimą ("Administravimas -> Darbų būsenos"). | |
|
224 | error_can_not_reopen_issue_on_closed_version: Uždarytai versijai priskirtas darbas negali būti atnaujintas. | |
|
225 | error_can_not_archive_project: Šio projekto negalima suarchyvuoti | |
|
226 | ||
|
227 | warning_attachments_not_saved: "{{count}} byla(ų) negali būti išsaugota." | |
|
228 | ||
|
190 | 229 | mail_subject_lost_password: "Jūsų {{value}} slaptažodis" |
|
191 | 230 | mail_body_lost_password: 'Norėdami pakeisti slaptažodį, spauskite nuorodą:' |
|
192 |
mail_subject_register: "{{value}} paskyros aktyvav |
|
|
231 | mail_subject_register: "Jūsų {{value}} paskyros aktyvavimas" | |
|
193 | 232 | mail_body_register: 'Norėdami aktyvuoti paskyrą, spauskite nuorodą:' |
|
194 | 233 | mail_body_account_information_external: "Jūs galite naudoti Jūsų {{value}} paskyrą, norėdami prisijungti." |
|
195 | 234 | mail_body_account_information: Informacija apie Jūsų paskyrą |
@@ -197,7 +236,11 lt: | |||
|
197 | 236 | mail_body_account_activation_request: "Užsiregistravo naujas vartotojas ({{value}}). Jo paskyra laukia jūsų patvirtinimo:" |
|
198 | 237 | mail_subject_reminder: "{{count}} darbas(ai) po kelių dienų" |
|
199 | 238 | mail_body_reminder: "{{count}} darbas(ai), kurie yra jums priskirti, baigiasi po {{days}} dienų(os):" |
|
200 | ||
|
239 | mail_subject_wiki_content_added: "'{{page}}' pridėtas wiki puslapis" | |
|
240 | mail_body_wiki_content_added: "The '{{page}}' wiki puslapi pridėjo {{author}}." | |
|
241 | mail_subject_wiki_content_updated: "'{{page}}' atnaujintas wiki puslapis" | |
|
242 | mail_body_wiki_content_updated: "The '{{page}}' wiki puslapį atnaujino {{author}}." | |
|
243 | ||
|
201 | 244 | gui_validation_error: 1 klaida |
|
202 | 245 | gui_validation_error_plural: "{{count}} klaidų(os)" |
|
203 | 246 | |
@@ -207,12 +250,12 lt: | |||
|
207 | 250 | field_is_required: Reikalaujama |
|
208 | 251 | field_firstname: Vardas |
|
209 | 252 | field_lastname: Pavardė |
|
210 |
field_mail: E |
|
|
253 | field_mail: El.paštas | |
|
211 | 254 | field_filename: Byla |
|
212 | 255 | field_filesize: Dydis |
|
213 | 256 | field_downloads: Atsiuntimai |
|
214 | 257 | field_author: Autorius |
|
215 |
field_created_on: Suk |
|
|
258 | field_created_on: Sukurta | |
|
216 | 259 | field_updated_on: Atnaujinta |
|
217 | 260 | field_field_format: Formatas |
|
218 | 261 | field_is_for_all: Visiems projektams |
@@ -240,6 +283,7 lt: | |||
|
240 | 283 | field_homepage: Pagrindinis puslapis |
|
241 | 284 | field_is_public: Viešas |
|
242 | 285 | field_parent: Priklauso projektui |
|
286 | field_is_in_chlog: Darbai rodomi pokyčių žurnale | |
|
243 | 287 | field_is_in_roadmap: Darbai rodomi veiklos grafike |
|
244 | 288 | field_login: Registracijos vardas |
|
245 | 289 | field_mail_notification: Elektroninio pašto pranešimai |
@@ -253,23 +297,23 lt: | |||
|
253 | 297 | field_version: Versija |
|
254 | 298 | field_type: Tipas |
|
255 | 299 | field_host: Pagrindinis kompiuteris |
|
256 |
field_port: P |
|
|
300 | field_port: Prievadas | |
|
257 | 301 | field_account: Paskyra |
|
258 | field_base_dn: Bazinis skiriamasis vardas | |
|
259 | field_attr_login: Registracijos vardo požymis | |
|
302 | field_base_dn: Bazinis skiriamasis vardas (base DN) | |
|
303 | field_attr_login: Registracijos vardo požymis (login) | |
|
260 | 304 | field_attr_firstname: Vardo priskiria |
|
261 | 305 | field_attr_lastname: Pavardės priskiria |
|
262 | 306 | field_attr_mail: Elektroninio pašto požymis |
|
263 | 307 | field_onthefly: Automatinis vartotojų registravimas |
|
264 | 308 | field_start_date: Pradėti |
|
265 |
field_done_ratio: % |
|
|
309 | field_done_ratio: % atlikta | |
|
266 | 310 | field_auth_source: Autentiškumo nustatymo būdas |
|
267 | 311 | field_hide_mail: Paslėpkite mano elektroninio pašto adresą |
|
268 | 312 | field_comments: Komentaras |
|
269 | 313 | field_url: URL |
|
270 | 314 | field_start_page: Pradžios puslapis |
|
271 | 315 | field_subproject: Subprojektas |
|
272 |
field_hours: |
|
|
316 | field_hours: valandos | |
|
273 | 317 | field_activity: Veikla |
|
274 | 318 | field_spent_on: Data |
|
275 | 319 | field_identifier: Identifikuotojas |
@@ -285,7 +329,14 lt: | |||
|
285 | 329 | field_default_value: Numatytoji vertė |
|
286 | 330 | field_comments_sorting: rodyti komentarus |
|
287 | 331 | field_parent_title: Aukštesnio lygio puslapis |
|
288 | ||
|
332 | field_editable: Redaguojamas | |
|
333 | field_watcher: Stebėtojas | |
|
334 | field_identity_url: OpenID URL | |
|
335 | field_content: Turinys | |
|
336 | field_group_by: Sugrupuoti pagal | |
|
337 | field_active: Activis | |
|
338 | field_sharing: Dalijimasis (Sharing) | |
|
339 | ||
|
289 | 340 | setting_app_title: Programos pavadinimas |
|
290 | 341 | setting_app_subtitle: Programos paantraštė |
|
291 | 342 | setting_welcome_text: Pasveikinimas |
@@ -296,7 +347,7 lt: | |||
|
296 | 347 | setting_issues_export_limit: Darbų eksportavimo riba |
|
297 | 348 | setting_mail_from: Emisijos elektroninio pašto adresas |
|
298 | 349 | setting_bcc_recipients: Akli tikslios kopijos gavėjai (bcc) |
|
299 |
setting_plain_text_mail: tik |
|
|
350 | setting_plain_text_mail: tik tekstas (be HTML) | |
|
300 | 351 | setting_host_name: Pagrindinio kompiuterio vardas |
|
301 | 352 | setting_text_formatting: Teksto apipavidalinimas |
|
302 | 353 | setting_wiki_compression: Wiki istorijos suspaudimas |
@@ -312,7 +363,7 lt: | |||
|
312 | 363 | setting_cross_project_issue_relations: Leisti tarprojektinius darbų ryšius |
|
313 | 364 | setting_issue_list_default_columns: Numatytosios skiltys darbų sąraše |
|
314 | 365 | setting_repositories_encodings: Saugyklos koduotė |
|
315 |
setting_commit_logs_encoding: Commit pran |
|
|
366 | setting_commit_logs_encoding: Commit pranešimų koduotė | |
|
316 | 367 | setting_emails_footer: elektroninio pašto puslapinė poraštė |
|
317 | 368 | setting_protocol: Protokolas |
|
318 | 369 | setting_per_page_options: Įrašų puslapyje nustatimas |
@@ -322,62 +373,72 lt: | |||
|
322 | 373 | setting_enabled_scm: Įgalintas SCM |
|
323 | 374 | setting_mail_handler_api_enabled: Įgalinti WS įeinantiems laiškams |
|
324 | 375 | setting_mail_handler_api_key: API raktas |
|
325 | setting_sequential_project_identifiers: Generuoti nuoseklus projekto identifikatorius | |
|
326 |
setting_gravatar_enabled: Naudoti Gravatar vartotojo |
|
|
376 | setting_sequential_project_identifiers: Generuoti nuoseklius projekto identifikatorius | |
|
377 | setting_gravatar_enabled: Naudoti Gravatar vartotojo paveiksliukus | |
|
378 | setting_gravatar_default: Gravatar paveiksliukas pagal nutylėjimą | |
|
327 | 379 | setting_diff_max_lines_displayed: Maksimalus rodomas eilučiu skaičius diff\'e |
|
328 | ||
|
329 | permission_edit_project: Edit project | |
|
330 | permission_select_project_modules: Select project modules | |
|
331 | permission_manage_members: Manage members | |
|
332 | permission_manage_versions: Manage versions | |
|
333 | permission_manage_categories: Manage issue categories | |
|
334 | permission_add_issues: Add issues | |
|
335 | permission_edit_issues: Edit issues | |
|
336 | permission_manage_issue_relations: Manage issue relations | |
|
337 | permission_add_issue_notes: Add notes | |
|
338 | permission_edit_issue_notes: Edit notes | |
|
339 | permission_edit_own_issue_notes: Edit own notes | |
|
340 | permission_move_issues: Move issues | |
|
341 |
permission_ |
|
|
342 | permission_manage_public_queries: Manage public queries | |
|
343 | permission_save_queries: Save queries | |
|
344 | permission_view_gantt: View gantt chart | |
|
345 | permission_view_calendar: View calendar | |
|
346 |
permission_ |
|
|
347 | permission_add_issue_watchers: Add watchers | |
|
348 | permission_log_time: Log spent time | |
|
349 | permission_view_time_entries: View spent time | |
|
350 | permission_edit_time_entries: Edit time logs | |
|
351 | permission_edit_own_time_entries: Edit own time logs | |
|
352 | permission_manage_news: Manage news | |
|
353 | permission_comment_news: Comment news | |
|
354 | permission_manage_documents: Manage documents | |
|
355 | permission_view_documents: View documents | |
|
356 | permission_manage_files: Manage files | |
|
357 |
permission_view_ |
|
|
358 | permission_manage_wiki: Manage wiki | |
|
359 | permission_rename_wiki_pages: Rename wiki pages | |
|
360 | permission_delete_wiki_pages: Delete wiki pages | |
|
361 | permission_view_wiki_pages: View wiki | |
|
362 | permission_view_wiki_edits: View wiki history | |
|
363 | permission_edit_wiki_pages: Edit wiki pages | |
|
364 | permission_delete_wiki_pages_attachments: Delete attachments | |
|
365 | permission_protect_wiki_pages: Protect wiki pages | |
|
366 | permission_manage_repository: Manage repository | |
|
367 | permission_browse_repository: Browse repository | |
|
368 | permission_view_changesets: View changesets | |
|
380 | setting_file_max_size_displayed: Max size of text files displayed inline | |
|
381 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
|
382 | setting_openid: Leisti OpenID prisijungimą ir registraciją | |
|
383 | setting_password_min_length: Minimalus slaptažodžio ilgis | |
|
384 | setting_new_project_user_role_id: Vaidmuo, suteikiamas vartotojui (non-admin), kuris sukuria projektą | |
|
385 | setting_default_projects_modules: Nustatytieji naujam projektui priskirti moduliai | |
|
386 | ||
|
387 | permission_add_project: Sukurti projektą | |
|
388 | permission_edit_project: Taisyti projektą | |
|
389 | permission_select_project_modules: Parinkti projekto modulius | |
|
390 | permission_manage_members: Valdyti narius | |
|
391 | permission_manage_versions: Valdyti versijas | |
|
392 | permission_manage_categories: Valdyti darbų kategorijas | |
|
393 | permission_add_issues: Sukurti darbus | |
|
394 | permission_edit_issues: Redaguoti darbus | |
|
395 | permission_manage_issue_relations: Valdyti darbų ryšius | |
|
396 | permission_add_issue_notes: Sukurti pastabas | |
|
397 | permission_edit_issue_notes: Redaguoti pastabas | |
|
398 | permission_edit_own_issue_notes: Redaguoti savo pastabas | |
|
399 | permission_move_issues: Perkelti darbus | |
|
400 | permission_delete_issues: Pašalinti darbus | |
|
401 | permission_manage_public_queries: Valdyti viešas užklausas | |
|
402 | permission_save_queries: Išsaugoti užklausas | |
|
403 | permission_view_gantt: Matyti Gantt grafiką | |
|
404 | permission_view_calendar: Matyti kalendorių | |
|
405 | permission_view_issue_watchers: Matyti stebėtojų sąrašą | |
|
406 | permission_add_issue_watchers: Pridėti stebėtojus | |
|
407 | permission_delete_issue_watchers: Pašalinti stebėtojus | |
|
408 | permission_log_time: Regsitruoti dirbtą laiką | |
|
409 | permission_view_time_entries: Matyti dirbtą laiką | |
|
410 | permission_edit_time_entries: Redaguoti laiko įrašus | |
|
411 | permission_edit_own_time_entries: Redguoti savo laiko įrašus | |
|
412 | permission_manage_news: Valdyti naujienas | |
|
413 | permission_comment_news: Komentuoti naujienas | |
|
414 | permission_manage_documents: Valdyti dokumentus | |
|
415 | permission_view_documents: Matyti dokumentus | |
|
416 | permission_manage_files: Valdyti bylas | |
|
417 | permission_view_files: Matyti bylas | |
|
418 | permission_manage_wiki: Valdyti wiki | |
|
419 | permission_rename_wiki_pages: Pevadinti wiki puslapius | |
|
420 | permission_delete_wiki_pages: Pašalinti wiki puslapius | |
|
421 | permission_view_wiki_pages: Matyti wiki | |
|
422 | permission_view_wiki_edits: Matyti wiki istoriją | |
|
423 | permission_edit_wiki_pages: Redaguoti wiki puslapius | |
|
424 | permission_delete_wiki_pages_attachments: Pašalinti priedus | |
|
425 | permission_protect_wiki_pages: Apsaugoti wiki puslapius | |
|
426 | permission_manage_repository: Pašalinti repository | |
|
427 | permission_browse_repository: Peržiūrėti repository | |
|
428 | permission_view_changesets: Matyti pakeitimus | |
|
369 | 429 | permission_commit_access: Commit access |
|
370 |
permission_manage_boards: |
|
|
371 |
permission_view_messages: |
|
|
372 |
permission_add_messages: Post |
|
|
373 |
permission_edit_messages: |
|
|
374 |
permission_edit_own_messages: |
|
|
375 |
permission_delete_messages: |
|
|
376 |
permission_delete_own_messages: |
|
|
377 | ||
|
430 | permission_manage_boards: Valdyti boards | |
|
431 | permission_view_messages: Matyti pranešimus | |
|
432 | permission_add_messages: Post pranešimus | |
|
433 | permission_edit_messages: Redaguoti pranešimus | |
|
434 | permission_edit_own_messages: Redaguoti savo pranešimus | |
|
435 | permission_delete_messages: Pašalinti pranešimus | |
|
436 | permission_delete_own_messages: Pašalinti savo pranešimus | |
|
437 | permission_delete_issue_watchers: Pašalinti stebėtojus | |
|
438 | ||
|
378 | 439 | project_module_issue_tracking: Darbu pėdsekys |
|
379 | 440 | project_module_time_tracking: Laiko pėdsekys |
|
380 |
project_module_news: |
|
|
441 | project_module_news: Naujienos | |
|
381 | 442 | project_module_documents: Dokumentai |
|
382 | 443 | project_module_files: Rinkmenos |
|
383 | 444 | project_module_wiki: Wiki |
@@ -391,9 +452,9 lt: | |||
|
391 | 452 | label_project_new: Naujas projektas |
|
392 | 453 | label_project_plural: Projektai |
|
393 | 454 | label_x_projects: |
|
394 |
zero: n |
|
|
395 |
one: 1 proje |
|
|
396 |
other: "{{count}} proje |
|
|
455 | zero: nėra projektų | |
|
456 | one: 1 projektas | |
|
457 | other: "{{count}} projektų" | |
|
397 | 458 | label_project_all: Visi Projektai |
|
398 | 459 | label_project_latest: Paskutiniai projektai |
|
399 | 460 | label_issue: Darbas |
@@ -418,9 +479,9 lt: | |||
|
418 | 479 | label_tracker_plural: Pėdsekiai |
|
419 | 480 | label_tracker_new: Naujas pėdsekys |
|
420 | 481 | label_workflow: Darbų eiga |
|
421 |
label_issue_status: Darbo |
|
|
422 |
label_issue_status_plural: Darbų |
|
|
423 |
label_issue_status_new: Nauja |
|
|
482 | label_issue_status: Darbo būsena | |
|
483 | label_issue_status_plural: Darbų būsenos | |
|
484 | label_issue_status_new: Nauja būsena | |
|
424 | 485 | label_issue_category: Darbo kategorija |
|
425 | 486 | label_issue_category_plural: Darbo kategorijos |
|
426 | 487 | label_issue_category_new: Nauja kategorija |
@@ -468,10 +529,10 lt: | |||
|
468 | 529 | label_text: Ilgas tekstas |
|
469 | 530 | label_attribute: Požymis |
|
470 | 531 | label_attribute_plural: Požymiai |
|
471 |
label_download: "{{count}} |
|
|
472 |
label_download_plural: "{{count}} |
|
|
532 | label_download: "{{count}} persiuntimas" | |
|
533 | label_download_plural: "{{count}} persiuntimai" | |
|
473 | 534 | label_no_data: Nėra ką atvaizduoti |
|
474 |
label_change_status: Pakeitimo |
|
|
535 | label_change_status: Pakeitimo būsena | |
|
475 | 536 | label_history: Istorija |
|
476 | 537 | label_attachment: Rinkmena |
|
477 | 538 | label_attachment_new: Nauja rinkmena |
@@ -480,12 +541,13 lt: | |||
|
480 | 541 | label_file_added: Byla pridėta |
|
481 | 542 | label_report: Ataskaita |
|
482 | 543 | label_report_plural: Ataskaitos |
|
483 |
label_news: |
|
|
484 |
label_news_new: Pridėkite |
|
|
485 |
label_news_plural: |
|
|
544 | label_news: Naujiena | |
|
545 | label_news_new: Pridėkite naujieną | |
|
546 | label_news_plural: Naujienos | |
|
486 | 547 | label_news_latest: Paskutinės naujienos |
|
487 |
label_news_view_all: Peržiūrėti visas |
|
|
548 | label_news_view_all: Peržiūrėti visas naujienas | |
|
488 | 549 | label_news_added: Naujiena pridėta |
|
550 | label_change_log: Pakeitimų žurnalas | |
|
489 | 551 | label_settings: Nustatymai |
|
490 | 552 | label_overview: Apžvalga |
|
491 | 553 | label_version: Versija |
@@ -496,9 +558,9 lt: | |||
|
496 | 558 | label_read: Skaitykite... |
|
497 | 559 | label_public_projects: Vieši projektai |
|
498 | 560 | label_open_issues: atidaryta |
|
499 |
label_open_issues_plural: atidaryt |
|
|
561 | label_open_issues_plural: atidaryti | |
|
500 | 562 | label_closed_issues: uždaryta |
|
501 |
label_closed_issues_plural: uždaryt |
|
|
563 | label_closed_issues_plural: uždaryti | |
|
502 | 564 | label_x_open_issues_abbr_on_total: |
|
503 | 565 | zero: 0 open / {{total}} |
|
504 | 566 | one: 1 open / {{total}} |
@@ -508,13 +570,13 lt: | |||
|
508 | 570 | one: 1 open |
|
509 | 571 | other: "{{count}} open" |
|
510 | 572 | label_x_closed_issues_abbr: |
|
511 |
zero: 0 |
|
|
512 |
one: 1 |
|
|
513 |
other: "{{count}} |
|
|
573 | zero: 0 uždarytu | |
|
574 | one: 1 uždarytas | |
|
575 | other: "{{count}} uždarytu" | |
|
514 | 576 | label_total: Bendra suma |
|
515 | 577 | label_permissions: Leidimai |
|
516 |
label_current_status: Einamoji |
|
|
517 |
label_new_statuses_allowed: Naujos |
|
|
578 | label_current_status: Einamoji būsena | |
|
579 | label_new_statuses_allowed: Naujos būsenos galimos | |
|
518 | 580 | label_all: visi |
|
519 | 581 | label_none: niekas |
|
520 | 582 | label_nobody: niekas |
@@ -534,9 +596,9 lt: | |||
|
534 | 596 | label_comment: Komentaras |
|
535 | 597 | label_comment_plural: Komentarai |
|
536 | 598 | label_x_comments: |
|
537 |
zero: n |
|
|
538 |
one: 1 |
|
|
539 |
other: "{{count}} |
|
|
599 | zero: nėra komentarų | |
|
600 | one: 1 komentaras | |
|
601 | other: "{{count}} komentarų" | |
|
540 | 602 | label_comment_add: Pridėkite komentarą |
|
541 | 603 | label_comment_added: Komentaras pridėtas |
|
542 | 604 | label_comment_delete: Pašalinkite komentarus |
@@ -567,7 +629,7 lt: | |||
|
567 | 629 | label_not_contains: neturi savyje |
|
568 | 630 | label_day_plural: dienos |
|
569 | 631 | label_repository: Saugykla |
|
570 |
label_repository_plural: Saug |
|
|
632 | label_repository_plural: Saugyklos | |
|
571 | 633 | label_browse: Naršyti |
|
572 | 634 | label_modification: "{{count}} pakeitimas" |
|
573 | 635 | label_modification_plural: "{{count}} pakeitimai" |
@@ -606,7 +668,7 lt: | |||
|
606 | 668 | label_feed_plural: Įeitys(Feeds) |
|
607 | 669 | label_changes_details: Visų pakeitimų detalės |
|
608 | 670 | label_issue_tracking: Darbų sekimas |
|
609 |
label_spent_time: |
|
|
671 | label_spent_time: Dirbtas laikas | |
|
610 | 672 | label_f_hour: "{{value}} valanda" |
|
611 | 673 | label_f_hour_plural: "{{value}} valandų" |
|
612 | 674 | label_time_tracking: Laiko sekimas |
@@ -622,7 +684,7 lt: | |||
|
622 | 684 | label_permissions_report: Leidimų pranešimas |
|
623 | 685 | label_watched_issues: Stebimi darbai |
|
624 | 686 | label_related_issues: Susiję darbai |
|
625 |
label_applied_status: Taikomoji |
|
|
687 | label_applied_status: Taikomoji būsena | |
|
626 | 688 | label_loading: Kraunama... |
|
627 | 689 | label_relation_new: Naujas ryšys |
|
628 | 690 | label_relation_delete: Pašalinkite ryšį |
@@ -659,7 +721,7 lt: | |||
|
659 | 721 | label_language_based: Pagrįsta vartotojo kalba |
|
660 | 722 | label_sort_by: "Rūšiuoti pagal {{value}}" |
|
661 | 723 | label_send_test_email: Nusiųsti bandomąjį elektroninį laišką |
|
662 |
label_feeds_access_key_created_on: "RSS prieigos raktas suk |
|
|
724 | label_feeds_access_key_created_on: "RSS prieigos raktas sukurtas prieš {{value}}" | |
|
663 | 725 | label_module_plural: Moduliai |
|
664 | 726 | label_added_time_by: "Pridėjo {{author}} prieš {{age}}" |
|
665 | 727 | label_updated_time_by: "Atnaujino {{author}} {{age}} atgal" |
@@ -686,7 +748,7 lt: | |||
|
686 | 748 | label_general: Bendri |
|
687 | 749 | label_more: Daugiau |
|
688 | 750 | label_scm: SCM |
|
689 |
label_plugins: |
|
|
751 | label_plugins: Įskiepiai | |
|
690 | 752 | label_ldap_authentication: LDAP autentifikacija |
|
691 | 753 | label_downloads_abbr: siunt. |
|
692 | 754 | label_optional_description: Apibūdinimas (laisvai pasirenkamas) |
@@ -698,15 +760,39 lt: | |||
|
698 | 760 | label_incoming_emails: Įeinantys laiškai |
|
699 | 761 | label_generate_key: Generuoti raktą |
|
700 | 762 | label_issue_watchers: Stebėtojai |
|
701 |
label_example: Pav |
|
|
702 | ||
|
763 | label_example: Pavyzdys | |
|
764 | label_display: Display | |
|
765 | label_login_with_open_id_option: arba prisijunkite su OpenID | |
|
766 | label_descending: Descending | |
|
767 | label_sort: Rūšiuoti | |
|
768 | label_ascending: Ascending | |
|
769 | label_date_from_to: From {{start}} to {{end}} | |
|
770 | label_greater_or_equal: ">=" | |
|
771 | label_less_or_equal: <= | |
|
772 | label_wiki_content_added: Wiki puslapis pridėtas | |
|
773 | label_wiki_content_updated: Wiki puslapis atnaujintas | |
|
774 | label_view_all_revisions: Rodyti visos revizijas | |
|
775 | label_tag: Tag'as | |
|
776 | label_branch: Branch'as | |
|
777 | label_group_plural: Grupės | |
|
778 | label_group: Grupė | |
|
779 | label_group_new: Nauja grupė | |
|
780 | label_time_entry_plural: Sprendimo laikas | |
|
781 | label_user_anonymous: Anonimas | |
|
782 | label_version_sharing_hierarchy: Su projekto hierarchija | |
|
783 | label_version_sharing_system: Su visais projektais | |
|
784 | label_version_sharing_descendants: Su subprojektais | |
|
785 | label_version_sharing_tree: Su projekto medžiu | |
|
786 | label_version_sharing_none: Nesidalinama | |
|
787 | ||
|
703 | 788 | button_login: Registruotis |
|
704 | 789 | button_submit: Pateikti |
|
705 | 790 | button_save: Išsaugoti |
|
706 | 791 | button_check_all: Žymėti visus |
|
707 | 792 | button_uncheck_all: Atžymėti visus |
|
708 |
button_delete: |
|
|
793 | button_delete: Pašalinti | |
|
709 | 794 | button_create: Sukurti |
|
795 | button_create_and_continue: Sukurti ir tęsti | |
|
710 | 796 | button_test: Testas |
|
711 | 797 | button_edit: Redaguoti |
|
712 | 798 | button_add: Pridėti |
@@ -719,18 +805,19 lt: | |||
|
719 | 805 | button_list: Sąrašas |
|
720 | 806 | button_view: Žiūrėti |
|
721 | 807 | button_move: Perkelti |
|
808 | button_move_and_follow: Perkelti ir sekti | |
|
722 | 809 | button_back: Atgal |
|
723 | 810 | button_cancel: Atšaukti |
|
724 | 811 | button_activate: Aktyvinti |
|
725 | 812 | button_sort: Rūšiuoti |
|
726 |
button_log_time: |
|
|
813 | button_log_time: Dirbtas laikas | |
|
727 | 814 | button_rollback: Grįžti į šią versiją |
|
728 | 815 | button_watch: Stebėti |
|
729 | 816 | button_unwatch: Nestebėti |
|
730 | 817 | button_reply: Atsakyti |
|
731 | 818 | button_archive: Archyvuoti |
|
732 | 819 | button_unarchive: Išpakuoti |
|
733 |
button_reset: |
|
|
820 | button_reset: Atstatyti | |
|
734 | 821 | button_rename: Pervadinti |
|
735 | 822 | button_change_password: Pakeisti slaptažodį |
|
736 | 823 | button_copy: Kopijuoti |
@@ -738,11 +825,17 lt: | |||
|
738 | 825 | button_update: Atnaujinti |
|
739 | 826 | button_configure: Konfigūruoti |
|
740 | 827 | button_quote: Cituoti |
|
741 | ||
|
828 | button_duplicate: Dubliuoti | |
|
829 | button_copy_and_follow: Kopijuoti ir laikytis | |
|
830 | ||
|
742 | 831 | status_active: aktyvus |
|
743 | 832 | status_registered: užregistruotas |
|
744 | 833 | status_locked: užrakintas |
|
745 | ||
|
834 | ||
|
835 | version_status_open: atidaryta | |
|
836 | version_status_locked: užrakinta | |
|
837 | version_status_closed: uždaryta | |
|
838 | ||
|
746 | 839 | text_select_mail_notifications: Išrinkite veiksmus, apie kuriuos būtų pranešta elektroniniu paštu. |
|
747 | 840 | text_regexp_info: pvz. ^[A-Z0-9]+$ |
|
748 | 841 | text_min_max_length_info: 0 reiškia jokių apribojimų |
@@ -750,6 +843,10 lt: | |||
|
750 | 843 | text_subprojects_destroy_warning: "Šis(ie) subprojektas(ai): {{value}} taip pat bus ištrintas(i)." |
|
751 | 844 | text_workflow_edit: Išrinkite vaidmenį ir pėdsekį, kad redaguotumėte darbų eigą |
|
752 | 845 | text_are_you_sure: Ar esate įsitikinęs? |
|
846 | text_journal_changed: "{{label}} pakeista iš {{old}} į {{new}}" | |
|
847 | text_journal_set_to: "{{label}} pakeista į {{value}}" | |
|
848 | text_journal_deleted: "{{label}} ištrintas ({{old}})" | |
|
849 | text_journal_added: "{{label}} {{value}} pridėtas" | |
|
753 | 850 | text_tip_task_begin_day: užduotis, prasidedanti šią dieną |
|
754 | 851 | text_tip_task_end_day: užduotis, pasibaigianti šią dieną |
|
755 | 852 | text_tip_task_begin_end_day: užduotis, prasidedanti ir pasibaigianti šią dieną |
@@ -770,37 +867,43 lt: | |||
|
770 | 867 | text_user_mail_option: "neišrinktiems projektams, jūs tiktai gausite pranešimus apie įvykius, kuriuos jūs stebite, arba į kuriuos esate įtrauktas (pvz. darbai, jūs esate autorius ar įgaliotinis)." |
|
771 | 868 | text_no_configuration_data: "Vaidmenys, pėdsekiai, darbų būsenos ir darbų eiga dar nebuvo konfigūruoti.\nGriežtai rekomenduojam užkrauti numatytąją(default)konfiguraciją. Užkrovus, galėsite ją modifikuoti." |
|
772 | 869 | text_load_default_configuration: Užkrauti numatytąj konfiguraciją |
|
773 |
text_status_changed_by_changeset: "Pakeista {{value}} revizijo |
|
|
774 |
text_issues_destroy_confirmation: 'Ar jūs tikrai norite |
|
|
870 | text_status_changed_by_changeset: "Pakeista {{value}} revizijoje." | |
|
871 | text_issues_destroy_confirmation: 'Ar jūs tikrai norite sunaikinti pažymėtą(us) darbą(us)?' | |
|
775 | 872 | text_select_project_modules: 'Parinkite modulius, kuriuos norite naudoti šiame projekte:' |
|
776 | 873 | text_default_administrator_account_changed: Administratoriaus numatyta paskyra pakeista |
|
777 | 874 | text_file_repository_writable: Į rinkmenu saugyklą galima saugoti (RW) |
|
875 | text_plugin_assets_writable: Įskiepių 'assets' katalogas įrašomas | |
|
778 | 876 | text_rmagick_available: RMagick pasiekiamas (pasirinktinai) |
|
779 |
text_destroy_time_entries_question: Naikinamam darbui p |
|
|
877 | text_destroy_time_entries_question: Naikinamam darbui priskirta {{hours}} valandų. Ką jūs noryte su jomis daryti? | |
|
780 | 878 | text_destroy_time_entries: Ištrinti paskelbtas valandas |
|
781 | 879 | text_assign_time_entries_to_project: Priskirti valandas prie projekto |
|
782 | 880 | text_reassign_time_entries: 'Priskirti paskelbtas valandas šiam darbui:' |
|
783 | 881 | text_user_wrote: "{{value}} parašė:" |
|
784 | 882 | text_enumeration_destroy_question: "{{count}} objektai priskirti šiai reikšmei." |
|
785 | 883 | text_enumeration_category_reassign_to: 'Priskirti juos šiai reikšmei:' |
|
786 |
text_email_delivery_not_configured: "E |
|
|
787 | text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." | |
|
788 |
text_diff_truncated: "... Šis diff'as nukarp |
|
|
789 | ||
|
884 | text_email_delivery_not_configured: "El.pašto siuntimas nesukonfigūruotas, ir perspėjimai neaktyvus.\nSukonfigūruokite savo SMTP serverį byloje config/email.yml ir perleiskite programą norėdami pritaikyti pakeitimus." | |
|
885 | text_repository_usernames_mapping: "Parinkite ar atnaujinkite Redmine vartotojo vardą kiekvienam saugyklos vardui, kuris paminėtas saugyklos log'e.\nVartotojai, turintys tą patį Redmine ir saugyklos vardą ar el.paštą automatiškai surišti." | |
|
886 | text_diff_truncated: "... Šis diff'as nukarpytas, nes jis viršijo maksimalų rodomą eilučių skaičių." | |
|
887 | text_custom_field_possible_values_info: 'Po vieną eilutę kiekvienai reikšmei' | |
|
888 | text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do? | |
|
889 | text_wiki_page_reassign_children: Priskirkite iš naujo 'child' puslapius šiam puslapiui | |
|
890 | text_wiki_page_nullify_children: Laikyti child puslapius as root puslapius | |
|
891 | text_wiki_page_destroy_children: Pašalinti child puslapius ir jų sekinius | |
|
892 | ||
|
790 | 893 | default_role_manager: Vadovas |
|
791 | 894 | default_role_developper: Projektuotojas |
|
792 | 895 | default_role_reporter: Pranešėjas |
|
793 | 896 | default_tracker_bug: Klaida |
|
794 | 897 | default_tracker_feature: Ypatybė |
|
795 | 898 | default_tracker_support: Palaikymas |
|
796 | default_issue_status_new: Nauja | |
|
797 |
default_issue_status_in_progress: |
|
|
798 | default_issue_status_resolved: Išspręsta | |
|
899 | default_issue_status_new: Naujas | |
|
900 | default_issue_status_in_progress: Vykdomas | |
|
901 | default_issue_status_resolved: Išspręstas | |
|
799 | 902 | default_issue_status_feedback: Grįžtamasis ryšys |
|
800 | default_issue_status_closed: Uždaryta | |
|
801 | default_issue_status_rejected: Atmesta | |
|
903 | default_issue_status_closed: Uždarytas | |
|
904 | default_issue_status_rejected: Atmestas | |
|
802 | 905 | default_doc_category_user: Vartotojo dokumentacija |
|
803 |
default_doc_category_tech: Technin |
|
|
906 | default_doc_category_tech: Techninė dokumentacija | |
|
804 | 907 | default_priority_low: Žemas |
|
805 | 908 | default_priority_normal: Normalus |
|
806 | 909 | default_priority_high: Aukštas |
@@ -812,72 +915,7 lt: | |||
|
812 | 915 | enumeration_issue_priorities: Darbo prioritetai |
|
813 | 916 | enumeration_doc_categories: Dokumento kategorijos |
|
814 | 917 | enumeration_activities: Veiklos (laiko sekimas) |
|
815 | text_plugin_assets_writable: Plugin assets directory writable | |
|
816 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." | |
|
817 | button_create_and_continue: Create and continue | |
|
818 | text_custom_field_possible_values_info: 'One line for each value' | |
|
819 | label_display: Display | |
|
820 | field_editable: Editable | |
|
821 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
|
822 | setting_file_max_size_displayed: Max size of text files displayed inline | |
|
823 | field_watcher: Watcher | |
|
824 | setting_openid: Allow OpenID login and registration | |
|
825 | field_identity_url: OpenID URL | |
|
826 | label_login_with_open_id_option: or login with OpenID | |
|
827 | field_content: Content | |
|
828 | label_descending: Descending | |
|
829 | label_sort: Sort | |
|
830 | label_ascending: Ascending | |
|
831 | label_date_from_to: From {{start}} to {{end}} | |
|
832 | label_greater_or_equal: ">=" | |
|
833 | label_less_or_equal: <= | |
|
834 | text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do? | |
|
835 | text_wiki_page_reassign_children: Reassign child pages to this parent page | |
|
836 | text_wiki_page_nullify_children: Keep child pages as root pages | |
|
837 | text_wiki_page_destroy_children: Delete child pages and all their descendants | |
|
838 | setting_password_min_length: Minimum password length | |
|
839 | field_group_by: Group results by | |
|
840 | mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated" | |
|
841 | label_wiki_content_added: Wiki page added | |
|
842 | mail_subject_wiki_content_added: "'{{page}}' wiki page has been added" | |
|
843 | mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}. | |
|
844 | label_wiki_content_updated: Wiki page updated | |
|
845 | mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}. | |
|
846 | permission_add_project: Create project | |
|
847 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
|
848 | label_view_all_revisions: View all revisions | |
|
849 | label_tag: Tag | |
|
850 | label_branch: Branch | |
|
851 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
852 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). | |
|
853 | text_journal_changed: "{{label}} changed from {{old}} to {{new}}" | |
|
854 | text_journal_set_to: "{{label}} set to {{value}}" | |
|
855 | text_journal_deleted: "{{label}} deleted ({{old}})" | |
|
856 | label_group_plural: Groups | |
|
857 | label_group: Group | |
|
858 | label_group_new: New group | |
|
859 | label_time_entry_plural: Spent time | |
|
860 | text_journal_added: "{{label}} {{value}} added" | |
|
861 | field_active: Active | |
|
862 | enumeration_system_activity: System Activity | |
|
863 | permission_delete_issue_watchers: Delete watchers | |
|
864 | version_status_closed: closed | |
|
865 | version_status_locked: locked | |
|
866 | version_status_open: open | |
|
867 | error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened | |
|
868 | label_user_anonymous: Anonymous | |
|
869 | button_move_and_follow: Move and follow | |
|
870 | setting_default_projects_modules: Default enabled modules for new projects | |
|
871 | setting_gravatar_default: Default Gravatar image | |
|
872 | field_sharing: Sharing | |
|
873 | label_version_sharing_hierarchy: With project hierarchy | |
|
874 | label_version_sharing_system: With all projects | |
|
875 | label_version_sharing_descendants: With subprojects | |
|
876 | label_version_sharing_tree: With project tree | |
|
877 | label_version_sharing_none: Not shared | |
|
878 | error_can_not_archive_project: This project can not be archived | |
|
879 | button_duplicate: Duplicate | |
|
880 | button_copy_and_follow: Copy and follow | |
|
918 | enumeration_system_activity: Sistemos veikla | |
|
881 | 919 | label_copy_source: Source |
|
882 | 920 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
883 | 921 | setting_issue_done_ratio_issue_status: Use the issue status |
@@ -887,6 +925,6 lt: | |||
|
887 | 925 | label_copy_same_as_target: Same as target |
|
888 | 926 | label_copy_target: Target |
|
889 | 927 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
928 | setting_start_of_week: Start calendars on | |
|
890 | 929 | error_workflow_copy_source: Please select a source tracker or role |
|
891 | 930 | label_update_issue_done_ratios: Update issue done ratios |
|
892 | setting_start_of_week: Start calendars on |
@@ -182,7 +182,7 pt-BR: | |||
|
182 | 182 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" |
|
183 | 183 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
184 | 184 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
185 |
error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. |
|
|
185 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.' | |
|
186 | 186 | error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").' |
|
187 | 187 | |
|
188 | 188 | mail_subject_lost_password: "Sua senha do {{value}}." |
@@ -274,7 +274,7 pt-BR: | |||
|
274 | 274 | field_is_filter: É um filtro |
|
275 | 275 | field_issue_to: Tarefa relacionada |
|
276 | 276 | field_delay: Atraso |
|
277 |
field_assignable: Tarefas podem ser atribuídas a est |
|
|
277 | field_assignable: Tarefas podem ser atribuídas a este papel | |
|
278 | 278 | field_redirect_existing_links: Redirecionar links existentes |
|
279 | 279 | field_estimated_hours: Tempo estimado |
|
280 | 280 | field_column_names: Colunas |
@@ -353,10 +353,10 pt-BR: | |||
|
353 | 353 | label_document_new: Novo documento |
|
354 | 354 | label_document_plural: Documentos |
|
355 | 355 | label_document_added: Documento adicionado |
|
356 |
label_role: |
|
|
357 |
label_role_plural: |
|
|
358 |
label_role_new: Novo |
|
|
359 |
label_role_and_permissions: |
|
|
356 | label_role: Papel | |
|
357 | label_role_plural: Papéis | |
|
358 | label_role_new: Novo papel | |
|
359 | label_role_and_permissions: Papéis e permissões | |
|
360 | 360 | label_member: Membro |
|
361 | 361 | label_member_new: Novo membro |
|
362 | 362 | label_member_plural: Membros |
@@ -563,7 +563,7 pt-BR: | |||
|
563 | 563 | label_options: Opções |
|
564 | 564 | label_copy_workflow_from: Copiar fluxo de trabalho de |
|
565 | 565 | label_permissions_report: Relatório de permissões |
|
566 |
label_watched_issues: Tarefas |
|
|
566 | label_watched_issues: Tarefas observadas | |
|
567 | 567 | label_related_issues: Tarefas relacionadas |
|
568 | 568 | label_applied_status: Situação alterada |
|
569 | 569 | label_loading: Carregando... |
@@ -639,7 +639,7 pt-BR: | |||
|
639 | 639 | label_planning: Planejamento |
|
640 | 640 | label_incoming_emails: E-mail de entrada |
|
641 | 641 | label_generate_key: Gerar uma chave |
|
642 |
label_issue_watchers: |
|
|
642 | label_issue_watchers: Observadores | |
|
643 | 643 | |
|
644 | 644 | button_login: Entrar |
|
645 | 645 | button_submit: Enviar |
@@ -666,8 +666,8 pt-BR: | |||
|
666 | 666 | button_sort: Ordenar |
|
667 | 667 | button_log_time: Tempo de trabalho |
|
668 | 668 | button_rollback: Voltar para esta versão |
|
669 |
button_watch: |
|
|
670 |
button_unwatch: Parar de |
|
|
669 | button_watch: Observar | |
|
670 | button_unwatch: Parar de observar | |
|
671 | 671 | button_reply: Responder |
|
672 | 672 | button_archive: Arquivar |
|
673 | 673 | button_unarchive: Desarquivar |
@@ -689,7 +689,7 pt-BR: | |||
|
689 | 689 | text_min_max_length_info: 0 = sem restrição |
|
690 | 690 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? |
|
691 | 691 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos." |
|
692 |
text_workflow_edit: Selecione um |
|
|
692 | text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho | |
|
693 | 693 | text_are_you_sure: Você tem certeza? |
|
694 | 694 | text_tip_task_begin_day: tarefa inicia neste dia |
|
695 | 695 | text_tip_task_end_day: tarefa termina neste dia |
@@ -708,7 +708,7 pt-BR: | |||
|
708 | 708 | text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?" |
|
709 | 709 | text_issue_category_destroy_assignments: Remover atribuições da categoria |
|
710 | 710 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria |
|
711 |
text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você |
|
|
711 | text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)" | |
|
712 | 712 | text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas." |
|
713 | 713 | text_load_default_configuration: Carregar a configuração padrão |
|
714 | 714 | text_status_changed_by_changeset: "Aplicado no changeset {{value}}." |
@@ -772,7 +772,7 pt-BR: | |||
|
772 | 772 | permission_select_project_modules: Selecionar módulos de projeto |
|
773 | 773 | permission_manage_documents: Gerenciar documentos |
|
774 | 774 | permission_edit_wiki_pages: Editar páginas wiki |
|
775 |
permission_add_issue_watchers: Adicionar |
|
|
775 | permission_add_issue_watchers: Adicionar observadores | |
|
776 | 776 | permission_view_gantt: Ver gráfico gantt |
|
777 | 777 | permission_move_issues: Mover tarefas |
|
778 | 778 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas |
@@ -789,7 +789,7 pt-BR: | |||
|
789 | 789 | permission_manage_members: Gerenciar membros |
|
790 | 790 | permission_edit_messages: Editar mensagens |
|
791 | 791 | permission_delete_issues: Excluir tarefas |
|
792 |
permission_view_issue_watchers: Ver lista de |
|
|
792 | permission_view_issue_watchers: Ver lista de observadores | |
|
793 | 793 | permission_manage_repository: Gerenciar repositório |
|
794 | 794 | permission_commit_access: Acesso de commit |
|
795 | 795 | permission_browse_repository: Pesquisar repositório |
@@ -818,7 +818,7 pt-BR: | |||
|
818 | 818 | field_editable: Editável |
|
819 | 819 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log |
|
820 | 820 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline |
|
821 |
field_ |
|
|
821 | field_identity_urler: Observador | |
|
822 | 822 | setting_openid: Permitir Login e Registro via OpenID |
|
823 | 823 | field_identity_url: OpenID URL |
|
824 | 824 | label_login_with_open_id_option: ou use o OpenID |
@@ -842,7 +842,7 pt-BR: | |||
|
842 | 842 | label_wiki_content_updated: Página wiki atualizada |
|
843 | 843 | mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}. |
|
844 | 844 | permission_add_project: Criar projeto |
|
845 |
setting_new_project_user_role_id: |
|
|
845 | setting_new_project_user_role_id: Papel atribuído a um usuário não administrador que possa criar novos projetos | |
|
846 | 846 | label_view_all_revisions: Ver todas as revisões |
|
847 | 847 | label_tag: Etiqueta |
|
848 | 848 | label_branch: Ramo |
@@ -865,24 +865,26 pt-BR: | |||
|
865 | 865 | button_move_and_follow: Mover e seguir |
|
866 | 866 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos |
|
867 | 867 | setting_gravatar_default: Imagem Gravatar padrão |
|
868 |
field_sharing: |
|
|
869 |
label_version_sharing_hierarchy: |
|
|
870 |
label_version_sharing_system: |
|
|
871 |
label_version_sharing_descendants: |
|
|
872 |
label_version_sharing_tree: |
|
|
873 |
label_version_sharing_none: |
|
|
874 |
error_can_not_archive_project: |
|
|
875 |
button_duplicate: Duplica |
|
|
876 |
button_copy_and_follow: Cop |
|
|
877 |
label_copy_source: |
|
|
878 |
setting_issue_done_ratio: Calcula |
|
|
879 |
setting_issue_done_ratio_issue_status: Us |
|
|
880 |
error_issue_done_ratios_not_updated: |
|
|
881 |
error_workflow_copy_target: P |
|
|
868 | field_sharing: Compartilhamento | |
|
869 | label_version_sharing_hierarchy: Com a hierarquia do projeto | |
|
870 | label_version_sharing_system: Com todos os projetos | |
|
871 | label_version_sharing_descendants: Com sub-projetos | |
|
872 | label_version_sharing_tree: Com a árvore do projeto | |
|
873 | label_version_sharing_none: Sem compartilhamento | |
|
874 | error_can_not_archive_project: Este projeto não pode ser arquivado | |
|
875 | button_duplicate: Duplicado | |
|
876 | button_copy_and_follow: Copiar e seguir | |
|
877 | label_copy_source: Origem | |
|
878 | setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa | |
|
879 | setting_issue_done_ratio_issue_status: Usar a situação da tarefa | |
|
880 | error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado. | |
|
881 | error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo | |
|
882 | 882 | setting_issue_done_ratio_issue_field: Use the issue field |
|
883 |
label_copy_same_as_target: |
|
|
884 |
label_copy_target: |
|
|
885 |
notice_issue_done_ratios_updated: |
|
|
886 |
error_workflow_copy_source: P |
|
|
887 | label_update_issue_done_ratios: Update issue done ratios | |
|
888 |
setting_start_of_week: |
|
|
883 | label_copy_same_as_target: Mesmo alvo | |
|
884 | label_copy_target: Alvo | |
|
885 | notice_issue_done_ratios_updated: Percentual de conslusão atualizados. | |
|
886 | error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem | |
|
887 | label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas | |
|
888 | setting_start_of_week: Início da semana | |
|
889 | field_watcher: Watcher | |
|
890 |
@@ -947,24 +947,24 ru: | |||
|
947 | 947 | button_move_and_follow: Переместить и перейти |
|
948 | 948 | setting_default_projects_modules: Включенные по умолчанию модули для новых проектов |
|
949 | 949 | setting_gravatar_default: Изображение Gravatar по умолчанию |
|
950 | field_sharing: Sharing | |
|
951 |
label_version_sharing_hierarchy: |
|
|
952 |
label_version_sharing_system: |
|
|
953 |
label_version_sharing_descendants: |
|
|
954 |
label_version_sharing_tree: |
|
|
955 |
label_version_sharing_none: |
|
|
956 | error_can_not_archive_project: This project can not be archived | |
|
957 |
button_duplicate: |
|
|
958 |
button_copy_and_follow: |
|
|
959 |
label_copy_source: |
|
|
950 | field_sharing: Совместное использование | |
|
951 | label_version_sharing_hierarchy: С иерархией проектов | |
|
952 | label_version_sharing_system: Со всеми проектами | |
|
953 | label_version_sharing_descendants: С подпроектами | |
|
954 | label_version_sharing_tree: С деревом проектов | |
|
955 | label_version_sharing_none: Без совместного использования | |
|
956 | error_can_not_archive_project: Этот проект не может быть архивирован | |
|
957 | button_duplicate: Дублировать | |
|
958 | button_copy_and_follow: Копировать и продолжить | |
|
959 | label_copy_source: Источник | |
|
960 | 960 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
961 | 961 | setting_issue_done_ratio_issue_status: Use the issue status |
|
962 | 962 | error_issue_done_ratios_not_updated: Issue done ratios not updated. |
|
963 | error_workflow_copy_target: Please select target tracker(s) and role(s) | |
|
963 | error_workflow_copy_target: Выберите целевые трекеры и роли | |
|
964 | 964 | setting_issue_done_ratio_issue_field: Use the issue field |
|
965 |
label_copy_same_as_target: |
|
|
966 |
label_copy_target: |
|
|
965 | label_copy_same_as_target: То же, что и у цели | |
|
966 | label_copy_target: Цель | |
|
967 | 967 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
968 | error_workflow_copy_source: Please select a source tracker or role | |
|
968 | error_workflow_copy_source: Выберите исходный трекер или роль | |
|
969 | 969 | label_update_issue_done_ratios: Update issue done ratios |
|
970 | 970 | setting_start_of_week: Start calendars on |
@@ -247,6 +247,7 | |||
|
247 | 247 | error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。' |
|
248 | 248 | error_no_default_issue_status: '尚未定義項目狀態的預設值。請您前往「網站管理」->「項目狀態清單」頁面,檢查相關組態設定。' |
|
249 | 249 | error_can_not_reopen_issue_on_closed_version: '指派給「已結束」版本的項目,無法再將其狀態變更為「進行中」' |
|
250 | error_can_not_archive_project: 此專案無法被歸檔 | |
|
250 | 251 | |
|
251 | 252 | warning_attachments_not_saved: "{{count}} 個附加檔案無法儲存。" |
|
252 | 253 | |
@@ -307,6 +308,7 | |||
|
307 | 308 | field_homepage: 網站首頁 |
|
308 | 309 | field_is_public: 公開 |
|
309 | 310 | field_parent: 父專案 |
|
311 | field_is_in_chlog: 項目顯示於變更記錄中 | |
|
310 | 312 | field_is_in_roadmap: 項目顯示於版本藍圖中 |
|
311 | 313 | field_login: 帳戶名稱 |
|
312 | 314 | field_mail_notification: 電子郵件提醒選項 |
@@ -357,6 +359,7 | |||
|
357 | 359 | field_identity_url: OpenID 網址 |
|
358 | 360 | field_content: 內容 |
|
359 | 361 | field_group_by: 結果分組方式 |
|
362 | field_sharing: 共用 | |
|
360 | 363 | |
|
361 | 364 | setting_app_title: 標題 |
|
362 | 365 | setting_app_subtitle: 副標題 |
@@ -569,6 +572,7 | |||
|
569 | 572 | label_news_latest: 最近新聞 |
|
570 | 573 | label_news_view_all: 檢視全部的新聞 |
|
571 | 574 | label_news_added: 新聞已新增 |
|
575 | label_change_log: 變更記錄 | |
|
572 | 576 | label_settings: 設定 |
|
573 | 577 | label_overview: 概觀 |
|
574 | 578 | label_version: 版本 |
@@ -798,6 +802,11 | |||
|
798 | 802 | label_group_plural: 群組清單 |
|
799 | 803 | label_group_new: 建立新群組 |
|
800 | 804 | label_time_entry_plural: 耗用工時 |
|
805 | label_version_sharing_none: 不共用 | |
|
806 | label_version_sharing_descendants: 與子專案共用 | |
|
807 | label_version_sharing_hierarchy: 與專案階層架構共用 | |
|
808 | label_version_sharing_tree: 與專案樹共用 | |
|
809 | label_version_sharing_system: 與全部的專案共用 | |
|
801 | 810 | |
|
802 | 811 | button_login: 登入 |
|
803 | 812 | button_submit: 送出 |
@@ -835,10 +844,12 | |||
|
835 | 844 | button_rename: 重新命名 |
|
836 | 845 | button_change_password: 變更密碼 |
|
837 | 846 | button_copy: 複製 |
|
847 | button_copy_and_follow: 複製後跟隨 | |
|
838 | 848 | button_annotate: 註解 |
|
839 | 849 | button_update: 更新 |
|
840 | 850 | button_configure: 設定 |
|
841 | 851 | button_quote: 引用 |
|
852 | button_duplicate: 重製 | |
|
842 | 853 | |
|
843 | 854 | status_active: 活動中 |
|
844 | 855 | status_registered: 註冊完成 |
@@ -930,15 +941,6 | |||
|
930 | 941 | enumeration_doc_categories: 文件分類 |
|
931 | 942 | enumeration_activities: 活動 (時間追蹤) |
|
932 | 943 | enumeration_system_activity: 系統活動 |
|
933 | field_sharing: Sharing | |
|
934 | label_version_sharing_hierarchy: With project hierarchy | |
|
935 | label_version_sharing_system: With all projects | |
|
936 | label_version_sharing_descendants: With subprojects | |
|
937 | label_version_sharing_tree: With project tree | |
|
938 | label_version_sharing_none: Not shared | |
|
939 | error_can_not_archive_project: This project can not be archived | |
|
940 | button_duplicate: Duplicate | |
|
941 | button_copy_and_follow: Copy and follow | |
|
942 | 944 | label_copy_source: Source |
|
943 | 945 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
944 | 946 | setting_issue_done_ratio_issue_status: Use the issue status |
@@ -948,6 +950,6 | |||
|
948 | 950 | label_copy_same_as_target: Same as target |
|
949 | 951 | label_copy_target: Target |
|
950 | 952 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
953 | setting_start_of_week: Start calendars on | |
|
951 | 954 | error_workflow_copy_source: Please select a source tracker or role |
|
952 | 955 | label_update_issue_done_ratios: Update issue done ratios |
|
953 | setting_start_of_week: Start calendars on |
General Comments 0
You need to be logged in to leave comments.
Login now