This diff has been collapsed as it changes many lines, (562 lines changed) Show them Hide them | |||||
@@ -1,892 +1,930 | |||||
1 | # Lithuanian translations for Ruby on Rails |
|
1 | # Lithuanian translations for Ruby on Rails | |
2 | # by Laurynas Butkus (laurynas.butkus@gmail.com) |
|
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 | lt: |
|
6 | lt: | |
5 | number: |
|
7 | date: | |
6 | format: |
|
8 | formats: | |
7 | separator: "," |
|
9 | # Use the strftime parameters for formats. | |
8 | delimiter: " " |
|
10 | # When no format has been given, it uses default. | |
9 | precision: 3 |
|
11 | # You can provide other formats here if you like! | |
10 |
|
12 | default: "%Y-%m-%d" | ||
11 | currency: |
|
13 | short: "%b %d" | |
12 | format: |
|
14 | long: "%B %d, %Y" | |
13 | format: "%n %u" |
|
15 | ||
14 | unit: "Lt" |
|
16 | day_names: [sekmadienis, pirmadienis, antradienis, trečiadienis, ketvirtadienis, penktadienis, šeštadienis] | |
15 | separator: "," |
|
17 | # standalone_day_names: [Sekmadienis, Pirmadienis, Antradienis, Trečiadienis, Ketvirtadienis, Penktadienis, Šeštadienis] | |
16 | delimiter: " " |
|
18 | abbr_day_names: [Sek, Pir, Ant, Tre, Ket, Pen, Šeš] | |
17 | precision: 2 |
|
19 | ||
18 |
|
20 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | ||
19 | percentage: |
|
21 | month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio] | |
20 | format: |
|
22 | abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd] | |
21 | delimiter: "" |
|
23 | # Used in date_select and datime_select. | |
22 |
|
24 | order: [ :year, :month, :day ] | ||
23 | precision: |
|
25 | ||
24 | format: |
|
26 | time: | |
25 | delimiter: "" |
|
27 | formats: | |
26 |
|
28 | default: "%a, %d %b %Y %H:%M:%S %z" | ||
27 | human: |
|
29 | time: "%H:%M" | |
28 | format: |
|
30 | short: "%d %b %H:%M" | |
29 | delimiter: "" |
|
31 | long: "%B %d, %Y %H:%M" | |
30 | precision: 1 |
|
32 | am: "ryto" | |
31 | storage_units: |
|
33 | pm: "vakaro" | |
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" |
|
|||
41 |
|
34 | |||
42 | datetime: |
|
35 | datetime: | |
43 | distance_in_words: |
|
36 | distance_in_words: | |
44 | half_a_minute: "pusė minutės" |
|
37 | half_a_minute: "pusė minutės" | |
45 | less_than_x_seconds: |
|
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 | other: "mažiau nei {{count}} sekundės" |
|
42 | other: "mažiau nei {{count}} sekundės" | |
48 | x_seconds: |
|
43 | x_seconds: | |
49 |
one: " |
|
44 | one: "{{count}} sekundė" | |
|
45 | few: "{{count}} sekundžių" | |||
|
46 | many: "{{count}} sekundžių" | |||
50 | other: "{{count}} sekundės" |
|
47 | other: "{{count}} sekundės" | |
51 | less_than_x_minutes: |
|
48 | less_than_x_minutes: | |
52 | one: "mažiau nei minutė" |
|
49 | one: "mažiau nei minutė" | |
53 | other: "mažiau nei {{count}} minutės" |
|
50 | other: "mažiau nei {{count}} minutės" | |
54 | x_minutes: |
|
51 | x_minutes: | |
55 | one: "1 minutė" |
|
52 | one: "1 minutė" | |
56 | other: "{{count}} minutės" |
|
53 | other: "{{count}} minutės" | |
57 | about_x_hours: |
|
54 | about_x_hours: | |
58 | one: "apie 1 valanda" |
|
55 | one: "apie 1 valanda" | |
59 | other: "apie {{count}} valandų" |
|
56 | other: "apie {{count}} valandų" | |
60 | x_days: |
|
57 | x_days: | |
61 | one: "1 diena" |
|
58 | one: "1 diena" | |
62 | other: "{{count}} dienų" |
|
59 | other: "{{count}} dienų" | |
63 | about_x_months: |
|
60 | about_x_months: | |
64 | one: "apie 1 mėnuo" |
|
61 | one: "apie 1 mėnuo" | |
65 | other: "apie {{count}} mėnesiai" |
|
62 | other: "apie {{count}} mėnesiai" | |
66 | x_months: |
|
63 | x_months: | |
67 | one: "1 mėnuo" |
|
64 | one: "1 mėnuo" | |
68 | other: "{{count}} mėnesiai" |
|
65 | other: "{{count}} mėnesiai" | |
69 | about_x_years: |
|
66 | about_x_years: | |
70 | one: "apie 1 metai" |
|
67 | one: "apie 1 metai" | |
71 | other: "apie {{count}} metų" |
|
68 | other: "apie {{count}} metų" | |
72 | over_x_years: |
|
69 | over_x_years: | |
73 | one: "virš 1 metų" |
|
70 | one: "virš 1 metų" | |
74 | other: "virš {{count}} metų" |
|
71 | other: "virš {{count}} metų" | |
75 | prompts: |
|
72 | prompts: | |
76 | year: "Metai" |
|
73 | year: "Metai" | |
77 | month: "Mėnuo" |
|
74 | month: "Mėnuo" | |
78 | day: "Diena" |
|
75 | day: "Diena" | |
79 | hour: "Valanda" |
|
76 | hour: "Valanda" | |
80 | minute: "Minutė" |
|
77 | minute: "Minutė" | |
81 | second: "Sekundės" |
|
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 | activerecord: |
|
132 | activerecord: | |
84 | errors: |
|
133 | errors: | |
85 | template: |
|
134 | template: | |
86 | header: |
|
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 | other: "Išsaugant objektą {{model}} rastos {{count}} klaidos" |
|
139 | other: "Išsaugant objektą {{model}} rastos {{count}} klaidos" | |
89 | body: "Šiuose laukuose yra klaidų:" |
|
140 | body: "Šiuose laukuose yra klaidų:" | |
90 |
|
141 | |||
91 | messages: |
|
142 | pranešimus: | |
92 | inclusion: "nenumatyta reikšmė" |
|
143 | inclusion: "nenumatyta reikšmė" | |
93 | exclusion: "užimtas" |
|
144 | exclusion: "užimtas" | |
94 | invalid: "neteisingas" |
|
145 | invalid: "neteisingas" | |
95 | confirmation: "neteisingai pakartotas" |
|
146 | confirmation: "neteisingai pakartotas" | |
96 | accepted: "turi būti patvirtintas" |
|
147 | accepted: "turi būti patvirtintas" | |
97 | empty: "negali būti tuščias" |
|
148 | empty: "negali būti tuščias" | |
98 | blank: "negali būti tuščias" |
|
149 | blank: "negali būti tuščias" | |
99 | too_long: "per ilgas (daugiausiai {{count}} simboliai)" |
|
150 | too_long: | |
100 |
|
|
151 | one: "per ilgas (daugiausiai {{count}} simbolius)" | |
101 |
w |
|
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 | taken: "jau užimtas" |
|
165 | taken: "jau užimtas" | |
103 | not_a_number: "ne skaičius" |
|
166 | not_a_number: "ne skaičius" | |
|
167 | not_a_date: "is not a valid date" | |||
104 | greater_than: "turi būti didesnis už {{count}}" |
|
168 | greater_than: "turi būti didesnis už {{count}}" | |
105 | greater_than_or_equal_to: "turi būti didesnis arba lygus {{count}}" |
|
169 | greater_than_or_equal_to: "turi būti didesnis arba lygus {{count}}" | |
106 | equal_to: "turi būti lygus {{count}}" |
|
170 | equal_to: "turi būti lygus {{count}}" | |
107 | less_than: "turi būti mažesnis už {{count}}" |
|
171 | less_than: "turi būti mažesnis už {{count}}" | |
108 | less_than_or_equal_to: "turi būti mažesnis arba lygus {{count}}" |
|
172 | less_than_or_equal_to: "turi būti mažesnis arba lygus {{count}}" | |
109 | odd: "turi būti nelyginis" |
|
173 | odd: "turi būti nelyginis" | |
110 | even: "turi būti lyginis" |
|
174 | even: "turi būti lyginis" | |
111 | greater_than_start_date: "turi būti didesnė negu pradžios data" |
|
175 | greater_than_start_date: "turi būti didesnė negu pradžios data" | |
112 | not_same_project: "nepriklauso tam pačiam projektui" |
|
176 | not_same_project: "nepriklauso tam pačiam projektui" | |
113 | circular_dependency: "Šis ryšys sukurtų ciklinę priklausomybę" |
|
177 | circular_dependency: "Šis ryšys sukurtų ciklinę priklausomybę" | |
114 |
|
178 | |||
115 | models: |
|
179 | actionview_instancetag_blank_option: prašom parinkti | |
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 |
|
|||
147 |
|
180 | |||
148 | general_text_No: 'Ne' |
|
181 | general_text_No: 'Ne' | |
149 | general_text_Yes: 'Taip' |
|
182 | general_text_Yes: 'Taip' | |
150 | general_text_no: 'ne' |
|
183 | general_text_no: 'ne' | |
151 | general_text_yes: 'taip' |
|
184 | general_text_yes: 'taip' | |
152 | general_lang_name: 'Lithuanian (lietuvių)' |
|
185 | general_lang_name: 'Lithuanian (lietuvių)' | |
153 | general_csv_separator: ';' |
|
186 | general_csv_separator: ';' | |
154 | general_csv_decimal_separator: '.' |
|
187 | general_csv_decimal_separator: '.' | |
155 | general_csv_encoding: UTF-8 |
|
188 | general_csv_encoding: UTF-8 | |
156 | general_pdf_encoding: UTF-8 |
|
189 | general_pdf_encoding: UTF-8 | |
157 | general_first_day_of_week: '1' |
|
190 | general_first_day_of_week: '1' | |
158 |
|
191 | |||
159 | notice_account_updated: Paskyra buvo sėkmingai atnaujinta. |
|
192 | notice_account_updated: Paskyra buvo sėkmingai atnaujinta. | |
160 | notice_account_invalid_creditentials: Negaliojantis vartotojo vardas ar slaptažodis |
|
193 | notice_account_invalid_creditentials: Negaliojantis vartotojo vardas ar slaptažodis | |
161 | notice_account_password_updated: Slaptažodis buvo sėkmingai atnaujintas. |
|
194 | notice_account_password_updated: Slaptažodis buvo sėkmingai atnaujintas. | |
162 | notice_account_wrong_password: Neteisingas slaptažodis |
|
195 | notice_account_wrong_password: Neteisingas slaptažodis | |
163 | 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. |
|
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 | notice_account_unknown_email: Nežinomas vartotojas. |
|
197 | notice_account_unknown_email: Nežinomas vartotojas. | |
165 | notice_can_t_change_password: Šis pranešimas naudoja išorinį autentiškumo nustatymo šaltinį. Neįmanoma pakeisti slaptažodį. |
|
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 | notice_account_activated: Jūsų paskyra aktyvuota. Galite prisijungti. |
|
200 | notice_account_activated: Jūsų paskyra aktyvuota. Galite prisijungti. | |
168 | notice_successful_create: Sėkmingas sukūrimas. |
|
201 | notice_successful_create: Sėkmingas sukūrimas. | |
169 | notice_successful_update: Sėkmingas atnaujinimas. |
|
202 | notice_successful_update: Sėkmingas atnaujinimas. | |
170 | notice_successful_delete: Sėkmingas panaikinimas. |
|
203 | notice_successful_delete: Sėkmingas panaikinimas. | |
171 | notice_successful_connection: Sėkmingas susijungimas. |
|
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 | notice_locking_conflict: Duomenys atnaujinti kito vartotojo. |
|
206 | notice_locking_conflict: Duomenys atnaujinti kito vartotojo. | |
174 | notice_not_authorized: Jūs neturite teisių gauti prieigą prie šio puslapio. |
|
207 | notice_not_authorized: Jūs neturite teisių gauti prieigą prie šio puslapio. | |
175 | notice_email_sent: "Laiškas išsiųstas {{value}}" |
|
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 | notice_feeds_access_key_reseted: Jūsų RSS raktas buvo atnaujintas. |
|
210 | notice_feeds_access_key_reseted: Jūsų RSS raktas buvo atnaujintas. | |
178 | notice_failed_to_save_issues: "Nepavyko išsaugoti {{count}} problemos(ų) iš {{total}} pasirinkto: {{ids}}." |
|
211 | notice_failed_to_save_issues: "Nepavyko išsaugoti {{count}} problemos(ų) iš {{total}} pasirinkto: {{ids}}." | |
179 | notice_no_issue_selected: "Nepasirinkta nė viena problema! Prašom pažymėti problemą, kurią norite redaguoti." |
|
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 | notice_default_data_loaded: Numatytoji konfiguracija sėkmingai užkrauta. |
|
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 | error_can_t_load_default_data: "Numatytoji konfiguracija negali būti užkrauta: {{value}}" |
|
217 | error_can_t_load_default_data: "Numatytoji konfiguracija negali būti užkrauta: {{value}}" | |
185 | error_scm_not_found: "Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja." |
|
218 | error_scm_not_found: "Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja." | |
186 | error_scm_command_failed: "Įvyko klaida jungiantis prie saugyklos: {{value}}" |
|
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 | error_issue_not_found_in_project: 'Darbas nerastas arba nesurištas su šiuo projektu' |
|
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 | mail_subject_lost_password: "Jūsų {{value}} slaptažodis" |
|
229 | mail_subject_lost_password: "Jūsų {{value}} slaptažodis" | |
191 | mail_body_lost_password: 'Norėdami pakeisti slaptažodį, spauskite nuorodą:' |
|
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 | mail_body_register: 'Norėdami aktyvuoti paskyrą, spauskite nuorodą:' |
|
232 | mail_body_register: 'Norėdami aktyvuoti paskyrą, spauskite nuorodą:' | |
194 | mail_body_account_information_external: "Jūs galite naudoti Jūsų {{value}} paskyrą, norėdami prisijungti." |
|
233 | mail_body_account_information_external: "Jūs galite naudoti Jūsų {{value}} paskyrą, norėdami prisijungti." | |
195 | mail_body_account_information: Informacija apie Jūsų paskyrą |
|
234 | mail_body_account_information: Informacija apie Jūsų paskyrą | |
196 | mail_subject_account_activation_request: "{{value}} paskyros aktyvavimo prašymas" |
|
235 | mail_subject_account_activation_request: "{{value}} paskyros aktyvavimo prašymas" | |
197 | mail_body_account_activation_request: "Užsiregistravo naujas vartotojas ({{value}}). Jo paskyra laukia jūsų patvirtinimo:" |
|
236 | mail_body_account_activation_request: "Užsiregistravo naujas vartotojas ({{value}}). Jo paskyra laukia jūsų patvirtinimo:" | |
198 | mail_subject_reminder: "{{count}} darbas(ai) po kelių dienų" |
|
237 | mail_subject_reminder: "{{count}} darbas(ai) po kelių dienų" | |
199 | mail_body_reminder: "{{count}} darbas(ai), kurie yra jums priskirti, baigiasi po {{days}} dienų(os):" |
|
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 | gui_validation_error: 1 klaida |
|
244 | gui_validation_error: 1 klaida | |
202 | gui_validation_error_plural: "{{count}} klaidų(os)" |
|
245 | gui_validation_error_plural: "{{count}} klaidų(os)" | |
203 |
|
246 | |||
204 | field_name: Pavadinimas |
|
247 | field_name: Pavadinimas | |
205 | field_description: Aprašas |
|
248 | field_description: Aprašas | |
206 | field_summary: Santrauka |
|
249 | field_summary: Santrauka | |
207 | field_is_required: Reikalaujama |
|
250 | field_is_required: Reikalaujama | |
208 | field_firstname: Vardas |
|
251 | field_firstname: Vardas | |
209 | field_lastname: Pavardė |
|
252 | field_lastname: Pavardė | |
210 |
field_mail: E |
|
253 | field_mail: El.paštas | |
211 | field_filename: Byla |
|
254 | field_filename: Byla | |
212 | field_filesize: Dydis |
|
255 | field_filesize: Dydis | |
213 | field_downloads: Atsiuntimai |
|
256 | field_downloads: Atsiuntimai | |
214 | field_author: Autorius |
|
257 | field_author: Autorius | |
215 |
field_created_on: Suk |
|
258 | field_created_on: Sukurta | |
216 | field_updated_on: Atnaujinta |
|
259 | field_updated_on: Atnaujinta | |
217 | field_field_format: Formatas |
|
260 | field_field_format: Formatas | |
218 | field_is_for_all: Visiems projektams |
|
261 | field_is_for_all: Visiems projektams | |
219 | field_possible_values: Galimos reikšmės |
|
262 | field_possible_values: Galimos reikšmės | |
220 | field_regexp: Pastovi išraiška |
|
263 | field_regexp: Pastovi išraiška | |
221 | field_min_length: Minimalus ilgis |
|
264 | field_min_length: Minimalus ilgis | |
222 | field_max_length: Maksimalus ilgis |
|
265 | field_max_length: Maksimalus ilgis | |
223 | field_value: Vertė |
|
266 | field_value: Vertė | |
224 | field_category: Kategorija |
|
267 | field_category: Kategorija | |
225 | field_title: Pavadinimas |
|
268 | field_title: Pavadinimas | |
226 | field_project: Projektas |
|
269 | field_project: Projektas | |
227 | field_issue: Darbas |
|
270 | field_issue: Darbas | |
228 | field_status: Būsena |
|
271 | field_status: Būsena | |
229 | field_notes: Pastabos |
|
272 | field_notes: Pastabos | |
230 | field_is_closed: Darbas uždarytas |
|
273 | field_is_closed: Darbas uždarytas | |
231 | field_is_default: Numatytoji vertė |
|
274 | field_is_default: Numatytoji vertė | |
232 | field_tracker: Pėdsekys |
|
275 | field_tracker: Pėdsekys | |
233 | field_subject: Tema |
|
276 | field_subject: Tema | |
234 | field_due_date: Užbaigimo data |
|
277 | field_due_date: Užbaigimo data | |
235 | field_assigned_to: Paskirtas |
|
278 | field_assigned_to: Paskirtas | |
236 | field_priority: Prioritetas |
|
279 | field_priority: Prioritetas | |
237 | field_fixed_version: Tikslinė versija |
|
280 | field_fixed_version: Tikslinė versija | |
238 | field_user: Vartotojas |
|
281 | field_user: Vartotojas | |
239 | field_role: Vaidmuo |
|
282 | field_role: Vaidmuo | |
240 | field_homepage: Pagrindinis puslapis |
|
283 | field_homepage: Pagrindinis puslapis | |
241 | field_is_public: Viešas |
|
284 | field_is_public: Viešas | |
242 | field_parent: Priklauso projektui |
|
285 | field_parent: Priklauso projektui | |
|
286 | field_is_in_chlog: Darbai rodomi pokyčių žurnale | |||
243 | field_is_in_roadmap: Darbai rodomi veiklos grafike |
|
287 | field_is_in_roadmap: Darbai rodomi veiklos grafike | |
244 | field_login: Registracijos vardas |
|
288 | field_login: Registracijos vardas | |
245 | field_mail_notification: Elektroninio pašto pranešimai |
|
289 | field_mail_notification: Elektroninio pašto pranešimai | |
246 | field_admin: Administratorius |
|
290 | field_admin: Administratorius | |
247 | field_last_login_on: Paskutinis ryšys |
|
291 | field_last_login_on: Paskutinis ryšys | |
248 | field_language: Kalba |
|
292 | field_language: Kalba | |
249 | field_effective_date: Data |
|
293 | field_effective_date: Data | |
250 | field_password: Slaptažodis |
|
294 | field_password: Slaptažodis | |
251 | field_new_password: Naujas slaptažodis |
|
295 | field_new_password: Naujas slaptažodis | |
252 | field_password_confirmation: Patvirtinimas |
|
296 | field_password_confirmation: Patvirtinimas | |
253 | field_version: Versija |
|
297 | field_version: Versija | |
254 | field_type: Tipas |
|
298 | field_type: Tipas | |
255 | field_host: Pagrindinis kompiuteris |
|
299 | field_host: Pagrindinis kompiuteris | |
256 |
field_port: P |
|
300 | field_port: Prievadas | |
257 | field_account: Paskyra |
|
301 | field_account: Paskyra | |
258 | field_base_dn: Bazinis skiriamasis vardas |
|
302 | field_base_dn: Bazinis skiriamasis vardas (base DN) | |
259 | field_attr_login: Registracijos vardo požymis |
|
303 | field_attr_login: Registracijos vardo požymis (login) | |
260 | field_attr_firstname: Vardo priskiria |
|
304 | field_attr_firstname: Vardo priskiria | |
261 | field_attr_lastname: Pavardės priskiria |
|
305 | field_attr_lastname: Pavardės priskiria | |
262 | field_attr_mail: Elektroninio pašto požymis |
|
306 | field_attr_mail: Elektroninio pašto požymis | |
263 | field_onthefly: Automatinis vartotojų registravimas |
|
307 | field_onthefly: Automatinis vartotojų registravimas | |
264 | field_start_date: Pradėti |
|
308 | field_start_date: Pradėti | |
265 |
field_done_ratio: % |
|
309 | field_done_ratio: % atlikta | |
266 | field_auth_source: Autentiškumo nustatymo būdas |
|
310 | field_auth_source: Autentiškumo nustatymo būdas | |
267 | field_hide_mail: Paslėpkite mano elektroninio pašto adresą |
|
311 | field_hide_mail: Paslėpkite mano elektroninio pašto adresą | |
268 | field_comments: Komentaras |
|
312 | field_comments: Komentaras | |
269 | field_url: URL |
|
313 | field_url: URL | |
270 | field_start_page: Pradžios puslapis |
|
314 | field_start_page: Pradžios puslapis | |
271 | field_subproject: Subprojektas |
|
315 | field_subproject: Subprojektas | |
272 |
field_hours: |
|
316 | field_hours: valandos | |
273 | field_activity: Veikla |
|
317 | field_activity: Veikla | |
274 | field_spent_on: Data |
|
318 | field_spent_on: Data | |
275 | field_identifier: Identifikuotojas |
|
319 | field_identifier: Identifikuotojas | |
276 | field_is_filter: Panaudotas kaip filtras |
|
320 | field_is_filter: Panaudotas kaip filtras | |
277 | field_issue_to: Susijęs darbas |
|
321 | field_issue_to: Susijęs darbas | |
278 | field_delay: Užlaikymas |
|
322 | field_delay: Užlaikymas | |
279 | field_assignable: Darbai gali būti paskirti šiam vaidmeniui |
|
323 | field_assignable: Darbai gali būti paskirti šiam vaidmeniui | |
280 | field_redirect_existing_links: Peradresuokite egzistuojančias sąsajas |
|
324 | field_redirect_existing_links: Peradresuokite egzistuojančias sąsajas | |
281 | field_estimated_hours: Numatyta trukmė |
|
325 | field_estimated_hours: Numatyta trukmė | |
282 | field_column_names: Skiltys |
|
326 | field_column_names: Skiltys | |
283 | field_time_zone: Laiko juosta |
|
327 | field_time_zone: Laiko juosta | |
284 | field_searchable: Randamas |
|
328 | field_searchable: Randamas | |
285 | field_default_value: Numatytoji vertė |
|
329 | field_default_value: Numatytoji vertė | |
286 | field_comments_sorting: rodyti komentarus |
|
330 | field_comments_sorting: rodyti komentarus | |
287 | field_parent_title: Aukštesnio lygio puslapis |
|
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 | setting_app_title: Programos pavadinimas |
|
340 | setting_app_title: Programos pavadinimas | |
290 | setting_app_subtitle: Programos paantraštė |
|
341 | setting_app_subtitle: Programos paantraštė | |
291 | setting_welcome_text: Pasveikinimas |
|
342 | setting_welcome_text: Pasveikinimas | |
292 | setting_default_language: Numatytoji kalba |
|
343 | setting_default_language: Numatytoji kalba | |
293 | setting_login_required: Reikalingas autentiškumo nustatymas |
|
344 | setting_login_required: Reikalingas autentiškumo nustatymas | |
294 | setting_self_registration: Saviregistracija |
|
345 | setting_self_registration: Saviregistracija | |
295 | setting_attachment_max_size: Priedo maks. dydis |
|
346 | setting_attachment_max_size: Priedo maks. dydis | |
296 | setting_issues_export_limit: Darbų eksportavimo riba |
|
347 | setting_issues_export_limit: Darbų eksportavimo riba | |
297 | setting_mail_from: Emisijos elektroninio pašto adresas |
|
348 | setting_mail_from: Emisijos elektroninio pašto adresas | |
298 | setting_bcc_recipients: Akli tikslios kopijos gavėjai (bcc) |
|
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 | setting_host_name: Pagrindinio kompiuterio vardas |
|
351 | setting_host_name: Pagrindinio kompiuterio vardas | |
301 | setting_text_formatting: Teksto apipavidalinimas |
|
352 | setting_text_formatting: Teksto apipavidalinimas | |
302 | setting_wiki_compression: Wiki istorijos suspaudimas |
|
353 | setting_wiki_compression: Wiki istorijos suspaudimas | |
303 | setting_feeds_limit: Perdavimo turinio riba |
|
354 | setting_feeds_limit: Perdavimo turinio riba | |
304 | setting_default_projects_public: Naujas projektas viešas pagal nutylėjimą |
|
355 | setting_default_projects_public: Naujas projektas viešas pagal nutylėjimą | |
305 | setting_autofetch_changesets: Automatinis pakeitimų siuntimas |
|
356 | setting_autofetch_changesets: Automatinis pakeitimų siuntimas | |
306 | setting_sys_api_enabled: Įgalinkite WS sandėlio vadybai |
|
357 | setting_sys_api_enabled: Įgalinkite WS sandėlio vadybai | |
307 | setting_commit_ref_keywords: Nurodymo reikšminiai žodžiai |
|
358 | setting_commit_ref_keywords: Nurodymo reikšminiai žodžiai | |
308 | setting_commit_fix_keywords: Fiksavimo reikšminiai žodžiai |
|
359 | setting_commit_fix_keywords: Fiksavimo reikšminiai žodžiai | |
309 | setting_autologin: Autoregistracija |
|
360 | setting_autologin: Autoregistracija | |
310 | setting_date_format: Datos formatas |
|
361 | setting_date_format: Datos formatas | |
311 | setting_time_format: Laiko formatas |
|
362 | setting_time_format: Laiko formatas | |
312 | setting_cross_project_issue_relations: Leisti tarprojektinius darbų ryšius |
|
363 | setting_cross_project_issue_relations: Leisti tarprojektinius darbų ryšius | |
313 | setting_issue_list_default_columns: Numatytosios skiltys darbų sąraše |
|
364 | setting_issue_list_default_columns: Numatytosios skiltys darbų sąraše | |
314 | setting_repositories_encodings: Saugyklos koduotė |
|
365 | setting_repositories_encodings: Saugyklos koduotė | |
315 |
setting_commit_logs_encoding: Commit pran |
|
366 | setting_commit_logs_encoding: Commit pranešimų koduotė | |
316 | setting_emails_footer: elektroninio pašto puslapinė poraštė |
|
367 | setting_emails_footer: elektroninio pašto puslapinė poraštė | |
317 | setting_protocol: Protokolas |
|
368 | setting_protocol: Protokolas | |
318 | setting_per_page_options: Įrašų puslapyje nustatimas |
|
369 | setting_per_page_options: Įrašų puslapyje nustatimas | |
319 | setting_user_format: Vartotojo atvaizdavimo formatas |
|
370 | setting_user_format: Vartotojo atvaizdavimo formatas | |
320 | setting_activity_days_default: Atvaizduojamos dienos projekto veikloje |
|
371 | setting_activity_days_default: Atvaizduojamos dienos projekto veikloje | |
321 | setting_display_subprojects_issues: Pagal nutylėjimą rodyti subprojektų darbus pagrindiniame projekte |
|
372 | setting_display_subprojects_issues: Pagal nutylėjimą rodyti subprojektų darbus pagrindiniame projekte | |
322 | setting_enabled_scm: Įgalintas SCM |
|
373 | setting_enabled_scm: Įgalintas SCM | |
323 | setting_mail_handler_api_enabled: Įgalinti WS įeinantiems laiškams |
|
374 | setting_mail_handler_api_enabled: Įgalinti WS įeinantiems laiškams | |
324 | setting_mail_handler_api_key: API raktas |
|
375 | setting_mail_handler_api_key: API raktas | |
325 | setting_sequential_project_identifiers: Generuoti nuoseklus projekto identifikatorius |
|
376 | setting_sequential_project_identifiers: Generuoti nuoseklius projekto identifikatorius | |
326 |
setting_gravatar_enabled: Naudoti Gravatar vartotojo |
|
377 | setting_gravatar_enabled: Naudoti Gravatar vartotojo paveiksliukus | |
|
378 | setting_gravatar_default: Gravatar paveiksliukas pagal nutylėjimą | |||
327 | setting_diff_max_lines_displayed: Maksimalus rodomas eilučiu skaičius diff\'e |
|
379 | setting_diff_max_lines_displayed: Maksimalus rodomas eilučiu skaičius diff\'e | |
328 |
|
380 | setting_file_max_size_displayed: Max size of text files displayed inline | ||
329 | permission_edit_project: Edit project |
|
381 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
330 | permission_select_project_modules: Select project modules |
|
382 | setting_openid: Leisti OpenID prisijungimą ir registraciją | |
331 | permission_manage_members: Manage members |
|
383 | setting_password_min_length: Minimalus slaptažodžio ilgis | |
332 | permission_manage_versions: Manage versions |
|
384 | setting_new_project_user_role_id: Vaidmuo, suteikiamas vartotojui (non-admin), kuris sukuria projektą | |
333 | permission_manage_categories: Manage issue categories |
|
385 | setting_default_projects_modules: Nustatytieji naujam projektui priskirti moduliai | |
334 | permission_add_issues: Add issues |
|
386 | ||
335 | permission_edit_issues: Edit issues |
|
387 | permission_add_project: Sukurti projektą | |
336 | permission_manage_issue_relations: Manage issue relations |
|
388 | permission_edit_project: Taisyti projektą | |
337 | permission_add_issue_notes: Add notes |
|
389 | permission_select_project_modules: Parinkti projekto modulius | |
338 | permission_edit_issue_notes: Edit notes |
|
390 | permission_manage_members: Valdyti narius | |
339 | permission_edit_own_issue_notes: Edit own notes |
|
391 | permission_manage_versions: Valdyti versijas | |
340 | permission_move_issues: Move issues |
|
392 | permission_manage_categories: Valdyti darbų kategorijas | |
341 |
permission_ |
|
393 | permission_add_issues: Sukurti darbus | |
342 | permission_manage_public_queries: Manage public queries |
|
394 | permission_edit_issues: Redaguoti darbus | |
343 | permission_save_queries: Save queries |
|
395 | permission_manage_issue_relations: Valdyti darbų ryšius | |
344 | permission_view_gantt: View gantt chart |
|
396 | permission_add_issue_notes: Sukurti pastabas | |
345 | permission_view_calendar: View calendar |
|
397 | permission_edit_issue_notes: Redaguoti pastabas | |
346 |
permission_ |
|
398 | permission_edit_own_issue_notes: Redaguoti savo pastabas | |
347 | permission_add_issue_watchers: Add watchers |
|
399 | permission_move_issues: Perkelti darbus | |
348 | permission_log_time: Log spent time |
|
400 | permission_delete_issues: Pašalinti darbus | |
349 | permission_view_time_entries: View spent time |
|
401 | permission_manage_public_queries: Valdyti viešas užklausas | |
350 | permission_edit_time_entries: Edit time logs |
|
402 | permission_save_queries: Išsaugoti užklausas | |
351 | permission_edit_own_time_entries: Edit own time logs |
|
403 | permission_view_gantt: Matyti Gantt grafiką | |
352 | permission_manage_news: Manage news |
|
404 | permission_view_calendar: Matyti kalendorių | |
353 | permission_comment_news: Comment news |
|
405 | permission_view_issue_watchers: Matyti stebėtojų sąrašą | |
354 | permission_manage_documents: Manage documents |
|
406 | permission_add_issue_watchers: Pridėti stebėtojus | |
355 | permission_view_documents: View documents |
|
407 | permission_delete_issue_watchers: Pašalinti stebėtojus | |
356 | permission_manage_files: Manage files |
|
408 | permission_log_time: Regsitruoti dirbtą laiką | |
357 |
permission_view_ |
|
409 | permission_view_time_entries: Matyti dirbtą laiką | |
358 | permission_manage_wiki: Manage wiki |
|
410 | permission_edit_time_entries: Redaguoti laiko įrašus | |
359 | permission_rename_wiki_pages: Rename wiki pages |
|
411 | permission_edit_own_time_entries: Redguoti savo laiko įrašus | |
360 | permission_delete_wiki_pages: Delete wiki pages |
|
412 | permission_manage_news: Valdyti naujienas | |
361 | permission_view_wiki_pages: View wiki |
|
413 | permission_comment_news: Komentuoti naujienas | |
362 | permission_view_wiki_edits: View wiki history |
|
414 | permission_manage_documents: Valdyti dokumentus | |
363 | permission_edit_wiki_pages: Edit wiki pages |
|
415 | permission_view_documents: Matyti dokumentus | |
364 | permission_delete_wiki_pages_attachments: Delete attachments |
|
416 | permission_manage_files: Valdyti bylas | |
365 | permission_protect_wiki_pages: Protect wiki pages |
|
417 | permission_view_files: Matyti bylas | |
366 | permission_manage_repository: Manage repository |
|
418 | permission_manage_wiki: Valdyti wiki | |
367 | permission_browse_repository: Browse repository |
|
419 | permission_rename_wiki_pages: Pevadinti wiki puslapius | |
368 | permission_view_changesets: View changesets |
|
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 | permission_commit_access: Commit access |
|
429 | permission_commit_access: Commit access | |
370 |
permission_manage_boards: |
|
430 | permission_manage_boards: Valdyti boards | |
371 |
permission_view_messages: |
|
431 | permission_view_messages: Matyti pranešimus | |
372 |
permission_add_messages: Post |
|
432 | permission_add_messages: Post pranešimus | |
373 |
permission_edit_messages: |
|
433 | permission_edit_messages: Redaguoti pranešimus | |
374 |
permission_edit_own_messages: |
|
434 | permission_edit_own_messages: Redaguoti savo pranešimus | |
375 |
permission_delete_messages: |
|
435 | permission_delete_messages: Pašalinti pranešimus | |
376 |
permission_delete_own_messages: |
|
436 | permission_delete_own_messages: Pašalinti savo pranešimus | |
377 |
|
437 | permission_delete_issue_watchers: Pašalinti stebėtojus | ||
|
438 | ||||
378 | project_module_issue_tracking: Darbu pėdsekys |
|
439 | project_module_issue_tracking: Darbu pėdsekys | |
379 | project_module_time_tracking: Laiko pėdsekys |
|
440 | project_module_time_tracking: Laiko pėdsekys | |
380 |
project_module_news: |
|
441 | project_module_news: Naujienos | |
381 | project_module_documents: Dokumentai |
|
442 | project_module_documents: Dokumentai | |
382 | project_module_files: Rinkmenos |
|
443 | project_module_files: Rinkmenos | |
383 | project_module_wiki: Wiki |
|
444 | project_module_wiki: Wiki | |
384 | project_module_repository: Saugykla |
|
445 | project_module_repository: Saugykla | |
385 | project_module_boards: Forumai |
|
446 | project_module_boards: Forumai | |
386 |
|
447 | |||
387 | label_user: Vartotojas |
|
448 | label_user: Vartotojas | |
388 | label_user_plural: Vartotojai |
|
449 | label_user_plural: Vartotojai | |
389 | label_user_new: Naujas vartotojas |
|
450 | label_user_new: Naujas vartotojas | |
390 | label_project: Projektas |
|
451 | label_project: Projektas | |
391 | label_project_new: Naujas projektas |
|
452 | label_project_new: Naujas projektas | |
392 | label_project_plural: Projektai |
|
453 | label_project_plural: Projektai | |
393 | label_x_projects: |
|
454 | label_x_projects: | |
394 |
zero: n |
|
455 | zero: nėra projektų | |
395 |
one: 1 proje |
|
456 | one: 1 projektas | |
396 |
other: "{{count}} proje |
|
457 | other: "{{count}} projektų" | |
397 | label_project_all: Visi Projektai |
|
458 | label_project_all: Visi Projektai | |
398 | label_project_latest: Paskutiniai projektai |
|
459 | label_project_latest: Paskutiniai projektai | |
399 | label_issue: Darbas |
|
460 | label_issue: Darbas | |
400 | label_issue_new: Naujas darbas |
|
461 | label_issue_new: Naujas darbas | |
401 | label_issue_plural: Darbai |
|
462 | label_issue_plural: Darbai | |
402 | label_issue_view_all: Peržiūrėti visus darbus |
|
463 | label_issue_view_all: Peržiūrėti visus darbus | |
403 | label_issues_by: "Darbai pagal {{value}}" |
|
464 | label_issues_by: "Darbai pagal {{value}}" | |
404 | label_issue_added: Darbas pridėtas |
|
465 | label_issue_added: Darbas pridėtas | |
405 | label_issue_updated: Darbas atnaujintas |
|
466 | label_issue_updated: Darbas atnaujintas | |
406 | label_document: Dokumentas |
|
467 | label_document: Dokumentas | |
407 | label_document_new: Naujas dokumentas |
|
468 | label_document_new: Naujas dokumentas | |
408 | label_document_plural: Dokumentai |
|
469 | label_document_plural: Dokumentai | |
409 | label_document_added: Dokumentas pridėtas |
|
470 | label_document_added: Dokumentas pridėtas | |
410 | label_role: Vaidmuo |
|
471 | label_role: Vaidmuo | |
411 | label_role_plural: Vaidmenys |
|
472 | label_role_plural: Vaidmenys | |
412 | label_role_new: Naujas vaidmuo |
|
473 | label_role_new: Naujas vaidmuo | |
413 | label_role_and_permissions: Vaidmenys ir leidimai |
|
474 | label_role_and_permissions: Vaidmenys ir leidimai | |
414 | label_member: Narys |
|
475 | label_member: Narys | |
415 | label_member_new: Naujas narys |
|
476 | label_member_new: Naujas narys | |
416 | label_member_plural: Nariai |
|
477 | label_member_plural: Nariai | |
417 | label_tracker: Pėdsekys |
|
478 | label_tracker: Pėdsekys | |
418 | label_tracker_plural: Pėdsekiai |
|
479 | label_tracker_plural: Pėdsekiai | |
419 | label_tracker_new: Naujas pėdsekys |
|
480 | label_tracker_new: Naujas pėdsekys | |
420 | label_workflow: Darbų eiga |
|
481 | label_workflow: Darbų eiga | |
421 |
label_issue_status: Darbo |
|
482 | label_issue_status: Darbo būsena | |
422 |
label_issue_status_plural: Darbų |
|
483 | label_issue_status_plural: Darbų būsenos | |
423 |
label_issue_status_new: Nauja |
|
484 | label_issue_status_new: Nauja būsena | |
424 | label_issue_category: Darbo kategorija |
|
485 | label_issue_category: Darbo kategorija | |
425 | label_issue_category_plural: Darbo kategorijos |
|
486 | label_issue_category_plural: Darbo kategorijos | |
426 | label_issue_category_new: Nauja kategorija |
|
487 | label_issue_category_new: Nauja kategorija | |
427 | label_custom_field: Kliento laukas |
|
488 | label_custom_field: Kliento laukas | |
428 | label_custom_field_plural: Kliento laukai |
|
489 | label_custom_field_plural: Kliento laukai | |
429 | label_custom_field_new: Naujas kliento laukas |
|
490 | label_custom_field_new: Naujas kliento laukas | |
430 | label_enumerations: Išvardinimai |
|
491 | label_enumerations: Išvardinimai | |
431 | label_enumeration_new: Nauja vertė |
|
492 | label_enumeration_new: Nauja vertė | |
432 | label_information: Informacija |
|
493 | label_information: Informacija | |
433 | label_information_plural: Informacija |
|
494 | label_information_plural: Informacija | |
434 | label_please_login: Prašom prisijungti |
|
495 | label_please_login: Prašom prisijungti | |
435 | label_register: Užsiregistruoti |
|
496 | label_register: Užsiregistruoti | |
436 | label_password_lost: Prarastas slaptažodis |
|
497 | label_password_lost: Prarastas slaptažodis | |
437 | label_home: Pagrindinis |
|
498 | label_home: Pagrindinis | |
438 | label_my_page: Mano puslapis |
|
499 | label_my_page: Mano puslapis | |
439 | label_my_account: Mano paskyra |
|
500 | label_my_account: Mano paskyra | |
440 | label_my_projects: Mano projektai |
|
501 | label_my_projects: Mano projektai | |
441 | label_administration: Administravimas |
|
502 | label_administration: Administravimas | |
442 | label_login: Prisijungti |
|
503 | label_login: Prisijungti | |
443 | label_logout: Atsijungti |
|
504 | label_logout: Atsijungti | |
444 | label_help: Pagalba |
|
505 | label_help: Pagalba | |
445 | label_reported_issues: Pranešti darbai |
|
506 | label_reported_issues: Pranešti darbai | |
446 | label_assigned_to_me_issues: Darbai, priskirti man |
|
507 | label_assigned_to_me_issues: Darbai, priskirti man | |
447 | label_last_login: Paskutinis ryšys |
|
508 | label_last_login: Paskutinis ryšys | |
448 | label_registered_on: Užregistruota |
|
509 | label_registered_on: Užregistruota | |
449 | label_activity: Veikla |
|
510 | label_activity: Veikla | |
450 | label_overall_activity: Visa veikla |
|
511 | label_overall_activity: Visa veikla | |
451 | label_user_activity: "{{value}}o veiksmai" |
|
512 | label_user_activity: "{{value}}o veiksmai" | |
452 | label_new: Naujas |
|
513 | label_new: Naujas | |
453 | label_logged_as: Prisijungęs kaip |
|
514 | label_logged_as: Prisijungęs kaip | |
454 | label_environment: Aplinka |
|
515 | label_environment: Aplinka | |
455 | label_authentication: Autentiškumo nustatymas |
|
516 | label_authentication: Autentiškumo nustatymas | |
456 | label_auth_source: Autentiškumo nustatymo būdas |
|
517 | label_auth_source: Autentiškumo nustatymo būdas | |
457 | label_auth_source_new: Naujas autentiškumo nustatymo būdas |
|
518 | label_auth_source_new: Naujas autentiškumo nustatymo būdas | |
458 | label_auth_source_plural: Autentiškumo nustatymo būdai |
|
519 | label_auth_source_plural: Autentiškumo nustatymo būdai | |
459 | label_subproject_plural: Subprojektai |
|
520 | label_subproject_plural: Subprojektai | |
460 | label_and_its_subprojects: "{{value}} projektas ir jo subprojektai" |
|
521 | label_and_its_subprojects: "{{value}} projektas ir jo subprojektai" | |
461 | label_min_max_length: Min - Maks ilgis |
|
522 | label_min_max_length: Min - Maks ilgis | |
462 | label_list: Sąrašas |
|
523 | label_list: Sąrašas | |
463 | label_date: Data |
|
524 | label_date: Data | |
464 | label_integer: Sveikasis skaičius |
|
525 | label_integer: Sveikasis skaičius | |
465 | label_float: Float |
|
526 | label_float: Float | |
466 | label_boolean: Boolean |
|
527 | label_boolean: Boolean | |
467 | label_string: Tekstas |
|
528 | label_string: Tekstas | |
468 | label_text: Ilgas tekstas |
|
529 | label_text: Ilgas tekstas | |
469 | label_attribute: Požymis |
|
530 | label_attribute: Požymis | |
470 | label_attribute_plural: Požymiai |
|
531 | label_attribute_plural: Požymiai | |
471 |
label_download: "{{count}} |
|
532 | label_download: "{{count}} persiuntimas" | |
472 |
label_download_plural: "{{count}} |
|
533 | label_download_plural: "{{count}} persiuntimai" | |
473 | label_no_data: Nėra ką atvaizduoti |
|
534 | label_no_data: Nėra ką atvaizduoti | |
474 |
label_change_status: Pakeitimo |
|
535 | label_change_status: Pakeitimo būsena | |
475 | label_history: Istorija |
|
536 | label_history: Istorija | |
476 | label_attachment: Rinkmena |
|
537 | label_attachment: Rinkmena | |
477 | label_attachment_new: Nauja rinkmena |
|
538 | label_attachment_new: Nauja rinkmena | |
478 | label_attachment_delete: Pašalinkite rinkmeną |
|
539 | label_attachment_delete: Pašalinkite rinkmeną | |
479 | label_attachment_plural: Rinkmenos |
|
540 | label_attachment_plural: Rinkmenos | |
480 | label_file_added: Byla pridėta |
|
541 | label_file_added: Byla pridėta | |
481 | label_report: Ataskaita |
|
542 | label_report: Ataskaita | |
482 | label_report_plural: Ataskaitos |
|
543 | label_report_plural: Ataskaitos | |
483 |
label_news: |
|
544 | label_news: Naujiena | |
484 |
label_news_new: Pridėkite |
|
545 | label_news_new: Pridėkite naujieną | |
485 |
label_news_plural: |
|
546 | label_news_plural: Naujienos | |
486 | label_news_latest: Paskutinės naujienos |
|
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 | label_news_added: Naujiena pridėta |
|
549 | label_news_added: Naujiena pridėta | |
|
550 | label_change_log: Pakeitimų žurnalas | |||
489 | label_settings: Nustatymai |
|
551 | label_settings: Nustatymai | |
490 | label_overview: Apžvalga |
|
552 | label_overview: Apžvalga | |
491 | label_version: Versija |
|
553 | label_version: Versija | |
492 | label_version_new: Nauja versija |
|
554 | label_version_new: Nauja versija | |
493 | label_version_plural: Versijos |
|
555 | label_version_plural: Versijos | |
494 | label_confirmation: Patvirtinimas |
|
556 | label_confirmation: Patvirtinimas | |
495 | label_export_to: Eksportuoti į |
|
557 | label_export_to: Eksportuoti į | |
496 | label_read: Skaitykite... |
|
558 | label_read: Skaitykite... | |
497 | label_public_projects: Vieši projektai |
|
559 | label_public_projects: Vieši projektai | |
498 | label_open_issues: atidaryta |
|
560 | label_open_issues: atidaryta | |
499 |
label_open_issues_plural: atidaryt |
|
561 | label_open_issues_plural: atidaryti | |
500 | label_closed_issues: uždaryta |
|
562 | label_closed_issues: uždaryta | |
501 |
label_closed_issues_plural: uždaryt |
|
563 | label_closed_issues_plural: uždaryti | |
502 | label_x_open_issues_abbr_on_total: |
|
564 | label_x_open_issues_abbr_on_total: | |
503 | zero: 0 open / {{total}} |
|
565 | zero: 0 open / {{total}} | |
504 | one: 1 open / {{total}} |
|
566 | one: 1 open / {{total}} | |
505 | other: "{{count}} open / {{total}}" |
|
567 | other: "{{count}} open / {{total}}" | |
506 | label_x_open_issues_abbr: |
|
568 | label_x_open_issues_abbr: | |
507 | zero: 0 open |
|
569 | zero: 0 open | |
508 | one: 1 open |
|
570 | one: 1 open | |
509 | other: "{{count}} open" |
|
571 | other: "{{count}} open" | |
510 | label_x_closed_issues_abbr: |
|
572 | label_x_closed_issues_abbr: | |
511 |
zero: 0 |
|
573 | zero: 0 uždarytu | |
512 |
one: 1 |
|
574 | one: 1 uždarytas | |
513 |
other: "{{count}} |
|
575 | other: "{{count}} uždarytu" | |
514 | label_total: Bendra suma |
|
576 | label_total: Bendra suma | |
515 | label_permissions: Leidimai |
|
577 | label_permissions: Leidimai | |
516 |
label_current_status: Einamoji |
|
578 | label_current_status: Einamoji būsena | |
517 |
label_new_statuses_allowed: Naujos |
|
579 | label_new_statuses_allowed: Naujos būsenos galimos | |
518 | label_all: visi |
|
580 | label_all: visi | |
519 | label_none: niekas |
|
581 | label_none: niekas | |
520 | label_nobody: niekas |
|
582 | label_nobody: niekas | |
521 | label_next: Kitas |
|
583 | label_next: Kitas | |
522 | label_previous: Ankstesnis |
|
584 | label_previous: Ankstesnis | |
523 | label_used_by: Naudotas |
|
585 | label_used_by: Naudotas | |
524 | label_details: Detalės |
|
586 | label_details: Detalės | |
525 | label_add_note: Pridėkite pastabą |
|
587 | label_add_note: Pridėkite pastabą | |
526 | label_per_page: Per puslapį |
|
588 | label_per_page: Per puslapį | |
527 | label_calendar: Kalendorius |
|
589 | label_calendar: Kalendorius | |
528 | label_months_from: mėnesiai nuo |
|
590 | label_months_from: mėnesiai nuo | |
529 | label_gantt: Gantt |
|
591 | label_gantt: Gantt | |
530 | label_internal: Vidinis |
|
592 | label_internal: Vidinis | |
531 | label_last_changes: "paskutiniai {{count}}, pokyčiai" |
|
593 | label_last_changes: "paskutiniai {{count}}, pokyčiai" | |
532 | label_change_view_all: Peržiūrėti visus pakeitimus |
|
594 | label_change_view_all: Peržiūrėti visus pakeitimus | |
533 | label_personalize_page: Suasmeninti šį puslapį |
|
595 | label_personalize_page: Suasmeninti šį puslapį | |
534 | label_comment: Komentaras |
|
596 | label_comment: Komentaras | |
535 | label_comment_plural: Komentarai |
|
597 | label_comment_plural: Komentarai | |
536 | label_x_comments: |
|
598 | label_x_comments: | |
537 |
zero: n |
|
599 | zero: nėra komentarų | |
538 |
one: 1 |
|
600 | one: 1 komentaras | |
539 |
other: "{{count}} |
|
601 | other: "{{count}} komentarų" | |
540 | label_comment_add: Pridėkite komentarą |
|
602 | label_comment_add: Pridėkite komentarą | |
541 | label_comment_added: Komentaras pridėtas |
|
603 | label_comment_added: Komentaras pridėtas | |
542 | label_comment_delete: Pašalinkite komentarus |
|
604 | label_comment_delete: Pašalinkite komentarus | |
543 | label_query: Užklausa |
|
605 | label_query: Užklausa | |
544 | label_query_plural: Užklausos |
|
606 | label_query_plural: Užklausos | |
545 | label_query_new: Nauja užklausa |
|
607 | label_query_new: Nauja užklausa | |
546 | label_filter_add: Pridėti filtrą |
|
608 | label_filter_add: Pridėti filtrą | |
547 | label_filter_plural: Filtrai |
|
609 | label_filter_plural: Filtrai | |
548 | label_equals: yra |
|
610 | label_equals: yra | |
549 | label_not_equals: nėra |
|
611 | label_not_equals: nėra | |
550 | label_in_less_than: mažiau negu |
|
612 | label_in_less_than: mažiau negu | |
551 | label_in_more_than: daugiau negu |
|
613 | label_in_more_than: daugiau negu | |
552 | label_in: in |
|
614 | label_in: in | |
553 | label_today: šiandien |
|
615 | label_today: šiandien | |
554 | label_all_time: visas laikas |
|
616 | label_all_time: visas laikas | |
555 | label_yesterday: vakar |
|
617 | label_yesterday: vakar | |
556 | label_this_week: šią savaitę |
|
618 | label_this_week: šią savaitę | |
557 | label_last_week: paskutinė savaitė |
|
619 | label_last_week: paskutinė savaitė | |
558 | label_last_n_days: "paskutinių {{count}} dienų" |
|
620 | label_last_n_days: "paskutinių {{count}} dienų" | |
559 | label_this_month: šis menuo |
|
621 | label_this_month: šis menuo | |
560 | label_last_month: paskutinis menuo |
|
622 | label_last_month: paskutinis menuo | |
561 | label_this_year: šiemet |
|
623 | label_this_year: šiemet | |
562 | label_date_range: Dienų diapazonas |
|
624 | label_date_range: Dienų diapazonas | |
563 | label_less_than_ago: mažiau negu dienomis prieš |
|
625 | label_less_than_ago: mažiau negu dienomis prieš | |
564 | label_more_than_ago: daugiau negu dienomis prieš |
|
626 | label_more_than_ago: daugiau negu dienomis prieš | |
565 | label_ago: dienomis prieš |
|
627 | label_ago: dienomis prieš | |
566 | label_contains: turi savyje |
|
628 | label_contains: turi savyje | |
567 | label_not_contains: neturi savyje |
|
629 | label_not_contains: neturi savyje | |
568 | label_day_plural: dienos |
|
630 | label_day_plural: dienos | |
569 | label_repository: Saugykla |
|
631 | label_repository: Saugykla | |
570 |
label_repository_plural: Saug |
|
632 | label_repository_plural: Saugyklos | |
571 | label_browse: Naršyti |
|
633 | label_browse: Naršyti | |
572 | label_modification: "{{count}} pakeitimas" |
|
634 | label_modification: "{{count}} pakeitimas" | |
573 | label_modification_plural: "{{count}} pakeitimai" |
|
635 | label_modification_plural: "{{count}} pakeitimai" | |
574 | label_revision: Revizija |
|
636 | label_revision: Revizija | |
575 | label_revision_plural: Revizijos |
|
637 | label_revision_plural: Revizijos | |
576 | label_associated_revisions: susijusios revizijos |
|
638 | label_associated_revisions: susijusios revizijos | |
577 | label_added: pridėtas |
|
639 | label_added: pridėtas | |
578 | label_modified: pakeistas |
|
640 | label_modified: pakeistas | |
579 | label_copied: nukopijuotas |
|
641 | label_copied: nukopijuotas | |
580 | label_renamed: pervardintas |
|
642 | label_renamed: pervardintas | |
581 | label_deleted: pašalintas |
|
643 | label_deleted: pašalintas | |
582 | label_latest_revision: Paskutinė revizija |
|
644 | label_latest_revision: Paskutinė revizija | |
583 | label_latest_revision_plural: Paskutinės revizijos |
|
645 | label_latest_revision_plural: Paskutinės revizijos | |
584 | label_view_revisions: Pežiūrėti revizijas |
|
646 | label_view_revisions: Pežiūrėti revizijas | |
585 | label_max_size: Maksimalus dydis |
|
647 | label_max_size: Maksimalus dydis | |
586 | label_sort_highest: Perkelti į viršūnę |
|
648 | label_sort_highest: Perkelti į viršūnę | |
587 | label_sort_higher: Perkelti į viršų |
|
649 | label_sort_higher: Perkelti į viršų | |
588 | label_sort_lower: Perkelti žemyn |
|
650 | label_sort_lower: Perkelti žemyn | |
589 | label_sort_lowest: Perkelti į apačią |
|
651 | label_sort_lowest: Perkelti į apačią | |
590 | label_roadmap: Veiklos grafikas |
|
652 | label_roadmap: Veiklos grafikas | |
591 | label_roadmap_due_in: "Baigiasi po {{value}}" |
|
653 | label_roadmap_due_in: "Baigiasi po {{value}}" | |
592 | label_roadmap_overdue: "{{value}} vėluojama" |
|
654 | label_roadmap_overdue: "{{value}} vėluojama" | |
593 | label_roadmap_no_issues: Jokio darbo šiai versijai nėra |
|
655 | label_roadmap_no_issues: Jokio darbo šiai versijai nėra | |
594 | label_search: Ieškoti |
|
656 | label_search: Ieškoti | |
595 | label_result_plural: Rezultatai |
|
657 | label_result_plural: Rezultatai | |
596 | label_all_words: Visi žodžiai |
|
658 | label_all_words: Visi žodžiai | |
597 | label_wiki: Wiki |
|
659 | label_wiki: Wiki | |
598 | label_wiki_edit: Wiki redakcija |
|
660 | label_wiki_edit: Wiki redakcija | |
599 | label_wiki_edit_plural: Wiki redakcijos |
|
661 | label_wiki_edit_plural: Wiki redakcijos | |
600 | label_wiki_page: Wiki puslapis |
|
662 | label_wiki_page: Wiki puslapis | |
601 | label_wiki_page_plural: Wiki puslapiai |
|
663 | label_wiki_page_plural: Wiki puslapiai | |
602 | label_index_by_title: Indeksas prie pavadinimo |
|
664 | label_index_by_title: Indeksas prie pavadinimo | |
603 | label_index_by_date: Indeksas prie datos |
|
665 | label_index_by_date: Indeksas prie datos | |
604 | label_current_version: Einamoji versija |
|
666 | label_current_version: Einamoji versija | |
605 | label_preview: Peržiūra |
|
667 | label_preview: Peržiūra | |
606 | label_feed_plural: Įeitys(Feeds) |
|
668 | label_feed_plural: Įeitys(Feeds) | |
607 | label_changes_details: Visų pakeitimų detalės |
|
669 | label_changes_details: Visų pakeitimų detalės | |
608 | label_issue_tracking: Darbų sekimas |
|
670 | label_issue_tracking: Darbų sekimas | |
609 |
label_spent_time: |
|
671 | label_spent_time: Dirbtas laikas | |
610 | label_f_hour: "{{value}} valanda" |
|
672 | label_f_hour: "{{value}} valanda" | |
611 | label_f_hour_plural: "{{value}} valandų" |
|
673 | label_f_hour_plural: "{{value}} valandų" | |
612 | label_time_tracking: Laiko sekimas |
|
674 | label_time_tracking: Laiko sekimas | |
613 | label_change_plural: Pakeitimai |
|
675 | label_change_plural: Pakeitimai | |
614 | label_statistics: Statistika |
|
676 | label_statistics: Statistika | |
615 | label_commits_per_month: Paveda(commit) per mėnesį |
|
677 | label_commits_per_month: Paveda(commit) per mėnesį | |
616 | label_commits_per_author: Autoriaus pavedos(commit) |
|
678 | label_commits_per_author: Autoriaus pavedos(commit) | |
617 | label_view_diff: Skirtumų peržiūra |
|
679 | label_view_diff: Skirtumų peržiūra | |
618 | label_diff_inline: įterptas |
|
680 | label_diff_inline: įterptas | |
619 | label_diff_side_by_side: šalia |
|
681 | label_diff_side_by_side: šalia | |
620 | label_options: Pasirinkimai |
|
682 | label_options: Pasirinkimai | |
621 | label_copy_workflow_from: Kopijuoti darbų eiga iš |
|
683 | label_copy_workflow_from: Kopijuoti darbų eiga iš | |
622 | label_permissions_report: Leidimų pranešimas |
|
684 | label_permissions_report: Leidimų pranešimas | |
623 | label_watched_issues: Stebimi darbai |
|
685 | label_watched_issues: Stebimi darbai | |
624 | label_related_issues: Susiję darbai |
|
686 | label_related_issues: Susiję darbai | |
625 |
label_applied_status: Taikomoji |
|
687 | label_applied_status: Taikomoji būsena | |
626 | label_loading: Kraunama... |
|
688 | label_loading: Kraunama... | |
627 | label_relation_new: Naujas ryšys |
|
689 | label_relation_new: Naujas ryšys | |
628 | label_relation_delete: Pašalinkite ryšį |
|
690 | label_relation_delete: Pašalinkite ryšį | |
629 | label_relates_to: susietas su |
|
691 | label_relates_to: susietas su | |
630 | label_duplicates: dubliuoja |
|
692 | label_duplicates: dubliuoja | |
631 | label_duplicated_by: dubliuojasi |
|
693 | label_duplicated_by: dubliuojasi | |
632 | label_blocks: blokuoja |
|
694 | label_blocks: blokuoja | |
633 | label_blocked_by: blokuojasi |
|
695 | label_blocked_by: blokuojasi | |
634 | label_precedes: ankstesnė |
|
696 | label_precedes: ankstesnė | |
635 | label_follows: seka |
|
697 | label_follows: seka | |
636 | label_end_to_start: užbaigti, kad pradėti |
|
698 | label_end_to_start: užbaigti, kad pradėti | |
637 | label_end_to_end: užbaigti, kad pabaigti |
|
699 | label_end_to_end: užbaigti, kad pabaigti | |
638 | label_start_to_start: pradėkite pradėti |
|
700 | label_start_to_start: pradėkite pradėti | |
639 | label_start_to_end: pradėkite užbaigti |
|
701 | label_start_to_end: pradėkite užbaigti | |
640 | label_stay_logged_in: Likti prisijungus |
|
702 | label_stay_logged_in: Likti prisijungus | |
641 | label_disabled: išjungta(as) |
|
703 | label_disabled: išjungta(as) | |
642 | label_show_completed_versions: Parodyti užbaigtas versijas |
|
704 | label_show_completed_versions: Parodyti užbaigtas versijas | |
643 | label_me: aš |
|
705 | label_me: aš | |
644 | label_board: Forumas |
|
706 | label_board: Forumas | |
645 | label_board_new: Naujas forumas |
|
707 | label_board_new: Naujas forumas | |
646 | label_board_plural: Forumai |
|
708 | label_board_plural: Forumai | |
647 | label_topic_plural: Temos |
|
709 | label_topic_plural: Temos | |
648 | label_message_plural: Pranešimai |
|
710 | label_message_plural: Pranešimai | |
649 | label_message_last: Paskutinis pranešimas |
|
711 | label_message_last: Paskutinis pranešimas | |
650 | label_message_new: Naujas pranešimas |
|
712 | label_message_new: Naujas pranešimas | |
651 | label_message_posted: Pranešimas pridėtas |
|
713 | label_message_posted: Pranešimas pridėtas | |
652 | label_reply_plural: Atsakymai |
|
714 | label_reply_plural: Atsakymai | |
653 | label_send_information: Nusiųsti paskyros informaciją vartotojui |
|
715 | label_send_information: Nusiųsti paskyros informaciją vartotojui | |
654 | label_year: Metai |
|
716 | label_year: Metai | |
655 | label_month: Mėnuo |
|
717 | label_month: Mėnuo | |
656 | label_week: Savaitė |
|
718 | label_week: Savaitė | |
657 | label_date_from: Nuo |
|
719 | label_date_from: Nuo | |
658 | label_date_to: Iki |
|
720 | label_date_to: Iki | |
659 | label_language_based: Pagrįsta vartotojo kalba |
|
721 | label_language_based: Pagrįsta vartotojo kalba | |
660 | label_sort_by: "Rūšiuoti pagal {{value}}" |
|
722 | label_sort_by: "Rūšiuoti pagal {{value}}" | |
661 | label_send_test_email: Nusiųsti bandomąjį elektroninį laišką |
|
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 | label_module_plural: Moduliai |
|
725 | label_module_plural: Moduliai | |
664 | label_added_time_by: "Pridėjo {{author}} prieš {{age}}" |
|
726 | label_added_time_by: "Pridėjo {{author}} prieš {{age}}" | |
665 | label_updated_time_by: "Atnaujino {{author}} {{age}} atgal" |
|
727 | label_updated_time_by: "Atnaujino {{author}} {{age}} atgal" | |
666 | label_updated_time: "Atnaujinta prieš {{value}}" |
|
728 | label_updated_time: "Atnaujinta prieš {{value}}" | |
667 | label_jump_to_a_project: Šuolis į projektą... |
|
729 | label_jump_to_a_project: Šuolis į projektą... | |
668 | label_file_plural: Bylos |
|
730 | label_file_plural: Bylos | |
669 | label_changeset_plural: Changesets |
|
731 | label_changeset_plural: Changesets | |
670 | label_default_columns: Numatyti stulpeliai |
|
732 | label_default_columns: Numatyti stulpeliai | |
671 | label_no_change_option: (Jokio pakeitimo) |
|
733 | label_no_change_option: (Jokio pakeitimo) | |
672 | label_bulk_edit_selected_issues: Masinis pasirinktų darbų(issues) redagavimas |
|
734 | label_bulk_edit_selected_issues: Masinis pasirinktų darbų(issues) redagavimas | |
673 | label_theme: Tema |
|
735 | label_theme: Tema | |
674 | label_default: Numatyta(as) |
|
736 | label_default: Numatyta(as) | |
675 | label_search_titles_only: Ieškoti pavadinimų tiktai |
|
737 | label_search_titles_only: Ieškoti pavadinimų tiktai | |
676 | label_user_mail_option_all: "Bet kokiam įvykiui visuose mano projektuose" |
|
738 | label_user_mail_option_all: "Bet kokiam įvykiui visuose mano projektuose" | |
677 | label_user_mail_option_selected: "Bet kokiam įvykiui tiktai pasirinktuose projektuose ..." |
|
739 | label_user_mail_option_selected: "Bet kokiam įvykiui tiktai pasirinktuose projektuose ..." | |
678 | label_user_mail_option_none: "Tiktai dalykai kuriuos aš stebiu ar aš esu įtrauktas į" |
|
740 | label_user_mail_option_none: "Tiktai dalykai kuriuos aš stebiu ar aš esu įtrauktas į" | |
679 | label_user_mail_no_self_notified: "Nenoriu būti informuotas apie pakeitimus, kuriuos pats atlieku" |
|
741 | label_user_mail_no_self_notified: "Nenoriu būti informuotas apie pakeitimus, kuriuos pats atlieku" | |
680 | label_registration_activation_by_email: "paskyros aktyvacija per e-paštą" |
|
742 | label_registration_activation_by_email: "paskyros aktyvacija per e-paštą" | |
681 | label_registration_manual_activation: "rankinė paskyros aktyvacija" |
|
743 | label_registration_manual_activation: "rankinė paskyros aktyvacija" | |
682 | label_registration_automatic_activation: "automatinė paskyros aktyvacija" |
|
744 | label_registration_automatic_activation: "automatinė paskyros aktyvacija" | |
683 | label_display_per_page: "{{value}} įrašų puslapyje" |
|
745 | label_display_per_page: "{{value}} įrašų puslapyje" | |
684 | label_age: Amžius |
|
746 | label_age: Amžius | |
685 | label_change_properties: Pakeisti nustatymus |
|
747 | label_change_properties: Pakeisti nustatymus | |
686 | label_general: Bendri |
|
748 | label_general: Bendri | |
687 | label_more: Daugiau |
|
749 | label_more: Daugiau | |
688 | label_scm: SCM |
|
750 | label_scm: SCM | |
689 |
label_plugins: |
|
751 | label_plugins: Įskiepiai | |
690 | label_ldap_authentication: LDAP autentifikacija |
|
752 | label_ldap_authentication: LDAP autentifikacija | |
691 | label_downloads_abbr: siunt. |
|
753 | label_downloads_abbr: siunt. | |
692 | label_optional_description: Apibūdinimas (laisvai pasirenkamas) |
|
754 | label_optional_description: Apibūdinimas (laisvai pasirenkamas) | |
693 | label_add_another_file: Pridėti kitą bylą |
|
755 | label_add_another_file: Pridėti kitą bylą | |
694 | label_preferences: Savybės |
|
756 | label_preferences: Savybės | |
695 | label_chronological_order: Chronologine tvarka |
|
757 | label_chronological_order: Chronologine tvarka | |
696 | label_reverse_chronological_order: Atbuline chronologine tvarka |
|
758 | label_reverse_chronological_order: Atbuline chronologine tvarka | |
697 | label_planning: Planavimas |
|
759 | label_planning: Planavimas | |
698 | label_incoming_emails: Įeinantys laiškai |
|
760 | label_incoming_emails: Įeinantys laiškai | |
699 | label_generate_key: Generuoti raktą |
|
761 | label_generate_key: Generuoti raktą | |
700 | label_issue_watchers: Stebėtojai |
|
762 | label_issue_watchers: Stebėtojai | |
701 |
label_example: Pav |
|
763 | label_example: Pavyzdys | |
702 |
|
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 | button_login: Registruotis |
|
788 | button_login: Registruotis | |
704 | button_submit: Pateikti |
|
789 | button_submit: Pateikti | |
705 | button_save: Išsaugoti |
|
790 | button_save: Išsaugoti | |
706 | button_check_all: Žymėti visus |
|
791 | button_check_all: Žymėti visus | |
707 | button_uncheck_all: Atžymėti visus |
|
792 | button_uncheck_all: Atžymėti visus | |
708 |
button_delete: |
|
793 | button_delete: Pašalinti | |
709 | button_create: Sukurti |
|
794 | button_create: Sukurti | |
|
795 | button_create_and_continue: Sukurti ir tęsti | |||
710 | button_test: Testas |
|
796 | button_test: Testas | |
711 | button_edit: Redaguoti |
|
797 | button_edit: Redaguoti | |
712 | button_add: Pridėti |
|
798 | button_add: Pridėti | |
713 | button_change: Keisti |
|
799 | button_change: Keisti | |
714 | button_apply: Pritaikyti |
|
800 | button_apply: Pritaikyti | |
715 | button_clear: Išvalyti |
|
801 | button_clear: Išvalyti | |
716 | button_lock: Rakinti |
|
802 | button_lock: Rakinti | |
717 | button_unlock: Atrakinti |
|
803 | button_unlock: Atrakinti | |
718 | button_download: Atsisiųsti |
|
804 | button_download: Atsisiųsti | |
719 | button_list: Sąrašas |
|
805 | button_list: Sąrašas | |
720 | button_view: Žiūrėti |
|
806 | button_view: Žiūrėti | |
721 | button_move: Perkelti |
|
807 | button_move: Perkelti | |
|
808 | button_move_and_follow: Perkelti ir sekti | |||
722 | button_back: Atgal |
|
809 | button_back: Atgal | |
723 | button_cancel: Atšaukti |
|
810 | button_cancel: Atšaukti | |
724 | button_activate: Aktyvinti |
|
811 | button_activate: Aktyvinti | |
725 | button_sort: Rūšiuoti |
|
812 | button_sort: Rūšiuoti | |
726 |
button_log_time: |
|
813 | button_log_time: Dirbtas laikas | |
727 | button_rollback: Grįžti į šią versiją |
|
814 | button_rollback: Grįžti į šią versiją | |
728 | button_watch: Stebėti |
|
815 | button_watch: Stebėti | |
729 | button_unwatch: Nestebėti |
|
816 | button_unwatch: Nestebėti | |
730 | button_reply: Atsakyti |
|
817 | button_reply: Atsakyti | |
731 | button_archive: Archyvuoti |
|
818 | button_archive: Archyvuoti | |
732 | button_unarchive: Išpakuoti |
|
819 | button_unarchive: Išpakuoti | |
733 |
button_reset: |
|
820 | button_reset: Atstatyti | |
734 | button_rename: Pervadinti |
|
821 | button_rename: Pervadinti | |
735 | button_change_password: Pakeisti slaptažodį |
|
822 | button_change_password: Pakeisti slaptažodį | |
736 | button_copy: Kopijuoti |
|
823 | button_copy: Kopijuoti | |
737 | button_annotate: Rašyti pastabą |
|
824 | button_annotate: Rašyti pastabą | |
738 | button_update: Atnaujinti |
|
825 | button_update: Atnaujinti | |
739 | button_configure: Konfigūruoti |
|
826 | button_configure: Konfigūruoti | |
740 | button_quote: Cituoti |
|
827 | button_quote: Cituoti | |
741 |
|
828 | button_duplicate: Dubliuoti | ||
|
829 | button_copy_and_follow: Kopijuoti ir laikytis | |||
|
830 | ||||
742 | status_active: aktyvus |
|
831 | status_active: aktyvus | |
743 | status_registered: užregistruotas |
|
832 | status_registered: užregistruotas | |
744 | status_locked: užrakintas |
|
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 | text_select_mail_notifications: Išrinkite veiksmus, apie kuriuos būtų pranešta elektroniniu paštu. |
|
839 | text_select_mail_notifications: Išrinkite veiksmus, apie kuriuos būtų pranešta elektroniniu paštu. | |
747 | text_regexp_info: pvz. ^[A-Z0-9]+$ |
|
840 | text_regexp_info: pvz. ^[A-Z0-9]+$ | |
748 | text_min_max_length_info: 0 reiškia jokių apribojimų |
|
841 | text_min_max_length_info: 0 reiškia jokių apribojimų | |
749 | text_project_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti šį projektą ir visus susijusius duomenis? |
|
842 | text_project_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti šį projektą ir visus susijusius duomenis? | |
750 | text_subprojects_destroy_warning: "Šis(ie) subprojektas(ai): {{value}} taip pat bus ištrintas(i)." |
|
843 | text_subprojects_destroy_warning: "Šis(ie) subprojektas(ai): {{value}} taip pat bus ištrintas(i)." | |
751 | text_workflow_edit: Išrinkite vaidmenį ir pėdsekį, kad redaguotumėte darbų eigą |
|
844 | text_workflow_edit: Išrinkite vaidmenį ir pėdsekį, kad redaguotumėte darbų eigą | |
752 | text_are_you_sure: Ar esate įsitikinęs? |
|
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 | text_tip_task_begin_day: užduotis, prasidedanti šią dieną |
|
850 | text_tip_task_begin_day: užduotis, prasidedanti šią dieną | |
754 | text_tip_task_end_day: užduotis, pasibaigianti šią dieną |
|
851 | text_tip_task_end_day: užduotis, pasibaigianti šią dieną | |
755 | text_tip_task_begin_end_day: užduotis, prasidedanti ir pasibaigianti šią dieną |
|
852 | text_tip_task_begin_end_day: užduotis, prasidedanti ir pasibaigianti šią dieną | |
756 | text_project_identifier_info: 'Mažosios raidės (a-z), skaičiai ir brūkšniai galimi.<br/>Išsaugojus, identifikuotojas negali būti keičiamas.' |
|
853 | text_project_identifier_info: 'Mažosios raidės (a-z), skaičiai ir brūkšniai galimi.<br/>Išsaugojus, identifikuotojas negali būti keičiamas.' | |
757 | text_caracters_maximum: "{{count}} simbolių maksimumas." |
|
854 | text_caracters_maximum: "{{count}} simbolių maksimumas." | |
758 | text_caracters_minimum: "Turi būti mažiausiai {{count}} simbolių ilgio." |
|
855 | text_caracters_minimum: "Turi būti mažiausiai {{count}} simbolių ilgio." | |
759 | text_length_between: "Ilgis tarp {{min}} ir {{max}} simbolių." |
|
856 | text_length_between: "Ilgis tarp {{min}} ir {{max}} simbolių." | |
760 | text_tracker_no_workflow: Jokia darbų eiga neapibrėžta šiam pėdsekiui |
|
857 | text_tracker_no_workflow: Jokia darbų eiga neapibrėžta šiam pėdsekiui | |
761 | text_unallowed_characters: Neleistini simboliai |
|
858 | text_unallowed_characters: Neleistini simboliai | |
762 | text_comma_separated: Leistinos kelios reikšmės (atskirtos kableliu). |
|
859 | text_comma_separated: Leistinos kelios reikšmės (atskirtos kableliu). | |
763 | text_issues_ref_in_commit_messages: Darbų pavedimų(commit) nurodymas ir fiksavimas pranešimuose |
|
860 | text_issues_ref_in_commit_messages: Darbų pavedimų(commit) nurodymas ir fiksavimas pranešimuose | |
764 | text_issue_added: "Darbas {{id}} buvo praneštas (by {{author}})." |
|
861 | text_issue_added: "Darbas {{id}} buvo praneštas (by {{author}})." | |
765 | text_issue_updated: "Darbas {{id}} buvo atnaujintas (by {{author}})." |
|
862 | text_issue_updated: "Darbas {{id}} buvo atnaujintas (by {{author}})." | |
766 | text_wiki_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti wiki ir visą jos turinį? |
|
863 | text_wiki_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti wiki ir visą jos turinį? | |
767 | text_issue_category_destroy_question: "Kai kurie darbai ({{count}}) yra paskirti šiai kategorijai. Ką jūs norite daryti?" |
|
864 | text_issue_category_destroy_question: "Kai kurie darbai ({{count}}) yra paskirti šiai kategorijai. Ką jūs norite daryti?" | |
768 | text_issue_category_destroy_assignments: Pašalinti kategorijos užduotis |
|
865 | text_issue_category_destroy_assignments: Pašalinti kategorijos užduotis | |
769 | text_issue_category_reassign_to: Iš naujo priskirti darbus šiai kategorijai |
|
866 | text_issue_category_reassign_to: Iš naujo priskirti darbus šiai kategorijai | |
770 | 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)." |
|
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 | 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." |
|
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 | text_load_default_configuration: Užkrauti numatytąj konfiguraciją |
|
869 | text_load_default_configuration: Užkrauti numatytąj konfiguraciją | |
773 |
text_status_changed_by_changeset: "Pakeista {{value}} revizijo |
|
870 | text_status_changed_by_changeset: "Pakeista {{value}} revizijoje." | |
774 |
text_issues_destroy_confirmation: 'Ar jūs tikrai norite |
|
871 | text_issues_destroy_confirmation: 'Ar jūs tikrai norite sunaikinti pažymėtą(us) darbą(us)?' | |
775 | text_select_project_modules: 'Parinkite modulius, kuriuos norite naudoti šiame projekte:' |
|
872 | text_select_project_modules: 'Parinkite modulius, kuriuos norite naudoti šiame projekte:' | |
776 | text_default_administrator_account_changed: Administratoriaus numatyta paskyra pakeista |
|
873 | text_default_administrator_account_changed: Administratoriaus numatyta paskyra pakeista | |
777 | text_file_repository_writable: Į rinkmenu saugyklą galima saugoti (RW) |
|
874 | text_file_repository_writable: Į rinkmenu saugyklą galima saugoti (RW) | |
|
875 | text_plugin_assets_writable: Įskiepių 'assets' katalogas įrašomas | |||
778 | text_rmagick_available: RMagick pasiekiamas (pasirinktinai) |
|
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 | text_destroy_time_entries: Ištrinti paskelbtas valandas |
|
878 | text_destroy_time_entries: Ištrinti paskelbtas valandas | |
781 | text_assign_time_entries_to_project: Priskirti valandas prie projekto |
|
879 | text_assign_time_entries_to_project: Priskirti valandas prie projekto | |
782 | text_reassign_time_entries: 'Priskirti paskelbtas valandas šiam darbui:' |
|
880 | text_reassign_time_entries: 'Priskirti paskelbtas valandas šiam darbui:' | |
783 | text_user_wrote: "{{value}} parašė:" |
|
881 | text_user_wrote: "{{value}} parašė:" | |
784 | text_enumeration_destroy_question: "{{count}} objektai priskirti šiai reikšmei." |
|
882 | text_enumeration_destroy_question: "{{count}} objektai priskirti šiai reikšmei." | |
785 | text_enumeration_category_reassign_to: 'Priskirti juos šiai reikšmei:' |
|
883 | text_enumeration_category_reassign_to: 'Priskirti juos šiai reikšmei:' | |
786 |
text_email_delivery_not_configured: "E |
|
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." | |
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." |
|
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." | |
788 |
text_diff_truncated: "... Šis diff'as nukarp |
|
886 | text_diff_truncated: "... Šis diff'as nukarpytas, nes jis viršijo maksimalų rodomą eilučių skaičių." | |
789 |
|
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 | default_role_manager: Vadovas |
|
893 | default_role_manager: Vadovas | |
791 | default_role_developper: Projektuotojas |
|
894 | default_role_developper: Projektuotojas | |
792 | default_role_reporter: Pranešėjas |
|
895 | default_role_reporter: Pranešėjas | |
793 | default_tracker_bug: Klaida |
|
896 | default_tracker_bug: Klaida | |
794 | default_tracker_feature: Ypatybė |
|
897 | default_tracker_feature: Ypatybė | |
795 | default_tracker_support: Palaikymas |
|
898 | default_tracker_support: Palaikymas | |
796 | default_issue_status_new: Nauja |
|
899 | default_issue_status_new: Naujas | |
797 |
default_issue_status_in_progress: |
|
900 | default_issue_status_in_progress: Vykdomas | |
798 | default_issue_status_resolved: Išspręsta |
|
901 | default_issue_status_resolved: Išspręstas | |
799 | default_issue_status_feedback: Grįžtamasis ryšys |
|
902 | default_issue_status_feedback: Grįžtamasis ryšys | |
800 | default_issue_status_closed: Uždaryta |
|
903 | default_issue_status_closed: Uždarytas | |
801 | default_issue_status_rejected: Atmesta |
|
904 | default_issue_status_rejected: Atmestas | |
802 | default_doc_category_user: Vartotojo dokumentacija |
|
905 | default_doc_category_user: Vartotojo dokumentacija | |
803 |
default_doc_category_tech: Technin |
|
906 | default_doc_category_tech: Techninė dokumentacija | |
804 | default_priority_low: Žemas |
|
907 | default_priority_low: Žemas | |
805 | default_priority_normal: Normalus |
|
908 | default_priority_normal: Normalus | |
806 | default_priority_high: Aukštas |
|
909 | default_priority_high: Aukštas | |
807 | default_priority_urgent: Skubus |
|
910 | default_priority_urgent: Skubus | |
808 | default_priority_immediate: Neatidėliotinas |
|
911 | default_priority_immediate: Neatidėliotinas | |
809 | default_activity_design: Projektavimas |
|
912 | default_activity_design: Projektavimas | |
810 | default_activity_development: Vystymas |
|
913 | default_activity_development: Vystymas | |
811 |
|
914 | |||
812 | enumeration_issue_priorities: Darbo prioritetai |
|
915 | enumeration_issue_priorities: Darbo prioritetai | |
813 | enumeration_doc_categories: Dokumento kategorijos |
|
916 | enumeration_doc_categories: Dokumento kategorijos | |
814 | enumeration_activities: Veiklos (laiko sekimas) |
|
917 | enumeration_activities: Veiklos (laiko sekimas) | |
815 | text_plugin_assets_writable: Plugin assets directory writable |
|
918 | enumeration_system_activity: Sistemos veikla | |
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 |
|
|||
881 | label_copy_source: Source |
|
919 | label_copy_source: Source | |
882 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
920 | setting_issue_done_ratio: Calculate the issue done ratio with | |
883 | setting_issue_done_ratio_issue_status: Use the issue status |
|
921 | setting_issue_done_ratio_issue_status: Use the issue status | |
884 | error_issue_done_ratios_not_updated: Issue done ratios not updated. |
|
922 | error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
885 | error_workflow_copy_target: Please select target tracker(s) and role(s) |
|
923 | error_workflow_copy_target: Please select target tracker(s) and role(s) | |
886 | setting_issue_done_ratio_issue_field: Use the issue field |
|
924 | setting_issue_done_ratio_issue_field: Use the issue field | |
887 | label_copy_same_as_target: Same as target |
|
925 | label_copy_same_as_target: Same as target | |
888 | label_copy_target: Target |
|
926 | label_copy_target: Target | |
889 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
927 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
|
928 | setting_start_of_week: Start calendars on | |||
890 | error_workflow_copy_source: Please select a source tracker or role |
|
929 | error_workflow_copy_source: Please select a source tracker or role | |
891 | label_update_issue_done_ratios: Update issue done ratios |
|
930 | label_update_issue_done_ratios: Update issue done ratios | |
892 | setting_start_of_week: Start calendars on |
|
@@ -1,888 +1,890 | |||||
1 | pt-BR: |
|
1 | pt-BR: | |
2 | # formatos de data e hora |
|
2 | # formatos de data e hora | |
3 | date: |
|
3 | date: | |
4 | formats: |
|
4 | formats: | |
5 | default: "%d/%m/%Y" |
|
5 | default: "%d/%m/%Y" | |
6 | short: "%d de %B" |
|
6 | short: "%d de %B" | |
7 | long: "%d de %B de %Y" |
|
7 | long: "%d de %B de %Y" | |
8 | only_day: "%d" |
|
8 | only_day: "%d" | |
9 |
|
9 | |||
10 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] |
|
10 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] | |
11 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] |
|
11 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] | |
12 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] |
|
12 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] | |
13 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] |
|
13 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] | |
14 | order: [:day,:month,:year] |
|
14 | order: [:day,:month,:year] | |
15 |
|
15 | |||
16 | time: |
|
16 | time: | |
17 | formats: |
|
17 | formats: | |
18 | default: "%A, %d de %B de %Y, %H:%M hs" |
|
18 | default: "%A, %d de %B de %Y, %H:%M hs" | |
19 | time: "%H:%M hs" |
|
19 | time: "%H:%M hs" | |
20 | short: "%d/%m, %H:%M hs" |
|
20 | short: "%d/%m, %H:%M hs" | |
21 | long: "%A, %d de %B de %Y, %H:%M hs" |
|
21 | long: "%A, %d de %B de %Y, %H:%M hs" | |
22 | only_second: "%S" |
|
22 | only_second: "%S" | |
23 | datetime: |
|
23 | datetime: | |
24 | formats: |
|
24 | formats: | |
25 | default: "%Y-%m-%dT%H:%M:%S%Z" |
|
25 | default: "%Y-%m-%dT%H:%M:%S%Z" | |
26 | am: '' |
|
26 | am: '' | |
27 | pm: '' |
|
27 | pm: '' | |
28 |
|
28 | |||
29 | # date helper distanci em palavras |
|
29 | # date helper distanci em palavras | |
30 | datetime: |
|
30 | datetime: | |
31 | distance_in_words: |
|
31 | distance_in_words: | |
32 | half_a_minute: 'meio minuto' |
|
32 | half_a_minute: 'meio minuto' | |
33 | less_than_x_seconds: |
|
33 | less_than_x_seconds: | |
34 | one: 'menos de 1 segundo' |
|
34 | one: 'menos de 1 segundo' | |
35 | other: 'menos de {{count}} segundos' |
|
35 | other: 'menos de {{count}} segundos' | |
36 |
|
36 | |||
37 | x_seconds: |
|
37 | x_seconds: | |
38 | one: '1 segundo' |
|
38 | one: '1 segundo' | |
39 | other: '{{count}} segundos' |
|
39 | other: '{{count}} segundos' | |
40 |
|
40 | |||
41 | less_than_x_minutes: |
|
41 | less_than_x_minutes: | |
42 | one: 'menos de um minuto' |
|
42 | one: 'menos de um minuto' | |
43 | other: 'menos de {{count}} minutos' |
|
43 | other: 'menos de {{count}} minutos' | |
44 |
|
44 | |||
45 | x_minutes: |
|
45 | x_minutes: | |
46 | one: '1 minuto' |
|
46 | one: '1 minuto' | |
47 | other: '{{count}} minutos' |
|
47 | other: '{{count}} minutos' | |
48 |
|
48 | |||
49 | about_x_hours: |
|
49 | about_x_hours: | |
50 | one: 'aproximadamente 1 hora' |
|
50 | one: 'aproximadamente 1 hora' | |
51 | other: 'aproximadamente {{count}} horas' |
|
51 | other: 'aproximadamente {{count}} horas' | |
52 |
|
52 | |||
53 | x_days: |
|
53 | x_days: | |
54 | one: '1 dia' |
|
54 | one: '1 dia' | |
55 | other: '{{count}} dias' |
|
55 | other: '{{count}} dias' | |
56 |
|
56 | |||
57 | about_x_months: |
|
57 | about_x_months: | |
58 | one: 'aproximadamente 1 mês' |
|
58 | one: 'aproximadamente 1 mês' | |
59 | other: 'aproximadamente {{count}} meses' |
|
59 | other: 'aproximadamente {{count}} meses' | |
60 |
|
60 | |||
61 | x_months: |
|
61 | x_months: | |
62 | one: '1 mês' |
|
62 | one: '1 mês' | |
63 | other: '{{count}} meses' |
|
63 | other: '{{count}} meses' | |
64 |
|
64 | |||
65 | about_x_years: |
|
65 | about_x_years: | |
66 | one: 'aproximadamente 1 ano' |
|
66 | one: 'aproximadamente 1 ano' | |
67 | other: 'aproximadamente {{count}} anos' |
|
67 | other: 'aproximadamente {{count}} anos' | |
68 |
|
68 | |||
69 | over_x_years: |
|
69 | over_x_years: | |
70 | one: 'mais de 1 ano' |
|
70 | one: 'mais de 1 ano' | |
71 | other: 'mais de {{count}} anos' |
|
71 | other: 'mais de {{count}} anos' | |
72 |
|
72 | |||
73 | # numeros |
|
73 | # numeros | |
74 | number: |
|
74 | number: | |
75 | format: |
|
75 | format: | |
76 | precision: 3 |
|
76 | precision: 3 | |
77 | separator: ',' |
|
77 | separator: ',' | |
78 | delimiter: '.' |
|
78 | delimiter: '.' | |
79 | currency: |
|
79 | currency: | |
80 | format: |
|
80 | format: | |
81 | unit: 'R$' |
|
81 | unit: 'R$' | |
82 | precision: 2 |
|
82 | precision: 2 | |
83 | format: '%u %n' |
|
83 | format: '%u %n' | |
84 | separator: ',' |
|
84 | separator: ',' | |
85 | delimiter: '.' |
|
85 | delimiter: '.' | |
86 | percentage: |
|
86 | percentage: | |
87 | format: |
|
87 | format: | |
88 | delimiter: '.' |
|
88 | delimiter: '.' | |
89 | precision: |
|
89 | precision: | |
90 | format: |
|
90 | format: | |
91 | delimiter: '.' |
|
91 | delimiter: '.' | |
92 | human: |
|
92 | human: | |
93 | format: |
|
93 | format: | |
94 | precision: 1 |
|
94 | precision: 1 | |
95 | delimiter: '.' |
|
95 | delimiter: '.' | |
96 | storage_units: |
|
96 | storage_units: | |
97 | format: "%n %u" |
|
97 | format: "%n %u" | |
98 | units: |
|
98 | units: | |
99 | byte: |
|
99 | byte: | |
100 | one: "Byte" |
|
100 | one: "Byte" | |
101 | other: "Bytes" |
|
101 | other: "Bytes" | |
102 | kb: "KB" |
|
102 | kb: "KB" | |
103 | mb: "MB" |
|
103 | mb: "MB" | |
104 | gb: "GB" |
|
104 | gb: "GB" | |
105 | tb: "TB" |
|
105 | tb: "TB" | |
106 | support: |
|
106 | support: | |
107 | array: |
|
107 | array: | |
108 | sentence_connector: "e" |
|
108 | sentence_connector: "e" | |
109 | skip_last_comma: true |
|
109 | skip_last_comma: true | |
110 |
|
110 | |||
111 | # Active Record |
|
111 | # Active Record | |
112 | activerecord: |
|
112 | activerecord: | |
113 | errors: |
|
113 | errors: | |
114 | template: |
|
114 | template: | |
115 | header: |
|
115 | header: | |
116 | one: "model não pode ser salvo: 1 erro" |
|
116 | one: "model não pode ser salvo: 1 erro" | |
117 | other: "model não pode ser salvo: {{count}} erros." |
|
117 | other: "model não pode ser salvo: {{count}} erros." | |
118 | body: "Por favor, verifique os seguintes campos:" |
|
118 | body: "Por favor, verifique os seguintes campos:" | |
119 | messages: |
|
119 | messages: | |
120 | inclusion: "não está incluso na lista" |
|
120 | inclusion: "não está incluso na lista" | |
121 | exclusion: "não está disponível" |
|
121 | exclusion: "não está disponível" | |
122 | invalid: "não é válido" |
|
122 | invalid: "não é válido" | |
123 | confirmation: "não está de acordo com a confirmação" |
|
123 | confirmation: "não está de acordo com a confirmação" | |
124 | accepted: "precisa ser aceito" |
|
124 | accepted: "precisa ser aceito" | |
125 | empty: "não pode ficar vazio" |
|
125 | empty: "não pode ficar vazio" | |
126 | blank: "não pode ficar vazio" |
|
126 | blank: "não pode ficar vazio" | |
127 | too_long: "é muito longo (máximo: {{count}} caracteres)" |
|
127 | too_long: "é muito longo (máximo: {{count}} caracteres)" | |
128 | too_short: "é muito curto (mínimon: {{count}} caracteres)" |
|
128 | too_short: "é muito curto (mínimon: {{count}} caracteres)" | |
129 | wrong_length: "deve ter {{count}} caracteres" |
|
129 | wrong_length: "deve ter {{count}} caracteres" | |
130 | taken: "não está disponível" |
|
130 | taken: "não está disponível" | |
131 | not_a_number: "não é um número" |
|
131 | not_a_number: "não é um número" | |
132 | greater_than: "precisa ser maior do que {{count}}" |
|
132 | greater_than: "precisa ser maior do que {{count}}" | |
133 | greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}" |
|
133 | greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}" | |
134 | equal_to: "precisa ser igual a {{count}}" |
|
134 | equal_to: "precisa ser igual a {{count}}" | |
135 | less_than: "precisa ser menor do que {{count}}" |
|
135 | less_than: "precisa ser menor do que {{count}}" | |
136 | less_than_or_equal_to: "precisa ser menor ou igual a {{count}}" |
|
136 | less_than_or_equal_to: "precisa ser menor ou igual a {{count}}" | |
137 | odd: "precisa ser ímpar" |
|
137 | odd: "precisa ser ímpar" | |
138 | even: "precisa ser par" |
|
138 | even: "precisa ser par" | |
139 | greater_than_start_date: "deve ser maior que a data inicial" |
|
139 | greater_than_start_date: "deve ser maior que a data inicial" | |
140 | not_same_project: "não pertence ao mesmo projeto" |
|
140 | not_same_project: "não pertence ao mesmo projeto" | |
141 | circular_dependency: "Esta relação geraria uma dependência circular" |
|
141 | circular_dependency: "Esta relação geraria uma dependência circular" | |
142 |
|
142 | |||
143 | actionview_instancetag_blank_option: Selecione |
|
143 | actionview_instancetag_blank_option: Selecione | |
144 |
|
144 | |||
145 | general_text_No: 'Não' |
|
145 | general_text_No: 'Não' | |
146 | general_text_Yes: 'Sim' |
|
146 | general_text_Yes: 'Sim' | |
147 | general_text_no: 'não' |
|
147 | general_text_no: 'não' | |
148 | general_text_yes: 'sim' |
|
148 | general_text_yes: 'sim' | |
149 | general_lang_name: 'Português(Brasil)' |
|
149 | general_lang_name: 'Português(Brasil)' | |
150 | general_csv_separator: ';' |
|
150 | general_csv_separator: ';' | |
151 | general_csv_decimal_separator: ',' |
|
151 | general_csv_decimal_separator: ',' | |
152 | general_csv_encoding: ISO-8859-1 |
|
152 | general_csv_encoding: ISO-8859-1 | |
153 | general_pdf_encoding: ISO-8859-1 |
|
153 | general_pdf_encoding: ISO-8859-1 | |
154 | general_first_day_of_week: '1' |
|
154 | general_first_day_of_week: '1' | |
155 |
|
155 | |||
156 | notice_account_updated: Conta atualizada com sucesso. |
|
156 | notice_account_updated: Conta atualizada com sucesso. | |
157 | notice_account_invalid_creditentials: Usuário ou senha inválido. |
|
157 | notice_account_invalid_creditentials: Usuário ou senha inválido. | |
158 | notice_account_password_updated: Senha alterada com sucesso. |
|
158 | notice_account_password_updated: Senha alterada com sucesso. | |
159 | notice_account_wrong_password: Senha inválida. |
|
159 | notice_account_wrong_password: Senha inválida. | |
160 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. |
|
160 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. | |
161 | notice_account_unknown_email: Usuário desconhecido. |
|
161 | notice_account_unknown_email: Usuário desconhecido. | |
162 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. |
|
162 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. | |
163 | notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você. |
|
163 | notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você. | |
164 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. |
|
164 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. | |
165 | notice_successful_create: Criado com sucesso. |
|
165 | notice_successful_create: Criado com sucesso. | |
166 | notice_successful_update: Alterado com sucesso. |
|
166 | notice_successful_update: Alterado com sucesso. | |
167 | notice_successful_delete: Excluído com sucesso. |
|
167 | notice_successful_delete: Excluído com sucesso. | |
168 | notice_successful_connection: Conectado com sucesso. |
|
168 | notice_successful_connection: Conectado com sucesso. | |
169 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. |
|
169 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. | |
170 | notice_locking_conflict: Os dados foram atualizados por outro usuário. |
|
170 | notice_locking_conflict: Os dados foram atualizados por outro usuário. | |
171 | notice_not_authorized: Você não está autorizado a acessar esta página. |
|
171 | notice_not_authorized: Você não está autorizado a acessar esta página. | |
172 | notice_email_sent: "Um e-mail foi enviado para {{value}}" |
|
172 | notice_email_sent: "Um e-mail foi enviado para {{value}}" | |
173 | notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})" |
|
173 | notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})" | |
174 | notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada. |
|
174 | notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada. | |
175 | notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}." |
|
175 | notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}." | |
176 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." |
|
176 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." | |
177 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." |
|
177 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." | |
178 | notice_default_data_loaded: Configuração padrão carregada com sucesso. |
|
178 | notice_default_data_loaded: Configuração padrão carregada com sucesso. | |
179 |
|
179 | |||
180 | error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}" |
|
180 | error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}" | |
181 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." |
|
181 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." | |
182 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" |
|
182 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" | |
183 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
183 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." | |
184 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
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 | 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").' |
|
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 | mail_subject_lost_password: "Sua senha do {{value}}." |
|
188 | mail_subject_lost_password: "Sua senha do {{value}}." | |
189 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
189 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' | |
190 | mail_subject_register: "Ativação de conta do {{value}}." |
|
190 | mail_subject_register: "Ativação de conta do {{value}}." | |
191 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' |
|
191 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' | |
192 | mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar." |
|
192 | mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar." | |
193 | mail_body_account_information: Informações sobre sua conta |
|
193 | mail_body_account_information: Informações sobre sua conta | |
194 | mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta" |
|
194 | mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta" | |
195 | mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:" |
|
195 | mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:" | |
196 | mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos dias" |
|
196 | mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos dias" | |
197 | mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:" |
|
197 | mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:" | |
198 |
|
198 | |||
199 | gui_validation_error: 1 erro |
|
199 | gui_validation_error: 1 erro | |
200 | gui_validation_error_plural: "{{count}} erros" |
|
200 | gui_validation_error_plural: "{{count}} erros" | |
201 |
|
201 | |||
202 | field_name: Nome |
|
202 | field_name: Nome | |
203 | field_description: Descrição |
|
203 | field_description: Descrição | |
204 | field_summary: Resumo |
|
204 | field_summary: Resumo | |
205 | field_is_required: Obrigatório |
|
205 | field_is_required: Obrigatório | |
206 | field_firstname: Nome |
|
206 | field_firstname: Nome | |
207 | field_lastname: Sobrenome |
|
207 | field_lastname: Sobrenome | |
208 | field_mail: E-mail |
|
208 | field_mail: E-mail | |
209 | field_filename: Arquivo |
|
209 | field_filename: Arquivo | |
210 | field_filesize: Tamanho |
|
210 | field_filesize: Tamanho | |
211 | field_downloads: Downloads |
|
211 | field_downloads: Downloads | |
212 | field_author: Autor |
|
212 | field_author: Autor | |
213 | field_created_on: Criado em |
|
213 | field_created_on: Criado em | |
214 | field_updated_on: Alterado em |
|
214 | field_updated_on: Alterado em | |
215 | field_field_format: Formato |
|
215 | field_field_format: Formato | |
216 | field_is_for_all: Para todos os projetos |
|
216 | field_is_for_all: Para todos os projetos | |
217 | field_possible_values: Possíveis valores |
|
217 | field_possible_values: Possíveis valores | |
218 | field_regexp: Expressão regular |
|
218 | field_regexp: Expressão regular | |
219 | field_min_length: Tamanho mínimo |
|
219 | field_min_length: Tamanho mínimo | |
220 | field_max_length: Tamanho máximo |
|
220 | field_max_length: Tamanho máximo | |
221 | field_value: Valor |
|
221 | field_value: Valor | |
222 | field_category: Categoria |
|
222 | field_category: Categoria | |
223 | field_title: Título |
|
223 | field_title: Título | |
224 | field_project: Projeto |
|
224 | field_project: Projeto | |
225 | field_issue: Tarefa |
|
225 | field_issue: Tarefa | |
226 | field_status: Situação |
|
226 | field_status: Situação | |
227 | field_notes: Notas |
|
227 | field_notes: Notas | |
228 | field_is_closed: Tarefa fechada |
|
228 | field_is_closed: Tarefa fechada | |
229 | field_is_default: Situação padrão |
|
229 | field_is_default: Situação padrão | |
230 | field_tracker: Tipo |
|
230 | field_tracker: Tipo | |
231 | field_subject: Título |
|
231 | field_subject: Título | |
232 | field_due_date: Data prevista |
|
232 | field_due_date: Data prevista | |
233 | field_assigned_to: Atribuído para |
|
233 | field_assigned_to: Atribuído para | |
234 | field_priority: Prioridade |
|
234 | field_priority: Prioridade | |
235 | field_fixed_version: Versão |
|
235 | field_fixed_version: Versão | |
236 | field_user: Usuário |
|
236 | field_user: Usuário | |
237 | field_role: Cargo |
|
237 | field_role: Cargo | |
238 | field_homepage: Página inicial |
|
238 | field_homepage: Página inicial | |
239 | field_is_public: Público |
|
239 | field_is_public: Público | |
240 | field_parent: Sub-projeto de |
|
240 | field_parent: Sub-projeto de | |
241 | field_is_in_roadmap: Exibir no planejamento |
|
241 | field_is_in_roadmap: Exibir no planejamento | |
242 | field_login: Usuário |
|
242 | field_login: Usuário | |
243 | field_mail_notification: Notificações por e-mail |
|
243 | field_mail_notification: Notificações por e-mail | |
244 | field_admin: Administrador |
|
244 | field_admin: Administrador | |
245 | field_last_login_on: Última conexão |
|
245 | field_last_login_on: Última conexão | |
246 | field_language: Idioma |
|
246 | field_language: Idioma | |
247 | field_effective_date: Data |
|
247 | field_effective_date: Data | |
248 | field_password: Senha |
|
248 | field_password: Senha | |
249 | field_new_password: Nova senha |
|
249 | field_new_password: Nova senha | |
250 | field_password_confirmation: Confirmação |
|
250 | field_password_confirmation: Confirmação | |
251 | field_version: Versão |
|
251 | field_version: Versão | |
252 | field_type: Tipo |
|
252 | field_type: Tipo | |
253 | field_host: Servidor |
|
253 | field_host: Servidor | |
254 | field_port: Porta |
|
254 | field_port: Porta | |
255 | field_account: Conta |
|
255 | field_account: Conta | |
256 | field_base_dn: DN Base |
|
256 | field_base_dn: DN Base | |
257 | field_attr_login: Atributo para nome de usuário |
|
257 | field_attr_login: Atributo para nome de usuário | |
258 | field_attr_firstname: Atributo para nome |
|
258 | field_attr_firstname: Atributo para nome | |
259 | field_attr_lastname: Atributo para sobrenome |
|
259 | field_attr_lastname: Atributo para sobrenome | |
260 | field_attr_mail: Atributo para e-mail |
|
260 | field_attr_mail: Atributo para e-mail | |
261 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") |
|
261 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") | |
262 | field_start_date: Início |
|
262 | field_start_date: Início | |
263 | field_done_ratio: % Terminado |
|
263 | field_done_ratio: % Terminado | |
264 | field_auth_source: Modo de autenticação |
|
264 | field_auth_source: Modo de autenticação | |
265 | field_hide_mail: Ocultar meu e-mail |
|
265 | field_hide_mail: Ocultar meu e-mail | |
266 | field_comments: Comentário |
|
266 | field_comments: Comentário | |
267 | field_url: URL |
|
267 | field_url: URL | |
268 | field_start_page: Página inicial |
|
268 | field_start_page: Página inicial | |
269 | field_subproject: Sub-projeto |
|
269 | field_subproject: Sub-projeto | |
270 | field_hours: Horas |
|
270 | field_hours: Horas | |
271 | field_activity: Atividade |
|
271 | field_activity: Atividade | |
272 | field_spent_on: Data |
|
272 | field_spent_on: Data | |
273 | field_identifier: Identificador |
|
273 | field_identifier: Identificador | |
274 | field_is_filter: É um filtro |
|
274 | field_is_filter: É um filtro | |
275 | field_issue_to: Tarefa relacionada |
|
275 | field_issue_to: Tarefa relacionada | |
276 | field_delay: Atraso |
|
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 | field_redirect_existing_links: Redirecionar links existentes |
|
278 | field_redirect_existing_links: Redirecionar links existentes | |
279 | field_estimated_hours: Tempo estimado |
|
279 | field_estimated_hours: Tempo estimado | |
280 | field_column_names: Colunas |
|
280 | field_column_names: Colunas | |
281 | field_time_zone: Fuso-horário |
|
281 | field_time_zone: Fuso-horário | |
282 | field_searchable: Pesquisável |
|
282 | field_searchable: Pesquisável | |
283 | field_default_value: Padrão |
|
283 | field_default_value: Padrão | |
284 | field_comments_sorting: Visualizar comentários |
|
284 | field_comments_sorting: Visualizar comentários | |
285 | field_parent_title: Página pai |
|
285 | field_parent_title: Página pai | |
286 |
|
286 | |||
287 | setting_app_title: Título da aplicação |
|
287 | setting_app_title: Título da aplicação | |
288 | setting_app_subtitle: Sub-título da aplicação |
|
288 | setting_app_subtitle: Sub-título da aplicação | |
289 | setting_welcome_text: Texto de boas-vindas |
|
289 | setting_welcome_text: Texto de boas-vindas | |
290 | setting_default_language: Idioma padrão |
|
290 | setting_default_language: Idioma padrão | |
291 | setting_login_required: Exigir autenticação |
|
291 | setting_login_required: Exigir autenticação | |
292 | setting_self_registration: Permitido Auto-registro |
|
292 | setting_self_registration: Permitido Auto-registro | |
293 | setting_attachment_max_size: Tamanho máximo do anexo |
|
293 | setting_attachment_max_size: Tamanho máximo do anexo | |
294 | setting_issues_export_limit: Limite de exportação das tarefas |
|
294 | setting_issues_export_limit: Limite de exportação das tarefas | |
295 | setting_mail_from: E-mail enviado de |
|
295 | setting_mail_from: E-mail enviado de | |
296 | setting_bcc_recipients: Destinatários com cópia oculta (cco) |
|
296 | setting_bcc_recipients: Destinatários com cópia oculta (cco) | |
297 | setting_host_name: Servidor |
|
297 | setting_host_name: Servidor | |
298 | setting_text_formatting: Formato do texto |
|
298 | setting_text_formatting: Formato do texto | |
299 | setting_wiki_compression: Compactação de histórico do Wiki |
|
299 | setting_wiki_compression: Compactação de histórico do Wiki | |
300 | setting_feeds_limit: Limite do Feed |
|
300 | setting_feeds_limit: Limite do Feed | |
301 | setting_default_projects_public: Novos projetos são públicos por padrão |
|
301 | setting_default_projects_public: Novos projetos são públicos por padrão | |
302 | setting_autofetch_changesets: Auto-obter commits |
|
302 | setting_autofetch_changesets: Auto-obter commits | |
303 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório |
|
303 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório | |
304 | setting_commit_ref_keywords: Palavras de referência |
|
304 | setting_commit_ref_keywords: Palavras de referência | |
305 | setting_commit_fix_keywords: Palavras de fechamento |
|
305 | setting_commit_fix_keywords: Palavras de fechamento | |
306 | setting_autologin: Auto-login |
|
306 | setting_autologin: Auto-login | |
307 | setting_date_format: Formato da data |
|
307 | setting_date_format: Formato da data | |
308 | setting_time_format: Formato de hora |
|
308 | setting_time_format: Formato de hora | |
309 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos |
|
309 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos | |
310 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas |
|
310 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas | |
311 | setting_repositories_encodings: Codificação dos repositórios |
|
311 | setting_repositories_encodings: Codificação dos repositórios | |
312 | setting_commit_logs_encoding: Codificação das mensagens de commit |
|
312 | setting_commit_logs_encoding: Codificação das mensagens de commit | |
313 | setting_emails_footer: Rodapé dos e-mails |
|
313 | setting_emails_footer: Rodapé dos e-mails | |
314 | setting_protocol: Protocolo |
|
314 | setting_protocol: Protocolo | |
315 | setting_per_page_options: Opções de itens por página |
|
315 | setting_per_page_options: Opções de itens por página | |
316 | setting_user_format: Formato de visualização dos usuários |
|
316 | setting_user_format: Formato de visualização dos usuários | |
317 | setting_activity_days_default: Dias visualizados na atividade do projeto |
|
317 | setting_activity_days_default: Dias visualizados na atividade do projeto | |
318 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão |
|
318 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão | |
319 | setting_enabled_scm: Habilitar SCM |
|
319 | setting_enabled_scm: Habilitar SCM | |
320 | setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada |
|
320 | setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada | |
321 | setting_mail_handler_api_key: Chave de API |
|
321 | setting_mail_handler_api_key: Chave de API | |
322 | setting_sequential_project_identifiers: Gerar identificadores de projeto sequenciais |
|
322 | setting_sequential_project_identifiers: Gerar identificadores de projeto sequenciais | |
323 |
|
323 | |||
324 | project_module_issue_tracking: Gerenciamento de Tarefas |
|
324 | project_module_issue_tracking: Gerenciamento de Tarefas | |
325 | project_module_time_tracking: Gerenciamento de tempo |
|
325 | project_module_time_tracking: Gerenciamento de tempo | |
326 | project_module_news: Notícias |
|
326 | project_module_news: Notícias | |
327 | project_module_documents: Documentos |
|
327 | project_module_documents: Documentos | |
328 | project_module_files: Arquivos |
|
328 | project_module_files: Arquivos | |
329 | project_module_wiki: Wiki |
|
329 | project_module_wiki: Wiki | |
330 | project_module_repository: Repositório |
|
330 | project_module_repository: Repositório | |
331 | project_module_boards: Fóruns |
|
331 | project_module_boards: Fóruns | |
332 |
|
332 | |||
333 | label_user: Usuário |
|
333 | label_user: Usuário | |
334 | label_user_plural: Usuários |
|
334 | label_user_plural: Usuários | |
335 | label_user_new: Novo usuário |
|
335 | label_user_new: Novo usuário | |
336 | label_project: Projeto |
|
336 | label_project: Projeto | |
337 | label_project_new: Novo projeto |
|
337 | label_project_new: Novo projeto | |
338 | label_project_plural: Projetos |
|
338 | label_project_plural: Projetos | |
339 | label_x_projects: |
|
339 | label_x_projects: | |
340 | zero: nenhum projeto |
|
340 | zero: nenhum projeto | |
341 | one: 1 projeto |
|
341 | one: 1 projeto | |
342 | other: "{{count}} projetos" |
|
342 | other: "{{count}} projetos" | |
343 | label_project_all: Todos os projetos |
|
343 | label_project_all: Todos os projetos | |
344 | label_project_latest: Últimos projetos |
|
344 | label_project_latest: Últimos projetos | |
345 | label_issue: Tarefa |
|
345 | label_issue: Tarefa | |
346 | label_issue_new: Nova tarefa |
|
346 | label_issue_new: Nova tarefa | |
347 | label_issue_plural: Tarefas |
|
347 | label_issue_plural: Tarefas | |
348 | label_issue_view_all: Ver todas as tarefas |
|
348 | label_issue_view_all: Ver todas as tarefas | |
349 | label_issues_by: "Tarefas por {{value}}" |
|
349 | label_issues_by: "Tarefas por {{value}}" | |
350 | label_issue_added: Tarefa adicionada |
|
350 | label_issue_added: Tarefa adicionada | |
351 | label_issue_updated: Tarefa atualizada |
|
351 | label_issue_updated: Tarefa atualizada | |
352 | label_document: Documento |
|
352 | label_document: Documento | |
353 | label_document_new: Novo documento |
|
353 | label_document_new: Novo documento | |
354 | label_document_plural: Documentos |
|
354 | label_document_plural: Documentos | |
355 | label_document_added: Documento adicionado |
|
355 | label_document_added: Documento adicionado | |
356 |
label_role: |
|
356 | label_role: Papel | |
357 |
label_role_plural: |
|
357 | label_role_plural: Papéis | |
358 |
label_role_new: Novo |
|
358 | label_role_new: Novo papel | |
359 |
label_role_and_permissions: |
|
359 | label_role_and_permissions: Papéis e permissões | |
360 | label_member: Membro |
|
360 | label_member: Membro | |
361 | label_member_new: Novo membro |
|
361 | label_member_new: Novo membro | |
362 | label_member_plural: Membros |
|
362 | label_member_plural: Membros | |
363 | label_tracker: Tipo de tarefa |
|
363 | label_tracker: Tipo de tarefa | |
364 | label_tracker_plural: Tipos de tarefas |
|
364 | label_tracker_plural: Tipos de tarefas | |
365 | label_tracker_new: Novo tipo |
|
365 | label_tracker_new: Novo tipo | |
366 | label_workflow: Fluxo de trabalho |
|
366 | label_workflow: Fluxo de trabalho | |
367 | label_issue_status: Situação da tarefa |
|
367 | label_issue_status: Situação da tarefa | |
368 | label_issue_status_plural: Situação das tarefas |
|
368 | label_issue_status_plural: Situação das tarefas | |
369 | label_issue_status_new: Nova situação |
|
369 | label_issue_status_new: Nova situação | |
370 | label_issue_category: Categoria da tarefa |
|
370 | label_issue_category: Categoria da tarefa | |
371 | label_issue_category_plural: Categorias das tarefas |
|
371 | label_issue_category_plural: Categorias das tarefas | |
372 | label_issue_category_new: Nova categoria |
|
372 | label_issue_category_new: Nova categoria | |
373 | label_custom_field: Campo personalizado |
|
373 | label_custom_field: Campo personalizado | |
374 | label_custom_field_plural: Campos personalizados |
|
374 | label_custom_field_plural: Campos personalizados | |
375 | label_custom_field_new: Novo campo personalizado |
|
375 | label_custom_field_new: Novo campo personalizado | |
376 | label_enumerations: 'Tipos & Categorias' |
|
376 | label_enumerations: 'Tipos & Categorias' | |
377 | label_enumeration_new: Novo |
|
377 | label_enumeration_new: Novo | |
378 | label_information: Informação |
|
378 | label_information: Informação | |
379 | label_information_plural: Informações |
|
379 | label_information_plural: Informações | |
380 | label_please_login: Efetue o login |
|
380 | label_please_login: Efetue o login | |
381 | label_register: Cadastre-se |
|
381 | label_register: Cadastre-se | |
382 | label_password_lost: Perdi minha senha |
|
382 | label_password_lost: Perdi minha senha | |
383 | label_home: Página inicial |
|
383 | label_home: Página inicial | |
384 | label_my_page: Minha página |
|
384 | label_my_page: Minha página | |
385 | label_my_account: Minha conta |
|
385 | label_my_account: Minha conta | |
386 | label_my_projects: Meus projetos |
|
386 | label_my_projects: Meus projetos | |
387 | label_administration: Administração |
|
387 | label_administration: Administração | |
388 | label_login: Entrar |
|
388 | label_login: Entrar | |
389 | label_logout: Sair |
|
389 | label_logout: Sair | |
390 | label_help: Ajuda |
|
390 | label_help: Ajuda | |
391 | label_reported_issues: Tarefas reportadas |
|
391 | label_reported_issues: Tarefas reportadas | |
392 | label_assigned_to_me_issues: Minhas tarefas |
|
392 | label_assigned_to_me_issues: Minhas tarefas | |
393 | label_last_login: Última conexão |
|
393 | label_last_login: Última conexão | |
394 | label_registered_on: Registrado em |
|
394 | label_registered_on: Registrado em | |
395 | label_activity: Atividade |
|
395 | label_activity: Atividade | |
396 | label_overall_activity: Atividades gerais |
|
396 | label_overall_activity: Atividades gerais | |
397 | label_new: Novo |
|
397 | label_new: Novo | |
398 | label_logged_as: "Acessando como:" |
|
398 | label_logged_as: "Acessando como:" | |
399 | label_environment: Ambiente |
|
399 | label_environment: Ambiente | |
400 | label_authentication: Autenticação |
|
400 | label_authentication: Autenticação | |
401 | label_auth_source: Modo de autenticação |
|
401 | label_auth_source: Modo de autenticação | |
402 | label_auth_source_new: Novo modo de autenticação |
|
402 | label_auth_source_new: Novo modo de autenticação | |
403 | label_auth_source_plural: Modos de autenticação |
|
403 | label_auth_source_plural: Modos de autenticação | |
404 | label_subproject_plural: Sub-projetos |
|
404 | label_subproject_plural: Sub-projetos | |
405 | label_and_its_subprojects: "{{value}} e seus sub-projetos" |
|
405 | label_and_its_subprojects: "{{value}} e seus sub-projetos" | |
406 | label_min_max_length: Tamanho mín-máx |
|
406 | label_min_max_length: Tamanho mín-máx | |
407 | label_list: Lista |
|
407 | label_list: Lista | |
408 | label_date: Data |
|
408 | label_date: Data | |
409 | label_integer: Inteiro |
|
409 | label_integer: Inteiro | |
410 | label_float: Decimal |
|
410 | label_float: Decimal | |
411 | label_boolean: Boleano |
|
411 | label_boolean: Boleano | |
412 | label_string: Texto |
|
412 | label_string: Texto | |
413 | label_text: Texto longo |
|
413 | label_text: Texto longo | |
414 | label_attribute: Atributo |
|
414 | label_attribute: Atributo | |
415 | label_attribute_plural: Atributos |
|
415 | label_attribute_plural: Atributos | |
416 | label_download: "{{count}} Download" |
|
416 | label_download: "{{count}} Download" | |
417 | label_download_plural: "{{count}} Downloads" |
|
417 | label_download_plural: "{{count}} Downloads" | |
418 | label_no_data: Nenhuma informação disponível |
|
418 | label_no_data: Nenhuma informação disponível | |
419 | label_change_status: Alterar situação |
|
419 | label_change_status: Alterar situação | |
420 | label_history: Histórico |
|
420 | label_history: Histórico | |
421 | label_attachment: Arquivo |
|
421 | label_attachment: Arquivo | |
422 | label_attachment_new: Novo arquivo |
|
422 | label_attachment_new: Novo arquivo | |
423 | label_attachment_delete: Excluir arquivo |
|
423 | label_attachment_delete: Excluir arquivo | |
424 | label_attachment_plural: Arquivos |
|
424 | label_attachment_plural: Arquivos | |
425 | label_file_added: Arquivo adicionado |
|
425 | label_file_added: Arquivo adicionado | |
426 | label_report: Relatório |
|
426 | label_report: Relatório | |
427 | label_report_plural: Relatório |
|
427 | label_report_plural: Relatório | |
428 | label_news: Notícia |
|
428 | label_news: Notícia | |
429 | label_news_new: Adicionar notícia |
|
429 | label_news_new: Adicionar notícia | |
430 | label_news_plural: Notícias |
|
430 | label_news_plural: Notícias | |
431 | label_news_latest: Últimas notícias |
|
431 | label_news_latest: Últimas notícias | |
432 | label_news_view_all: Ver todas as notícias |
|
432 | label_news_view_all: Ver todas as notícias | |
433 | label_news_added: Notícia adicionada |
|
433 | label_news_added: Notícia adicionada | |
434 | label_settings: Configurações |
|
434 | label_settings: Configurações | |
435 | label_overview: Visão geral |
|
435 | label_overview: Visão geral | |
436 | label_version: Versão |
|
436 | label_version: Versão | |
437 | label_version_new: Nova versão |
|
437 | label_version_new: Nova versão | |
438 | label_version_plural: Versões |
|
438 | label_version_plural: Versões | |
439 | label_confirmation: Confirmação |
|
439 | label_confirmation: Confirmação | |
440 | label_export_to: Exportar para |
|
440 | label_export_to: Exportar para | |
441 | label_read: Ler... |
|
441 | label_read: Ler... | |
442 | label_public_projects: Projetos públicos |
|
442 | label_public_projects: Projetos públicos | |
443 | label_open_issues: Aberta |
|
443 | label_open_issues: Aberta | |
444 | label_open_issues_plural: Abertas |
|
444 | label_open_issues_plural: Abertas | |
445 | label_closed_issues: Fechada |
|
445 | label_closed_issues: Fechada | |
446 | label_closed_issues_plural: Fechadas |
|
446 | label_closed_issues_plural: Fechadas | |
447 | label_x_open_issues_abbr_on_total: |
|
447 | label_x_open_issues_abbr_on_total: | |
448 | zero: 0 aberta / {{total}} |
|
448 | zero: 0 aberta / {{total}} | |
449 | one: 1 aberta / {{total}} |
|
449 | one: 1 aberta / {{total}} | |
450 | other: "{{count}} abertas / {{total}}" |
|
450 | other: "{{count}} abertas / {{total}}" | |
451 | label_x_open_issues_abbr: |
|
451 | label_x_open_issues_abbr: | |
452 | zero: 0 aberta |
|
452 | zero: 0 aberta | |
453 | one: 1 aberta |
|
453 | one: 1 aberta | |
454 | other: "{{count}} abertas" |
|
454 | other: "{{count}} abertas" | |
455 | label_x_closed_issues_abbr: |
|
455 | label_x_closed_issues_abbr: | |
456 | zero: 0 fechada |
|
456 | zero: 0 fechada | |
457 | one: 1 fechada |
|
457 | one: 1 fechada | |
458 | other: "{{count}} fechadas" |
|
458 | other: "{{count}} fechadas" | |
459 | label_total: Total |
|
459 | label_total: Total | |
460 | label_permissions: Permissões |
|
460 | label_permissions: Permissões | |
461 | label_current_status: Situação atual |
|
461 | label_current_status: Situação atual | |
462 | label_new_statuses_allowed: Nova situação permitida |
|
462 | label_new_statuses_allowed: Nova situação permitida | |
463 | label_all: todos |
|
463 | label_all: todos | |
464 | label_none: nenhum |
|
464 | label_none: nenhum | |
465 | label_nobody: ninguém |
|
465 | label_nobody: ninguém | |
466 | label_next: Próximo |
|
466 | label_next: Próximo | |
467 | label_previous: Anterior |
|
467 | label_previous: Anterior | |
468 | label_used_by: Usado por |
|
468 | label_used_by: Usado por | |
469 | label_details: Detalhes |
|
469 | label_details: Detalhes | |
470 | label_add_note: Adicionar nota |
|
470 | label_add_note: Adicionar nota | |
471 | label_per_page: Por página |
|
471 | label_per_page: Por página | |
472 | label_calendar: Calendário |
|
472 | label_calendar: Calendário | |
473 | label_months_from: meses a partir de |
|
473 | label_months_from: meses a partir de | |
474 | label_gantt: Gantt |
|
474 | label_gantt: Gantt | |
475 | label_internal: Interno |
|
475 | label_internal: Interno | |
476 | label_last_changes: "últimas {{count}} alterações" |
|
476 | label_last_changes: "últimas {{count}} alterações" | |
477 | label_change_view_all: Mostrar todas as alterações |
|
477 | label_change_view_all: Mostrar todas as alterações | |
478 | label_personalize_page: Personalizar esta página |
|
478 | label_personalize_page: Personalizar esta página | |
479 | label_comment: Comentário |
|
479 | label_comment: Comentário | |
480 | label_comment_plural: Comentários |
|
480 | label_comment_plural: Comentários | |
481 | label_x_comments: |
|
481 | label_x_comments: | |
482 | zero: nenhum comentário |
|
482 | zero: nenhum comentário | |
483 | one: 1 comentário |
|
483 | one: 1 comentário | |
484 | other: "{{count}} comentários" |
|
484 | other: "{{count}} comentários" | |
485 | label_comment_add: Adicionar comentário |
|
485 | label_comment_add: Adicionar comentário | |
486 | label_comment_added: Comentário adicionado |
|
486 | label_comment_added: Comentário adicionado | |
487 | label_comment_delete: Excluir comentário |
|
487 | label_comment_delete: Excluir comentário | |
488 | label_query: Consulta personalizada |
|
488 | label_query: Consulta personalizada | |
489 | label_query_plural: Consultas personalizadas |
|
489 | label_query_plural: Consultas personalizadas | |
490 | label_query_new: Nova consulta |
|
490 | label_query_new: Nova consulta | |
491 | label_filter_add: Adicionar filtro |
|
491 | label_filter_add: Adicionar filtro | |
492 | label_filter_plural: Filtros |
|
492 | label_filter_plural: Filtros | |
493 | label_equals: igual a |
|
493 | label_equals: igual a | |
494 | label_not_equals: diferente de |
|
494 | label_not_equals: diferente de | |
495 | label_in_less_than: maior que |
|
495 | label_in_less_than: maior que | |
496 | label_in_more_than: menor que |
|
496 | label_in_more_than: menor que | |
497 | label_in: em |
|
497 | label_in: em | |
498 | label_today: hoje |
|
498 | label_today: hoje | |
499 | label_all_time: tudo |
|
499 | label_all_time: tudo | |
500 | label_yesterday: ontem |
|
500 | label_yesterday: ontem | |
501 | label_this_week: esta semana |
|
501 | label_this_week: esta semana | |
502 | label_last_week: última semana |
|
502 | label_last_week: última semana | |
503 | label_last_n_days: "últimos {{count}} dias" |
|
503 | label_last_n_days: "últimos {{count}} dias" | |
504 | label_this_month: este mês |
|
504 | label_this_month: este mês | |
505 | label_last_month: último mês |
|
505 | label_last_month: último mês | |
506 | label_this_year: este ano |
|
506 | label_this_year: este ano | |
507 | label_date_range: Período |
|
507 | label_date_range: Período | |
508 | label_less_than_ago: menos de |
|
508 | label_less_than_ago: menos de | |
509 | label_more_than_ago: mais de |
|
509 | label_more_than_ago: mais de | |
510 | label_ago: dias atrás |
|
510 | label_ago: dias atrás | |
511 | label_contains: contém |
|
511 | label_contains: contém | |
512 | label_not_contains: não contém |
|
512 | label_not_contains: não contém | |
513 | label_day_plural: dias |
|
513 | label_day_plural: dias | |
514 | label_repository: Repositório |
|
514 | label_repository: Repositório | |
515 | label_repository_plural: Repositórios |
|
515 | label_repository_plural: Repositórios | |
516 | label_browse: Procurar |
|
516 | label_browse: Procurar | |
517 | label_modification: "{{count}} alteração" |
|
517 | label_modification: "{{count}} alteração" | |
518 | label_modification_plural: "{{count}} alterações" |
|
518 | label_modification_plural: "{{count}} alterações" | |
519 | label_revision: Revisão |
|
519 | label_revision: Revisão | |
520 | label_revision_plural: Revisões |
|
520 | label_revision_plural: Revisões | |
521 | label_associated_revisions: Revisões associadas |
|
521 | label_associated_revisions: Revisões associadas | |
522 | label_added: adicionada |
|
522 | label_added: adicionada | |
523 | label_modified: alterada |
|
523 | label_modified: alterada | |
524 | label_deleted: excluída |
|
524 | label_deleted: excluída | |
525 | label_latest_revision: Última revisão |
|
525 | label_latest_revision: Última revisão | |
526 | label_latest_revision_plural: Últimas revisões |
|
526 | label_latest_revision_plural: Últimas revisões | |
527 | label_view_revisions: Ver revisões |
|
527 | label_view_revisions: Ver revisões | |
528 | label_max_size: Tamanho máximo |
|
528 | label_max_size: Tamanho máximo | |
529 | label_sort_highest: Mover para o início |
|
529 | label_sort_highest: Mover para o início | |
530 | label_sort_higher: Mover para cima |
|
530 | label_sort_higher: Mover para cima | |
531 | label_sort_lower: Mover para baixo |
|
531 | label_sort_lower: Mover para baixo | |
532 | label_sort_lowest: Mover para o fim |
|
532 | label_sort_lowest: Mover para o fim | |
533 | label_roadmap: Planejamento |
|
533 | label_roadmap: Planejamento | |
534 | label_roadmap_due_in: "Previsto para {{value}}" |
|
534 | label_roadmap_due_in: "Previsto para {{value}}" | |
535 | label_roadmap_overdue: "{{value}} atrasado" |
|
535 | label_roadmap_overdue: "{{value}} atrasado" | |
536 | label_roadmap_no_issues: Sem tarefas para esta versão |
|
536 | label_roadmap_no_issues: Sem tarefas para esta versão | |
537 | label_search: Busca |
|
537 | label_search: Busca | |
538 | label_result_plural: Resultados |
|
538 | label_result_plural: Resultados | |
539 | label_all_words: Todas as palavras |
|
539 | label_all_words: Todas as palavras | |
540 | label_wiki: Wiki |
|
540 | label_wiki: Wiki | |
541 | label_wiki_edit: Editar Wiki |
|
541 | label_wiki_edit: Editar Wiki | |
542 | label_wiki_edit_plural: Edições Wiki |
|
542 | label_wiki_edit_plural: Edições Wiki | |
543 | label_wiki_page: Página Wiki |
|
543 | label_wiki_page: Página Wiki | |
544 | label_wiki_page_plural: páginas Wiki |
|
544 | label_wiki_page_plural: páginas Wiki | |
545 | label_index_by_title: Índice por título |
|
545 | label_index_by_title: Índice por título | |
546 | label_index_by_date: Índice por data |
|
546 | label_index_by_date: Índice por data | |
547 | label_current_version: Versão atual |
|
547 | label_current_version: Versão atual | |
548 | label_preview: Pré-visualizar |
|
548 | label_preview: Pré-visualizar | |
549 | label_feed_plural: Feeds |
|
549 | label_feed_plural: Feeds | |
550 | label_changes_details: Detalhes de todas as alterações |
|
550 | label_changes_details: Detalhes de todas as alterações | |
551 | label_issue_tracking: Tarefas |
|
551 | label_issue_tracking: Tarefas | |
552 | label_spent_time: Tempo gasto |
|
552 | label_spent_time: Tempo gasto | |
553 | label_f_hour: "{{value}} hora" |
|
553 | label_f_hour: "{{value}} hora" | |
554 | label_f_hour_plural: "{{value}} horas" |
|
554 | label_f_hour_plural: "{{value}} horas" | |
555 | label_time_tracking: Controle de horas |
|
555 | label_time_tracking: Controle de horas | |
556 | label_change_plural: Alterações |
|
556 | label_change_plural: Alterações | |
557 | label_statistics: Estatísticas |
|
557 | label_statistics: Estatísticas | |
558 | label_commits_per_month: Commits por mês |
|
558 | label_commits_per_month: Commits por mês | |
559 | label_commits_per_author: Commits por autor |
|
559 | label_commits_per_author: Commits por autor | |
560 | label_view_diff: Ver diferenças |
|
560 | label_view_diff: Ver diferenças | |
561 | label_diff_inline: inline |
|
561 | label_diff_inline: inline | |
562 | label_diff_side_by_side: lado a lado |
|
562 | label_diff_side_by_side: lado a lado | |
563 | label_options: Opções |
|
563 | label_options: Opções | |
564 | label_copy_workflow_from: Copiar fluxo de trabalho de |
|
564 | label_copy_workflow_from: Copiar fluxo de trabalho de | |
565 | label_permissions_report: Relatório de permissões |
|
565 | label_permissions_report: Relatório de permissões | |
566 |
label_watched_issues: Tarefas |
|
566 | label_watched_issues: Tarefas observadas | |
567 | label_related_issues: Tarefas relacionadas |
|
567 | label_related_issues: Tarefas relacionadas | |
568 | label_applied_status: Situação alterada |
|
568 | label_applied_status: Situação alterada | |
569 | label_loading: Carregando... |
|
569 | label_loading: Carregando... | |
570 | label_relation_new: Nova relação |
|
570 | label_relation_new: Nova relação | |
571 | label_relation_delete: Excluir relação |
|
571 | label_relation_delete: Excluir relação | |
572 | label_relates_to: relacionado a |
|
572 | label_relates_to: relacionado a | |
573 | label_duplicates: duplica |
|
573 | label_duplicates: duplica | |
574 | label_duplicated_by: duplicado por |
|
574 | label_duplicated_by: duplicado por | |
575 | label_blocks: bloqueia |
|
575 | label_blocks: bloqueia | |
576 | label_blocked_by: bloqueado por |
|
576 | label_blocked_by: bloqueado por | |
577 | label_precedes: precede |
|
577 | label_precedes: precede | |
578 | label_follows: segue |
|
578 | label_follows: segue | |
579 | label_end_to_start: fim para o início |
|
579 | label_end_to_start: fim para o início | |
580 | label_end_to_end: fim para fim |
|
580 | label_end_to_end: fim para fim | |
581 | label_start_to_start: início para início |
|
581 | label_start_to_start: início para início | |
582 | label_start_to_end: início para fim |
|
582 | label_start_to_end: início para fim | |
583 | label_stay_logged_in: Permanecer logado |
|
583 | label_stay_logged_in: Permanecer logado | |
584 | label_disabled: desabilitado |
|
584 | label_disabled: desabilitado | |
585 | label_show_completed_versions: Exibir versões completas |
|
585 | label_show_completed_versions: Exibir versões completas | |
586 | label_me: mim |
|
586 | label_me: mim | |
587 | label_board: Fórum |
|
587 | label_board: Fórum | |
588 | label_board_new: Novo fórum |
|
588 | label_board_new: Novo fórum | |
589 | label_board_plural: Fóruns |
|
589 | label_board_plural: Fóruns | |
590 | label_topic_plural: Tópicos |
|
590 | label_topic_plural: Tópicos | |
591 | label_message_plural: Mensagens |
|
591 | label_message_plural: Mensagens | |
592 | label_message_last: Última mensagem |
|
592 | label_message_last: Última mensagem | |
593 | label_message_new: Nova mensagem |
|
593 | label_message_new: Nova mensagem | |
594 | label_message_posted: Mensagem enviada |
|
594 | label_message_posted: Mensagem enviada | |
595 | label_reply_plural: Respostas |
|
595 | label_reply_plural: Respostas | |
596 | label_send_information: Enviar informação da nova conta para o usuário |
|
596 | label_send_information: Enviar informação da nova conta para o usuário | |
597 | label_year: Ano |
|
597 | label_year: Ano | |
598 | label_month: Mês |
|
598 | label_month: Mês | |
599 | label_week: Semana |
|
599 | label_week: Semana | |
600 | label_date_from: De |
|
600 | label_date_from: De | |
601 | label_date_to: Para |
|
601 | label_date_to: Para | |
602 | label_language_based: Com base no idioma do usuário |
|
602 | label_language_based: Com base no idioma do usuário | |
603 | label_sort_by: "Ordenar por {{value}}" |
|
603 | label_sort_by: "Ordenar por {{value}}" | |
604 | label_send_test_email: Enviar um e-mail de teste |
|
604 | label_send_test_email: Enviar um e-mail de teste | |
605 | label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás" |
|
605 | label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás" | |
606 | label_module_plural: Módulos |
|
606 | label_module_plural: Módulos | |
607 | label_added_time_by: "Adicionado por {{author}} {{age}} atrás" |
|
607 | label_added_time_by: "Adicionado por {{author}} {{age}} atrás" | |
608 | label_updated_time: "Atualizado {{value}} atrás" |
|
608 | label_updated_time: "Atualizado {{value}} atrás" | |
609 | label_jump_to_a_project: Ir para o projeto... |
|
609 | label_jump_to_a_project: Ir para o projeto... | |
610 | label_file_plural: Arquivos |
|
610 | label_file_plural: Arquivos | |
611 | label_changeset_plural: Changesets |
|
611 | label_changeset_plural: Changesets | |
612 | label_default_columns: Colunas padrão |
|
612 | label_default_columns: Colunas padrão | |
613 | label_no_change_option: (Sem alteração) |
|
613 | label_no_change_option: (Sem alteração) | |
614 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. |
|
614 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. | |
615 | label_theme: Tema |
|
615 | label_theme: Tema | |
616 | label_default: Padrão |
|
616 | label_default: Padrão | |
617 | label_search_titles_only: Pesquisar somente títulos |
|
617 | label_search_titles_only: Pesquisar somente títulos | |
618 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" |
|
618 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" | |
619 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." |
|
619 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." | |
620 | label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido" |
|
620 | label_user_mail_option_none: "Somente tarefas que eu acompanho ou estou envolvido" | |
621 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" |
|
621 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" | |
622 | label_registration_activation_by_email: ativação de conta por e-mail |
|
622 | label_registration_activation_by_email: ativação de conta por e-mail | |
623 | label_registration_manual_activation: ativação manual de conta |
|
623 | label_registration_manual_activation: ativação manual de conta | |
624 | label_registration_automatic_activation: ativação automática de conta |
|
624 | label_registration_automatic_activation: ativação automática de conta | |
625 | label_display_per_page: "Por página: {{value}}" |
|
625 | label_display_per_page: "Por página: {{value}}" | |
626 | label_age: Idade |
|
626 | label_age: Idade | |
627 | label_change_properties: Alterar propriedades |
|
627 | label_change_properties: Alterar propriedades | |
628 | label_general: Geral |
|
628 | label_general: Geral | |
629 | label_more: Mais |
|
629 | label_more: Mais | |
630 | label_scm: 'Controle de versão:' |
|
630 | label_scm: 'Controle de versão:' | |
631 | label_plugins: Plugins |
|
631 | label_plugins: Plugins | |
632 | label_ldap_authentication: Autenticação LDAP |
|
632 | label_ldap_authentication: Autenticação LDAP | |
633 | label_downloads_abbr: D/L |
|
633 | label_downloads_abbr: D/L | |
634 | label_optional_description: Descrição opcional |
|
634 | label_optional_description: Descrição opcional | |
635 | label_add_another_file: Adicionar outro arquivo |
|
635 | label_add_another_file: Adicionar outro arquivo | |
636 | label_preferences: Preferências |
|
636 | label_preferences: Preferências | |
637 | label_chronological_order: Em ordem cronológica |
|
637 | label_chronological_order: Em ordem cronológica | |
638 | label_reverse_chronological_order: Em ordem cronológica inversa |
|
638 | label_reverse_chronological_order: Em ordem cronológica inversa | |
639 | label_planning: Planejamento |
|
639 | label_planning: Planejamento | |
640 | label_incoming_emails: E-mail de entrada |
|
640 | label_incoming_emails: E-mail de entrada | |
641 | label_generate_key: Gerar uma chave |
|
641 | label_generate_key: Gerar uma chave | |
642 |
label_issue_watchers: |
|
642 | label_issue_watchers: Observadores | |
643 |
|
643 | |||
644 | button_login: Entrar |
|
644 | button_login: Entrar | |
645 | button_submit: Enviar |
|
645 | button_submit: Enviar | |
646 | button_save: Salvar |
|
646 | button_save: Salvar | |
647 | button_check_all: Marcar todos |
|
647 | button_check_all: Marcar todos | |
648 | button_uncheck_all: Desmarcar todos |
|
648 | button_uncheck_all: Desmarcar todos | |
649 | button_delete: Excluir |
|
649 | button_delete: Excluir | |
650 | button_create: Criar |
|
650 | button_create: Criar | |
651 | button_test: Testar |
|
651 | button_test: Testar | |
652 | button_edit: Editar |
|
652 | button_edit: Editar | |
653 | button_add: Adicionar |
|
653 | button_add: Adicionar | |
654 | button_change: Alterar |
|
654 | button_change: Alterar | |
655 | button_apply: Aplicar |
|
655 | button_apply: Aplicar | |
656 | button_clear: Limpar |
|
656 | button_clear: Limpar | |
657 | button_lock: Bloquear |
|
657 | button_lock: Bloquear | |
658 | button_unlock: Desbloquear |
|
658 | button_unlock: Desbloquear | |
659 | button_download: Baixar |
|
659 | button_download: Baixar | |
660 | button_list: Listar |
|
660 | button_list: Listar | |
661 | button_view: Ver |
|
661 | button_view: Ver | |
662 | button_move: Mover |
|
662 | button_move: Mover | |
663 | button_back: Voltar |
|
663 | button_back: Voltar | |
664 | button_cancel: Cancelar |
|
664 | button_cancel: Cancelar | |
665 | button_activate: Ativar |
|
665 | button_activate: Ativar | |
666 | button_sort: Ordenar |
|
666 | button_sort: Ordenar | |
667 | button_log_time: Tempo de trabalho |
|
667 | button_log_time: Tempo de trabalho | |
668 | button_rollback: Voltar para esta versão |
|
668 | button_rollback: Voltar para esta versão | |
669 |
button_watch: |
|
669 | button_watch: Observar | |
670 |
button_unwatch: Parar de |
|
670 | button_unwatch: Parar de observar | |
671 | button_reply: Responder |
|
671 | button_reply: Responder | |
672 | button_archive: Arquivar |
|
672 | button_archive: Arquivar | |
673 | button_unarchive: Desarquivar |
|
673 | button_unarchive: Desarquivar | |
674 | button_reset: Redefinir |
|
674 | button_reset: Redefinir | |
675 | button_rename: Renomear |
|
675 | button_rename: Renomear | |
676 | button_change_password: Alterar senha |
|
676 | button_change_password: Alterar senha | |
677 | button_copy: Copiar |
|
677 | button_copy: Copiar | |
678 | button_annotate: Anotar |
|
678 | button_annotate: Anotar | |
679 | button_update: Atualizar |
|
679 | button_update: Atualizar | |
680 | button_configure: Configurar |
|
680 | button_configure: Configurar | |
681 | button_quote: Responder |
|
681 | button_quote: Responder | |
682 |
|
682 | |||
683 | status_active: ativo |
|
683 | status_active: ativo | |
684 | status_registered: registrado |
|
684 | status_registered: registrado | |
685 | status_locked: bloqueado |
|
685 | status_locked: bloqueado | |
686 |
|
686 | |||
687 | text_select_mail_notifications: Selecionar ações para ser enviado uma notificação por e-mail |
|
687 | text_select_mail_notifications: Selecionar ações para ser enviado uma notificação por e-mail | |
688 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
688 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
689 | text_min_max_length_info: 0 = sem restrição |
|
689 | text_min_max_length_info: 0 = sem restrição | |
690 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? |
|
690 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? | |
691 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos." |
|
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 | text_are_you_sure: Você tem certeza? |
|
693 | text_are_you_sure: Você tem certeza? | |
694 | text_tip_task_begin_day: tarefa inicia neste dia |
|
694 | text_tip_task_begin_day: tarefa inicia neste dia | |
695 | text_tip_task_end_day: tarefa termina neste dia |
|
695 | text_tip_task_end_day: tarefa termina neste dia | |
696 | text_tip_task_begin_end_day: tarefa inicia e termina neste dia |
|
696 | text_tip_task_begin_end_day: tarefa inicia e termina neste dia | |
697 | text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.' |
|
697 | text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.' | |
698 | text_caracters_maximum: "máximo {{count}} caracteres" |
|
698 | text_caracters_maximum: "máximo {{count}} caracteres" | |
699 | text_caracters_minimum: "deve ter ao menos {{count}} caracteres." |
|
699 | text_caracters_minimum: "deve ter ao menos {{count}} caracteres." | |
700 | text_length_between: "deve ter entre {{min}} e {{max}} caracteres." |
|
700 | text_length_between: "deve ter entre {{min}} e {{max}} caracteres." | |
701 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. |
|
701 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. | |
702 | text_unallowed_characters: Caracteres não permitidos |
|
702 | text_unallowed_characters: Caracteres não permitidos | |
703 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). |
|
703 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). | |
704 | text_issues_ref_in_commit_messages: Referenciar tarefas nas mensagens de commit |
|
704 | text_issues_ref_in_commit_messages: Referenciar tarefas nas mensagens de commit | |
705 | text_issue_added: "Tarefa {{id}} incluída (por {{author}})." |
|
705 | text_issue_added: "Tarefa {{id}} incluída (por {{author}})." | |
706 | text_issue_updated: "Tarefa {{id}} alterada (por {{author}})." |
|
706 | text_issue_updated: "Tarefa {{id}} alterada (por {{author}})." | |
707 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? |
|
707 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? | |
708 | text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?" |
|
708 | text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?" | |
709 | text_issue_category_destroy_assignments: Remover atribuições da categoria |
|
709 | text_issue_category_destroy_assignments: Remover atribuições da categoria | |
710 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria |
|
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 | 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." |
|
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 | text_load_default_configuration: Carregar a configuração padrão |
|
713 | text_load_default_configuration: Carregar a configuração padrão | |
714 | text_status_changed_by_changeset: "Aplicado no changeset {{value}}." |
|
714 | text_status_changed_by_changeset: "Aplicado no changeset {{value}}." | |
715 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' |
|
715 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' | |
716 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' |
|
716 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' | |
717 | text_default_administrator_account_changed: Conta padrão do administrador alterada |
|
717 | text_default_administrator_account_changed: Conta padrão do administrador alterada | |
718 | text_file_repository_writable: Repositório com permissão de escrita |
|
718 | text_file_repository_writable: Repositório com permissão de escrita | |
719 | text_rmagick_available: RMagick disponível (opcional) |
|
719 | text_rmagick_available: RMagick disponível (opcional) | |
720 | text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" |
|
720 | text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" | |
721 | text_destroy_time_entries: Excluir horas de trabalho |
|
721 | text_destroy_time_entries: Excluir horas de trabalho | |
722 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto |
|
722 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto | |
723 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' |
|
723 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' | |
724 | text_user_wrote: "{{value}} escreveu:" |
|
724 | text_user_wrote: "{{value}} escreveu:" | |
725 | text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor." |
|
725 | text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor." | |
726 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' |
|
726 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' | |
727 | text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las." |
|
727 | text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las." | |
728 |
|
728 | |||
729 | default_role_manager: Gerente |
|
729 | default_role_manager: Gerente | |
730 | default_role_developper: Desenvolvedor |
|
730 | default_role_developper: Desenvolvedor | |
731 | default_role_reporter: Informante |
|
731 | default_role_reporter: Informante | |
732 | default_tracker_bug: Problema |
|
732 | default_tracker_bug: Problema | |
733 | default_tracker_feature: Funcionalidade |
|
733 | default_tracker_feature: Funcionalidade | |
734 | default_tracker_support: Suporte |
|
734 | default_tracker_support: Suporte | |
735 | default_issue_status_new: Nova |
|
735 | default_issue_status_new: Nova | |
736 | default_issue_status_in_progress: Em andamento |
|
736 | default_issue_status_in_progress: Em andamento | |
737 | default_issue_status_resolved: Resolvida |
|
737 | default_issue_status_resolved: Resolvida | |
738 | default_issue_status_feedback: Feedback |
|
738 | default_issue_status_feedback: Feedback | |
739 | default_issue_status_closed: Fechada |
|
739 | default_issue_status_closed: Fechada | |
740 | default_issue_status_rejected: Rejeitada |
|
740 | default_issue_status_rejected: Rejeitada | |
741 | default_doc_category_user: Documentação do usuário |
|
741 | default_doc_category_user: Documentação do usuário | |
742 | default_doc_category_tech: Documentação técnica |
|
742 | default_doc_category_tech: Documentação técnica | |
743 | default_priority_low: Baixa |
|
743 | default_priority_low: Baixa | |
744 | default_priority_normal: Normal |
|
744 | default_priority_normal: Normal | |
745 | default_priority_high: Alta |
|
745 | default_priority_high: Alta | |
746 | default_priority_urgent: Urgente |
|
746 | default_priority_urgent: Urgente | |
747 | default_priority_immediate: Imediata |
|
747 | default_priority_immediate: Imediata | |
748 | default_activity_design: Design |
|
748 | default_activity_design: Design | |
749 | default_activity_development: Desenvolvimento |
|
749 | default_activity_development: Desenvolvimento | |
750 |
|
750 | |||
751 | enumeration_issue_priorities: Prioridade das tarefas |
|
751 | enumeration_issue_priorities: Prioridade das tarefas | |
752 | enumeration_doc_categories: Categorias de documento |
|
752 | enumeration_doc_categories: Categorias de documento | |
753 | enumeration_activities: Atividades (time tracking) |
|
753 | enumeration_activities: Atividades (time tracking) | |
754 | notice_unable_delete_version: Não foi possível excluir a versão |
|
754 | notice_unable_delete_version: Não foi possível excluir a versão | |
755 | label_renamed: renomeado |
|
755 | label_renamed: renomeado | |
756 | label_copied: copiado |
|
756 | label_copied: copiado | |
757 | setting_plain_text_mail: apenas texto sem formatação (sem HTML) |
|
757 | setting_plain_text_mail: apenas texto sem formatação (sem HTML) | |
758 | permission_view_files: Ver arquivos |
|
758 | permission_view_files: Ver arquivos | |
759 | permission_edit_issues: Editar tarefas |
|
759 | permission_edit_issues: Editar tarefas | |
760 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho |
|
760 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho | |
761 | permission_manage_public_queries: Gerenciar consultas publicas |
|
761 | permission_manage_public_queries: Gerenciar consultas publicas | |
762 | permission_add_issues: Adicionar tarefas |
|
762 | permission_add_issues: Adicionar tarefas | |
763 | permission_log_time: Adicionar tempo gasto |
|
763 | permission_log_time: Adicionar tempo gasto | |
764 | permission_view_changesets: Ver changesets |
|
764 | permission_view_changesets: Ver changesets | |
765 | permission_view_time_entries: Ver tempo gasto |
|
765 | permission_view_time_entries: Ver tempo gasto | |
766 | permission_manage_versions: Gerenciar versões |
|
766 | permission_manage_versions: Gerenciar versões | |
767 | permission_manage_wiki: Gerenciar wiki |
|
767 | permission_manage_wiki: Gerenciar wiki | |
768 | permission_manage_categories: Gerenciar categorias de tarefas |
|
768 | permission_manage_categories: Gerenciar categorias de tarefas | |
769 | permission_protect_wiki_pages: Proteger páginas wiki |
|
769 | permission_protect_wiki_pages: Proteger páginas wiki | |
770 | permission_comment_news: Comentar notícias |
|
770 | permission_comment_news: Comentar notícias | |
771 | permission_delete_messages: Excluir mensagens |
|
771 | permission_delete_messages: Excluir mensagens | |
772 | permission_select_project_modules: Selecionar módulos de projeto |
|
772 | permission_select_project_modules: Selecionar módulos de projeto | |
773 | permission_manage_documents: Gerenciar documentos |
|
773 | permission_manage_documents: Gerenciar documentos | |
774 | permission_edit_wiki_pages: Editar páginas wiki |
|
774 | permission_edit_wiki_pages: Editar páginas wiki | |
775 |
permission_add_issue_watchers: Adicionar |
|
775 | permission_add_issue_watchers: Adicionar observadores | |
776 | permission_view_gantt: Ver gráfico gantt |
|
776 | permission_view_gantt: Ver gráfico gantt | |
777 | permission_move_issues: Mover tarefas |
|
777 | permission_move_issues: Mover tarefas | |
778 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas |
|
778 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas | |
779 | permission_delete_wiki_pages: Excluir páginas wiki |
|
779 | permission_delete_wiki_pages: Excluir páginas wiki | |
780 | permission_manage_boards: Gerenciar fóruns |
|
780 | permission_manage_boards: Gerenciar fóruns | |
781 | permission_delete_wiki_pages_attachments: Excluir anexos |
|
781 | permission_delete_wiki_pages_attachments: Excluir anexos | |
782 | permission_view_wiki_edits: Ver histórico do wiki |
|
782 | permission_view_wiki_edits: Ver histórico do wiki | |
783 | permission_add_messages: Postar mensagens |
|
783 | permission_add_messages: Postar mensagens | |
784 | permission_view_messages: Ver mensagens |
|
784 | permission_view_messages: Ver mensagens | |
785 | permission_manage_files: Gerenciar arquivos |
|
785 | permission_manage_files: Gerenciar arquivos | |
786 | permission_edit_issue_notes: Editar notas |
|
786 | permission_edit_issue_notes: Editar notas | |
787 | permission_manage_news: Gerenciar notícias |
|
787 | permission_manage_news: Gerenciar notícias | |
788 | permission_view_calendar: Ver calendário |
|
788 | permission_view_calendar: Ver calendário | |
789 | permission_manage_members: Gerenciar membros |
|
789 | permission_manage_members: Gerenciar membros | |
790 | permission_edit_messages: Editar mensagens |
|
790 | permission_edit_messages: Editar mensagens | |
791 | permission_delete_issues: Excluir tarefas |
|
791 | permission_delete_issues: Excluir tarefas | |
792 |
permission_view_issue_watchers: Ver lista de |
|
792 | permission_view_issue_watchers: Ver lista de observadores | |
793 | permission_manage_repository: Gerenciar repositório |
|
793 | permission_manage_repository: Gerenciar repositório | |
794 | permission_commit_access: Acesso de commit |
|
794 | permission_commit_access: Acesso de commit | |
795 | permission_browse_repository: Pesquisar repositório |
|
795 | permission_browse_repository: Pesquisar repositório | |
796 | permission_view_documents: Ver documentos |
|
796 | permission_view_documents: Ver documentos | |
797 | permission_edit_project: Editar projeto |
|
797 | permission_edit_project: Editar projeto | |
798 | permission_add_issue_notes: Adicionar notas |
|
798 | permission_add_issue_notes: Adicionar notas | |
799 | permission_save_queries: Salvar consultas |
|
799 | permission_save_queries: Salvar consultas | |
800 | permission_view_wiki_pages: Ver wiki |
|
800 | permission_view_wiki_pages: Ver wiki | |
801 | permission_rename_wiki_pages: Renomear páginas wiki |
|
801 | permission_rename_wiki_pages: Renomear páginas wiki | |
802 | permission_edit_time_entries: Editar tempo gasto |
|
802 | permission_edit_time_entries: Editar tempo gasto | |
803 | permission_edit_own_issue_notes: Editar suas próprias notas |
|
803 | permission_edit_own_issue_notes: Editar suas próprias notas | |
804 | setting_gravatar_enabled: Usar ícones do Gravatar |
|
804 | setting_gravatar_enabled: Usar ícones do Gravatar | |
805 | label_example: Exemplo |
|
805 | label_example: Exemplo | |
806 | text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente." |
|
806 | text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente." | |
807 | permission_edit_own_messages: Editar próprias mensagens |
|
807 | permission_edit_own_messages: Editar próprias mensagens | |
808 | permission_delete_own_messages: Excluir próprias mensagens |
|
808 | permission_delete_own_messages: Excluir próprias mensagens | |
809 | label_user_activity: "Atividade de {{value}}" |
|
809 | label_user_activity: "Atividade de {{value}}" | |
810 | label_updated_time_by: "Atualizado por {{author}} há {{age}}" |
|
810 | label_updated_time_by: "Atualizado por {{author}} há {{age}}" | |
811 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' |
|
811 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' | |
812 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff |
|
812 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff | |
813 | text_plugin_assets_writable: Diretório de plugins gravável |
|
813 | text_plugin_assets_writable: Diretório de plugins gravável | |
814 | warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)." |
|
814 | warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)." | |
815 | button_create_and_continue: Criar e continuar |
|
815 | button_create_and_continue: Criar e continuar | |
816 | text_custom_field_possible_values_info: 'Uma linha para cada valor' |
|
816 | text_custom_field_possible_values_info: 'Uma linha para cada valor' | |
817 | label_display: Exibição |
|
817 | label_display: Exibição | |
818 | field_editable: Editável |
|
818 | field_editable: Editável | |
819 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log |
|
819 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log | |
820 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline |
|
820 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline | |
821 |
field_ |
|
821 | field_identity_urler: Observador | |
822 | setting_openid: Permitir Login e Registro via OpenID |
|
822 | setting_openid: Permitir Login e Registro via OpenID | |
823 | field_identity_url: OpenID URL |
|
823 | field_identity_url: OpenID URL | |
824 | label_login_with_open_id_option: ou use o OpenID |
|
824 | label_login_with_open_id_option: ou use o OpenID | |
825 | field_content: Conteúdo |
|
825 | field_content: Conteúdo | |
826 | label_descending: Descendente |
|
826 | label_descending: Descendente | |
827 | label_sort: Ordenar |
|
827 | label_sort: Ordenar | |
828 | label_ascending: Ascendente |
|
828 | label_ascending: Ascendente | |
829 | label_date_from_to: De {{start}} até {{end}} |
|
829 | label_date_from_to: De {{start}} até {{end}} | |
830 | label_greater_or_equal: ">=" |
|
830 | label_greater_or_equal: ">=" | |
831 | label_less_or_equal: <= |
|
831 | label_less_or_equal: <= | |
832 | text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer? |
|
832 | text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer? | |
833 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai |
|
833 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai | |
834 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes |
|
834 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes | |
835 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes |
|
835 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes | |
836 | setting_password_min_length: Comprimento mínimo para senhas |
|
836 | setting_password_min_length: Comprimento mínimo para senhas | |
837 | field_group_by: Agrupar por |
|
837 | field_group_by: Agrupar por | |
838 | mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada" |
|
838 | mail_subject_wiki_content_updated: "A página wiki '{{page}}' foi atualizada" | |
839 | label_wiki_content_added: Página wiki adicionada |
|
839 | label_wiki_content_added: Página wiki adicionada | |
840 | mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada" |
|
840 | mail_subject_wiki_content_added: "A página wiki '{{page}}' foi adicionada" | |
841 | mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}. |
|
841 | mail_body_wiki_content_added: A página wiki '{{page}}' foi adicionada por {{author}}. | |
842 | label_wiki_content_updated: Página wiki atualizada |
|
842 | label_wiki_content_updated: Página wiki atualizada | |
843 | mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}. |
|
843 | mail_body_wiki_content_updated: A página wiki '{{page}}' foi atualizada por {{author}}. | |
844 | permission_add_project: Criar projeto |
|
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 | label_view_all_revisions: Ver todas as revisões |
|
846 | label_view_all_revisions: Ver todas as revisões | |
847 | label_tag: Etiqueta |
|
847 | label_tag: Etiqueta | |
848 | label_branch: Ramo |
|
848 | label_branch: Ramo | |
849 | text_journal_changed: "{{label}} alterado de {{old}} para {{new}}" |
|
849 | text_journal_changed: "{{label}} alterado de {{old}} para {{new}}" | |
850 | text_journal_set_to: "{{label}} ajustado para {{value}}" |
|
850 | text_journal_set_to: "{{label}} ajustado para {{value}}" | |
851 | text_journal_deleted: "{{label}} excluído ({{old}})" |
|
851 | text_journal_deleted: "{{label}} excluído ({{old}})" | |
852 | label_group_plural: Grupos |
|
852 | label_group_plural: Grupos | |
853 | label_group: Grupo |
|
853 | label_group: Grupo | |
854 | label_group_new: Novo grupo |
|
854 | label_group_new: Novo grupo | |
855 | label_time_entry_plural: Tempos gastos |
|
855 | label_time_entry_plural: Tempos gastos | |
856 | text_journal_added: "{{label}} {{value}} adicionado" |
|
856 | text_journal_added: "{{label}} {{value}} adicionado" | |
857 | field_active: Ativo |
|
857 | field_active: Ativo | |
858 | enumeration_system_activity: Atividade do sistema |
|
858 | enumeration_system_activity: Atividade do sistema | |
859 | permission_delete_issue_watchers: Excluir observadores |
|
859 | permission_delete_issue_watchers: Excluir observadores | |
860 | version_status_closed: fechado |
|
860 | version_status_closed: fechado | |
861 | version_status_locked: travado |
|
861 | version_status_locked: travado | |
862 | version_status_open: aberto |
|
862 | version_status_open: aberto | |
863 | error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta |
|
863 | error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta | |
864 | label_user_anonymous: Anônimo |
|
864 | label_user_anonymous: Anônimo | |
865 | button_move_and_follow: Mover e seguir |
|
865 | button_move_and_follow: Mover e seguir | |
866 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos |
|
866 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos | |
867 | setting_gravatar_default: Imagem Gravatar padrão |
|
867 | setting_gravatar_default: Imagem Gravatar padrão | |
868 |
field_sharing: |
|
868 | field_sharing: Compartilhamento | |
869 |
label_version_sharing_hierarchy: |
|
869 | label_version_sharing_hierarchy: Com a hierarquia do projeto | |
870 |
label_version_sharing_system: |
|
870 | label_version_sharing_system: Com todos os projetos | |
871 |
label_version_sharing_descendants: |
|
871 | label_version_sharing_descendants: Com sub-projetos | |
872 |
label_version_sharing_tree: |
|
872 | label_version_sharing_tree: Com a árvore do projeto | |
873 |
label_version_sharing_none: |
|
873 | label_version_sharing_none: Sem compartilhamento | |
874 |
error_can_not_archive_project: |
|
874 | error_can_not_archive_project: Este projeto não pode ser arquivado | |
875 |
button_duplicate: Duplica |
|
875 | button_duplicate: Duplicado | |
876 |
button_copy_and_follow: Cop |
|
876 | button_copy_and_follow: Copiar e seguir | |
877 |
label_copy_source: |
|
877 | label_copy_source: Origem | |
878 |
setting_issue_done_ratio: Calcula |
|
878 | setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa | |
879 |
setting_issue_done_ratio_issue_status: Us |
|
879 | setting_issue_done_ratio_issue_status: Usar a situação da tarefa | |
880 |
error_issue_done_ratios_not_updated: |
|
880 | error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado. | |
881 |
error_workflow_copy_target: P |
|
881 | error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo | |
882 | setting_issue_done_ratio_issue_field: Use the issue field |
|
882 | setting_issue_done_ratio_issue_field: Use the issue field | |
883 |
label_copy_same_as_target: |
|
883 | label_copy_same_as_target: Mesmo alvo | |
884 |
label_copy_target: |
|
884 | label_copy_target: Alvo | |
885 |
notice_issue_done_ratios_updated: |
|
885 | notice_issue_done_ratios_updated: Percentual de conslusão atualizados. | |
886 |
error_workflow_copy_source: P |
|
886 | error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem | |
887 | label_update_issue_done_ratios: Update issue done ratios |
|
887 | label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas | |
888 |
setting_start_of_week: |
|
888 | setting_start_of_week: Início da semana | |
|
889 | field_watcher: Watcher | |||
|
890 |
@@ -1,970 +1,970 | |||||
1 | # Russian localization for Ruby on Rails 2.2+ |
|
1 | # Russian localization for Ruby on Rails 2.2+ | |
2 | # by Yaroslav Markin <yaroslav@markin.net> |
|
2 | # by Yaroslav Markin <yaroslav@markin.net> | |
3 | # |
|
3 | # | |
4 | # Be sure to check out "russian" gem (http://github.com/yaroslav/russian) for |
|
4 | # Be sure to check out "russian" gem (http://github.com/yaroslav/russian) for | |
5 | # full Russian language support in Rails (month names, pluralization, etc). |
|
5 | # full Russian language support in Rails (month names, pluralization, etc). | |
6 | # The following is an excerpt from that gem. |
|
6 | # The following is an excerpt from that gem. | |
7 | # |
|
7 | # | |
8 | # Для полноценной поддержки русского языка (варианты названий месяцев, |
|
8 | # Для полноценной поддержки русского языка (варианты названий месяцев, | |
9 | # плюрализация и так далее) в Rails 2.2 нужно использовать gem "russian" |
|
9 | # плюрализация и так далее) в Rails 2.2 нужно использовать gem "russian" | |
10 | # (http://github.com/yaroslav/russian). Следующие данные -- выдержка их него, чтобы |
|
10 | # (http://github.com/yaroslav/russian). Следующие данные -- выдержка их него, чтобы | |
11 | # была возможность минимальной локализации приложения на русский язык. |
|
11 | # была возможность минимальной локализации приложения на русский язык. | |
12 |
|
12 | |||
13 | ru: |
|
13 | ru: | |
14 | date: |
|
14 | date: | |
15 | formats: |
|
15 | formats: | |
16 | default: "%d.%m.%Y" |
|
16 | default: "%d.%m.%Y" | |
17 | short: "%d %b" |
|
17 | short: "%d %b" | |
18 | long: "%d %B %Y" |
|
18 | long: "%d %B %Y" | |
19 |
|
19 | |||
20 | day_names: [воскресенье, понедельник, вторник, среда, четверг, пятница, суббота] |
|
20 | day_names: [воскресенье, понедельник, вторник, среда, четверг, пятница, суббота] | |
21 | standalone_day_names: [Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота] |
|
21 | standalone_day_names: [Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота] | |
22 | abbr_day_names: [Вс, Пн, Вт, Ср, Чт, Пт, Сб] |
|
22 | abbr_day_names: [Вс, Пн, Вт, Ср, Чт, Пт, Сб] | |
23 |
|
23 | |||
24 | month_names: [~, января, февраля, марта, апреля, мая, июня, июля, августа, сентября, октября, ноября, декабря] |
|
24 | month_names: [~, января, февраля, марта, апреля, мая, июня, июля, августа, сентября, октября, ноября, декабря] | |
25 | # see russian gem for info on "standalone" day names |
|
25 | # see russian gem for info on "standalone" day names | |
26 | standalone_month_names: [~, Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь] |
|
26 | standalone_month_names: [~, Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь] | |
27 | abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.] |
|
27 | abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.] | |
28 | standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.] |
|
28 | standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.] | |
29 |
|
29 | |||
30 | order: [ :day, :month, :year ] |
|
30 | order: [ :day, :month, :year ] | |
31 |
|
31 | |||
32 | time: |
|
32 | time: | |
33 | formats: |
|
33 | formats: | |
34 | default: "%a, %d %b %Y, %H:%M:%S %z" |
|
34 | default: "%a, %d %b %Y, %H:%M:%S %z" | |
35 | time: "%H:%M" |
|
35 | time: "%H:%M" | |
36 | short: "%d %b, %H:%M" |
|
36 | short: "%d %b, %H:%M" | |
37 | long: "%d %B %Y, %H:%M" |
|
37 | long: "%d %B %Y, %H:%M" | |
38 |
|
38 | |||
39 | am: "утра" |
|
39 | am: "утра" | |
40 | pm: "вечера" |
|
40 | pm: "вечера" | |
41 |
|
41 | |||
42 | number: |
|
42 | number: | |
43 | format: |
|
43 | format: | |
44 | separator: "." |
|
44 | separator: "." | |
45 | delimiter: " " |
|
45 | delimiter: " " | |
46 | precision: 3 |
|
46 | precision: 3 | |
47 |
|
47 | |||
48 | currency: |
|
48 | currency: | |
49 | format: |
|
49 | format: | |
50 | format: "%n %u" |
|
50 | format: "%n %u" | |
51 | unit: "руб." |
|
51 | unit: "руб." | |
52 | separator: "." |
|
52 | separator: "." | |
53 | delimiter: " " |
|
53 | delimiter: " " | |
54 | precision: 2 |
|
54 | precision: 2 | |
55 |
|
55 | |||
56 | percentage: |
|
56 | percentage: | |
57 | format: |
|
57 | format: | |
58 | delimiter: "" |
|
58 | delimiter: "" | |
59 |
|
59 | |||
60 | precision: |
|
60 | precision: | |
61 | format: |
|
61 | format: | |
62 | delimiter: "" |
|
62 | delimiter: "" | |
63 |
|
63 | |||
64 | human: |
|
64 | human: | |
65 | format: |
|
65 | format: | |
66 | delimiter: "" |
|
66 | delimiter: "" | |
67 | precision: 1 |
|
67 | precision: 1 | |
68 | # Rails 2.2 |
|
68 | # Rails 2.2 | |
69 | # storage_units: [байт, КБ, МБ, ГБ, ТБ] |
|
69 | # storage_units: [байт, КБ, МБ, ГБ, ТБ] | |
70 |
|
70 | |||
71 | # Rails 2.3 |
|
71 | # Rails 2.3 | |
72 | storage_units: |
|
72 | storage_units: | |
73 | # Storage units output formatting. |
|
73 | # Storage units output formatting. | |
74 | # %u is the storage unit, %n is the number (default: 2 MB) |
|
74 | # %u is the storage unit, %n is the number (default: 2 MB) | |
75 | format: "%n %u" |
|
75 | format: "%n %u" | |
76 | units: |
|
76 | units: | |
77 | byte: |
|
77 | byte: | |
78 | one: "байт" |
|
78 | one: "байт" | |
79 | few: "байта" |
|
79 | few: "байта" | |
80 | many: "байт" |
|
80 | many: "байт" | |
81 | other: "байта" |
|
81 | other: "байта" | |
82 | kb: "КБ" |
|
82 | kb: "КБ" | |
83 | mb: "МБ" |
|
83 | mb: "МБ" | |
84 | gb: "ГБ" |
|
84 | gb: "ГБ" | |
85 | tb: "ТБ" |
|
85 | tb: "ТБ" | |
86 |
|
86 | |||
87 | datetime: |
|
87 | datetime: | |
88 | distance_in_words: |
|
88 | distance_in_words: | |
89 | half_a_minute: "меньше минуты" |
|
89 | half_a_minute: "меньше минуты" | |
90 | less_than_x_seconds: |
|
90 | less_than_x_seconds: | |
91 | one: "меньше {{count}} секунды" |
|
91 | one: "меньше {{count}} секунды" | |
92 | few: "меньше {{count}} секунд" |
|
92 | few: "меньше {{count}} секунд" | |
93 | many: "меньше {{count}} секунд" |
|
93 | many: "меньше {{count}} секунд" | |
94 | other: "меньше {{count}} секунды" |
|
94 | other: "меньше {{count}} секунды" | |
95 | x_seconds: |
|
95 | x_seconds: | |
96 | one: "{{count}} секунда" |
|
96 | one: "{{count}} секунда" | |
97 | few: "{{count}} секунды" |
|
97 | few: "{{count}} секунды" | |
98 | many: "{{count}} секунд" |
|
98 | many: "{{count}} секунд" | |
99 | other: "{{count}} секунды" |
|
99 | other: "{{count}} секунды" | |
100 | less_than_x_minutes: |
|
100 | less_than_x_minutes: | |
101 | one: "меньше {{count}} минуты" |
|
101 | one: "меньше {{count}} минуты" | |
102 | few: "меньше {{count}} минут" |
|
102 | few: "меньше {{count}} минут" | |
103 | many: "меньше {{count}} минут" |
|
103 | many: "меньше {{count}} минут" | |
104 | other: "меньше {{count}} минуты" |
|
104 | other: "меньше {{count}} минуты" | |
105 | x_minutes: |
|
105 | x_minutes: | |
106 | one: "{{count}} минуту" |
|
106 | one: "{{count}} минуту" | |
107 | few: "{{count}} минуты" |
|
107 | few: "{{count}} минуты" | |
108 | many: "{{count}} минут" |
|
108 | many: "{{count}} минут" | |
109 | other: "{{count}} минуты" |
|
109 | other: "{{count}} минуты" | |
110 | about_x_hours: |
|
110 | about_x_hours: | |
111 | one: "около {{count}} часа" |
|
111 | one: "около {{count}} часа" | |
112 | few: "около {{count}} часов" |
|
112 | few: "около {{count}} часов" | |
113 | many: "около {{count}} часов" |
|
113 | many: "около {{count}} часов" | |
114 | other: "около {{count}} часа" |
|
114 | other: "около {{count}} часа" | |
115 | x_days: |
|
115 | x_days: | |
116 | one: "{{count}} день" |
|
116 | one: "{{count}} день" | |
117 | few: "{{count}} дня" |
|
117 | few: "{{count}} дня" | |
118 | many: "{{count}} дней" |
|
118 | many: "{{count}} дней" | |
119 | other: "{{count}} дня" |
|
119 | other: "{{count}} дня" | |
120 | about_x_months: |
|
120 | about_x_months: | |
121 | one: "около {{count}} месяца" |
|
121 | one: "около {{count}} месяца" | |
122 | few: "около {{count}} месяцев" |
|
122 | few: "около {{count}} месяцев" | |
123 | many: "около {{count}} месяцев" |
|
123 | many: "около {{count}} месяцев" | |
124 | other: "около {{count}} месяца" |
|
124 | other: "около {{count}} месяца" | |
125 | x_months: |
|
125 | x_months: | |
126 | one: "{{count}} месяц" |
|
126 | one: "{{count}} месяц" | |
127 | few: "{{count}} месяца" |
|
127 | few: "{{count}} месяца" | |
128 | many: "{{count}} месяцев" |
|
128 | many: "{{count}} месяцев" | |
129 | other: "{{count}} месяца" |
|
129 | other: "{{count}} месяца" | |
130 | about_x_years: |
|
130 | about_x_years: | |
131 | one: "около {{count}} года" |
|
131 | one: "около {{count}} года" | |
132 | few: "около {{count}} лет" |
|
132 | few: "около {{count}} лет" | |
133 | many: "около {{count}} лет" |
|
133 | many: "около {{count}} лет" | |
134 | other: "около {{count}} лет" |
|
134 | other: "около {{count}} лет" | |
135 | over_x_years: |
|
135 | over_x_years: | |
136 | one: "больше {{count}} года" |
|
136 | one: "больше {{count}} года" | |
137 | few: "больше {{count}} лет" |
|
137 | few: "больше {{count}} лет" | |
138 | many: "больше {{count}} лет" |
|
138 | many: "больше {{count}} лет" | |
139 | other: "больше {{count}} лет" |
|
139 | other: "больше {{count}} лет" | |
140 | prompts: |
|
140 | prompts: | |
141 | year: "Год" |
|
141 | year: "Год" | |
142 | month: "Месяц" |
|
142 | month: "Месяц" | |
143 | day: "День" |
|
143 | day: "День" | |
144 | hour: "Часов" |
|
144 | hour: "Часов" | |
145 | minute: "Минут" |
|
145 | minute: "Минут" | |
146 | second: "Секунд" |
|
146 | second: "Секунд" | |
147 |
|
147 | |||
148 | activerecord: |
|
148 | activerecord: | |
149 | errors: |
|
149 | errors: | |
150 | template: |
|
150 | template: | |
151 | header: |
|
151 | header: | |
152 | one: "{{model}}: сохранение не удалось из-за {{count}} ошибки" |
|
152 | one: "{{model}}: сохранение не удалось из-за {{count}} ошибки" | |
153 | few: "{{model}}: сохранение не удалось из-за {{count}} ошибок" |
|
153 | few: "{{model}}: сохранение не удалось из-за {{count}} ошибок" | |
154 | many: "{{model}}: сохранение не удалось из-за {{count}} ошибок" |
|
154 | many: "{{model}}: сохранение не удалось из-за {{count}} ошибок" | |
155 | other: "{{model}}: сохранение не удалось из-за {{count}} ошибки" |
|
155 | other: "{{model}}: сохранение не удалось из-за {{count}} ошибки" | |
156 |
|
156 | |||
157 | body: "Проблемы возникли со следующими полями:" |
|
157 | body: "Проблемы возникли со следующими полями:" | |
158 |
|
158 | |||
159 | messages: |
|
159 | messages: | |
160 | inclusion: "имеет непредусмотренное значение" |
|
160 | inclusion: "имеет непредусмотренное значение" | |
161 | exclusion: "имеет зарезервированное значение" |
|
161 | exclusion: "имеет зарезервированное значение" | |
162 | invalid: "имеет неверное значение" |
|
162 | invalid: "имеет неверное значение" | |
163 | confirmation: "не совпадает с подтверждением" |
|
163 | confirmation: "не совпадает с подтверждением" | |
164 | accepted: "нужно подтвердить" |
|
164 | accepted: "нужно подтвердить" | |
165 | empty: "не может быть пустым" |
|
165 | empty: "не может быть пустым" | |
166 | blank: "не может быть пустым" |
|
166 | blank: "не может быть пустым" | |
167 | too_long: |
|
167 | too_long: | |
168 | one: "слишком большой длины (не может быть больше чем {{count}} символ)" |
|
168 | one: "слишком большой длины (не может быть больше чем {{count}} символ)" | |
169 | few: "слишком большой длины (не может быть больше чем {{count}} символа)" |
|
169 | few: "слишком большой длины (не может быть больше чем {{count}} символа)" | |
170 | many: "слишком большой длины (не может быть больше чем {{count}} символов)" |
|
170 | many: "слишком большой длины (не может быть больше чем {{count}} символов)" | |
171 | other: "слишком большой длины (не может быть больше чем {{count}} символа)" |
|
171 | other: "слишком большой длины (не может быть больше чем {{count}} символа)" | |
172 | too_short: |
|
172 | too_short: | |
173 | one: "недостаточной длины (не может быть меньше {{count}} символа)" |
|
173 | one: "недостаточной длины (не может быть меньше {{count}} символа)" | |
174 | few: "недостаточной длины (не может быть меньше {{count}} символов)" |
|
174 | few: "недостаточной длины (не может быть меньше {{count}} символов)" | |
175 | many: "недостаточной длины (не может быть меньше {{count}} символов)" |
|
175 | many: "недостаточной длины (не может быть меньше {{count}} символов)" | |
176 | other: "недостаточной длины (не может быть меньше {{count}} символа)" |
|
176 | other: "недостаточной длины (не может быть меньше {{count}} символа)" | |
177 | wrong_length: |
|
177 | wrong_length: | |
178 | one: "неверной длины (может быть длиной ровно {{count}} символ)" |
|
178 | one: "неверной длины (может быть длиной ровно {{count}} символ)" | |
179 | few: "неверной длины (может быть длиной ровно {{count}} символа)" |
|
179 | few: "неверной длины (может быть длиной ровно {{count}} символа)" | |
180 | many: "неверной длины (может быть длиной ровно {{count}} символов)" |
|
180 | many: "неверной длины (может быть длиной ровно {{count}} символов)" | |
181 | other: "неверной длины (может быть длиной ровно {{count}} символа)" |
|
181 | other: "неверной длины (может быть длиной ровно {{count}} символа)" | |
182 | taken: "уже существует" |
|
182 | taken: "уже существует" | |
183 | not_a_number: "не является числом" |
|
183 | not_a_number: "не является числом" | |
184 | greater_than: "может иметь значение большее {{count}}" |
|
184 | greater_than: "может иметь значение большее {{count}}" | |
185 | greater_than_or_equal_to: "может иметь значение большее или равное {{count}}" |
|
185 | greater_than_or_equal_to: "может иметь значение большее или равное {{count}}" | |
186 | equal_to: "может иметь лишь значение, равное {{count}}" |
|
186 | equal_to: "может иметь лишь значение, равное {{count}}" | |
187 | less_than: "может иметь значение меньшее чем {{count}}" |
|
187 | less_than: "может иметь значение меньшее чем {{count}}" | |
188 | less_than_or_equal_to: "может иметь значение меньшее или равное {{count}}" |
|
188 | less_than_or_equal_to: "может иметь значение меньшее или равное {{count}}" | |
189 | odd: "может иметь лишь четное значение" |
|
189 | odd: "может иметь лишь четное значение" | |
190 | even: "может иметь лишь нечетное значение" |
|
190 | even: "может иметь лишь нечетное значение" | |
191 | greater_than_start_date: "должна быть позднее даты начала" |
|
191 | greater_than_start_date: "должна быть позднее даты начала" | |
192 | not_same_project: "не относятся к одному проекту" |
|
192 | not_same_project: "не относятся к одному проекту" | |
193 | circular_dependency: "Такая связь приведет к циклической зависимости" |
|
193 | circular_dependency: "Такая связь приведет к циклической зависимости" | |
194 |
|
194 | |||
195 | support: |
|
195 | support: | |
196 | array: |
|
196 | array: | |
197 | # Rails 2.2 |
|
197 | # Rails 2.2 | |
198 | sentence_connector: "и" |
|
198 | sentence_connector: "и" | |
199 | skip_last_comma: true |
|
199 | skip_last_comma: true | |
200 |
|
200 | |||
201 | # Rails 2.3 |
|
201 | # Rails 2.3 | |
202 | words_connector: ", " |
|
202 | words_connector: ", " | |
203 | two_words_connector: " и " |
|
203 | two_words_connector: " и " | |
204 | last_word_connector: " и " |
|
204 | last_word_connector: " и " | |
205 |
|
205 | |||
206 | actionview_instancetag_blank_option: Выберите |
|
206 | actionview_instancetag_blank_option: Выберите | |
207 |
|
207 | |||
208 | button_activate: Активировать |
|
208 | button_activate: Активировать | |
209 | button_add: Добавить |
|
209 | button_add: Добавить | |
210 | button_annotate: Авторство |
|
210 | button_annotate: Авторство | |
211 | button_apply: Применить |
|
211 | button_apply: Применить | |
212 | button_archive: Архивировать |
|
212 | button_archive: Архивировать | |
213 | button_back: Назад |
|
213 | button_back: Назад | |
214 | button_cancel: Отмена |
|
214 | button_cancel: Отмена | |
215 | button_change_password: Изменить пароль |
|
215 | button_change_password: Изменить пароль | |
216 | button_change: Изменить |
|
216 | button_change: Изменить | |
217 | button_check_all: Отметить все |
|
217 | button_check_all: Отметить все | |
218 | button_clear: Очистить |
|
218 | button_clear: Очистить | |
219 | button_configure: Параметры |
|
219 | button_configure: Параметры | |
220 | button_copy: Копировать |
|
220 | button_copy: Копировать | |
221 | button_create: Создать |
|
221 | button_create: Создать | |
222 | button_create_and_continue: Создать и продолжить |
|
222 | button_create_and_continue: Создать и продолжить | |
223 | button_delete: Удалить |
|
223 | button_delete: Удалить | |
224 | button_download: Загрузить |
|
224 | button_download: Загрузить | |
225 | button_edit: Редактировать |
|
225 | button_edit: Редактировать | |
226 | button_list: Список |
|
226 | button_list: Список | |
227 | button_lock: Заблокировать |
|
227 | button_lock: Заблокировать | |
228 | button_login: Вход |
|
228 | button_login: Вход | |
229 | button_log_time: Затраченное время |
|
229 | button_log_time: Затраченное время | |
230 | button_move: Переместить |
|
230 | button_move: Переместить | |
231 | button_quote: Цитировать |
|
231 | button_quote: Цитировать | |
232 | button_rename: Переименовать |
|
232 | button_rename: Переименовать | |
233 | button_reply: Ответить |
|
233 | button_reply: Ответить | |
234 | button_reset: Перезапустить |
|
234 | button_reset: Перезапустить | |
235 | button_rollback: Вернуться к данной версии |
|
235 | button_rollback: Вернуться к данной версии | |
236 | button_save: Сохранить |
|
236 | button_save: Сохранить | |
237 | button_sort: Сортировать |
|
237 | button_sort: Сортировать | |
238 | button_submit: Принять |
|
238 | button_submit: Принять | |
239 | button_test: Проверить |
|
239 | button_test: Проверить | |
240 | button_unarchive: Разархивировать |
|
240 | button_unarchive: Разархивировать | |
241 | button_uncheck_all: Очистить |
|
241 | button_uncheck_all: Очистить | |
242 | button_unlock: Разблокировать |
|
242 | button_unlock: Разблокировать | |
243 | button_unwatch: Не следить |
|
243 | button_unwatch: Не следить | |
244 | button_update: Обновить |
|
244 | button_update: Обновить | |
245 | button_view: Просмотреть |
|
245 | button_view: Просмотреть | |
246 | button_watch: Следить |
|
246 | button_watch: Следить | |
247 |
|
247 | |||
248 | default_activity_design: Проектирование |
|
248 | default_activity_design: Проектирование | |
249 | default_activity_development: Разработка |
|
249 | default_activity_development: Разработка | |
250 | default_doc_category_tech: Техническая документация |
|
250 | default_doc_category_tech: Техническая документация | |
251 | default_doc_category_user: Документация пользователя |
|
251 | default_doc_category_user: Документация пользователя | |
252 | default_issue_status_in_progress: In Progress |
|
252 | default_issue_status_in_progress: In Progress | |
253 | default_issue_status_closed: Закрыт |
|
253 | default_issue_status_closed: Закрыт | |
254 | default_issue_status_feedback: Обратная связь |
|
254 | default_issue_status_feedback: Обратная связь | |
255 | default_issue_status_new: Новый |
|
255 | default_issue_status_new: Новый | |
256 | default_issue_status_rejected: Отказ |
|
256 | default_issue_status_rejected: Отказ | |
257 | default_issue_status_resolved: Заблокирован |
|
257 | default_issue_status_resolved: Заблокирован | |
258 | default_priority_high: Высокий |
|
258 | default_priority_high: Высокий | |
259 | default_priority_immediate: Немедленный |
|
259 | default_priority_immediate: Немедленный | |
260 | default_priority_low: Низкий |
|
260 | default_priority_low: Низкий | |
261 | default_priority_normal: Нормальный |
|
261 | default_priority_normal: Нормальный | |
262 | default_priority_urgent: Срочный |
|
262 | default_priority_urgent: Срочный | |
263 | default_role_developper: Разработчик |
|
263 | default_role_developper: Разработчик | |
264 | default_role_manager: Менеджер |
|
264 | default_role_manager: Менеджер | |
265 | default_role_reporter: Генератор отчетов |
|
265 | default_role_reporter: Генератор отчетов | |
266 | default_tracker_bug: Ошибка |
|
266 | default_tracker_bug: Ошибка | |
267 | default_tracker_feature: Улучшение |
|
267 | default_tracker_feature: Улучшение | |
268 | default_tracker_support: Поддержка |
|
268 | default_tracker_support: Поддержка | |
269 |
|
269 | |||
270 | enumeration_activities: Действия (учет времени) |
|
270 | enumeration_activities: Действия (учет времени) | |
271 | enumeration_doc_categories: Категории документов |
|
271 | enumeration_doc_categories: Категории документов | |
272 | enumeration_issue_priorities: Приоритеты задач |
|
272 | enumeration_issue_priorities: Приоритеты задач | |
273 |
|
273 | |||
274 | error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: {{value}}" |
|
274 | error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: {{value}}" | |
275 | error_issue_not_found_in_project: Задача не была найдена или не прикреплена к этому проекту |
|
275 | error_issue_not_found_in_project: Задача не была найдена или не прикреплена к этому проекту | |
276 | error_scm_annotate: "Данные отсутствуют или не могут быть подписаны." |
|
276 | error_scm_annotate: "Данные отсутствуют или не могут быть подписаны." | |
277 | error_scm_command_failed: "Ошибка доступа к хранилищу: {{value}}" |
|
277 | error_scm_command_failed: "Ошибка доступа к хранилищу: {{value}}" | |
278 | error_scm_not_found: Хранилище не содержит записи и/или исправления. |
|
278 | error_scm_not_found: Хранилище не содержит записи и/или исправления. | |
279 |
|
279 | |||
280 | field_account: Учетная запись |
|
280 | field_account: Учетная запись | |
281 | field_activity: Деятельность |
|
281 | field_activity: Деятельность | |
282 | field_admin: Администратор |
|
282 | field_admin: Администратор | |
283 | field_assignable: Задача может быть назначена этой роли |
|
283 | field_assignable: Задача может быть назначена этой роли | |
284 | field_assigned_to: Назначена |
|
284 | field_assigned_to: Назначена | |
285 | field_attr_firstname: Имя |
|
285 | field_attr_firstname: Имя | |
286 | field_attr_lastname: Фамилия |
|
286 | field_attr_lastname: Фамилия | |
287 | field_attr_login: Атрибут Регистрация |
|
287 | field_attr_login: Атрибут Регистрация | |
288 | field_attr_mail: email |
|
288 | field_attr_mail: email | |
289 | field_author: Автор |
|
289 | field_author: Автор | |
290 | field_auth_source: Режим аутентификации |
|
290 | field_auth_source: Режим аутентификации | |
291 | field_base_dn: BaseDN |
|
291 | field_base_dn: BaseDN | |
292 | field_category: Категория |
|
292 | field_category: Категория | |
293 | field_column_names: Колонки |
|
293 | field_column_names: Колонки | |
294 | field_comments: Комментарий |
|
294 | field_comments: Комментарий | |
295 | field_comments_sorting: Отображение комментариев |
|
295 | field_comments_sorting: Отображение комментариев | |
296 | field_content: Content |
|
296 | field_content: Content | |
297 | field_created_on: Создан |
|
297 | field_created_on: Создан | |
298 | field_default_value: Значение по умолчанию |
|
298 | field_default_value: Значение по умолчанию | |
299 | field_delay: Отложить |
|
299 | field_delay: Отложить | |
300 | field_description: Описание |
|
300 | field_description: Описание | |
301 | field_done_ratio: Готовность в % |
|
301 | field_done_ratio: Готовность в % | |
302 | field_downloads: Загрузки |
|
302 | field_downloads: Загрузки | |
303 | field_due_date: Дата выполнения |
|
303 | field_due_date: Дата выполнения | |
304 | field_editable: Редактируемый |
|
304 | field_editable: Редактируемый | |
305 | field_effective_date: Дата |
|
305 | field_effective_date: Дата | |
306 | field_estimated_hours: Оцененное время |
|
306 | field_estimated_hours: Оцененное время | |
307 | field_field_format: Формат |
|
307 | field_field_format: Формат | |
308 | field_filename: Файл |
|
308 | field_filename: Файл | |
309 | field_filesize: Размер |
|
309 | field_filesize: Размер | |
310 | field_firstname: Имя |
|
310 | field_firstname: Имя | |
311 | field_fixed_version: Версия |
|
311 | field_fixed_version: Версия | |
312 | field_hide_mail: Скрывать мой email |
|
312 | field_hide_mail: Скрывать мой email | |
313 | field_homepage: Стартовая страница |
|
313 | field_homepage: Стартовая страница | |
314 | field_host: Компьютер |
|
314 | field_host: Компьютер | |
315 | field_hours: час(а,ов) |
|
315 | field_hours: час(а,ов) | |
316 | field_identifier: Уникальный идентификатор |
|
316 | field_identifier: Уникальный идентификатор | |
317 | field_identity_url: OpenID URL |
|
317 | field_identity_url: OpenID URL | |
318 | field_is_closed: Задача закрыта |
|
318 | field_is_closed: Задача закрыта | |
319 | field_is_default: Значение по умолчанию |
|
319 | field_is_default: Значение по умолчанию | |
320 | field_is_filter: Используется в качестве фильтра |
|
320 | field_is_filter: Используется в качестве фильтра | |
321 | field_is_for_all: Для всех проектов |
|
321 | field_is_for_all: Для всех проектов | |
322 | field_is_in_roadmap: Задачи, отображаемые в оперативном плане |
|
322 | field_is_in_roadmap: Задачи, отображаемые в оперативном плане | |
323 | field_is_public: Общедоступный |
|
323 | field_is_public: Общедоступный | |
324 | field_is_required: Обязательное |
|
324 | field_is_required: Обязательное | |
325 | field_issue_to: Связанные задачи |
|
325 | field_issue_to: Связанные задачи | |
326 | field_issue: Задача |
|
326 | field_issue: Задача | |
327 | field_language: Язык |
|
327 | field_language: Язык | |
328 | field_last_login_on: Последнее подключение |
|
328 | field_last_login_on: Последнее подключение | |
329 | field_lastname: Фамилия |
|
329 | field_lastname: Фамилия | |
330 | field_login: Пользователь |
|
330 | field_login: Пользователь | |
331 | field_mail: Email |
|
331 | field_mail: Email | |
332 | field_mail_notification: Уведомления по email |
|
332 | field_mail_notification: Уведомления по email | |
333 | field_max_length: Максимальная длина |
|
333 | field_max_length: Максимальная длина | |
334 | field_min_length: Минимальная длина |
|
334 | field_min_length: Минимальная длина | |
335 | field_name: Имя |
|
335 | field_name: Имя | |
336 | field_new_password: Новый пароль |
|
336 | field_new_password: Новый пароль | |
337 | field_notes: Примечания |
|
337 | field_notes: Примечания | |
338 | field_onthefly: Создание пользователя на лету |
|
338 | field_onthefly: Создание пользователя на лету | |
339 | field_parent_title: Родительская страница |
|
339 | field_parent_title: Родительская страница | |
340 | field_parent: Родительский проект |
|
340 | field_parent: Родительский проект | |
341 | field_password_confirmation: Подтверждение |
|
341 | field_password_confirmation: Подтверждение | |
342 | field_password: Пароль |
|
342 | field_password: Пароль | |
343 | field_port: Порт |
|
343 | field_port: Порт | |
344 | field_possible_values: Возможные значения |
|
344 | field_possible_values: Возможные значения | |
345 | field_priority: Приоритет |
|
345 | field_priority: Приоритет | |
346 | field_project: Проект |
|
346 | field_project: Проект | |
347 | field_redirect_existing_links: Перенаправить существующие ссылки |
|
347 | field_redirect_existing_links: Перенаправить существующие ссылки | |
348 | field_regexp: Регулярное выражение |
|
348 | field_regexp: Регулярное выражение | |
349 | field_role: Роль |
|
349 | field_role: Роль | |
350 | field_searchable: Доступно для поиска |
|
350 | field_searchable: Доступно для поиска | |
351 | field_spent_on: Дата |
|
351 | field_spent_on: Дата | |
352 | field_start_date: Начало |
|
352 | field_start_date: Начало | |
353 | field_start_page: Стартовая страница |
|
353 | field_start_page: Стартовая страница | |
354 | field_status: Статус |
|
354 | field_status: Статус | |
355 | field_subject: Тема |
|
355 | field_subject: Тема | |
356 | field_subproject: Подпроект |
|
356 | field_subproject: Подпроект | |
357 | field_summary: Сводка |
|
357 | field_summary: Сводка | |
358 | field_time_zone: Часовой пояс |
|
358 | field_time_zone: Часовой пояс | |
359 | field_title: Название |
|
359 | field_title: Название | |
360 | field_tracker: Трекер |
|
360 | field_tracker: Трекер | |
361 | field_type: Тип |
|
361 | field_type: Тип | |
362 | field_updated_on: Обновлено |
|
362 | field_updated_on: Обновлено | |
363 | field_url: URL |
|
363 | field_url: URL | |
364 | field_user: Пользователь |
|
364 | field_user: Пользователь | |
365 | field_value: Значение |
|
365 | field_value: Значение | |
366 | field_version: Версия |
|
366 | field_version: Версия | |
367 | field_watcher: Наблюдатель |
|
367 | field_watcher: Наблюдатель | |
368 |
|
368 | |||
369 | general_csv_decimal_separator: '.' |
|
369 | general_csv_decimal_separator: '.' | |
370 | general_csv_encoding: UTF-8 |
|
370 | general_csv_encoding: UTF-8 | |
371 | general_csv_separator: ',' |
|
371 | general_csv_separator: ',' | |
372 | general_first_day_of_week: '1' |
|
372 | general_first_day_of_week: '1' | |
373 | general_lang_name: 'Russian (Русский)' |
|
373 | general_lang_name: 'Russian (Русский)' | |
374 | general_pdf_encoding: UTF-8 |
|
374 | general_pdf_encoding: UTF-8 | |
375 | general_text_no: 'Нет' |
|
375 | general_text_no: 'Нет' | |
376 | general_text_No: 'Нет' |
|
376 | general_text_No: 'Нет' | |
377 | general_text_yes: 'Да' |
|
377 | general_text_yes: 'Да' | |
378 | general_text_Yes: 'Да' |
|
378 | general_text_Yes: 'Да' | |
379 |
|
379 | |||
380 | gui_validation_error: 1 ошибка |
|
380 | gui_validation_error: 1 ошибка | |
381 | gui_validation_error_plural: "{{count}} ошибок" |
|
381 | gui_validation_error_plural: "{{count}} ошибок" | |
382 | gui_validation_error_plural2: "{{count}} ошибки" |
|
382 | gui_validation_error_plural2: "{{count}} ошибки" | |
383 | gui_validation_error_plural5: "{{count}} ошибок" |
|
383 | gui_validation_error_plural5: "{{count}} ошибок" | |
384 |
|
384 | |||
385 | label_activity: Активность |
|
385 | label_activity: Активность | |
386 | label_add_another_file: Добавить ещё один файл |
|
386 | label_add_another_file: Добавить ещё один файл | |
387 | label_added_time_by: "Добавил(а) {{author}} {{age}} назад" |
|
387 | label_added_time_by: "Добавил(а) {{author}} {{age}} назад" | |
388 | label_added: добавлено |
|
388 | label_added: добавлено | |
389 | label_add_note: Добавить замечание |
|
389 | label_add_note: Добавить замечание | |
390 | label_administration: Администрирование |
|
390 | label_administration: Администрирование | |
391 | label_age: Возраст |
|
391 | label_age: Возраст | |
392 | label_ago: дней(я) назад |
|
392 | label_ago: дней(я) назад | |
393 | label_all_time: всё время |
|
393 | label_all_time: всё время | |
394 | label_all_words: Все слова |
|
394 | label_all_words: Все слова | |
395 | label_all: все |
|
395 | label_all: все | |
396 | label_and_its_subprojects: "{{value}} и все подпроекты" |
|
396 | label_and_its_subprojects: "{{value}} и все подпроекты" | |
397 | label_applied_status: Применимый статус |
|
397 | label_applied_status: Применимый статус | |
398 | label_ascending: По возрастанию |
|
398 | label_ascending: По возрастанию | |
399 | label_assigned_to_me_issues: Мои задачи |
|
399 | label_assigned_to_me_issues: Мои задачи | |
400 | label_associated_revisions: Связанные редакции |
|
400 | label_associated_revisions: Связанные редакции | |
401 | label_attachment: Файл |
|
401 | label_attachment: Файл | |
402 | label_attachment_delete: Удалить файл |
|
402 | label_attachment_delete: Удалить файл | |
403 | label_attachment_new: Новый файл |
|
403 | label_attachment_new: Новый файл | |
404 | label_attachment_plural: Файлы |
|
404 | label_attachment_plural: Файлы | |
405 | label_attribute: Атрибут |
|
405 | label_attribute: Атрибут | |
406 | label_attribute_plural: Атрибуты |
|
406 | label_attribute_plural: Атрибуты | |
407 | label_authentication: Аутентификация |
|
407 | label_authentication: Аутентификация | |
408 | label_auth_source: Режим аутентификации |
|
408 | label_auth_source: Режим аутентификации | |
409 | label_auth_source_new: Новый режим аутентификации |
|
409 | label_auth_source_new: Новый режим аутентификации | |
410 | label_auth_source_plural: Режимы аутентификации |
|
410 | label_auth_source_plural: Режимы аутентификации | |
411 | label_blocked_by: заблокировано |
|
411 | label_blocked_by: заблокировано | |
412 | label_blocks: блокирует |
|
412 | label_blocks: блокирует | |
413 | label_board: Форум |
|
413 | label_board: Форум | |
414 | label_board_new: Новый форум |
|
414 | label_board_new: Новый форум | |
415 | label_board_plural: Форумы |
|
415 | label_board_plural: Форумы | |
416 | label_boolean: Логический |
|
416 | label_boolean: Логический | |
417 | label_browse: Обзор |
|
417 | label_browse: Обзор | |
418 | label_bulk_edit_selected_issues: Редактировать все выбранные вопросы |
|
418 | label_bulk_edit_selected_issues: Редактировать все выбранные вопросы | |
419 | label_calendar: Календарь |
|
419 | label_calendar: Календарь | |
420 | label_calendar_filter: Включая |
|
420 | label_calendar_filter: Включая | |
421 | label_calendar_no_assigned: не мои |
|
421 | label_calendar_no_assigned: не мои | |
422 | label_change_plural: Правки |
|
422 | label_change_plural: Правки | |
423 | label_change_properties: Изменить свойства |
|
423 | label_change_properties: Изменить свойства | |
424 | label_change_status: Изменить статус |
|
424 | label_change_status: Изменить статус | |
425 | label_change_view_all: Просмотреть все изменения |
|
425 | label_change_view_all: Просмотреть все изменения | |
426 | label_changes_details: Подробности по всем изменениям |
|
426 | label_changes_details: Подробности по всем изменениям | |
427 | label_changeset_plural: Хранилище |
|
427 | label_changeset_plural: Хранилище | |
428 | label_chronological_order: В хронологическом порядке |
|
428 | label_chronological_order: В хронологическом порядке | |
429 | label_closed_issues: закрыт |
|
429 | label_closed_issues: закрыт | |
430 | label_closed_issues_plural: закрыто |
|
430 | label_closed_issues_plural: закрыто | |
431 | label_closed_issues_plural2: закрыто |
|
431 | label_closed_issues_plural2: закрыто | |
432 | label_closed_issues_plural5: закрыто |
|
432 | label_closed_issues_plural5: закрыто | |
433 | label_comment: комментарий |
|
433 | label_comment: комментарий | |
434 | label_comment_add: Оставить комментарий |
|
434 | label_comment_add: Оставить комментарий | |
435 | label_comment_added: Добавленный комментарий |
|
435 | label_comment_added: Добавленный комментарий | |
436 | label_comment_delete: Удалить комментарии |
|
436 | label_comment_delete: Удалить комментарии | |
437 | label_comment_plural: Комментарии |
|
437 | label_comment_plural: Комментарии | |
438 | label_comment_plural2: комментария |
|
438 | label_comment_plural2: комментария | |
439 | label_comment_plural5: комментариев |
|
439 | label_comment_plural5: комментариев | |
440 | label_commits_per_author: Изменений на пользователя |
|
440 | label_commits_per_author: Изменений на пользователя | |
441 | label_commits_per_month: Изменений в месяц |
|
441 | label_commits_per_month: Изменений в месяц | |
442 | label_confirmation: Подтверждение |
|
442 | label_confirmation: Подтверждение | |
443 | label_contains: содержит |
|
443 | label_contains: содержит | |
444 | label_copied: скопировано |
|
444 | label_copied: скопировано | |
445 | label_copy_workflow_from: Скопировать последовательность действий из |
|
445 | label_copy_workflow_from: Скопировать последовательность действий из | |
446 | label_current_status: Текущий статус |
|
446 | label_current_status: Текущий статус | |
447 | label_current_version: Текущая версия |
|
447 | label_current_version: Текущая версия | |
448 | label_custom_field: Настраиваемое поле |
|
448 | label_custom_field: Настраиваемое поле | |
449 | label_custom_field_new: Новое настраиваемое поле |
|
449 | label_custom_field_new: Новое настраиваемое поле | |
450 | label_custom_field_plural: Настраиваемые поля |
|
450 | label_custom_field_plural: Настраиваемые поля | |
451 | label_date_from: С |
|
451 | label_date_from: С | |
452 | label_date_from_to: С {{start}} по {{end}} |
|
452 | label_date_from_to: С {{start}} по {{end}} | |
453 | label_date_range: временной интервал |
|
453 | label_date_range: временной интервал | |
454 | label_date_to: по |
|
454 | label_date_to: по | |
455 | label_date: Дата |
|
455 | label_date: Дата | |
456 | label_day_plural: дней(я) |
|
456 | label_day_plural: дней(я) | |
457 | label_default: По умолчанию |
|
457 | label_default: По умолчанию | |
458 | label_default_columns: Колонки по умолчанию |
|
458 | label_default_columns: Колонки по умолчанию | |
459 | label_deleted: удалено |
|
459 | label_deleted: удалено | |
460 | label_descending: По убыванию |
|
460 | label_descending: По убыванию | |
461 | label_details: Подробности |
|
461 | label_details: Подробности | |
462 | label_diff_inline: вставкой |
|
462 | label_diff_inline: вставкой | |
463 | label_diff_side_by_side: рядом |
|
463 | label_diff_side_by_side: рядом | |
464 | label_disabled: отключено |
|
464 | label_disabled: отключено | |
465 | label_display: Отображение |
|
465 | label_display: Отображение | |
466 | label_display_per_page: "На страницу: {{value}}" |
|
466 | label_display_per_page: "На страницу: {{value}}" | |
467 | label_document: Документ |
|
467 | label_document: Документ | |
468 | label_document_added: Добавлен документ |
|
468 | label_document_added: Добавлен документ | |
469 | label_document_new: Новый документ |
|
469 | label_document_new: Новый документ | |
470 | label_document_plural: Документы |
|
470 | label_document_plural: Документы | |
471 | label_download: "{{count}} загрузка" |
|
471 | label_download: "{{count}} загрузка" | |
472 | label_download_plural: "{{count}} скачиваний" |
|
472 | label_download_plural: "{{count}} скачиваний" | |
473 | label_download_plural2: "{{count}} загрузки" |
|
473 | label_download_plural2: "{{count}} загрузки" | |
474 | label_download_plural5: "{{count}} загрузок" |
|
474 | label_download_plural5: "{{count}} загрузок" | |
475 | label_downloads_abbr: Скачиваний |
|
475 | label_downloads_abbr: Скачиваний | |
476 | label_duplicated_by: дублируется |
|
476 | label_duplicated_by: дублируется | |
477 | label_duplicates: дублирует |
|
477 | label_duplicates: дублирует | |
478 | label_end_to_end: с конца к концу |
|
478 | label_end_to_end: с конца к концу | |
479 | label_end_to_start: с конца к началу |
|
479 | label_end_to_start: с конца к началу | |
480 | label_enumeration_new: Новое значение |
|
480 | label_enumeration_new: Новое значение | |
481 | label_enumerations: Справочники |
|
481 | label_enumerations: Справочники | |
482 | label_environment: Окружение |
|
482 | label_environment: Окружение | |
483 | label_equals: соответствует |
|
483 | label_equals: соответствует | |
484 | label_example: Пример |
|
484 | label_example: Пример | |
485 | label_export_to: Экспортировать в |
|
485 | label_export_to: Экспортировать в | |
486 | label_feed_plural: RSS |
|
486 | label_feed_plural: RSS | |
487 | label_feeds_access_key_created_on: "Ключ доступа RSS создан {{value}} назад" |
|
487 | label_feeds_access_key_created_on: "Ключ доступа RSS создан {{value}} назад" | |
488 | label_f_hour: "{{value}} час" |
|
488 | label_f_hour: "{{value}} час" | |
489 | label_f_hour_plural: "{{value}} часов" |
|
489 | label_f_hour_plural: "{{value}} часов" | |
490 | label_file_added: Добавлен файл |
|
490 | label_file_added: Добавлен файл | |
491 | label_file_plural: Файлы |
|
491 | label_file_plural: Файлы | |
492 | label_filter_add: Добавить фильтр |
|
492 | label_filter_add: Добавить фильтр | |
493 | label_filter_plural: Фильтры |
|
493 | label_filter_plural: Фильтры | |
494 | label_float: С плавающей точкой |
|
494 | label_float: С плавающей точкой | |
495 | label_follows: следующий |
|
495 | label_follows: следующий | |
496 | label_gantt: Диаграмма Ганта |
|
496 | label_gantt: Диаграмма Ганта | |
497 | label_general: Общее |
|
497 | label_general: Общее | |
498 | label_generate_key: Сгенерировать ключ |
|
498 | label_generate_key: Сгенерировать ключ | |
499 | label_greater_or_equal: ">=" |
|
499 | label_greater_or_equal: ">=" | |
500 | label_help: Помощь |
|
500 | label_help: Помощь | |
501 | label_history: История |
|
501 | label_history: История | |
502 | label_home: Домашняя страница |
|
502 | label_home: Домашняя страница | |
503 | label_incoming_emails: Приём сообщений |
|
503 | label_incoming_emails: Приём сообщений | |
504 | label_index_by_date: История страниц |
|
504 | label_index_by_date: История страниц | |
505 | label_index_by_title: Оглавление |
|
505 | label_index_by_title: Оглавление | |
506 | label_information_plural: Информация |
|
506 | label_information_plural: Информация | |
507 | label_information: Информация |
|
507 | label_information: Информация | |
508 | label_in_less_than: менее чем |
|
508 | label_in_less_than: менее чем | |
509 | label_in_more_than: более чем |
|
509 | label_in_more_than: более чем | |
510 | label_integer: Целый |
|
510 | label_integer: Целый | |
511 | label_internal: Внутренний |
|
511 | label_internal: Внутренний | |
512 | label_in: в |
|
512 | label_in: в | |
513 | label_issue: Задача |
|
513 | label_issue: Задача | |
514 | label_issue_added: Добавлена задача |
|
514 | label_issue_added: Добавлена задача | |
515 | label_issue_category_new: Новая категория |
|
515 | label_issue_category_new: Новая категория | |
516 | label_issue_category_plural: Категории задачи |
|
516 | label_issue_category_plural: Категории задачи | |
517 | label_issue_category: Категория задачи |
|
517 | label_issue_category: Категория задачи | |
518 | label_issue_new: Новая задача |
|
518 | label_issue_new: Новая задача | |
519 | label_issue_plural: Задачи |
|
519 | label_issue_plural: Задачи | |
520 | label_issues_by: "Сортировать по {{value}}" |
|
520 | label_issues_by: "Сортировать по {{value}}" | |
521 | label_issue_status_new: Новый статус |
|
521 | label_issue_status_new: Новый статус | |
522 | label_issue_status_plural: Статусы задачи |
|
522 | label_issue_status_plural: Статусы задачи | |
523 | label_issue_status: Статус задачи |
|
523 | label_issue_status: Статус задачи | |
524 | label_issue_tracking: Ситуация по задачам |
|
524 | label_issue_tracking: Ситуация по задачам | |
525 | label_issue_updated: Обновлена задача |
|
525 | label_issue_updated: Обновлена задача | |
526 | label_issue_view_all: Просмотреть все задачи |
|
526 | label_issue_view_all: Просмотреть все задачи | |
527 | label_issue_watchers: Наблюдатели |
|
527 | label_issue_watchers: Наблюдатели | |
528 | label_jump_to_a_project: Перейти к проекту... |
|
528 | label_jump_to_a_project: Перейти к проекту... | |
529 | label_language_based: На основе языка |
|
529 | label_language_based: На основе языка | |
530 | label_last_changes: "менее {{count}} изменений" |
|
530 | label_last_changes: "менее {{count}} изменений" | |
531 | label_last_login: Последнее подключение |
|
531 | label_last_login: Последнее подключение | |
532 | label_last_month: последний месяц |
|
532 | label_last_month: последний месяц | |
533 | label_last_n_days: "последние {{count}} дней" |
|
533 | label_last_n_days: "последние {{count}} дней" | |
534 | label_last_week: последняя неделю |
|
534 | label_last_week: последняя неделю | |
535 | label_latest_revision: Последняя редакция |
|
535 | label_latest_revision: Последняя редакция | |
536 | label_latest_revision_plural: Последние редакции |
|
536 | label_latest_revision_plural: Последние редакции | |
537 | label_ldap_authentication: Авторизация с помощью LDAP |
|
537 | label_ldap_authentication: Авторизация с помощью LDAP | |
538 | label_less_or_equal: <= |
|
538 | label_less_or_equal: <= | |
539 | label_less_than_ago: менее, чем дней(я) назад |
|
539 | label_less_than_ago: менее, чем дней(я) назад | |
540 | label_list: Список |
|
540 | label_list: Список | |
541 | label_loading: Загрузка... |
|
541 | label_loading: Загрузка... | |
542 | label_logged_as: Вошел как |
|
542 | label_logged_as: Вошел как | |
543 | label_login: Войти |
|
543 | label_login: Войти | |
544 | label_login_with_open_id_option: или войти с помощью OpenID |
|
544 | label_login_with_open_id_option: или войти с помощью OpenID | |
545 | label_logout: Выйти |
|
545 | label_logout: Выйти | |
546 | label_max_size: Максимальный размер |
|
546 | label_max_size: Максимальный размер | |
547 | label_member_new: Новый участник |
|
547 | label_member_new: Новый участник | |
548 | label_member: Участник |
|
548 | label_member: Участник | |
549 | label_member_plural: Участники |
|
549 | label_member_plural: Участники | |
550 | label_message_last: Последнее сообщение |
|
550 | label_message_last: Последнее сообщение | |
551 | label_message_new: Новое сообщение |
|
551 | label_message_new: Новое сообщение | |
552 | label_message_plural: Сообщения |
|
552 | label_message_plural: Сообщения | |
553 | label_message_posted: Добавлено сообщение |
|
553 | label_message_posted: Добавлено сообщение | |
554 | label_me: мне |
|
554 | label_me: мне | |
555 | label_min_max_length: Минимальная - максимальная длина |
|
555 | label_min_max_length: Минимальная - максимальная длина | |
556 | label_modification: "{{count}} изменение" |
|
556 | label_modification: "{{count}} изменение" | |
557 | label_modification_plural: "{{count}} изменений" |
|
557 | label_modification_plural: "{{count}} изменений" | |
558 | label_modification_plural2: "{{count}} изменения" |
|
558 | label_modification_plural2: "{{count}} изменения" | |
559 | label_modification_plural5: "{{count}} изменений" |
|
559 | label_modification_plural5: "{{count}} изменений" | |
560 | label_modified: изменено |
|
560 | label_modified: изменено | |
561 | label_module_plural: Модули |
|
561 | label_module_plural: Модули | |
562 | label_months_from: месяцев(ца) с |
|
562 | label_months_from: месяцев(ца) с | |
563 | label_month: Месяц |
|
563 | label_month: Месяц | |
564 | label_more_than_ago: более, чем дней(я) назад |
|
564 | label_more_than_ago: более, чем дней(я) назад | |
565 | label_more: Больше |
|
565 | label_more: Больше | |
566 | label_my_account: Моя учетная запись |
|
566 | label_my_account: Моя учетная запись | |
567 | label_my_page: Моя страница |
|
567 | label_my_page: Моя страница | |
568 | label_my_projects: Мои проекты |
|
568 | label_my_projects: Мои проекты | |
569 | label_new: Новый |
|
569 | label_new: Новый | |
570 | label_new_statuses_allowed: Разрешены новые статусы |
|
570 | label_new_statuses_allowed: Разрешены новые статусы | |
571 | label_news_added: Новость добавлена |
|
571 | label_news_added: Новость добавлена | |
572 | label_news_latest: Последние новости |
|
572 | label_news_latest: Последние новости | |
573 | label_news_new: Добавить новость |
|
573 | label_news_new: Добавить новость | |
574 | label_news_plural: Новости |
|
574 | label_news_plural: Новости | |
575 | label_news_view_all: Посмотреть все новости |
|
575 | label_news_view_all: Посмотреть все новости | |
576 | label_news: Новости |
|
576 | label_news: Новости | |
577 | label_next: Следующий |
|
577 | label_next: Следующий | |
578 | label_nobody: никто |
|
578 | label_nobody: никто | |
579 | label_no_change_option: (Нет изменений) |
|
579 | label_no_change_option: (Нет изменений) | |
580 | label_no_data: Нет данных для отображения |
|
580 | label_no_data: Нет данных для отображения | |
581 | label_none: отсутствует |
|
581 | label_none: отсутствует | |
582 | label_not_contains: не содержит |
|
582 | label_not_contains: не содержит | |
583 | label_not_equals: не соответствует |
|
583 | label_not_equals: не соответствует | |
584 | label_open_issues: открыт |
|
584 | label_open_issues: открыт | |
585 | label_open_issues_plural: открыто |
|
585 | label_open_issues_plural: открыто | |
586 | label_open_issues_plural2: открыто |
|
586 | label_open_issues_plural2: открыто | |
587 | label_open_issues_plural5: открыто |
|
587 | label_open_issues_plural5: открыто | |
588 | label_optional_description: Описание (опционально) |
|
588 | label_optional_description: Описание (опционально) | |
589 | label_options: Опции |
|
589 | label_options: Опции | |
590 | label_overall_activity: Сводная активность |
|
590 | label_overall_activity: Сводная активность | |
591 | label_overview: Просмотр |
|
591 | label_overview: Просмотр | |
592 | label_password_lost: Восстановление пароля |
|
592 | label_password_lost: Восстановление пароля | |
593 | label_permissions_report: Отчет о правах доступа |
|
593 | label_permissions_report: Отчет о правах доступа | |
594 | label_permissions: Права доступа |
|
594 | label_permissions: Права доступа | |
595 | label_per_page: На страницу |
|
595 | label_per_page: На страницу | |
596 | label_personalize_page: Персонализировать данную страницу |
|
596 | label_personalize_page: Персонализировать данную страницу | |
597 | label_planning: Планирование |
|
597 | label_planning: Планирование | |
598 | label_please_login: Пожалуйста, войдите. |
|
598 | label_please_login: Пожалуйста, войдите. | |
599 | label_plugins: Модули |
|
599 | label_plugins: Модули | |
600 | label_precedes: предшествует |
|
600 | label_precedes: предшествует | |
601 | label_preferences: Предпочтения |
|
601 | label_preferences: Предпочтения | |
602 | label_preview: Предварительный просмотр |
|
602 | label_preview: Предварительный просмотр | |
603 | label_previous: Предыдущий |
|
603 | label_previous: Предыдущий | |
604 | label_project: проект |
|
604 | label_project: проект | |
605 | label_project_all: Все проекты |
|
605 | label_project_all: Все проекты | |
606 | label_project_latest: Последние проекты |
|
606 | label_project_latest: Последние проекты | |
607 | label_project_new: Новый проект |
|
607 | label_project_new: Новый проект | |
608 | label_project_plural: Проекты |
|
608 | label_project_plural: Проекты | |
609 | label_project_plural2: проекта |
|
609 | label_project_plural2: проекта | |
610 | label_project_plural5: проектов |
|
610 | label_project_plural5: проектов | |
611 | label_public_projects: Общие проекты |
|
611 | label_public_projects: Общие проекты | |
612 | label_query: Сохраненный запрос |
|
612 | label_query: Сохраненный запрос | |
613 | label_query_new: Новый запрос |
|
613 | label_query_new: Новый запрос | |
614 | label_query_plural: Сохраненные запросы |
|
614 | label_query_plural: Сохраненные запросы | |
615 | label_read: Чтение... |
|
615 | label_read: Чтение... | |
616 | label_register: Регистрация |
|
616 | label_register: Регистрация | |
617 | label_registered_on: Зарегистрирован(а) |
|
617 | label_registered_on: Зарегистрирован(а) | |
618 | label_registration_activation_by_email: активация учетных записей по email |
|
618 | label_registration_activation_by_email: активация учетных записей по email | |
619 | label_registration_automatic_activation: автоматическая активация учетных записей |
|
619 | label_registration_automatic_activation: автоматическая активация учетных записей | |
620 | label_registration_manual_activation: активировать учетные записи вручную |
|
620 | label_registration_manual_activation: активировать учетные записи вручную | |
621 | label_related_issues: Связанные задачи |
|
621 | label_related_issues: Связанные задачи | |
622 | label_relates_to: связана с |
|
622 | label_relates_to: связана с | |
623 | label_relation_delete: Удалить связь |
|
623 | label_relation_delete: Удалить связь | |
624 | label_relation_new: Новое отношение |
|
624 | label_relation_new: Новое отношение | |
625 | label_renamed: переименовано |
|
625 | label_renamed: переименовано | |
626 | label_reply_plural: Ответы |
|
626 | label_reply_plural: Ответы | |
627 | label_report: Отчет |
|
627 | label_report: Отчет | |
628 | label_report_plural: Отчеты |
|
628 | label_report_plural: Отчеты | |
629 | label_reported_issues: Созданные задачи |
|
629 | label_reported_issues: Созданные задачи | |
630 | label_repository: Хранилище |
|
630 | label_repository: Хранилище | |
631 | label_repository_plural: Хранилища |
|
631 | label_repository_plural: Хранилища | |
632 | label_result_plural: Результаты |
|
632 | label_result_plural: Результаты | |
633 | label_reverse_chronological_order: В обратном порядке |
|
633 | label_reverse_chronological_order: В обратном порядке | |
634 | label_revision: Редакция |
|
634 | label_revision: Редакция | |
635 | label_revision_plural: Редакции |
|
635 | label_revision_plural: Редакции | |
636 | label_roadmap: Оперативный план |
|
636 | label_roadmap: Оперативный план | |
637 | label_roadmap_due_in: "В срок {{value}}" |
|
637 | label_roadmap_due_in: "В срок {{value}}" | |
638 | label_roadmap_no_issues: Нет задач для данной версии |
|
638 | label_roadmap_no_issues: Нет задач для данной версии | |
639 | label_roadmap_overdue: "опоздание {{value}}" |
|
639 | label_roadmap_overdue: "опоздание {{value}}" | |
640 | label_role: Роль |
|
640 | label_role: Роль | |
641 | label_role_and_permissions: Роли и права доступа |
|
641 | label_role_and_permissions: Роли и права доступа | |
642 | label_role_new: Новая роль |
|
642 | label_role_new: Новая роль | |
643 | label_role_plural: Роли |
|
643 | label_role_plural: Роли | |
644 | label_scm: 'Тип хранилища' |
|
644 | label_scm: 'Тип хранилища' | |
645 | label_search: Поиск |
|
645 | label_search: Поиск | |
646 | label_search_titles_only: Искать только в названиях |
|
646 | label_search_titles_only: Искать только в названиях | |
647 | label_send_information: Отправить пользователю информацию по учетной записи |
|
647 | label_send_information: Отправить пользователю информацию по учетной записи | |
648 | label_send_test_email: Послать email для проверки |
|
648 | label_send_test_email: Послать email для проверки | |
649 | label_settings: Настройки |
|
649 | label_settings: Настройки | |
650 | label_show_completed_versions: Показать завершенную версию |
|
650 | label_show_completed_versions: Показать завершенную версию | |
651 | label_sort: Сортировать |
|
651 | label_sort: Сортировать | |
652 | label_sort_by: "Сортировать по {{value}}" |
|
652 | label_sort_by: "Сортировать по {{value}}" | |
653 | label_sort_higher: Вверх |
|
653 | label_sort_higher: Вверх | |
654 | label_sort_highest: В начало |
|
654 | label_sort_highest: В начало | |
655 | label_sort_lower: Вниз |
|
655 | label_sort_lower: Вниз | |
656 | label_sort_lowest: В конец |
|
656 | label_sort_lowest: В конец | |
657 | label_spent_time: Затраченное время |
|
657 | label_spent_time: Затраченное время | |
658 | label_start_to_end: с начала к концу |
|
658 | label_start_to_end: с начала к концу | |
659 | label_start_to_start: с начала к началу |
|
659 | label_start_to_start: с начала к началу | |
660 | label_statistics: Статистика |
|
660 | label_statistics: Статистика | |
661 | label_stay_logged_in: Оставаться в системе |
|
661 | label_stay_logged_in: Оставаться в системе | |
662 | label_string: Текст |
|
662 | label_string: Текст | |
663 | label_subproject_plural: Подпроекты |
|
663 | label_subproject_plural: Подпроекты | |
664 | label_text: Длинный текст |
|
664 | label_text: Длинный текст | |
665 | label_theme: Тема |
|
665 | label_theme: Тема | |
666 | label_this_month: этот месяц |
|
666 | label_this_month: этот месяц | |
667 | label_this_week: на этой неделе |
|
667 | label_this_week: на этой неделе | |
668 | label_this_year: этот год |
|
668 | label_this_year: этот год | |
669 | label_time_tracking: Учет времени |
|
669 | label_time_tracking: Учет времени | |
670 | label_timelog_today: Расход времени на сегодня |
|
670 | label_timelog_today: Расход времени на сегодня | |
671 | label_today: сегодня |
|
671 | label_today: сегодня | |
672 | label_topic_plural: Темы |
|
672 | label_topic_plural: Темы | |
673 | label_total: Всего |
|
673 | label_total: Всего | |
674 | label_tracker: Трекер |
|
674 | label_tracker: Трекер | |
675 | label_tracker_new: Новый трекер |
|
675 | label_tracker_new: Новый трекер | |
676 | label_tracker_plural: Трекеры |
|
676 | label_tracker_plural: Трекеры | |
677 | label_updated_time: "Обновлено {{value}} назад" |
|
677 | label_updated_time: "Обновлено {{value}} назад" | |
678 | label_updated_time_by: "Обновлено {{author}} {{age}} назад" |
|
678 | label_updated_time_by: "Обновлено {{author}} {{age}} назад" | |
679 | label_used_by: Используется |
|
679 | label_used_by: Используется | |
680 | label_user: Пользователь |
|
680 | label_user: Пользователь | |
681 | label_user_activity: "Активность пользователя {{value}}" |
|
681 | label_user_activity: "Активность пользователя {{value}}" | |
682 | label_user_mail_no_self_notified: "Не извещать об изменениях, которые я сделал сам" |
|
682 | label_user_mail_no_self_notified: "Не извещать об изменениях, которые я сделал сам" | |
683 | label_user_mail_option_all: "О всех событиях во всех моих проектах" |
|
683 | label_user_mail_option_all: "О всех событиях во всех моих проектах" | |
684 | label_user_mail_option_none: "Только о тех событиях, которые я отслеживаю или в которых я участвую" |
|
684 | label_user_mail_option_none: "Только о тех событиях, которые я отслеживаю или в которых я участвую" | |
685 | label_user_mail_option_selected: "О всех событиях только в выбранном проекте..." |
|
685 | label_user_mail_option_selected: "О всех событиях только в выбранном проекте..." | |
686 | label_user_new: Новый пользователь |
|
686 | label_user_new: Новый пользователь | |
687 | label_user_plural: Пользователи |
|
687 | label_user_plural: Пользователи | |
688 | label_version: Версия |
|
688 | label_version: Версия | |
689 | label_version_new: Новая версия |
|
689 | label_version_new: Новая версия | |
690 | label_version_plural: Версии |
|
690 | label_version_plural: Версии | |
691 | label_view_diff: Просмотреть отличия |
|
691 | label_view_diff: Просмотреть отличия | |
692 | label_view_revisions: Просмотреть редакции |
|
692 | label_view_revisions: Просмотреть редакции | |
693 | label_watched_issues: Отслеживаемые задачи |
|
693 | label_watched_issues: Отслеживаемые задачи | |
694 | label_week: Неделя |
|
694 | label_week: Неделя | |
695 | label_wiki: Wiki |
|
695 | label_wiki: Wiki | |
696 | label_wiki_edit: Редактирование Wiki |
|
696 | label_wiki_edit: Редактирование Wiki | |
697 | label_wiki_edit_plural: Wiki |
|
697 | label_wiki_edit_plural: Wiki | |
698 | label_wiki_page: Страница Wiki |
|
698 | label_wiki_page: Страница Wiki | |
699 | label_wiki_page_plural: Страницы Wiki |
|
699 | label_wiki_page_plural: Страницы Wiki | |
700 | label_workflow: Последовательность действий |
|
700 | label_workflow: Последовательность действий | |
701 | label_x_closed_issues_abbr: |
|
701 | label_x_closed_issues_abbr: | |
702 | zero: 0 закрыто |
|
702 | zero: 0 закрыто | |
703 | one: 1 закрыт |
|
703 | one: 1 закрыт | |
704 | other: "{{count}} закрыто" |
|
704 | other: "{{count}} закрыто" | |
705 | label_x_comments: |
|
705 | label_x_comments: | |
706 | zero: нет комментариев |
|
706 | zero: нет комментариев | |
707 | one: 1 комментарий |
|
707 | one: 1 комментарий | |
708 | other: "{{count}} комментариев" |
|
708 | other: "{{count}} комментариев" | |
709 | label_x_open_issues_abbr: |
|
709 | label_x_open_issues_abbr: | |
710 | zero: 0 открыто |
|
710 | zero: 0 открыто | |
711 | one: 1 открыт |
|
711 | one: 1 открыт | |
712 | other: "{{count}} открыто" |
|
712 | other: "{{count}} открыто" | |
713 | label_x_open_issues_abbr_on_total: |
|
713 | label_x_open_issues_abbr_on_total: | |
714 | zero: 0 открыто / {{total}} |
|
714 | zero: 0 открыто / {{total}} | |
715 | one: 1 открыт / {{total}} |
|
715 | one: 1 открыт / {{total}} | |
716 | other: "{{count}} открыто / {{total}}" |
|
716 | other: "{{count}} открыто / {{total}}" | |
717 | label_x_projects: |
|
717 | label_x_projects: | |
718 | zero: нет проектов |
|
718 | zero: нет проектов | |
719 | one: 1 проект |
|
719 | one: 1 проект | |
720 | other: "{{count}} проектов" |
|
720 | other: "{{count}} проектов" | |
721 | label_year: Год |
|
721 | label_year: Год | |
722 | label_yesterday: вчера |
|
722 | label_yesterday: вчера | |
723 |
|
723 | |||
724 | mail_body_account_activation_request: "Зарегистрирован новый пользователь ({{value}}). Учетная запись ожидает Вашего утверждения:" |
|
724 | mail_body_account_activation_request: "Зарегистрирован новый пользователь ({{value}}). Учетная запись ожидает Вашего утверждения:" | |
725 | mail_body_account_information: Информация о Вашей учетной записи |
|
725 | mail_body_account_information: Информация о Вашей учетной записи | |
726 | mail_body_account_information_external: "Вы можете использовать Вашу {{value}} учетную запись для входа." |
|
726 | mail_body_account_information_external: "Вы можете использовать Вашу {{value}} учетную запись для входа." | |
727 | mail_body_lost_password: 'Для изменения пароля зайдите по следующей ссылке:' |
|
727 | mail_body_lost_password: 'Для изменения пароля зайдите по следующей ссылке:' | |
728 | mail_body_register: 'Для активации учетной записи зайдите по следующей ссылке:' |
|
728 | mail_body_register: 'Для активации учетной записи зайдите по следующей ссылке:' | |
729 | mail_body_reminder: "{{count}} назначенных на Вас задач на следующие {{days}} дней:" |
|
729 | mail_body_reminder: "{{count}} назначенных на Вас задач на следующие {{days}} дней:" | |
730 | mail_subject_account_activation_request: "Запрос на активацию пользователя в системе {{value}}" |
|
730 | mail_subject_account_activation_request: "Запрос на активацию пользователя в системе {{value}}" | |
731 | mail_subject_lost_password: "Ваш {{value}} пароль" |
|
731 | mail_subject_lost_password: "Ваш {{value}} пароль" | |
732 | mail_subject_register: "Активация учетной записи {{value}}" |
|
732 | mail_subject_register: "Активация учетной записи {{value}}" | |
733 | mail_subject_reminder: "{{count}} назначенных на Вас задач в ближайшие дни" |
|
733 | mail_subject_reminder: "{{count}} назначенных на Вас задач в ближайшие дни" | |
734 |
|
734 | |||
735 | notice_account_activated: Ваша учетная запись активирована. Вы можете войти. |
|
735 | notice_account_activated: Ваша учетная запись активирована. Вы можете войти. | |
736 | notice_account_invalid_creditentials: Неправильное имя пользователя или пароль |
|
736 | notice_account_invalid_creditentials: Неправильное имя пользователя или пароль | |
737 | notice_account_lost_email_sent: Вам отправлено письмо с инструкциями по выбору нового пароля. |
|
737 | notice_account_lost_email_sent: Вам отправлено письмо с инструкциями по выбору нового пароля. | |
738 | notice_account_password_updated: Пароль успешно обновлен. |
|
738 | notice_account_password_updated: Пароль успешно обновлен. | |
739 | notice_account_pending: "Ваша учетная запись уже создана и ожидает подтверждения администратора." |
|
739 | notice_account_pending: "Ваша учетная запись уже создана и ожидает подтверждения администратора." | |
740 | notice_account_register_done: Учетная запись успешно создана. Для активации Вашей учетной записи зайдите по ссылке, которая выслана Вам по электронной почте. |
|
740 | notice_account_register_done: Учетная запись успешно создана. Для активации Вашей учетной записи зайдите по ссылке, которая выслана Вам по электронной почте. | |
741 | notice_account_unknown_email: Неизвестный пользователь. |
|
741 | notice_account_unknown_email: Неизвестный пользователь. | |
742 | notice_account_updated: Учетная запись успешно обновлена. |
|
742 | notice_account_updated: Учетная запись успешно обновлена. | |
743 | notice_account_wrong_password: Неверный пароль |
|
743 | notice_account_wrong_password: Неверный пароль | |
744 | notice_can_t_change_password: Для данной учетной записи используется источник внешней аутентификации. Невозможно изменить пароль. |
|
744 | notice_can_t_change_password: Для данной учетной записи используется источник внешней аутентификации. Невозможно изменить пароль. | |
745 | notice_default_data_loaded: Была загружена конфигурация по умолчанию. |
|
745 | notice_default_data_loaded: Была загружена конфигурация по умолчанию. | |
746 | notice_email_error: "Во время отправки письма произошла ошибка ({{value}})" |
|
746 | notice_email_error: "Во время отправки письма произошла ошибка ({{value}})" | |
747 | notice_email_sent: "Отправлено письмо {{value}}" |
|
747 | notice_email_sent: "Отправлено письмо {{value}}" | |
748 | notice_failed_to_save_issues: "Не удалось сохранить {{count}} пункт(ов) из {{total}} выбранных: {{ids}}." |
|
748 | notice_failed_to_save_issues: "Не удалось сохранить {{count}} пункт(ов) из {{total}} выбранных: {{ids}}." | |
749 | notice_feeds_access_key_reseted: Ваш ключ доступа RSS был перезапущен. |
|
749 | notice_feeds_access_key_reseted: Ваш ключ доступа RSS был перезапущен. | |
750 | notice_file_not_found: Страница, на которую Вы пытаетесь зайти, не существует или удалена. |
|
750 | notice_file_not_found: Страница, на которую Вы пытаетесь зайти, не существует или удалена. | |
751 | notice_locking_conflict: Информация обновлена другим пользователем. |
|
751 | notice_locking_conflict: Информация обновлена другим пользователем. | |
752 | notice_no_issue_selected: "Не выбрано ни одной задачи! Пожалуйста, отметьте задачи, которые Вы хотите отредактировать." |
|
752 | notice_no_issue_selected: "Не выбрано ни одной задачи! Пожалуйста, отметьте задачи, которые Вы хотите отредактировать." | |
753 | notice_not_authorized: У Вас нет прав для посещения данной страницы. |
|
753 | notice_not_authorized: У Вас нет прав для посещения данной страницы. | |
754 | notice_successful_connection: Подключение успешно установлено. |
|
754 | notice_successful_connection: Подключение успешно установлено. | |
755 | notice_successful_create: Создание успешно завершено. |
|
755 | notice_successful_create: Создание успешно завершено. | |
756 | notice_successful_delete: Удаление успешно завершено. |
|
756 | notice_successful_delete: Удаление успешно завершено. | |
757 | notice_successful_update: Обновление успешно завершено. |
|
757 | notice_successful_update: Обновление успешно завершено. | |
758 | notice_unable_delete_version: Невозможно удалить версию. |
|
758 | notice_unable_delete_version: Невозможно удалить версию. | |
759 |
|
759 | |||
760 | permission_add_issues: Добавление задач |
|
760 | permission_add_issues: Добавление задач | |
761 | permission_add_issue_notes: Добавление примечаний |
|
761 | permission_add_issue_notes: Добавление примечаний | |
762 | permission_add_issue_watchers: Добавление наблюдателей |
|
762 | permission_add_issue_watchers: Добавление наблюдателей | |
763 | permission_add_messages: Отправка сообщений |
|
763 | permission_add_messages: Отправка сообщений | |
764 | permission_browse_repository: Просмотр хранилища |
|
764 | permission_browse_repository: Просмотр хранилища | |
765 | permission_comment_news: Комментирование новостей |
|
765 | permission_comment_news: Комментирование новостей | |
766 | permission_commit_access: Разрешение фиксации |
|
766 | permission_commit_access: Разрешение фиксации | |
767 | permission_delete_issues: Удаление задач |
|
767 | permission_delete_issues: Удаление задач | |
768 | permission_delete_messages: Удаление сообщений |
|
768 | permission_delete_messages: Удаление сообщений | |
769 | permission_delete_own_messages: Удаление собственных сообщений |
|
769 | permission_delete_own_messages: Удаление собственных сообщений | |
770 | permission_delete_wiki_pages: Удаление wiki-страниц |
|
770 | permission_delete_wiki_pages: Удаление wiki-страниц | |
771 | permission_delete_wiki_pages_attachments: Удаление прикрепленных файлов |
|
771 | permission_delete_wiki_pages_attachments: Удаление прикрепленных файлов | |
772 | permission_edit_issue_notes: Редактирование примечаний |
|
772 | permission_edit_issue_notes: Редактирование примечаний | |
773 | permission_edit_issues: Редактирование задач |
|
773 | permission_edit_issues: Редактирование задач | |
774 | permission_edit_messages: Редактирование сообщений |
|
774 | permission_edit_messages: Редактирование сообщений | |
775 | permission_edit_own_issue_notes: Редактирование собственных примечаний |
|
775 | permission_edit_own_issue_notes: Редактирование собственных примечаний | |
776 | permission_edit_own_messages: Редактирование собственных сообщений |
|
776 | permission_edit_own_messages: Редактирование собственных сообщений | |
777 | permission_edit_own_time_entries: Редактирование собственного учета времени |
|
777 | permission_edit_own_time_entries: Редактирование собственного учета времени | |
778 | permission_edit_project: Редактирование проектов |
|
778 | permission_edit_project: Редактирование проектов | |
779 | permission_edit_time_entries: Редактирование учета времени |
|
779 | permission_edit_time_entries: Редактирование учета времени | |
780 | permission_edit_wiki_pages: Редактирование wiki-страниц |
|
780 | permission_edit_wiki_pages: Редактирование wiki-страниц | |
781 | permission_log_time: Учет затраченного времени |
|
781 | permission_log_time: Учет затраченного времени | |
782 | permission_view_changesets: Просмотр изменений хранилища |
|
782 | permission_view_changesets: Просмотр изменений хранилища | |
783 | permission_view_time_entries: Просмотр затраченного времени |
|
783 | permission_view_time_entries: Просмотр затраченного времени | |
784 | permission_manage_boards: Управление форумами |
|
784 | permission_manage_boards: Управление форумами | |
785 | permission_manage_categories: Управление категориями задач |
|
785 | permission_manage_categories: Управление категориями задач | |
786 | permission_manage_documents: Управление документами |
|
786 | permission_manage_documents: Управление документами | |
787 | permission_manage_files: Управление файлами |
|
787 | permission_manage_files: Управление файлами | |
788 | permission_manage_issue_relations: Управление связыванием задач |
|
788 | permission_manage_issue_relations: Управление связыванием задач | |
789 | permission_manage_members: Управление участниками |
|
789 | permission_manage_members: Управление участниками | |
790 | permission_manage_news: Управление новостями |
|
790 | permission_manage_news: Управление новостями | |
791 | permission_manage_public_queries: Управление общими запросами |
|
791 | permission_manage_public_queries: Управление общими запросами | |
792 | permission_manage_repository: Управление хранилищем |
|
792 | permission_manage_repository: Управление хранилищем | |
793 | permission_manage_versions: Управление версиями |
|
793 | permission_manage_versions: Управление версиями | |
794 | permission_manage_wiki: Управление Wiki |
|
794 | permission_manage_wiki: Управление Wiki | |
795 | permission_move_issues: Перенос задач |
|
795 | permission_move_issues: Перенос задач | |
796 | permission_protect_wiki_pages: Блокирование wiki-страниц |
|
796 | permission_protect_wiki_pages: Блокирование wiki-страниц | |
797 | permission_rename_wiki_pages: Переименование wiki-страниц |
|
797 | permission_rename_wiki_pages: Переименование wiki-страниц | |
798 | permission_save_queries: Сохранение запросов |
|
798 | permission_save_queries: Сохранение запросов | |
799 | permission_select_project_modules: Выбор модулей проекта |
|
799 | permission_select_project_modules: Выбор модулей проекта | |
800 | permission_view_calendar: Просмотр календаря |
|
800 | permission_view_calendar: Просмотр календаря | |
801 | permission_view_documents: Просмотр документов |
|
801 | permission_view_documents: Просмотр документов | |
802 | permission_view_files: Просмотр файлов |
|
802 | permission_view_files: Просмотр файлов | |
803 | permission_view_gantt: Просмотр диаграммы Ганта |
|
803 | permission_view_gantt: Просмотр диаграммы Ганта | |
804 | permission_view_issue_watchers: Просмотр списка наблюдателей |
|
804 | permission_view_issue_watchers: Просмотр списка наблюдателей | |
805 | permission_view_messages: Просмотр сообщение |
|
805 | permission_view_messages: Просмотр сообщение | |
806 | permission_view_wiki_edits: Просмотр истории Wiki |
|
806 | permission_view_wiki_edits: Просмотр истории Wiki | |
807 | permission_view_wiki_pages: Просмотр Wiki |
|
807 | permission_view_wiki_pages: Просмотр Wiki | |
808 |
|
808 | |||
809 | project_module_boards: Форумы |
|
809 | project_module_boards: Форумы | |
810 | project_module_documents: Документы |
|
810 | project_module_documents: Документы | |
811 | project_module_files: Файлы |
|
811 | project_module_files: Файлы | |
812 | project_module_issue_tracking: Задачи |
|
812 | project_module_issue_tracking: Задачи | |
813 | project_module_news: Новости |
|
813 | project_module_news: Новости | |
814 | project_module_repository: Хранилище |
|
814 | project_module_repository: Хранилище | |
815 | project_module_time_tracking: Учет времени |
|
815 | project_module_time_tracking: Учет времени | |
816 | project_module_wiki: Wiki |
|
816 | project_module_wiki: Wiki | |
817 |
|
817 | |||
818 | setting_activity_days_default: Количество дней, отображаемых в Активности |
|
818 | setting_activity_days_default: Количество дней, отображаемых в Активности | |
819 | setting_app_subtitle: Подзаголовок приложения |
|
819 | setting_app_subtitle: Подзаголовок приложения | |
820 | setting_app_title: Название приложения |
|
820 | setting_app_title: Название приложения | |
821 | setting_attachment_max_size: Максимальный размер вложения |
|
821 | setting_attachment_max_size: Максимальный размер вложения | |
822 | setting_autofetch_changesets: Автоматически следить за изменениями хранилища |
|
822 | setting_autofetch_changesets: Автоматически следить за изменениями хранилища | |
823 | setting_autologin: Автоматический вход |
|
823 | setting_autologin: Автоматический вход | |
824 | setting_bcc_recipients: Использовать скрытые списки (bcc) |
|
824 | setting_bcc_recipients: Использовать скрытые списки (bcc) | |
825 | setting_commit_fix_keywords: Назначение ключевых слов |
|
825 | setting_commit_fix_keywords: Назначение ключевых слов | |
826 | setting_commit_logs_encoding: Кодировка комментариев в хранилище |
|
826 | setting_commit_logs_encoding: Кодировка комментариев в хранилище | |
827 | setting_commit_ref_keywords: Ключевые слова для поиска |
|
827 | setting_commit_ref_keywords: Ключевые слова для поиска | |
828 | setting_cross_project_issue_relations: Разрешить пересечение задач по проектам |
|
828 | setting_cross_project_issue_relations: Разрешить пересечение задач по проектам | |
829 | setting_date_format: Формат даты |
|
829 | setting_date_format: Формат даты | |
830 | setting_default_language: Язык по умолчанию |
|
830 | setting_default_language: Язык по умолчанию | |
831 | setting_default_projects_public: Новые проекты являются общедоступными |
|
831 | setting_default_projects_public: Новые проекты являются общедоступными | |
832 | setting_diff_max_lines_displayed: Максимальное число строк для diff |
|
832 | setting_diff_max_lines_displayed: Максимальное число строк для diff | |
833 | setting_display_subprojects_issues: Отображение подпроектов по умолчанию |
|
833 | setting_display_subprojects_issues: Отображение подпроектов по умолчанию | |
834 | setting_emails_footer: Подстрочные примечания Email |
|
834 | setting_emails_footer: Подстрочные примечания Email | |
835 | setting_enabled_scm: Разрешенные SCM |
|
835 | setting_enabled_scm: Разрешенные SCM | |
836 | setting_feeds_limit: Ограничение количества заголовков для RSS потока |
|
836 | setting_feeds_limit: Ограничение количества заголовков для RSS потока | |
837 | setting_file_max_size_displayed: Максимальный размер текстового файла для отображения |
|
837 | setting_file_max_size_displayed: Максимальный размер текстового файла для отображения | |
838 | setting_gravatar_enabled: Использовать аватар пользователя из Gravatar |
|
838 | setting_gravatar_enabled: Использовать аватар пользователя из Gravatar | |
839 | setting_host_name: Имя компьютера |
|
839 | setting_host_name: Имя компьютера | |
840 | setting_issue_list_default_columns: Колонки, отображаемые в списке задач по умолчанию |
|
840 | setting_issue_list_default_columns: Колонки, отображаемые в списке задач по умолчанию | |
841 | setting_issues_export_limit: Ограничение по экспортируемым задачам |
|
841 | setting_issues_export_limit: Ограничение по экспортируемым задачам | |
842 | setting_login_required: Необходима аутентификация |
|
842 | setting_login_required: Необходима аутентификация | |
843 | setting_mail_from: email адрес для передачи информации |
|
843 | setting_mail_from: email адрес для передачи информации | |
844 | setting_mail_handler_api_enabled: Включить веб-сервис для входящих сообщений |
|
844 | setting_mail_handler_api_enabled: Включить веб-сервис для входящих сообщений | |
845 | setting_mail_handler_api_key: API ключ |
|
845 | setting_mail_handler_api_key: API ключ | |
846 | setting_openid: Разрешить OpenID для входа и регистрации |
|
846 | setting_openid: Разрешить OpenID для входа и регистрации | |
847 | setting_per_page_options: Количество строк на страницу |
|
847 | setting_per_page_options: Количество строк на страницу | |
848 | setting_plain_text_mail: Только простой текст (без HTML) |
|
848 | setting_plain_text_mail: Только простой текст (без HTML) | |
849 | setting_protocol: Протокол |
|
849 | setting_protocol: Протокол | |
850 | setting_repositories_encodings: Кодировки хранилища |
|
850 | setting_repositories_encodings: Кодировки хранилища | |
851 | setting_repository_log_display_limit: Максимальное количество редакций, отображаемых в журнале изменений |
|
851 | setting_repository_log_display_limit: Максимальное количество редакций, отображаемых в журнале изменений | |
852 | setting_self_registration: Возможна саморегистрация |
|
852 | setting_self_registration: Возможна саморегистрация | |
853 | setting_sequential_project_identifiers: Генерировать последовательные идентификаторы проектов |
|
853 | setting_sequential_project_identifiers: Генерировать последовательные идентификаторы проектов | |
854 | setting_sys_api_enabled: Включить веб-сервис для управления хранилищем |
|
854 | setting_sys_api_enabled: Включить веб-сервис для управления хранилищем | |
855 | setting_text_formatting: Форматирование текста |
|
855 | setting_text_formatting: Форматирование текста | |
856 | setting_time_format: Формат времени |
|
856 | setting_time_format: Формат времени | |
857 | setting_user_format: Формат отображения имени |
|
857 | setting_user_format: Формат отображения имени | |
858 | setting_welcome_text: Текст приветствия |
|
858 | setting_welcome_text: Текст приветствия | |
859 | setting_wiki_compression: Сжатие истории Wiki |
|
859 | setting_wiki_compression: Сжатие истории Wiki | |
860 |
|
860 | |||
861 | status_active: активен |
|
861 | status_active: активен | |
862 | status_locked: заблокирован |
|
862 | status_locked: заблокирован | |
863 | status_registered: зарегистрирован |
|
863 | status_registered: зарегистрирован | |
864 |
|
864 | |||
865 | text_are_you_sure: Подтвердите |
|
865 | text_are_you_sure: Подтвердите | |
866 | text_assign_time_entries_to_project: Прикрепить зарегистрированное время к проекту |
|
866 | text_assign_time_entries_to_project: Прикрепить зарегистрированное время к проекту | |
867 | text_caracters_maximum: "Максимум {{count}} символов(а)." |
|
867 | text_caracters_maximum: "Максимум {{count}} символов(а)." | |
868 | text_caracters_minimum: "Должно быть не менее {{count}} символов." |
|
868 | text_caracters_minimum: "Должно быть не менее {{count}} символов." | |
869 | text_comma_separated: Допустимы несколько значений (через запятую). |
|
869 | text_comma_separated: Допустимы несколько значений (через запятую). | |
870 | text_custom_field_possible_values_info: 'По одному значению в каждой строке' |
|
870 | text_custom_field_possible_values_info: 'По одному значению в каждой строке' | |
871 | text_default_administrator_account_changed: Учетная запись администратора по умолчанию изменена |
|
871 | text_default_administrator_account_changed: Учетная запись администратора по умолчанию изменена | |
872 | text_destroy_time_entries_question: Вы собираетесь удалить {{hours}} часа(ов), прикрепленных за этой задачей. |
|
872 | text_destroy_time_entries_question: Вы собираетесь удалить {{hours}} часа(ов), прикрепленных за этой задачей. | |
873 | text_destroy_time_entries: Удалить зарегистрированное время |
|
873 | text_destroy_time_entries: Удалить зарегистрированное время | |
874 | text_diff_truncated: '... Этот diff ограничен, так как превышает максимальный отображаемый размер.' |
|
874 | text_diff_truncated: '... Этот diff ограничен, так как превышает максимальный отображаемый размер.' | |
875 | text_email_delivery_not_configured: "Параметры работы с почтовым сервером не настроены и функция уведомления по email не активна.\nНастроить параметры для Вашего SMTP-сервера Вы можете в файле config/email.yml. Для применения изменений перезапустите приложение." |
|
875 | text_email_delivery_not_configured: "Параметры работы с почтовым сервером не настроены и функция уведомления по email не активна.\nНастроить параметры для Вашего SMTP-сервера Вы можете в файле config/email.yml. Для применения изменений перезапустите приложение." | |
876 | text_enumeration_category_reassign_to: 'Назначить им следующее значение:' |
|
876 | text_enumeration_category_reassign_to: 'Назначить им следующее значение:' | |
877 | text_enumeration_destroy_question: "{{count}} объект(а,ов) связаны с этим значением." |
|
877 | text_enumeration_destroy_question: "{{count}} объект(а,ов) связаны с этим значением." | |
878 | text_file_repository_writable: Хранилище с доступом на запись |
|
878 | text_file_repository_writable: Хранилище с доступом на запись | |
879 | text_issue_added: "По задаче {{id}} был создан отчет ({{author}})." |
|
879 | text_issue_added: "По задаче {{id}} был создан отчет ({{author}})." | |
880 | text_issue_category_destroy_assignments: Удалить назначения категории |
|
880 | text_issue_category_destroy_assignments: Удалить назначения категории | |
881 | text_issue_category_destroy_question: "Несколько задач ({{count}}) назначено в данную категорию. Что Вы хотите предпринять?" |
|
881 | text_issue_category_destroy_question: "Несколько задач ({{count}}) назначено в данную категорию. Что Вы хотите предпринять?" | |
882 | text_issue_category_reassign_to: Переназначить задачи для данной категории |
|
882 | text_issue_category_reassign_to: Переназначить задачи для данной категории | |
883 | text_issues_destroy_confirmation: 'Вы уверены, что хотите удалить выбранные задачи?' |
|
883 | text_issues_destroy_confirmation: 'Вы уверены, что хотите удалить выбранные задачи?' | |
884 | text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений |
|
884 | text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений | |
885 | text_issue_updated: "Задача {{id}} была обновлена ({{author}})." |
|
885 | text_issue_updated: "Задача {{id}} была обновлена ({{author}})." | |
886 | text_journal_changed: "Параметр {{label}} изменился с {{old}} на {{new}}" |
|
886 | text_journal_changed: "Параметр {{label}} изменился с {{old}} на {{new}}" | |
887 | text_journal_deleted: "Значение {{old}} параметра {{label}} удалено" |
|
887 | text_journal_deleted: "Значение {{old}} параметра {{label}} удалено" | |
888 | text_journal_set_to: "Параметр {{label}} изменился на {{value}}" |
|
888 | text_journal_set_to: "Параметр {{label}} изменился на {{value}}" | |
889 | text_length_between: "Длина между {{min}} и {{max}} символов." |
|
889 | text_length_between: "Длина между {{min}} и {{max}} символов." | |
890 | text_load_default_configuration: Загрузить конфигурацию по умолчанию |
|
890 | text_load_default_configuration: Загрузить конфигурацию по умолчанию | |
891 | text_min_max_length_info: 0 означает отсутствие запретов |
|
891 | text_min_max_length_info: 0 означает отсутствие запретов | |
892 | text_no_configuration_data: "Роли, трекеры, статусы задач и оперативный план не были сконфигурированы.\nНастоятельно рекомендуется загрузить конфигурацию по-умолчанию. Вы сможете её изменить потом." |
|
892 | text_no_configuration_data: "Роли, трекеры, статусы задач и оперативный план не были сконфигурированы.\nНастоятельно рекомендуется загрузить конфигурацию по-умолчанию. Вы сможете её изменить потом." | |
893 | text_plugin_assets_writable: Каталог для плагинов доступен по записи |
|
893 | text_plugin_assets_writable: Каталог для плагинов доступен по записи | |
894 | text_project_destroy_confirmation: Вы настаиваете на удалении данного проекта и всей относящейся к нему информации? |
|
894 | text_project_destroy_confirmation: Вы настаиваете на удалении данного проекта и всей относящейся к нему информации? | |
895 | text_project_identifier_info: 'Допустимы строчные буквы (a-z), цифры и дефис.<br />Сохраненный идентификатор не может быть изменен.' |
|
895 | text_project_identifier_info: 'Допустимы строчные буквы (a-z), цифры и дефис.<br />Сохраненный идентификатор не может быть изменен.' | |
896 | text_reassign_time_entries: 'Перенести зарегистрированное время на следующую задачу:' |
|
896 | text_reassign_time_entries: 'Перенести зарегистрированное время на следующую задачу:' | |
897 | text_regexp_info: напр. ^[A-Z0-9]+$ |
|
897 | text_regexp_info: напр. ^[A-Z0-9]+$ | |
898 | text_repository_usernames_mapping: "Выберите или обновите пользователя Redmine, связанного с найденными именами в журнале хранилица.\nПользователи с одинаковыми именами или email в Redmine и хранилище связываются автоматически." |
|
898 | text_repository_usernames_mapping: "Выберите или обновите пользователя Redmine, связанного с найденными именами в журнале хранилица.\nПользователи с одинаковыми именами или email в Redmine и хранилище связываются автоматически." | |
899 | text_rmagick_available: Доступно использование RMagick (опционально) |
|
899 | text_rmagick_available: Доступно использование RMagick (опционально) | |
900 | text_select_mail_notifications: Выберите действия, на которые будет отсылаться уведомление на электронную почту. |
|
900 | text_select_mail_notifications: Выберите действия, на которые будет отсылаться уведомление на электронную почту. | |
901 | text_select_project_modules: 'Выберите модули, которые будут использованы в проекте:' |
|
901 | text_select_project_modules: 'Выберите модули, которые будут использованы в проекте:' | |
902 | text_status_changed_by_changeset: "Реализовано в {{value}} редакции." |
|
902 | text_status_changed_by_changeset: "Реализовано в {{value}} редакции." | |
903 | text_subprojects_destroy_warning: "Подпроекты: {{value}} также будут удалены." |
|
903 | text_subprojects_destroy_warning: "Подпроекты: {{value}} также будут удалены." | |
904 | text_tip_task_begin_day: дата начала задачи |
|
904 | text_tip_task_begin_day: дата начала задачи | |
905 | text_tip_task_begin_end_day: начало задачи и окончание ее в этот день |
|
905 | text_tip_task_begin_end_day: начало задачи и окончание ее в этот день | |
906 | text_tip_task_end_day: дата завершения задачи |
|
906 | text_tip_task_end_day: дата завершения задачи | |
907 | text_tracker_no_workflow: Для этого трекера последовательность действий не определена |
|
907 | text_tracker_no_workflow: Для этого трекера последовательность действий не определена | |
908 | text_unallowed_characters: Запрещенные символы |
|
908 | text_unallowed_characters: Запрещенные символы | |
909 | text_user_mail_option: "Для невыбранных проектов, Вы будете получать уведомления только о том что просматриваете или в чем участвуете (например, вопросы, автором которых Вы являетесь или которые Вам назначены)." |
|
909 | text_user_mail_option: "Для невыбранных проектов, Вы будете получать уведомления только о том что просматриваете или в чем участвуете (например, вопросы, автором которых Вы являетесь или которые Вам назначены)." | |
910 | text_user_wrote: "{{value}} писал(а):" |
|
910 | text_user_wrote: "{{value}} писал(а):" | |
911 | text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную Wiki и все ее содержимое? |
|
911 | text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную Wiki и все ее содержимое? | |
912 | text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний |
|
912 | text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний | |
913 |
|
913 | |||
914 | warning_attachments_not_saved: "{{count}} файл(ов) невозможно сохранить." |
|
914 | warning_attachments_not_saved: "{{count}} файл(ов) невозможно сохранить." | |
915 | text_wiki_page_destroy_question: Эта страница имеет {{descendants}} дочерних страниц и их потомков. Что вы хотите сделать? |
|
915 | text_wiki_page_destroy_question: Эта страница имеет {{descendants}} дочерних страниц и их потомков. Что вы хотите сделать? | |
916 | text_wiki_page_reassign_children: Переопределить дочерние страницы на текущую страницу |
|
916 | text_wiki_page_reassign_children: Переопределить дочерние страницы на текущую страницу | |
917 | text_wiki_page_nullify_children: Сделать дочерние страницы главными страницами |
|
917 | text_wiki_page_nullify_children: Сделать дочерние страницы главными страницами | |
918 | text_wiki_page_destroy_children: Удалить дочерние страницы и всех их потомков |
|
918 | text_wiki_page_destroy_children: Удалить дочерние страницы и всех их потомков | |
919 | setting_password_min_length: Минимальная длина пароля |
|
919 | setting_password_min_length: Минимальная длина пароля | |
920 | field_group_by: Группировать результаты по |
|
920 | field_group_by: Группировать результаты по | |
921 | mail_subject_wiki_content_updated: "Wiki-страница '{{page}}' была обновлена" |
|
921 | mail_subject_wiki_content_updated: "Wiki-страница '{{page}}' была обновлена" | |
922 | label_wiki_content_added: Добавлена wiki-страница |
|
922 | label_wiki_content_added: Добавлена wiki-страница | |
923 | mail_subject_wiki_content_added: "Wiki-страница '{{page}}' была добавлена" |
|
923 | mail_subject_wiki_content_added: "Wiki-страница '{{page}}' была добавлена" | |
924 | mail_body_wiki_content_added: "{{author}} добавил(а) wiki-страницу '{{page}}'." |
|
924 | mail_body_wiki_content_added: "{{author}} добавил(а) wiki-страницу '{{page}}'." | |
925 | label_wiki_content_updated: Обновлена wiki-страница |
|
925 | label_wiki_content_updated: Обновлена wiki-страница | |
926 | mail_body_wiki_content_updated: "{{author}} обновил(а) wiki-страницу '{{page}}'." |
|
926 | mail_body_wiki_content_updated: "{{author}} обновил(а) wiki-страницу '{{page}}'." | |
927 | permission_add_project: Создание проекта |
|
927 | permission_add_project: Создание проекта | |
928 | setting_new_project_user_role_id: Роль, назначаемая пользователю, создавшему проект |
|
928 | setting_new_project_user_role_id: Роль, назначаемая пользователю, создавшему проект | |
929 | label_view_all_revisions: Показать все ревизии |
|
929 | label_view_all_revisions: Показать все ревизии | |
930 | label_tag: Метка |
|
930 | label_tag: Метка | |
931 | label_branch: Ветвь |
|
931 | label_branch: Ветвь | |
932 | error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта. |
|
932 | error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта. | |
933 | error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи"). |
|
933 | error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи"). | |
934 | label_group_plural: Группы |
|
934 | label_group_plural: Группы | |
935 | label_group: Группа |
|
935 | label_group: Группа | |
936 | label_group_new: Новая группа |
|
936 | label_group_new: Новая группа | |
937 | label_time_entry_plural: Затраченное время |
|
937 | label_time_entry_plural: Затраченное время | |
938 | text_journal_added: "{{label}} {{value}} добавлен" |
|
938 | text_journal_added: "{{label}} {{value}} добавлен" | |
939 | field_active: Активно |
|
939 | field_active: Активно | |
940 | enumeration_system_activity: Системная активность |
|
940 | enumeration_system_activity: Системная активность | |
941 | permission_delete_issue_watchers: Удалить наблюдателей |
|
941 | permission_delete_issue_watchers: Удалить наблюдателей | |
942 | version_status_closed: закрыт |
|
942 | version_status_closed: закрыт | |
943 | version_status_locked: заблокирован |
|
943 | version_status_locked: заблокирован | |
944 | version_status_open: открыт |
|
944 | version_status_open: открыт | |
945 | error_can_not_reopen_issue_on_closed_version: Задача, назначенная к закрытой версии, не сможет быть открыта снова |
|
945 | error_can_not_reopen_issue_on_closed_version: Задача, назначенная к закрытой версии, не сможет быть открыта снова | |
946 | label_user_anonymous: Аноним |
|
946 | label_user_anonymous: Аноним | |
947 | button_move_and_follow: Переместить и перейти |
|
947 | button_move_and_follow: Переместить и перейти | |
948 | setting_default_projects_modules: Включенные по умолчанию модули для новых проектов |
|
948 | setting_default_projects_modules: Включенные по умолчанию модули для новых проектов | |
949 | setting_gravatar_default: Изображение Gravatar по умолчанию |
|
949 | setting_gravatar_default: Изображение Gravatar по умолчанию | |
950 | field_sharing: Sharing |
|
950 | field_sharing: Совместное использование | |
951 |
label_version_sharing_hierarchy: |
|
951 | label_version_sharing_hierarchy: С иерархией проектов | |
952 |
label_version_sharing_system: |
|
952 | label_version_sharing_system: Со всеми проектами | |
953 |
label_version_sharing_descendants: |
|
953 | label_version_sharing_descendants: С подпроектами | |
954 |
label_version_sharing_tree: |
|
954 | label_version_sharing_tree: С деревом проектов | |
955 |
label_version_sharing_none: |
|
955 | label_version_sharing_none: Без совместного использования | |
956 | error_can_not_archive_project: This project can not be archived |
|
956 | error_can_not_archive_project: Этот проект не может быть архивирован | |
957 |
button_duplicate: |
|
957 | button_duplicate: Дублировать | |
958 |
button_copy_and_follow: |
|
958 | button_copy_and_follow: Копировать и продолжить | |
959 |
label_copy_source: |
|
959 | label_copy_source: Источник | |
960 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
960 | setting_issue_done_ratio: Calculate the issue done ratio with | |
961 | setting_issue_done_ratio_issue_status: Use the issue status |
|
961 | setting_issue_done_ratio_issue_status: Use the issue status | |
962 | error_issue_done_ratios_not_updated: Issue done ratios not updated. |
|
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 | setting_issue_done_ratio_issue_field: Use the issue field |
|
964 | setting_issue_done_ratio_issue_field: Use the issue field | |
965 |
label_copy_same_as_target: |
|
965 | label_copy_same_as_target: То же, что и у цели | |
966 |
label_copy_target: |
|
966 | label_copy_target: Цель | |
967 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
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 | label_update_issue_done_ratios: Update issue done ratios |
|
969 | label_update_issue_done_ratios: Update issue done ratios | |
970 | setting_start_of_week: Start calendars on |
|
970 | setting_start_of_week: Start calendars on |
@@ -1,953 +1,955 | |||||
1 | # Chinese (Taiwan) translations for Ruby on Rails |
|
1 | # Chinese (Taiwan) translations for Ruby on Rails | |
2 | # by tsechingho (http://github.com/tsechingho) |
|
2 | # by tsechingho (http://github.com/tsechingho) | |
3 | # See http://github.com/svenfuchs/rails-i18n/ for details. |
|
3 | # See http://github.com/svenfuchs/rails-i18n/ for details. | |
4 |
|
4 | |||
5 | "zh-TW": |
|
5 | "zh-TW": | |
6 | date: |
|
6 | date: | |
7 | formats: |
|
7 | formats: | |
8 | # Use the strftime parameters for formats. |
|
8 | # Use the strftime parameters for formats. | |
9 | # When no format has been given, it uses default. |
|
9 | # When no format has been given, it uses default. | |
10 | # You can provide other formats here if you like! |
|
10 | # You can provide other formats here if you like! | |
11 | default: "%Y-%m-%d" |
|
11 | default: "%Y-%m-%d" | |
12 | short: "%b%d日" |
|
12 | short: "%b%d日" | |
13 | long: "%Y年%b%d日" |
|
13 | long: "%Y年%b%d日" | |
14 |
|
14 | |||
15 | day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六] |
|
15 | day_names: [星期日, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六] | |
16 | abbr_day_names: [日, 一, 二, 三, 四, 五, 六] |
|
16 | abbr_day_names: [日, 一, 二, 三, 四, 五, 六] | |
17 |
|
17 | |||
18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
19 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] |
|
19 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] | |
20 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
20 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] | |
21 | # 使用於 date_select 與 datime_select. |
|
21 | # 使用於 date_select 與 datime_select. | |
22 | order: [ :year, :month, :day ] |
|
22 | order: [ :year, :month, :day ] | |
23 |
|
23 | |||
24 | time: |
|
24 | time: | |
25 | formats: |
|
25 | formats: | |
26 | default: "%Y年%b%d日 %A %H:%M:%S %Z" |
|
26 | default: "%Y年%b%d日 %A %H:%M:%S %Z" | |
27 | time: "%H:%M" |
|
27 | time: "%H:%M" | |
28 | short: "%b%d日 %H:%M" |
|
28 | short: "%b%d日 %H:%M" | |
29 | long: "%Y年%b%d日 %H:%M" |
|
29 | long: "%Y年%b%d日 %H:%M" | |
30 | am: "AM" |
|
30 | am: "AM" | |
31 | pm: "PM" |
|
31 | pm: "PM" | |
32 |
|
32 | |||
33 | # 使用於 array.to_sentence. |
|
33 | # 使用於 array.to_sentence. | |
34 | support: |
|
34 | support: | |
35 | array: |
|
35 | array: | |
36 | words_connector: ", " |
|
36 | words_connector: ", " | |
37 | two_words_connector: " 和 " |
|
37 | two_words_connector: " 和 " | |
38 | last_word_connector: ", 和 " |
|
38 | last_word_connector: ", 和 " | |
39 | sentence_connector: "且" |
|
39 | sentence_connector: "且" | |
40 | skip_last_comma: false |
|
40 | skip_last_comma: false | |
41 |
|
41 | |||
42 | number: |
|
42 | number: | |
43 | # 使用於 number_with_delimiter() |
|
43 | # 使用於 number_with_delimiter() | |
44 | # 同時也是 'currency', 'percentage', 'precision', 與 'human' 的預設值 |
|
44 | # 同時也是 'currency', 'percentage', 'precision', 與 'human' 的預設值 | |
45 | format: |
|
45 | format: | |
46 | # 設定小數點分隔字元,以使用更高的準確度 (例如: 1.0 / 2.0 == 0.5) |
|
46 | # 設定小數點分隔字元,以使用更高的準確度 (例如: 1.0 / 2.0 == 0.5) | |
47 | separator: "." |
|
47 | separator: "." | |
48 | # 千分位符號 (例如:一百萬是 1,000,000) (均以三個位數來分組) |
|
48 | # 千分位符號 (例如:一百萬是 1,000,000) (均以三個位數來分組) | |
49 | delimiter: "," |
|
49 | delimiter: "," | |
50 | # 小數點分隔字元後之精確位數 (數字 1 搭配 2 位精確位數為: 1.00) |
|
50 | # 小數點分隔字元後之精確位數 (數字 1 搭配 2 位精確位數為: 1.00) | |
51 | precision: 3 |
|
51 | precision: 3 | |
52 |
|
52 | |||
53 | # 使用於 number_to_currency() |
|
53 | # 使用於 number_to_currency() | |
54 | currency: |
|
54 | currency: | |
55 | format: |
|
55 | format: | |
56 | # 貨幣符號的位置? %u 是貨幣符號, %n 是數值 (預設值: $5.00) |
|
56 | # 貨幣符號的位置? %u 是貨幣符號, %n 是數值 (預設值: $5.00) | |
57 | format: "%u%n" |
|
57 | format: "%u%n" | |
58 | unit: "NT$" |
|
58 | unit: "NT$" | |
59 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
59 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 | |
60 | separator: "." |
|
60 | separator: "." | |
61 | delimiter: "," |
|
61 | delimiter: "," | |
62 | precision: 2 |
|
62 | precision: 2 | |
63 |
|
63 | |||
64 | # 使用於 number_to_percentage() |
|
64 | # 使用於 number_to_percentage() | |
65 | percentage: |
|
65 | percentage: | |
66 | format: |
|
66 | format: | |
67 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
67 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 | |
68 | # separator: |
|
68 | # separator: | |
69 | delimiter: "" |
|
69 | delimiter: "" | |
70 | # precision: |
|
70 | # precision: | |
71 |
|
71 | |||
72 | # 使用於 number_to_precision() |
|
72 | # 使用於 number_to_precision() | |
73 | precision: |
|
73 | precision: | |
74 | format: |
|
74 | format: | |
75 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
75 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 | |
76 | # separator: |
|
76 | # separator: | |
77 | delimiter: "" |
|
77 | delimiter: "" | |
78 | # precision: |
|
78 | # precision: | |
79 |
|
79 | |||
80 | # 使用於 number_to_human_size() |
|
80 | # 使用於 number_to_human_size() | |
81 | human: |
|
81 | human: | |
82 | format: |
|
82 | format: | |
83 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 |
|
83 | # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 | |
84 | # separator: |
|
84 | # separator: | |
85 | delimiter: "" |
|
85 | delimiter: "" | |
86 | precision: 1 |
|
86 | precision: 1 | |
87 | # 儲存單位輸出格式. |
|
87 | # 儲存單位輸出格式. | |
88 | # %u 是儲存單位, %n 是數值 (預設值: 2 MB) |
|
88 | # %u 是儲存單位, %n 是數值 (預設值: 2 MB) | |
89 | storage_units: |
|
89 | storage_units: | |
90 | format: "%n %u" |
|
90 | format: "%n %u" | |
91 | units: |
|
91 | units: | |
92 | byte: |
|
92 | byte: | |
93 | one: "位元組 (B)" |
|
93 | one: "位元組 (B)" | |
94 | other: "位元組 (B)" |
|
94 | other: "位元組 (B)" | |
95 | kb: "KB" |
|
95 | kb: "KB" | |
96 | mb: "MB" |
|
96 | mb: "MB" | |
97 | gb: "GB" |
|
97 | gb: "GB" | |
98 | tb: "TB" |
|
98 | tb: "TB" | |
99 |
|
99 | |||
100 | # 使用於 distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() |
|
100 | # 使用於 distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() | |
101 | datetime: |
|
101 | datetime: | |
102 | distance_in_words: |
|
102 | distance_in_words: | |
103 | half_a_minute: "半分鐘" |
|
103 | half_a_minute: "半分鐘" | |
104 | less_than_x_seconds: |
|
104 | less_than_x_seconds: | |
105 | one: "小於 1 秒" |
|
105 | one: "小於 1 秒" | |
106 | other: "小於 {{count}} 秒" |
|
106 | other: "小於 {{count}} 秒" | |
107 | x_seconds: |
|
107 | x_seconds: | |
108 | one: "1 秒" |
|
108 | one: "1 秒" | |
109 | other: "{{count}} 秒" |
|
109 | other: "{{count}} 秒" | |
110 | less_than_x_minutes: |
|
110 | less_than_x_minutes: | |
111 | one: "小於 1 分鐘" |
|
111 | one: "小於 1 分鐘" | |
112 | other: "小於 {{count}} 分鐘" |
|
112 | other: "小於 {{count}} 分鐘" | |
113 | x_minutes: |
|
113 | x_minutes: | |
114 | one: "1 分鐘" |
|
114 | one: "1 分鐘" | |
115 | other: "{{count}} 分鐘" |
|
115 | other: "{{count}} 分鐘" | |
116 | about_x_hours: |
|
116 | about_x_hours: | |
117 | one: "約 1 小時" |
|
117 | one: "約 1 小時" | |
118 | other: "約 {{count}} 小時" |
|
118 | other: "約 {{count}} 小時" | |
119 | x_days: |
|
119 | x_days: | |
120 | one: "1 天" |
|
120 | one: "1 天" | |
121 | other: "{{count}} 天" |
|
121 | other: "{{count}} 天" | |
122 | about_x_months: |
|
122 | about_x_months: | |
123 | one: "約 1 個月" |
|
123 | one: "約 1 個月" | |
124 | other: "約 {{count}} 個月" |
|
124 | other: "約 {{count}} 個月" | |
125 | x_months: |
|
125 | x_months: | |
126 | one: "1 個月" |
|
126 | one: "1 個月" | |
127 | other: "{{count}} 個月" |
|
127 | other: "{{count}} 個月" | |
128 | about_x_years: |
|
128 | about_x_years: | |
129 | one: "約 1 年" |
|
129 | one: "約 1 年" | |
130 | other: "約 {{count}} 年" |
|
130 | other: "約 {{count}} 年" | |
131 | over_x_years: |
|
131 | over_x_years: | |
132 | one: "超過 1 年" |
|
132 | one: "超過 1 年" | |
133 | other: "超過 {{count}} 年" |
|
133 | other: "超過 {{count}} 年" | |
134 | prompts: |
|
134 | prompts: | |
135 | year: "年" |
|
135 | year: "年" | |
136 | month: "月" |
|
136 | month: "月" | |
137 | day: "日" |
|
137 | day: "日" | |
138 | hour: "時" |
|
138 | hour: "時" | |
139 | minute: "分" |
|
139 | minute: "分" | |
140 | second: "秒" |
|
140 | second: "秒" | |
141 |
|
141 | |||
142 | activerecord: |
|
142 | activerecord: | |
143 | errors: |
|
143 | errors: | |
144 | template: |
|
144 | template: | |
145 | header: |
|
145 | header: | |
146 | one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。" |
|
146 | one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。" | |
147 | other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。" |
|
147 | other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。" | |
148 | # The variable :count is also available |
|
148 | # The variable :count is also available | |
149 | body: "下面所列欄位有問題:" |
|
149 | body: "下面所列欄位有問題:" | |
150 | # The values :model, :attribute and :value are always available for interpolation |
|
150 | # The values :model, :attribute and :value are always available for interpolation | |
151 | # The value :count is available when applicable. Can be used for pluralization. |
|
151 | # The value :count is available when applicable. Can be used for pluralization. | |
152 | messages: |
|
152 | messages: | |
153 | inclusion: "沒有包含在列表中" |
|
153 | inclusion: "沒有包含在列表中" | |
154 | exclusion: "是被保留的" |
|
154 | exclusion: "是被保留的" | |
155 | invalid: "是無效的" |
|
155 | invalid: "是無效的" | |
156 | confirmation: "不符合確認值" |
|
156 | confirmation: "不符合確認值" | |
157 | accepted: "必须是可被接受的" |
|
157 | accepted: "必须是可被接受的" | |
158 | empty: "不能留空" |
|
158 | empty: "不能留空" | |
159 | blank: "不能是空白字元" |
|
159 | blank: "不能是空白字元" | |
160 | too_long: "過長(最長是 {{count}} 個字)" |
|
160 | too_long: "過長(最長是 {{count}} 個字)" | |
161 | too_short: "過短(最短是 {{count}} 個字)" |
|
161 | too_short: "過短(最短是 {{count}} 個字)" | |
162 | wrong_length: "字數錯誤(必須是 {{count}} 個字)" |
|
162 | wrong_length: "字數錯誤(必須是 {{count}} 個字)" | |
163 | taken: "已經被使用" |
|
163 | taken: "已經被使用" | |
164 | not_a_number: "不是數字" |
|
164 | not_a_number: "不是數字" | |
165 | greater_than: "必須大於 {{count}}" |
|
165 | greater_than: "必須大於 {{count}}" | |
166 | greater_than_or_equal_to: "必須大於或等於 {{count}}" |
|
166 | greater_than_or_equal_to: "必須大於或等於 {{count}}" | |
167 | equal_to: "必須等於 {{count}}" |
|
167 | equal_to: "必須等於 {{count}}" | |
168 | less_than: "必須小於 {{count}}" |
|
168 | less_than: "必須小於 {{count}}" | |
169 | less_than_or_equal_to: "必須小於或等於 {{count}}" |
|
169 | less_than_or_equal_to: "必須小於或等於 {{count}}" | |
170 | odd: "必須是奇數" |
|
170 | odd: "必須是奇數" | |
171 | even: "必須是偶數" |
|
171 | even: "必須是偶數" | |
172 | # Append your own errors here or at the model/attributes scope. |
|
172 | # Append your own errors here or at the model/attributes scope. | |
173 | greater_than_start_date: "必須在起始日期之後" |
|
173 | greater_than_start_date: "必須在起始日期之後" | |
174 | not_same_project: "不屬於同一個專案" |
|
174 | not_same_project: "不屬於同一個專案" | |
175 | circular_dependency: "這個關聯會導致環狀相依" |
|
175 | circular_dependency: "這個關聯會導致環狀相依" | |
176 |
|
176 | |||
177 | # You can define own errors for models or model attributes. |
|
177 | # You can define own errors for models or model attributes. | |
178 | # The values :model, :attribute and :value are always available for interpolation. |
|
178 | # The values :model, :attribute and :value are always available for interpolation. | |
179 | # |
|
179 | # | |
180 | # For example, |
|
180 | # For example, | |
181 | # models: |
|
181 | # models: | |
182 | # user: |
|
182 | # user: | |
183 | # blank: "This is a custom blank message for {{model}}: {{attribute}}" |
|
183 | # blank: "This is a custom blank message for {{model}}: {{attribute}}" | |
184 | # attributes: |
|
184 | # attributes: | |
185 | # login: |
|
185 | # login: | |
186 | # blank: "This is a custom blank message for User login" |
|
186 | # blank: "This is a custom blank message for User login" | |
187 | # Will define custom blank validation message for User model and |
|
187 | # Will define custom blank validation message for User model and | |
188 | # custom blank validation message for login attribute of User model. |
|
188 | # custom blank validation message for login attribute of User model. | |
189 | #models: |
|
189 | #models: | |
190 |
|
190 | |||
191 | # Translate model names. Used in Model.human_name(). |
|
191 | # Translate model names. Used in Model.human_name(). | |
192 | #models: |
|
192 | #models: | |
193 | # For example, |
|
193 | # For example, | |
194 | # user: "Dude" |
|
194 | # user: "Dude" | |
195 | # will translate User model name to "Dude" |
|
195 | # will translate User model name to "Dude" | |
196 |
|
196 | |||
197 | # Translate model attribute names. Used in Model.human_attribute_name(attribute). |
|
197 | # Translate model attribute names. Used in Model.human_attribute_name(attribute). | |
198 | #attributes: |
|
198 | #attributes: | |
199 | # For example, |
|
199 | # For example, | |
200 | # user: |
|
200 | # user: | |
201 | # login: "Handle" |
|
201 | # login: "Handle" | |
202 | # will translate User attribute "login" as "Handle" |
|
202 | # will translate User attribute "login" as "Handle" | |
203 |
|
203 | |||
204 | actionview_instancetag_blank_option: 請選擇 |
|
204 | actionview_instancetag_blank_option: 請選擇 | |
205 |
|
205 | |||
206 | general_text_No: '否' |
|
206 | general_text_No: '否' | |
207 | general_text_Yes: '是' |
|
207 | general_text_Yes: '是' | |
208 | general_text_no: '否' |
|
208 | general_text_no: '否' | |
209 | general_text_yes: '是' |
|
209 | general_text_yes: '是' | |
210 | general_lang_name: 'Traditional Chinese (繁體中文)' |
|
210 | general_lang_name: 'Traditional Chinese (繁體中文)' | |
211 | general_csv_separator: ',' |
|
211 | general_csv_separator: ',' | |
212 | general_csv_decimal_separator: '.' |
|
212 | general_csv_decimal_separator: '.' | |
213 | general_csv_encoding: Big5 |
|
213 | general_csv_encoding: Big5 | |
214 | general_pdf_encoding: Big5 |
|
214 | general_pdf_encoding: Big5 | |
215 | general_first_day_of_week: '7' |
|
215 | general_first_day_of_week: '7' | |
216 |
|
216 | |||
217 | notice_account_updated: 帳戶更新資訊已儲存 |
|
217 | notice_account_updated: 帳戶更新資訊已儲存 | |
218 | notice_account_invalid_creditentials: 帳戶或密碼不正確 |
|
218 | notice_account_invalid_creditentials: 帳戶或密碼不正確 | |
219 | notice_account_password_updated: 帳戶新密碼已儲存 |
|
219 | notice_account_password_updated: 帳戶新密碼已儲存 | |
220 | notice_account_wrong_password: 密碼不正確 |
|
220 | notice_account_wrong_password: 密碼不正確 | |
221 | notice_account_register_done: 帳號已建立成功。欲啟用您的帳號,請點擊系統確認信函中的啟用連結。 |
|
221 | notice_account_register_done: 帳號已建立成功。欲啟用您的帳號,請點擊系統確認信函中的啟用連結。 | |
222 | notice_account_unknown_email: 未知的使用者 |
|
222 | notice_account_unknown_email: 未知的使用者 | |
223 | notice_can_t_change_password: 這個帳號使用外部認證方式,無法變更其密碼。 |
|
223 | notice_can_t_change_password: 這個帳號使用外部認證方式,無法變更其密碼。 | |
224 | notice_account_lost_email_sent: 包含選擇新密碼指示的電子郵件,已經寄出給您。 |
|
224 | notice_account_lost_email_sent: 包含選擇新密碼指示的電子郵件,已經寄出給您。 | |
225 | notice_account_activated: 您的帳號已經啟用,可用它登入系統。 |
|
225 | notice_account_activated: 您的帳號已經啟用,可用它登入系統。 | |
226 | notice_successful_create: 建立成功 |
|
226 | notice_successful_create: 建立成功 | |
227 | notice_successful_update: 更新成功 |
|
227 | notice_successful_update: 更新成功 | |
228 | notice_successful_delete: 刪除成功 |
|
228 | notice_successful_delete: 刪除成功 | |
229 | notice_successful_connection: 連線成功 |
|
229 | notice_successful_connection: 連線成功 | |
230 | notice_file_not_found: 您想要存取的頁面已經不存在或被搬移至其他位置。 |
|
230 | notice_file_not_found: 您想要存取的頁面已經不存在或被搬移至其他位置。 | |
231 | notice_locking_conflict: 資料已被其他使用者更新。 |
|
231 | notice_locking_conflict: 資料已被其他使用者更新。 | |
232 | notice_not_authorized: 你未被授權存取此頁面。 |
|
232 | notice_not_authorized: 你未被授權存取此頁面。 | |
233 | notice_email_sent: "郵件已經成功寄送至以下收件者: {{value}}" |
|
233 | notice_email_sent: "郵件已經成功寄送至以下收件者: {{value}}" | |
234 | notice_email_error: "寄送郵件的過程中發生錯誤 ({{value}})" |
|
234 | notice_email_error: "寄送郵件的過程中發生錯誤 ({{value}})" | |
235 | notice_feeds_access_key_reseted: 您的 RSS 存取鍵已被重新設定。 |
|
235 | notice_feeds_access_key_reseted: 您的 RSS 存取鍵已被重新設定。 | |
236 | notice_failed_to_save_issues: " {{count}} 個項目儲存失敗 (總共選取 {{total}} 個項目): {{ids}}." |
|
236 | notice_failed_to_save_issues: " {{count}} 個項目儲存失敗 (總共選取 {{total}} 個項目): {{ids}}." | |
237 | notice_no_issue_selected: "未選擇任何項目!請勾選您想要編輯的項目。" |
|
237 | notice_no_issue_selected: "未選擇任何項目!請勾選您想要編輯的項目。" | |
238 | notice_account_pending: "您的帳號已經建立,正在等待管理員的審核。" |
|
238 | notice_account_pending: "您的帳號已經建立,正在等待管理員的審核。" | |
239 | notice_default_data_loaded: 預設組態已載入成功。 |
|
239 | notice_default_data_loaded: 預設組態已載入成功。 | |
240 | notice_unable_delete_version: 無法刪除版本。 |
|
240 | notice_unable_delete_version: 無法刪除版本。 | |
241 |
|
241 | |||
242 | error_can_t_load_default_data: "無法載入預設組態: {{value}}" |
|
242 | error_can_t_load_default_data: "無法載入預設組態: {{value}}" | |
243 | error_scm_not_found: SCM 儲存庫中找不到這個專案或版本。 |
|
243 | error_scm_not_found: SCM 儲存庫中找不到這個專案或版本。 | |
244 | error_scm_command_failed: "嘗試存取儲存庫時發生錯誤: {{value}}" |
|
244 | error_scm_command_failed: "嘗試存取儲存庫時發生錯誤: {{value}}" | |
245 | error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。" |
|
245 | error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。" | |
246 | error_issue_not_found_in_project: '該項目不存在或不屬於此專案' |
|
246 | error_issue_not_found_in_project: '該項目不存在或不屬於此專案' | |
247 | error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。' |
|
247 | error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。' | |
248 | error_no_default_issue_status: '尚未定義項目狀態的預設值。請您前往「網站管理」->「項目狀態清單」頁面,檢查相關組態設定。' |
|
248 | error_no_default_issue_status: '尚未定義項目狀態的預設值。請您前往「網站管理」->「項目狀態清單」頁面,檢查相關組態設定。' | |
249 | error_can_not_reopen_issue_on_closed_version: '指派給「已結束」版本的項目,無法再將其狀態變更為「進行中」' |
|
249 | error_can_not_reopen_issue_on_closed_version: '指派給「已結束」版本的項目,無法再將其狀態變更為「進行中」' | |
|
250 | error_can_not_archive_project: 此專案無法被歸檔 | |||
250 |
|
251 | |||
251 | warning_attachments_not_saved: "{{count}} 個附加檔案無法儲存。" |
|
252 | warning_attachments_not_saved: "{{count}} 個附加檔案無法儲存。" | |
252 |
|
253 | |||
253 | mail_subject_lost_password: 您的 Redmine 網站密碼 |
|
254 | mail_subject_lost_password: 您的 Redmine 網站密碼 | |
254 | mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' |
|
255 | mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' | |
255 | mail_subject_register: 啟用您的 Redmine 帳號 |
|
256 | mail_subject_register: 啟用您的 Redmine 帳號 | |
256 | mail_body_register: '欲啟用您的 Redmine 帳號, 請點選以下鏈結:' |
|
257 | mail_body_register: '欲啟用您的 Redmine 帳號, 請點選以下鏈結:' | |
257 | mail_body_account_information_external: "您可以使用 {{value}} 帳號登入 Redmine 網站。" |
|
258 | mail_body_account_information_external: "您可以使用 {{value}} 帳號登入 Redmine 網站。" | |
258 | mail_body_account_information: 您的 Redmine 帳號資訊 |
|
259 | mail_body_account_information: 您的 Redmine 帳號資訊 | |
259 | mail_subject_account_activation_request: Redmine 帳號啟用需求通知 |
|
260 | mail_subject_account_activation_request: Redmine 帳號啟用需求通知 | |
260 | mail_body_account_activation_request: "有位新用戶 ({{value}}) 已經完成註冊,正等候您的審核:" |
|
261 | mail_body_account_activation_request: "有位新用戶 ({{value}}) 已經完成註冊,正等候您的審核:" | |
261 | mail_subject_reminder: "您有 {{count}} 個項目即將到期" |
|
262 | mail_subject_reminder: "您有 {{count}} 個項目即將到期" | |
262 | mail_body_reminder: "{{count}} 個指派給您的項目,將於 {{days}} 天之內到期:" |
|
263 | mail_body_reminder: "{{count}} 個指派給您的項目,將於 {{days}} 天之內到期:" | |
263 | mail_subject_wiki_content_added: "'{{page}}' wiki 頁面已被新增" |
|
264 | mail_subject_wiki_content_added: "'{{page}}' wiki 頁面已被新增" | |
264 | mail_body_wiki_content_added: "The '{{page}}' wiki 頁面已被 {{author}} 新增。" |
|
265 | mail_body_wiki_content_added: "The '{{page}}' wiki 頁面已被 {{author}} 新增。" | |
265 | mail_subject_wiki_content_updated: "'{{page}}' wiki 頁面已被更新" |
|
266 | mail_subject_wiki_content_updated: "'{{page}}' wiki 頁面已被更新" | |
266 | mail_body_wiki_content_updated: "The '{{page}}' wiki 頁面已被 {{author}} 更新。" |
|
267 | mail_body_wiki_content_updated: "The '{{page}}' wiki 頁面已被 {{author}} 更新。" | |
267 |
|
268 | |||
268 | gui_validation_error: 1 個錯誤 |
|
269 | gui_validation_error: 1 個錯誤 | |
269 | gui_validation_error_plural: "{{count}} 個錯誤" |
|
270 | gui_validation_error_plural: "{{count}} 個錯誤" | |
270 |
|
271 | |||
271 | field_name: 名稱 |
|
272 | field_name: 名稱 | |
272 | field_description: 概述 |
|
273 | field_description: 概述 | |
273 | field_summary: 摘要 |
|
274 | field_summary: 摘要 | |
274 | field_is_required: 必填 |
|
275 | field_is_required: 必填 | |
275 | field_firstname: 名字 |
|
276 | field_firstname: 名字 | |
276 | field_lastname: 姓氏 |
|
277 | field_lastname: 姓氏 | |
277 | field_mail: 電子郵件 |
|
278 | field_mail: 電子郵件 | |
278 | field_filename: 檔案名稱 |
|
279 | field_filename: 檔案名稱 | |
279 | field_filesize: 大小 |
|
280 | field_filesize: 大小 | |
280 | field_downloads: 下載次數 |
|
281 | field_downloads: 下載次數 | |
281 | field_author: 作者 |
|
282 | field_author: 作者 | |
282 | field_created_on: 建立日期 |
|
283 | field_created_on: 建立日期 | |
283 | field_updated_on: 更新 |
|
284 | field_updated_on: 更新 | |
284 | field_field_format: 格式 |
|
285 | field_field_format: 格式 | |
285 | field_is_for_all: 給全部的專案 |
|
286 | field_is_for_all: 給全部的專案 | |
286 | field_possible_values: 可能值 |
|
287 | field_possible_values: 可能值 | |
287 | field_regexp: 正規表示式 |
|
288 | field_regexp: 正規表示式 | |
288 | field_min_length: 最小長度 |
|
289 | field_min_length: 最小長度 | |
289 | field_max_length: 最大長度 |
|
290 | field_max_length: 最大長度 | |
290 | field_value: 值 |
|
291 | field_value: 值 | |
291 | field_category: 分類 |
|
292 | field_category: 分類 | |
292 | field_title: 標題 |
|
293 | field_title: 標題 | |
293 | field_project: 專案 |
|
294 | field_project: 專案 | |
294 | field_issue: 項目 |
|
295 | field_issue: 項目 | |
295 | field_status: 狀態 |
|
296 | field_status: 狀態 | |
296 | field_notes: 筆記 |
|
297 | field_notes: 筆記 | |
297 | field_is_closed: 項目結束 |
|
298 | field_is_closed: 項目結束 | |
298 | field_is_default: 預設值 |
|
299 | field_is_default: 預設值 | |
299 | field_tracker: 追蹤標籤 |
|
300 | field_tracker: 追蹤標籤 | |
300 | field_subject: 主旨 |
|
301 | field_subject: 主旨 | |
301 | field_due_date: 完成日期 |
|
302 | field_due_date: 完成日期 | |
302 | field_assigned_to: 分派給 |
|
303 | field_assigned_to: 分派給 | |
303 | field_priority: 優先權 |
|
304 | field_priority: 優先權 | |
304 | field_fixed_version: 版本 |
|
305 | field_fixed_version: 版本 | |
305 | field_user: 用戶 |
|
306 | field_user: 用戶 | |
306 | field_role: 角色 |
|
307 | field_role: 角色 | |
307 | field_homepage: 網站首頁 |
|
308 | field_homepage: 網站首頁 | |
308 | field_is_public: 公開 |
|
309 | field_is_public: 公開 | |
309 | field_parent: 父專案 |
|
310 | field_parent: 父專案 | |
|
311 | field_is_in_chlog: 項目顯示於變更記錄中 | |||
310 | field_is_in_roadmap: 項目顯示於版本藍圖中 |
|
312 | field_is_in_roadmap: 項目顯示於版本藍圖中 | |
311 | field_login: 帳戶名稱 |
|
313 | field_login: 帳戶名稱 | |
312 | field_mail_notification: 電子郵件提醒選項 |
|
314 | field_mail_notification: 電子郵件提醒選項 | |
313 | field_admin: 管理者 |
|
315 | field_admin: 管理者 | |
314 | field_last_login_on: 最近連線日期 |
|
316 | field_last_login_on: 最近連線日期 | |
315 | field_language: 語系 |
|
317 | field_language: 語系 | |
316 | field_effective_date: 日期 |
|
318 | field_effective_date: 日期 | |
317 | field_password: 目前密碼 |
|
319 | field_password: 目前密碼 | |
318 | field_new_password: 新密碼 |
|
320 | field_new_password: 新密碼 | |
319 | field_password_confirmation: 確認新密碼 |
|
321 | field_password_confirmation: 確認新密碼 | |
320 | field_version: 版本 |
|
322 | field_version: 版本 | |
321 | field_type: Type |
|
323 | field_type: Type | |
322 | field_host: Host |
|
324 | field_host: Host | |
323 | field_port: 連接埠 |
|
325 | field_port: 連接埠 | |
324 | field_account: 帳戶 |
|
326 | field_account: 帳戶 | |
325 | field_base_dn: Base DN |
|
327 | field_base_dn: Base DN | |
326 | field_attr_login: 登入屬性 |
|
328 | field_attr_login: 登入屬性 | |
327 | field_attr_firstname: 名字屬性 |
|
329 | field_attr_firstname: 名字屬性 | |
328 | field_attr_lastname: 姓氏屬性 |
|
330 | field_attr_lastname: 姓氏屬性 | |
329 | field_attr_mail: 電子郵件信箱屬性 |
|
331 | field_attr_mail: 電子郵件信箱屬性 | |
330 | field_onthefly: 即時建立使用者 |
|
332 | field_onthefly: 即時建立使用者 | |
331 | field_start_date: 開始日期 |
|
333 | field_start_date: 開始日期 | |
332 | field_done_ratio: 完成百分比 |
|
334 | field_done_ratio: 完成百分比 | |
333 | field_auth_source: 認證模式 |
|
335 | field_auth_source: 認證模式 | |
334 | field_hide_mail: 隱藏我的電子郵件 |
|
336 | field_hide_mail: 隱藏我的電子郵件 | |
335 | field_comments: 註解 |
|
337 | field_comments: 註解 | |
336 | field_url: 網址 |
|
338 | field_url: 網址 | |
337 | field_start_page: 首頁 |
|
339 | field_start_page: 首頁 | |
338 | field_subproject: 子專案 |
|
340 | field_subproject: 子專案 | |
339 | field_hours: 小時 |
|
341 | field_hours: 小時 | |
340 | field_activity: 活動 |
|
342 | field_activity: 活動 | |
341 | field_spent_on: 日期 |
|
343 | field_spent_on: 日期 | |
342 | field_identifier: 代碼 |
|
344 | field_identifier: 代碼 | |
343 | field_is_filter: 用來作為過濾器 |
|
345 | field_is_filter: 用來作為過濾器 | |
344 | field_issue_to: 相關項目 |
|
346 | field_issue_to: 相關項目 | |
345 | field_delay: 逾期 |
|
347 | field_delay: 逾期 | |
346 | field_assignable: 項目可被分派至此角色 |
|
348 | field_assignable: 項目可被分派至此角色 | |
347 | field_redirect_existing_links: 重新導向現有連結 |
|
349 | field_redirect_existing_links: 重新導向現有連結 | |
348 | field_estimated_hours: 預估工時 |
|
350 | field_estimated_hours: 預估工時 | |
349 | field_column_names: 欄位 |
|
351 | field_column_names: 欄位 | |
350 | field_time_zone: 時區 |
|
352 | field_time_zone: 時區 | |
351 | field_searchable: 可用做搜尋條件 |
|
353 | field_searchable: 可用做搜尋條件 | |
352 | field_default_value: 預設值 |
|
354 | field_default_value: 預設值 | |
353 | field_comments_sorting: 註解排序 |
|
355 | field_comments_sorting: 註解排序 | |
354 | field_parent_title: 父頁面 |
|
356 | field_parent_title: 父頁面 | |
355 | field_editable: 可編輯 |
|
357 | field_editable: 可編輯 | |
356 | field_watcher: 觀察者 |
|
358 | field_watcher: 觀察者 | |
357 | field_identity_url: OpenID 網址 |
|
359 | field_identity_url: OpenID 網址 | |
358 | field_content: 內容 |
|
360 | field_content: 內容 | |
359 | field_group_by: 結果分組方式 |
|
361 | field_group_by: 結果分組方式 | |
|
362 | field_sharing: 共用 | |||
360 |
|
363 | |||
361 | setting_app_title: 標題 |
|
364 | setting_app_title: 標題 | |
362 | setting_app_subtitle: 副標題 |
|
365 | setting_app_subtitle: 副標題 | |
363 | setting_welcome_text: 歡迎詞 |
|
366 | setting_welcome_text: 歡迎詞 | |
364 | setting_default_language: 預設語系 |
|
367 | setting_default_language: 預設語系 | |
365 | setting_login_required: 需要驗證 |
|
368 | setting_login_required: 需要驗證 | |
366 | setting_self_registration: 註冊選項 |
|
369 | setting_self_registration: 註冊選項 | |
367 | setting_attachment_max_size: 附件大小限制 |
|
370 | setting_attachment_max_size: 附件大小限制 | |
368 | setting_issues_export_limit: 項目匯出限制 |
|
371 | setting_issues_export_limit: 項目匯出限制 | |
369 | setting_mail_from: 寄件者電子郵件 |
|
372 | setting_mail_from: 寄件者電子郵件 | |
370 | setting_bcc_recipients: 使用密件副本 (BCC) |
|
373 | setting_bcc_recipients: 使用密件副本 (BCC) | |
371 | setting_plain_text_mail: 純文字郵件 (不含 HTML) |
|
374 | setting_plain_text_mail: 純文字郵件 (不含 HTML) | |
372 | setting_host_name: 主機名稱 |
|
375 | setting_host_name: 主機名稱 | |
373 | setting_text_formatting: 文字格式 |
|
376 | setting_text_formatting: 文字格式 | |
374 | setting_wiki_compression: 壓縮 Wiki 歷史文章 |
|
377 | setting_wiki_compression: 壓縮 Wiki 歷史文章 | |
375 | setting_feeds_limit: RSS 新聞限制 |
|
378 | setting_feeds_limit: RSS 新聞限制 | |
376 | setting_autofetch_changesets: 自動取得送交版次 |
|
379 | setting_autofetch_changesets: 自動取得送交版次 | |
377 | setting_default_projects_public: 新建立之專案預設為「公開」 |
|
380 | setting_default_projects_public: 新建立之專案預設為「公開」 | |
378 | setting_sys_api_enabled: 啟用管理版本庫之網頁服務 (Web Service) |
|
381 | setting_sys_api_enabled: 啟用管理版本庫之網頁服務 (Web Service) | |
379 | setting_commit_ref_keywords: 送交用於參照項目之關鍵字 |
|
382 | setting_commit_ref_keywords: 送交用於參照項目之關鍵字 | |
380 | setting_commit_fix_keywords: 送交用於修正項目之關鍵字 |
|
383 | setting_commit_fix_keywords: 送交用於修正項目之關鍵字 | |
381 | setting_autologin: 自動登入 |
|
384 | setting_autologin: 自動登入 | |
382 | setting_date_format: 日期格式 |
|
385 | setting_date_format: 日期格式 | |
383 | setting_time_format: 時間格式 |
|
386 | setting_time_format: 時間格式 | |
384 | setting_cross_project_issue_relations: 允許關聯至其它專案的項目 |
|
387 | setting_cross_project_issue_relations: 允許關聯至其它專案的項目 | |
385 | setting_issue_list_default_columns: 預設顯示於項目清單的欄位 |
|
388 | setting_issue_list_default_columns: 預設顯示於項目清單的欄位 | |
386 | setting_repositories_encodings: 版本庫編碼 |
|
389 | setting_repositories_encodings: 版本庫編碼 | |
387 | setting_commit_logs_encoding: 送交訊息編碼 |
|
390 | setting_commit_logs_encoding: 送交訊息編碼 | |
388 | setting_emails_footer: 電子郵件附帶說明 |
|
391 | setting_emails_footer: 電子郵件附帶說明 | |
389 | setting_protocol: 協定 |
|
392 | setting_protocol: 協定 | |
390 | setting_per_page_options: 每頁顯示個數選項 |
|
393 | setting_per_page_options: 每頁顯示個數選項 | |
391 | setting_user_format: 使用者顯示格式 |
|
394 | setting_user_format: 使用者顯示格式 | |
392 | setting_activity_days_default: 專案活動顯示天數 |
|
395 | setting_activity_days_default: 專案活動顯示天數 | |
393 | setting_display_subprojects_issues: 預設於父專案中顯示子專案的項目 |
|
396 | setting_display_subprojects_issues: 預設於父專案中顯示子專案的項目 | |
394 | setting_enabled_scm: 啟用的 SCM |
|
397 | setting_enabled_scm: 啟用的 SCM | |
395 | setting_mail_handler_api_enabled: 啟用處理傳入電子郵件的服務 |
|
398 | setting_mail_handler_api_enabled: 啟用處理傳入電子郵件的服務 | |
396 | setting_mail_handler_api_key: API 金鑰 |
|
399 | setting_mail_handler_api_key: API 金鑰 | |
397 | setting_sequential_project_identifiers: 循序產生專案識別碼 |
|
400 | setting_sequential_project_identifiers: 循序產生專案識別碼 | |
398 | setting_gravatar_enabled: 啟用 Gravatar 全球認證大頭像 |
|
401 | setting_gravatar_enabled: 啟用 Gravatar 全球認證大頭像 | |
399 | setting_gravatar_default: 預設全球認證大頭像圖片 |
|
402 | setting_gravatar_default: 預設全球認證大頭像圖片 | |
400 | setting_diff_max_lines_displayed: 差異顯示行數之最大值 |
|
403 | setting_diff_max_lines_displayed: 差異顯示行數之最大值 | |
401 | setting_file_max_size_displayed: 檔案內容顯示大小之最大值 |
|
404 | setting_file_max_size_displayed: 檔案內容顯示大小之最大值 | |
402 | setting_repository_log_display_limit: 版次顯示數目之最大值 |
|
405 | setting_repository_log_display_limit: 版次顯示數目之最大值 | |
403 | setting_openid: 允許使用 OpenID 登入與註冊 |
|
406 | setting_openid: 允許使用 OpenID 登入與註冊 | |
404 | setting_password_min_length: 密碼最小長度 |
|
407 | setting_password_min_length: 密碼最小長度 | |
405 | setting_new_project_user_role_id: 管理者以外之用戶建立新專案時,將被指派的角色 |
|
408 | setting_new_project_user_role_id: 管理者以外之用戶建立新專案時,將被指派的角色 | |
406 | setting_default_projects_modules: 新專案預設啟用的模組 |
|
409 | setting_default_projects_modules: 新專案預設啟用的模組 | |
407 |
|
410 | |||
408 | permission_add_project: 建立專案 |
|
411 | permission_add_project: 建立專案 | |
409 | permission_edit_project: 編輯專案 |
|
412 | permission_edit_project: 編輯專案 | |
410 | permission_select_project_modules: 選擇專案模組 |
|
413 | permission_select_project_modules: 選擇專案模組 | |
411 | permission_manage_members: 管理成員 |
|
414 | permission_manage_members: 管理成員 | |
412 | permission_manage_versions: 管理版本 |
|
415 | permission_manage_versions: 管理版本 | |
413 | permission_manage_categories: 管理項目分類 |
|
416 | permission_manage_categories: 管理項目分類 | |
414 | permission_add_issues: 新增項目 |
|
417 | permission_add_issues: 新增項目 | |
415 | permission_edit_issues: 編輯項目 |
|
418 | permission_edit_issues: 編輯項目 | |
416 | permission_manage_issue_relations: 管理項目關聯 |
|
419 | permission_manage_issue_relations: 管理項目關聯 | |
417 | permission_add_issue_notes: 新增筆記 |
|
420 | permission_add_issue_notes: 新增筆記 | |
418 | permission_edit_issue_notes: 編輯筆記 |
|
421 | permission_edit_issue_notes: 編輯筆記 | |
419 | permission_edit_own_issue_notes: 編輯自己的筆記 |
|
422 | permission_edit_own_issue_notes: 編輯自己的筆記 | |
420 | permission_move_issues: 搬移項目 |
|
423 | permission_move_issues: 搬移項目 | |
421 | permission_delete_issues: 刪除項目 |
|
424 | permission_delete_issues: 刪除項目 | |
422 | permission_manage_public_queries: 管理公開查詢 |
|
425 | permission_manage_public_queries: 管理公開查詢 | |
423 | permission_save_queries: 儲存查詢 |
|
426 | permission_save_queries: 儲存查詢 | |
424 | permission_view_gantt: 檢視甘特圖 |
|
427 | permission_view_gantt: 檢視甘特圖 | |
425 | permission_view_calendar: 檢視日曆 |
|
428 | permission_view_calendar: 檢視日曆 | |
426 | permission_view_issue_watchers: 檢視觀察者清單 |
|
429 | permission_view_issue_watchers: 檢視觀察者清單 | |
427 | permission_add_issue_watchers: 新增觀察者 |
|
430 | permission_add_issue_watchers: 新增觀察者 | |
428 | permission_delete_issue_watchers: 刪除觀察者 |
|
431 | permission_delete_issue_watchers: 刪除觀察者 | |
429 | permission_log_time: 紀錄耗用工時 |
|
432 | permission_log_time: 紀錄耗用工時 | |
430 | permission_view_time_entries: 檢視耗用工時 |
|
433 | permission_view_time_entries: 檢視耗用工時 | |
431 | permission_edit_time_entries: 編輯工時紀錄 |
|
434 | permission_edit_time_entries: 編輯工時紀錄 | |
432 | permission_edit_own_time_entries: 編輯自己的工時記錄 |
|
435 | permission_edit_own_time_entries: 編輯自己的工時記錄 | |
433 | permission_manage_news: 管理新聞 |
|
436 | permission_manage_news: 管理新聞 | |
434 | permission_comment_news: 註解新聞 |
|
437 | permission_comment_news: 註解新聞 | |
435 | permission_manage_documents: 管理文件 |
|
438 | permission_manage_documents: 管理文件 | |
436 | permission_view_documents: 檢視文件 |
|
439 | permission_view_documents: 檢視文件 | |
437 | permission_manage_files: 管理檔案 |
|
440 | permission_manage_files: 管理檔案 | |
438 | permission_view_files: 檢視檔案 |
|
441 | permission_view_files: 檢視檔案 | |
439 | permission_manage_wiki: 管理 wiki |
|
442 | permission_manage_wiki: 管理 wiki | |
440 | permission_rename_wiki_pages: 重新命名 wiki 頁面 |
|
443 | permission_rename_wiki_pages: 重新命名 wiki 頁面 | |
441 | permission_delete_wiki_pages: 刪除 wiki 頁面 |
|
444 | permission_delete_wiki_pages: 刪除 wiki 頁面 | |
442 | permission_view_wiki_pages: 檢視 wiki |
|
445 | permission_view_wiki_pages: 檢視 wiki | |
443 | permission_view_wiki_edits: 檢視 wiki 歷史 |
|
446 | permission_view_wiki_edits: 檢視 wiki 歷史 | |
444 | permission_edit_wiki_pages: 編輯 wiki 頁面 |
|
447 | permission_edit_wiki_pages: 編輯 wiki 頁面 | |
445 | permission_delete_wiki_pages_attachments: 刪除附件 |
|
448 | permission_delete_wiki_pages_attachments: 刪除附件 | |
446 | permission_protect_wiki_pages: 專案 wiki 頁面 |
|
449 | permission_protect_wiki_pages: 專案 wiki 頁面 | |
447 | permission_manage_repository: 管理版本庫 |
|
450 | permission_manage_repository: 管理版本庫 | |
448 | permission_browse_repository: 瀏覽版本庫 |
|
451 | permission_browse_repository: 瀏覽版本庫 | |
449 | permission_view_changesets: 檢視變更集 |
|
452 | permission_view_changesets: 檢視變更集 | |
450 | permission_commit_access: 存取送交之變更 |
|
453 | permission_commit_access: 存取送交之變更 | |
451 | permission_manage_boards: 管理討論版 |
|
454 | permission_manage_boards: 管理討論版 | |
452 | permission_view_messages: 檢視訊息 |
|
455 | permission_view_messages: 檢視訊息 | |
453 | permission_add_messages: 新增訊息 |
|
456 | permission_add_messages: 新增訊息 | |
454 | permission_edit_messages: 編輯訊息 |
|
457 | permission_edit_messages: 編輯訊息 | |
455 | permission_edit_own_messages: 編輯自己的訊息 |
|
458 | permission_edit_own_messages: 編輯自己的訊息 | |
456 | permission_delete_messages: 刪除訊息 |
|
459 | permission_delete_messages: 刪除訊息 | |
457 | permission_delete_own_messages: 刪除自己的訊息 |
|
460 | permission_delete_own_messages: 刪除自己的訊息 | |
458 |
|
461 | |||
459 | project_module_issue_tracking: 項目追蹤 |
|
462 | project_module_issue_tracking: 項目追蹤 | |
460 | project_module_time_tracking: 工時追蹤 |
|
463 | project_module_time_tracking: 工時追蹤 | |
461 | project_module_news: 新聞 |
|
464 | project_module_news: 新聞 | |
462 | project_module_documents: 文件 |
|
465 | project_module_documents: 文件 | |
463 | project_module_files: 檔案 |
|
466 | project_module_files: 檔案 | |
464 | project_module_wiki: Wiki |
|
467 | project_module_wiki: Wiki | |
465 | project_module_repository: 版本控管 |
|
468 | project_module_repository: 版本控管 | |
466 | project_module_boards: 討論區 |
|
469 | project_module_boards: 討論區 | |
467 |
|
470 | |||
468 | label_user: 用戶 |
|
471 | label_user: 用戶 | |
469 | label_user_plural: 用戶清單 |
|
472 | label_user_plural: 用戶清單 | |
470 | label_user_new: 建立新用戶 |
|
473 | label_user_new: 建立新用戶 | |
471 | label_user_anonymous: 匿名用戶 |
|
474 | label_user_anonymous: 匿名用戶 | |
472 | label_project: 專案 |
|
475 | label_project: 專案 | |
473 | label_project_new: 建立新專案 |
|
476 | label_project_new: 建立新專案 | |
474 | label_project_plural: 專案清單 |
|
477 | label_project_plural: 專案清單 | |
475 | label_x_projects: |
|
478 | label_x_projects: | |
476 | zero: 無專案 |
|
479 | zero: 無專案 | |
477 | one: 1 個專案 |
|
480 | one: 1 個專案 | |
478 | other: "{{count}} 個專案" |
|
481 | other: "{{count}} 個專案" | |
479 | label_project_all: 全部的專案 |
|
482 | label_project_all: 全部的專案 | |
480 | label_project_latest: 最近的專案 |
|
483 | label_project_latest: 最近的專案 | |
481 | label_issue: 項目 |
|
484 | label_issue: 項目 | |
482 | label_issue_new: 建立新項目 |
|
485 | label_issue_new: 建立新項目 | |
483 | label_issue_plural: 項目清單 |
|
486 | label_issue_plural: 項目清單 | |
484 | label_issue_view_all: 檢視全部的項目 |
|
487 | label_issue_view_all: 檢視全部的項目 | |
485 | label_issues_by: "項目按 {{value}} 分組顯示" |
|
488 | label_issues_by: "項目按 {{value}} 分組顯示" | |
486 | label_issue_added: 項目已新增 |
|
489 | label_issue_added: 項目已新增 | |
487 | label_issue_updated: 項目已更新 |
|
490 | label_issue_updated: 項目已更新 | |
488 | label_document: 文件 |
|
491 | label_document: 文件 | |
489 | label_document_new: 建立新文件 |
|
492 | label_document_new: 建立新文件 | |
490 | label_document_plural: 文件 |
|
493 | label_document_plural: 文件 | |
491 | label_document_added: 文件已新增 |
|
494 | label_document_added: 文件已新增 | |
492 | label_role: 角色 |
|
495 | label_role: 角色 | |
493 | label_role_plural: 角色 |
|
496 | label_role_plural: 角色 | |
494 | label_role_new: 建立新角色 |
|
497 | label_role_new: 建立新角色 | |
495 | label_role_and_permissions: 角色與權限 |
|
498 | label_role_and_permissions: 角色與權限 | |
496 | label_member: 成員 |
|
499 | label_member: 成員 | |
497 | label_member_new: 建立新成員 |
|
500 | label_member_new: 建立新成員 | |
498 | label_member_plural: 成員 |
|
501 | label_member_plural: 成員 | |
499 | label_tracker: 追蹤標籤 |
|
502 | label_tracker: 追蹤標籤 | |
500 | label_tracker_plural: 追蹤標籤清單 |
|
503 | label_tracker_plural: 追蹤標籤清單 | |
501 | label_tracker_new: 建立新的追蹤標籤 |
|
504 | label_tracker_new: 建立新的追蹤標籤 | |
502 | label_workflow: 流程 |
|
505 | label_workflow: 流程 | |
503 | label_issue_status: 項目狀態 |
|
506 | label_issue_status: 項目狀態 | |
504 | label_issue_status_plural: 項目狀態清單 |
|
507 | label_issue_status_plural: 項目狀態清單 | |
505 | label_issue_status_new: 建立新狀態 |
|
508 | label_issue_status_new: 建立新狀態 | |
506 | label_issue_category: 項目分類 |
|
509 | label_issue_category: 項目分類 | |
507 | label_issue_category_plural: 項目分類清單 |
|
510 | label_issue_category_plural: 項目分類清單 | |
508 | label_issue_category_new: 建立新分類 |
|
511 | label_issue_category_new: 建立新分類 | |
509 | label_custom_field: 自訂欄位 |
|
512 | label_custom_field: 自訂欄位 | |
510 | label_custom_field_plural: 自訂欄位清單 |
|
513 | label_custom_field_plural: 自訂欄位清單 | |
511 | label_custom_field_new: 建立新自訂欄位 |
|
514 | label_custom_field_new: 建立新自訂欄位 | |
512 | label_enumerations: 列舉值清單 |
|
515 | label_enumerations: 列舉值清單 | |
513 | label_enumeration_new: 建立新列舉值 |
|
516 | label_enumeration_new: 建立新列舉值 | |
514 | label_information: 資訊 |
|
517 | label_information: 資訊 | |
515 | label_information_plural: 資訊 |
|
518 | label_information_plural: 資訊 | |
516 | label_please_login: 請先登入 |
|
519 | label_please_login: 請先登入 | |
517 | label_register: 註冊 |
|
520 | label_register: 註冊 | |
518 | label_login_with_open_id_option: 或使用 OpenID 登入 |
|
521 | label_login_with_open_id_option: 或使用 OpenID 登入 | |
519 | label_password_lost: 遺失密碼 |
|
522 | label_password_lost: 遺失密碼 | |
520 | label_home: 網站首頁 |
|
523 | label_home: 網站首頁 | |
521 | label_my_page: 帳戶首頁 |
|
524 | label_my_page: 帳戶首頁 | |
522 | label_my_account: 我的帳戶 |
|
525 | label_my_account: 我的帳戶 | |
523 | label_my_projects: 我的專案 |
|
526 | label_my_projects: 我的專案 | |
524 | label_administration: 網站管理 |
|
527 | label_administration: 網站管理 | |
525 | label_login: 登入 |
|
528 | label_login: 登入 | |
526 | label_logout: 登出 |
|
529 | label_logout: 登出 | |
527 | label_help: 說明 |
|
530 | label_help: 說明 | |
528 | label_reported_issues: 我通報的項目 |
|
531 | label_reported_issues: 我通報的項目 | |
529 | label_assigned_to_me_issues: 分派給我的項目 |
|
532 | label_assigned_to_me_issues: 分派給我的項目 | |
530 | label_last_login: 最近一次連線 |
|
533 | label_last_login: 最近一次連線 | |
531 | label_registered_on: 註冊於 |
|
534 | label_registered_on: 註冊於 | |
532 | label_activity: 活動 |
|
535 | label_activity: 活動 | |
533 | label_overall_activity: 檢視整體活動 |
|
536 | label_overall_activity: 檢視整體活動 | |
534 | label_user_activity: "{{value}} 的活動" |
|
537 | label_user_activity: "{{value}} 的活動" | |
535 | label_new: 建立新的... |
|
538 | label_new: 建立新的... | |
536 | label_logged_as: 目前登入 |
|
539 | label_logged_as: 目前登入 | |
537 | label_environment: 環境 |
|
540 | label_environment: 環境 | |
538 | label_authentication: 認證 |
|
541 | label_authentication: 認證 | |
539 | label_auth_source: 認證模式 |
|
542 | label_auth_source: 認證模式 | |
540 | label_auth_source_new: 建立新認證模式 |
|
543 | label_auth_source_new: 建立新認證模式 | |
541 | label_auth_source_plural: 認證模式清單 |
|
544 | label_auth_source_plural: 認證模式清單 | |
542 | label_subproject_plural: 子專案 |
|
545 | label_subproject_plural: 子專案 | |
543 | label_and_its_subprojects: "{{value}} 與其子專案" |
|
546 | label_and_its_subprojects: "{{value}} 與其子專案" | |
544 | label_min_max_length: 最小 - 最大 長度 |
|
547 | label_min_max_length: 最小 - 最大 長度 | |
545 | label_list: 清單 |
|
548 | label_list: 清單 | |
546 | label_date: 日期 |
|
549 | label_date: 日期 | |
547 | label_integer: 整數 |
|
550 | label_integer: 整數 | |
548 | label_float: 浮點數 |
|
551 | label_float: 浮點數 | |
549 | label_boolean: 布林 |
|
552 | label_boolean: 布林 | |
550 | label_string: 文字 |
|
553 | label_string: 文字 | |
551 | label_text: 長文字 |
|
554 | label_text: 長文字 | |
552 | label_attribute: 屬性 |
|
555 | label_attribute: 屬性 | |
553 | label_attribute_plural: 屬性 |
|
556 | label_attribute_plural: 屬性 | |
554 | label_download: "{{count}} 個下載" |
|
557 | label_download: "{{count}} 個下載" | |
555 | label_download_plural: "{{count}} 個下載" |
|
558 | label_download_plural: "{{count}} 個下載" | |
556 | label_no_data: 沒有任何資料可供顯示 |
|
559 | label_no_data: 沒有任何資料可供顯示 | |
557 | label_change_status: 變更狀態 |
|
560 | label_change_status: 變更狀態 | |
558 | label_history: 歷史 |
|
561 | label_history: 歷史 | |
559 | label_attachment: 檔案 |
|
562 | label_attachment: 檔案 | |
560 | label_attachment_new: 建立新檔案 |
|
563 | label_attachment_new: 建立新檔案 | |
561 | label_attachment_delete: 刪除檔案 |
|
564 | label_attachment_delete: 刪除檔案 | |
562 | label_attachment_plural: 檔案 |
|
565 | label_attachment_plural: 檔案 | |
563 | label_file_added: 檔案已新增 |
|
566 | label_file_added: 檔案已新增 | |
564 | label_report: 報告 |
|
567 | label_report: 報告 | |
565 | label_report_plural: 報告 |
|
568 | label_report_plural: 報告 | |
566 | label_news: 新聞 |
|
569 | label_news: 新聞 | |
567 | label_news_new: 建立新聞 |
|
570 | label_news_new: 建立新聞 | |
568 | label_news_plural: 新聞 |
|
571 | label_news_plural: 新聞 | |
569 | label_news_latest: 最近新聞 |
|
572 | label_news_latest: 最近新聞 | |
570 | label_news_view_all: 檢視全部的新聞 |
|
573 | label_news_view_all: 檢視全部的新聞 | |
571 | label_news_added: 新聞已新增 |
|
574 | label_news_added: 新聞已新增 | |
|
575 | label_change_log: 變更記錄 | |||
572 | label_settings: 設定 |
|
576 | label_settings: 設定 | |
573 | label_overview: 概觀 |
|
577 | label_overview: 概觀 | |
574 | label_version: 版本 |
|
578 | label_version: 版本 | |
575 | label_version_new: 建立新版本 |
|
579 | label_version_new: 建立新版本 | |
576 | label_version_plural: 版本 |
|
580 | label_version_plural: 版本 | |
577 | label_confirmation: 確認 |
|
581 | label_confirmation: 確認 | |
578 | label_export_to: 匯出至 |
|
582 | label_export_to: 匯出至 | |
579 | label_read: 讀取... |
|
583 | label_read: 讀取... | |
580 | label_public_projects: 公開專案 |
|
584 | label_public_projects: 公開專案 | |
581 | label_open_issues: 進行中 |
|
585 | label_open_issues: 進行中 | |
582 | label_open_issues_plural: 進行中 |
|
586 | label_open_issues_plural: 進行中 | |
583 | label_closed_issues: 已結束 |
|
587 | label_closed_issues: 已結束 | |
584 | label_closed_issues_plural: 已結束 |
|
588 | label_closed_issues_plural: 已結束 | |
585 | label_x_open_issues_abbr_on_total: |
|
589 | label_x_open_issues_abbr_on_total: | |
586 | zero: 0 進行中 / 共 {{total}} |
|
590 | zero: 0 進行中 / 共 {{total}} | |
587 | one: 1 進行中 / 共 {{total}} |
|
591 | one: 1 進行中 / 共 {{total}} | |
588 | other: "{{count}} 進行中 / 共 {{total}}" |
|
592 | other: "{{count}} 進行中 / 共 {{total}}" | |
589 | label_x_open_issues_abbr: |
|
593 | label_x_open_issues_abbr: | |
590 | zero: 0 進行中 |
|
594 | zero: 0 進行中 | |
591 | one: 1 進行中 |
|
595 | one: 1 進行中 | |
592 | other: "{{count}} 進行中" |
|
596 | other: "{{count}} 進行中" | |
593 | label_x_closed_issues_abbr: |
|
597 | label_x_closed_issues_abbr: | |
594 | zero: 0 已結束 |
|
598 | zero: 0 已結束 | |
595 | one: 1 已結束 |
|
599 | one: 1 已結束 | |
596 | other: "{{count}} 已結束" |
|
600 | other: "{{count}} 已結束" | |
597 | label_total: 總計 |
|
601 | label_total: 總計 | |
598 | label_permissions: 權限 |
|
602 | label_permissions: 權限 | |
599 | label_current_status: 目前狀態 |
|
603 | label_current_status: 目前狀態 | |
600 | label_new_statuses_allowed: 可變更至以下狀態 |
|
604 | label_new_statuses_allowed: 可變更至以下狀態 | |
601 | label_all: 全部 |
|
605 | label_all: 全部 | |
602 | label_none: 空值 |
|
606 | label_none: 空值 | |
603 | label_nobody: 無名 |
|
607 | label_nobody: 無名 | |
604 | label_next: 下一頁 |
|
608 | label_next: 下一頁 | |
605 | label_previous: 上一頁 |
|
609 | label_previous: 上一頁 | |
606 | label_used_by: Used by |
|
610 | label_used_by: Used by | |
607 | label_details: 明細 |
|
611 | label_details: 明細 | |
608 | label_add_note: 加入一個新筆記 |
|
612 | label_add_note: 加入一個新筆記 | |
609 | label_per_page: 每頁 |
|
613 | label_per_page: 每頁 | |
610 | label_calendar: 日曆 |
|
614 | label_calendar: 日曆 | |
611 | label_months_from: 個月, 開始月份 |
|
615 | label_months_from: 個月, 開始月份 | |
612 | label_gantt: 甘特圖 |
|
616 | label_gantt: 甘特圖 | |
613 | label_internal: 內部 |
|
617 | label_internal: 內部 | |
614 | label_last_changes: "最近 {{count}} 個變更" |
|
618 | label_last_changes: "最近 {{count}} 個變更" | |
615 | label_change_view_all: 檢視全部的變更 |
|
619 | label_change_view_all: 檢視全部的變更 | |
616 | label_personalize_page: 自訂版面 |
|
620 | label_personalize_page: 自訂版面 | |
617 | label_comment: 註解 |
|
621 | label_comment: 註解 | |
618 | label_comment_plural: 註解 |
|
622 | label_comment_plural: 註解 | |
619 | label_x_comments: |
|
623 | label_x_comments: | |
620 | zero: 無註解 |
|
624 | zero: 無註解 | |
621 | one: 1 個註解 |
|
625 | one: 1 個註解 | |
622 | other: "{{count}} 個註解" |
|
626 | other: "{{count}} 個註解" | |
623 | label_comment_add: 加入新註解 |
|
627 | label_comment_add: 加入新註解 | |
624 | label_comment_added: 新註解已加入 |
|
628 | label_comment_added: 新註解已加入 | |
625 | label_comment_delete: 刪除註解 |
|
629 | label_comment_delete: 刪除註解 | |
626 | label_query: 自訂查詢 |
|
630 | label_query: 自訂查詢 | |
627 | label_query_plural: 自訂查詢 |
|
631 | label_query_plural: 自訂查詢 | |
628 | label_query_new: 建立新查詢 |
|
632 | label_query_new: 建立新查詢 | |
629 | label_filter_add: 加入新篩選條件 |
|
633 | label_filter_add: 加入新篩選條件 | |
630 | label_filter_plural: 篩選條件 |
|
634 | label_filter_plural: 篩選條件 | |
631 | label_equals: 等於 |
|
635 | label_equals: 等於 | |
632 | label_not_equals: 不等於 |
|
636 | label_not_equals: 不等於 | |
633 | label_in_less_than: 在小於 |
|
637 | label_in_less_than: 在小於 | |
634 | label_in_more_than: 在大於 |
|
638 | label_in_more_than: 在大於 | |
635 | label_greater_or_equal: "大於等於 (>=)" |
|
639 | label_greater_or_equal: "大於等於 (>=)" | |
636 | label_less_or_equal: "小於等於 (<=)" |
|
640 | label_less_or_equal: "小於等於 (<=)" | |
637 | label_in: 在 |
|
641 | label_in: 在 | |
638 | label_today: 今天 |
|
642 | label_today: 今天 | |
639 | label_all_time: 全部 |
|
643 | label_all_time: 全部 | |
640 | label_yesterday: 昨天 |
|
644 | label_yesterday: 昨天 | |
641 | label_this_week: 本週 |
|
645 | label_this_week: 本週 | |
642 | label_last_week: 上週 |
|
646 | label_last_week: 上週 | |
643 | label_last_n_days: "過去 {{count}} 天" |
|
647 | label_last_n_days: "過去 {{count}} 天" | |
644 | label_this_month: 這個月 |
|
648 | label_this_month: 這個月 | |
645 | label_last_month: 上個月 |
|
649 | label_last_month: 上個月 | |
646 | label_this_year: 今年 |
|
650 | label_this_year: 今年 | |
647 | label_date_range: 日期區間 |
|
651 | label_date_range: 日期區間 | |
648 | label_less_than_ago: 小於幾天之前 |
|
652 | label_less_than_ago: 小於幾天之前 | |
649 | label_more_than_ago: 大於幾天之前 |
|
653 | label_more_than_ago: 大於幾天之前 | |
650 | label_ago: 天以前 |
|
654 | label_ago: 天以前 | |
651 | label_contains: 包含 |
|
655 | label_contains: 包含 | |
652 | label_not_contains: 不包含 |
|
656 | label_not_contains: 不包含 | |
653 | label_day_plural: 天 |
|
657 | label_day_plural: 天 | |
654 | label_repository: 版本控管 |
|
658 | label_repository: 版本控管 | |
655 | label_repository_plural: 版本控管 |
|
659 | label_repository_plural: 版本控管 | |
656 | label_browse: 瀏覽 |
|
660 | label_browse: 瀏覽 | |
657 | label_modification: "{{count}} 變更" |
|
661 | label_modification: "{{count}} 變更" | |
658 | label_modification_plural: "{{count}} 變更" |
|
662 | label_modification_plural: "{{count}} 變更" | |
659 | label_branch: 分支 |
|
663 | label_branch: 分支 | |
660 | label_tag: 標籤 |
|
664 | label_tag: 標籤 | |
661 | label_revision: 版次 |
|
665 | label_revision: 版次 | |
662 | label_revision_plural: 版次清單 |
|
666 | label_revision_plural: 版次清單 | |
663 | label_associated_revisions: 相關版次 |
|
667 | label_associated_revisions: 相關版次 | |
664 | label_added: 已新增 |
|
668 | label_added: 已新增 | |
665 | label_modified: 已修改 |
|
669 | label_modified: 已修改 | |
666 | label_copied: 已複製 |
|
670 | label_copied: 已複製 | |
667 | label_renamed: 已重新命名 |
|
671 | label_renamed: 已重新命名 | |
668 | label_deleted: 已刪除 |
|
672 | label_deleted: 已刪除 | |
669 | label_latest_revision: 最新版次 |
|
673 | label_latest_revision: 最新版次 | |
670 | label_latest_revision_plural: 最近版次清單 |
|
674 | label_latest_revision_plural: 最近版次清單 | |
671 | label_view_revisions: 檢視版次清單 |
|
675 | label_view_revisions: 檢視版次清單 | |
672 | label_view_all_revisions: 檢視全部的版次清單 |
|
676 | label_view_all_revisions: 檢視全部的版次清單 | |
673 | label_max_size: 最大長度 |
|
677 | label_max_size: 最大長度 | |
674 | label_sort_highest: 移動至開頭 |
|
678 | label_sort_highest: 移動至開頭 | |
675 | label_sort_higher: 往上移動 |
|
679 | label_sort_higher: 往上移動 | |
676 | label_sort_lower: 往下移動 |
|
680 | label_sort_lower: 往下移動 | |
677 | label_sort_lowest: 移動至結尾 |
|
681 | label_sort_lowest: 移動至結尾 | |
678 | label_roadmap: 版本藍圖 |
|
682 | label_roadmap: 版本藍圖 | |
679 | label_roadmap_due_in: "剩餘 {{value}}" |
|
683 | label_roadmap_due_in: "剩餘 {{value}}" | |
680 | label_roadmap_overdue: "逾期 {{value}}" |
|
684 | label_roadmap_overdue: "逾期 {{value}}" | |
681 | label_roadmap_no_issues: 此版本尚未包含任何項目 |
|
685 | label_roadmap_no_issues: 此版本尚未包含任何項目 | |
682 | label_search: 搜尋 |
|
686 | label_search: 搜尋 | |
683 | label_result_plural: 結果 |
|
687 | label_result_plural: 結果 | |
684 | label_all_words: 包含全部的字詞 |
|
688 | label_all_words: 包含全部的字詞 | |
685 | label_wiki: Wiki |
|
689 | label_wiki: Wiki | |
686 | label_wiki_edit: Wiki 編輯 |
|
690 | label_wiki_edit: Wiki 編輯 | |
687 | label_wiki_edit_plural: Wiki 編輯 |
|
691 | label_wiki_edit_plural: Wiki 編輯 | |
688 | label_wiki_page: Wiki 網頁 |
|
692 | label_wiki_page: Wiki 網頁 | |
689 | label_wiki_page_plural: Wiki 網頁 |
|
693 | label_wiki_page_plural: Wiki 網頁 | |
690 | label_index_by_title: 依標題索引 |
|
694 | label_index_by_title: 依標題索引 | |
691 | label_index_by_date: 依日期索引 |
|
695 | label_index_by_date: 依日期索引 | |
692 | label_current_version: 現行版本 |
|
696 | label_current_version: 現行版本 | |
693 | label_preview: 預覽 |
|
697 | label_preview: 預覽 | |
694 | label_feed_plural: Feeds |
|
698 | label_feed_plural: Feeds | |
695 | label_changes_details: 所有變更的明細 |
|
699 | label_changes_details: 所有變更的明細 | |
696 | label_issue_tracking: 項目追蹤 |
|
700 | label_issue_tracking: 項目追蹤 | |
697 | label_spent_time: 耗用工時 |
|
701 | label_spent_time: 耗用工時 | |
698 | label_f_hour: "{{value}} 小時" |
|
702 | label_f_hour: "{{value}} 小時" | |
699 | label_f_hour_plural: "{{value}} 小時" |
|
703 | label_f_hour_plural: "{{value}} 小時" | |
700 | label_time_tracking: 工時追蹤 |
|
704 | label_time_tracking: 工時追蹤 | |
701 | label_change_plural: 變更 |
|
705 | label_change_plural: 變更 | |
702 | label_statistics: 統計資訊 |
|
706 | label_statistics: 統計資訊 | |
703 | label_commits_per_month: 依月份統計送交次數 |
|
707 | label_commits_per_month: 依月份統計送交次數 | |
704 | label_commits_per_author: 依作者統計送交次數 |
|
708 | label_commits_per_author: 依作者統計送交次數 | |
705 | label_view_diff: 檢視差異 |
|
709 | label_view_diff: 檢視差異 | |
706 | label_diff_inline: 直列 |
|
710 | label_diff_inline: 直列 | |
707 | label_diff_side_by_side: 並排 |
|
711 | label_diff_side_by_side: 並排 | |
708 | label_options: 選項清單 |
|
712 | label_options: 選項清單 | |
709 | label_copy_workflow_from: 從以下追蹤標籤複製工作流程 |
|
713 | label_copy_workflow_from: 從以下追蹤標籤複製工作流程 | |
710 | label_permissions_report: 權限報表 |
|
714 | label_permissions_report: 權限報表 | |
711 | label_watched_issues: 觀察中的項目清單 |
|
715 | label_watched_issues: 觀察中的項目清單 | |
712 | label_related_issues: 相關的項目清單 |
|
716 | label_related_issues: 相關的項目清單 | |
713 | label_applied_status: 已套用狀態 |
|
717 | label_applied_status: 已套用狀態 | |
714 | label_loading: 載入中... |
|
718 | label_loading: 載入中... | |
715 | label_relation_new: 建立新關聯 |
|
719 | label_relation_new: 建立新關聯 | |
716 | label_relation_delete: 刪除關聯 |
|
720 | label_relation_delete: 刪除關聯 | |
717 | label_relates_to: 關聯至 |
|
721 | label_relates_to: 關聯至 | |
718 | label_duplicates: 已重複 |
|
722 | label_duplicates: 已重複 | |
719 | label_duplicated_by: 與後面所列項目重複 |
|
723 | label_duplicated_by: 與後面所列項目重複 | |
720 | label_blocks: 阻擋 |
|
724 | label_blocks: 阻擋 | |
721 | label_blocked_by: 被阻擋 |
|
725 | label_blocked_by: 被阻擋 | |
722 | label_precedes: 優先於 |
|
726 | label_precedes: 優先於 | |
723 | label_follows: 跟隨於 |
|
727 | label_follows: 跟隨於 | |
724 | label_end_to_start: 結束─開始 |
|
728 | label_end_to_start: 結束─開始 | |
725 | label_end_to_end: 結束─結束 |
|
729 | label_end_to_end: 結束─結束 | |
726 | label_start_to_start: 開始─開始 |
|
730 | label_start_to_start: 開始─開始 | |
727 | label_start_to_end: 開始─結束 |
|
731 | label_start_to_end: 開始─結束 | |
728 | label_stay_logged_in: 維持已登入狀態 |
|
732 | label_stay_logged_in: 維持已登入狀態 | |
729 | label_disabled: 關閉 |
|
733 | label_disabled: 關閉 | |
730 | label_show_completed_versions: 顯示已完成的版本 |
|
734 | label_show_completed_versions: 顯示已完成的版本 | |
731 | label_me: 我自己 |
|
735 | label_me: 我自己 | |
732 | label_board: 論壇 |
|
736 | label_board: 論壇 | |
733 | label_board_new: 建立新論壇 |
|
737 | label_board_new: 建立新論壇 | |
734 | label_board_plural: 論壇 |
|
738 | label_board_plural: 論壇 | |
735 | label_topic_plural: 討論主題 |
|
739 | label_topic_plural: 討論主題 | |
736 | label_message_plural: 訊息 |
|
740 | label_message_plural: 訊息 | |
737 | label_message_last: 上一封訊息 |
|
741 | label_message_last: 上一封訊息 | |
738 | label_message_new: 建立新訊息 |
|
742 | label_message_new: 建立新訊息 | |
739 | label_message_posted: 訊息已新增 |
|
743 | label_message_posted: 訊息已新增 | |
740 | label_reply_plural: 回應 |
|
744 | label_reply_plural: 回應 | |
741 | label_send_information: 寄送帳戶資訊電子郵件給用戶 |
|
745 | label_send_information: 寄送帳戶資訊電子郵件給用戶 | |
742 | label_year: 年 |
|
746 | label_year: 年 | |
743 | label_month: 月 |
|
747 | label_month: 月 | |
744 | label_week: 週 |
|
748 | label_week: 週 | |
745 | label_date_from: 開始 |
|
749 | label_date_from: 開始 | |
746 | label_date_to: 結束 |
|
750 | label_date_to: 結束 | |
747 | label_language_based: 依用戶之語系決定 |
|
751 | label_language_based: 依用戶之語系決定 | |
748 | label_sort_by: "按 {{value}} 排序" |
|
752 | label_sort_by: "按 {{value}} 排序" | |
749 | label_send_test_email: 寄送測試郵件 |
|
753 | label_send_test_email: 寄送測試郵件 | |
750 | label_feeds_access_key_created_on: "RSS 存取鍵建立於 {{value}} 之前" |
|
754 | label_feeds_access_key_created_on: "RSS 存取鍵建立於 {{value}} 之前" | |
751 | label_module_plural: 模組 |
|
755 | label_module_plural: 模組 | |
752 | label_added_time_by: "是由 {{author}} 於 {{age}} 前加入" |
|
756 | label_added_time_by: "是由 {{author}} 於 {{age}} 前加入" | |
753 | label_updated_time_by: "是由 {{author}} 於 {{age}} 前更新" |
|
757 | label_updated_time_by: "是由 {{author}} 於 {{age}} 前更新" | |
754 | label_updated_time: "於 {{value}} 前更新" |
|
758 | label_updated_time: "於 {{value}} 前更新" | |
755 | label_jump_to_a_project: 選擇欲前往的專案... |
|
759 | label_jump_to_a_project: 選擇欲前往的專案... | |
756 | label_file_plural: 檔案清單 |
|
760 | label_file_plural: 檔案清單 | |
757 | label_changeset_plural: 變更集清單 |
|
761 | label_changeset_plural: 變更集清單 | |
758 | label_default_columns: 預設欄位清單 |
|
762 | label_default_columns: 預設欄位清單 | |
759 | label_no_change_option: (維持不變) |
|
763 | label_no_change_option: (維持不變) | |
760 | label_bulk_edit_selected_issues: 編輯選定的項目 |
|
764 | label_bulk_edit_selected_issues: 編輯選定的項目 | |
761 | label_theme: 畫面主題 |
|
765 | label_theme: 畫面主題 | |
762 | label_default: 預設 |
|
766 | label_default: 預設 | |
763 | label_search_titles_only: 僅搜尋標題 |
|
767 | label_search_titles_only: 僅搜尋標題 | |
764 | label_user_mail_option_all: "提醒與我的專案有關的全部事件" |
|
768 | label_user_mail_option_all: "提醒與我的專案有關的全部事件" | |
765 | label_user_mail_option_selected: "只提醒我所選擇專案中的事件..." |
|
769 | label_user_mail_option_selected: "只提醒我所選擇專案中的事件..." | |
766 | label_user_mail_option_none: "只提醒我觀察中或參與中的事件" |
|
770 | label_user_mail_option_none: "只提醒我觀察中或參與中的事件" | |
767 | label_user_mail_no_self_notified: "不提醒我自己所做的變更" |
|
771 | label_user_mail_no_self_notified: "不提醒我自己所做的變更" | |
768 | label_registration_activation_by_email: 透過電子郵件啟用帳戶 |
|
772 | label_registration_activation_by_email: 透過電子郵件啟用帳戶 | |
769 | label_registration_manual_activation: 手動啟用帳戶 |
|
773 | label_registration_manual_activation: 手動啟用帳戶 | |
770 | label_registration_automatic_activation: 自動啟用帳戶 |
|
774 | label_registration_automatic_activation: 自動啟用帳戶 | |
771 | label_display_per_page: "每頁顯示: {{value}} 個" |
|
775 | label_display_per_page: "每頁顯示: {{value}} 個" | |
772 | label_age: 年齡 |
|
776 | label_age: 年齡 | |
773 | label_change_properties: 變更屬性 |
|
777 | label_change_properties: 變更屬性 | |
774 | label_general: 一般 |
|
778 | label_general: 一般 | |
775 | label_more: 更多 » |
|
779 | label_more: 更多 » | |
776 | label_scm: 版本控管 |
|
780 | label_scm: 版本控管 | |
777 | label_plugins: 附加元件 |
|
781 | label_plugins: 附加元件 | |
778 | label_ldap_authentication: LDAP 認證 |
|
782 | label_ldap_authentication: LDAP 認證 | |
779 | label_downloads_abbr: 下載 |
|
783 | label_downloads_abbr: 下載 | |
780 | label_optional_description: 額外的說明 |
|
784 | label_optional_description: 額外的說明 | |
781 | label_add_another_file: 增加其他檔案 |
|
785 | label_add_another_file: 增加其他檔案 | |
782 | label_preferences: 偏好選項 |
|
786 | label_preferences: 偏好選項 | |
783 | label_chronological_order: 以時間由遠至近排序 |
|
787 | label_chronological_order: 以時間由遠至近排序 | |
784 | label_reverse_chronological_order: 以時間由近至遠排序 |
|
788 | label_reverse_chronological_order: 以時間由近至遠排序 | |
785 | label_planning: 計劃表 |
|
789 | label_planning: 計劃表 | |
786 | label_incoming_emails: 傳入的電子郵件 |
|
790 | label_incoming_emails: 傳入的電子郵件 | |
787 | label_generate_key: 產生金鑰 |
|
791 | label_generate_key: 產生金鑰 | |
788 | label_issue_watchers: 觀察者 |
|
792 | label_issue_watchers: 觀察者 | |
789 | label_example: 範例 |
|
793 | label_example: 範例 | |
790 | label_display: 顯示 |
|
794 | label_display: 顯示 | |
791 | label_sort: 排序 |
|
795 | label_sort: 排序 | |
792 | label_ascending: 遞增排序 |
|
796 | label_ascending: 遞增排序 | |
793 | label_descending: 遞減排序 |
|
797 | label_descending: 遞減排序 | |
794 | label_date_from_to: 起 {{start}} 迄 {{end}} |
|
798 | label_date_from_to: 起 {{start}} 迄 {{end}} | |
795 | label_wiki_content_added: Wiki 頁面已新增 |
|
799 | label_wiki_content_added: Wiki 頁面已新增 | |
796 | label_wiki_content_updated: Wiki 頁面已更新 |
|
800 | label_wiki_content_updated: Wiki 頁面已更新 | |
797 | label_group: 群組 |
|
801 | label_group: 群組 | |
798 | label_group_plural: 群組清單 |
|
802 | label_group_plural: 群組清單 | |
799 | label_group_new: 建立新群組 |
|
803 | label_group_new: 建立新群組 | |
800 | label_time_entry_plural: 耗用工時 |
|
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 | button_login: 登入 |
|
811 | button_login: 登入 | |
803 | button_submit: 送出 |
|
812 | button_submit: 送出 | |
804 | button_save: 儲存 |
|
813 | button_save: 儲存 | |
805 | button_check_all: 全選 |
|
814 | button_check_all: 全選 | |
806 | button_uncheck_all: 全不選 |
|
815 | button_uncheck_all: 全不選 | |
807 | button_delete: 刪除 |
|
816 | button_delete: 刪除 | |
808 | button_create: 建立 |
|
817 | button_create: 建立 | |
809 | button_create_and_continue: 繼續建立 |
|
818 | button_create_and_continue: 繼續建立 | |
810 | button_test: 測試 |
|
819 | button_test: 測試 | |
811 | button_edit: 編輯 |
|
820 | button_edit: 編輯 | |
812 | button_add: 新增 |
|
821 | button_add: 新增 | |
813 | button_change: 修改 |
|
822 | button_change: 修改 | |
814 | button_apply: 套用 |
|
823 | button_apply: 套用 | |
815 | button_clear: 清除 |
|
824 | button_clear: 清除 | |
816 | button_lock: 鎖定 |
|
825 | button_lock: 鎖定 | |
817 | button_unlock: 解除鎖定 |
|
826 | button_unlock: 解除鎖定 | |
818 | button_download: 下載 |
|
827 | button_download: 下載 | |
819 | button_list: 清單 |
|
828 | button_list: 清單 | |
820 | button_view: 檢視 |
|
829 | button_view: 檢視 | |
821 | button_move: 移動 |
|
830 | button_move: 移動 | |
822 | button_move_and_follow: 移動後跟隨 |
|
831 | button_move_and_follow: 移動後跟隨 | |
823 | button_back: 返回 |
|
832 | button_back: 返回 | |
824 | button_cancel: 取消 |
|
833 | button_cancel: 取消 | |
825 | button_activate: 啟用 |
|
834 | button_activate: 啟用 | |
826 | button_sort: 排序 |
|
835 | button_sort: 排序 | |
827 | button_log_time: 記錄時間 |
|
836 | button_log_time: 記錄時間 | |
828 | button_rollback: 還原至此版本 |
|
837 | button_rollback: 還原至此版本 | |
829 | button_watch: 觀察 |
|
838 | button_watch: 觀察 | |
830 | button_unwatch: 取消觀察 |
|
839 | button_unwatch: 取消觀察 | |
831 | button_reply: 回應 |
|
840 | button_reply: 回應 | |
832 | button_archive: 歸檔 |
|
841 | button_archive: 歸檔 | |
833 | button_unarchive: 取消歸檔 |
|
842 | button_unarchive: 取消歸檔 | |
834 | button_reset: 回復 |
|
843 | button_reset: 回復 | |
835 | button_rename: 重新命名 |
|
844 | button_rename: 重新命名 | |
836 | button_change_password: 變更密碼 |
|
845 | button_change_password: 變更密碼 | |
837 | button_copy: 複製 |
|
846 | button_copy: 複製 | |
|
847 | button_copy_and_follow: 複製後跟隨 | |||
838 | button_annotate: 註解 |
|
848 | button_annotate: 註解 | |
839 | button_update: 更新 |
|
849 | button_update: 更新 | |
840 | button_configure: 設定 |
|
850 | button_configure: 設定 | |
841 | button_quote: 引用 |
|
851 | button_quote: 引用 | |
|
852 | button_duplicate: 重製 | |||
842 |
|
853 | |||
843 | status_active: 活動中 |
|
854 | status_active: 活動中 | |
844 | status_registered: 註冊完成 |
|
855 | status_registered: 註冊完成 | |
845 | status_locked: 鎖定中 |
|
856 | status_locked: 鎖定中 | |
846 |
|
857 | |||
847 | version_status_open: 進行中 |
|
858 | version_status_open: 進行中 | |
848 | version_status_locked: 已鎖定 |
|
859 | version_status_locked: 已鎖定 | |
849 | version_status_closed: 已結束 |
|
860 | version_status_closed: 已結束 | |
850 |
|
861 | |||
851 | field_active: 活動中 |
|
862 | field_active: 活動中 | |
852 |
|
863 | |||
853 | text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作 |
|
864 | text_select_mail_notifications: 選擇欲寄送提醒通知郵件之動作 | |
854 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
865 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
855 | text_min_max_length_info: 0 代表「不限制」 |
|
866 | text_min_max_length_info: 0 代表「不限制」 | |
856 | text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料? |
|
867 | text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料? | |
857 | text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。" |
|
868 | text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。" | |
858 | text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程 |
|
869 | text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程 | |
859 | text_are_you_sure: 確定執行? |
|
870 | text_are_you_sure: 確定執行? | |
860 | text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}" |
|
871 | text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}" | |
861 | text_journal_set_to: "{{label}} 設定為 {{value}}" |
|
872 | text_journal_set_to: "{{label}} 設定為 {{value}}" | |
862 | text_journal_deleted: "{{label}} 已刪除 ({{old}})" |
|
873 | text_journal_deleted: "{{label}} 已刪除 ({{old}})" | |
863 | text_journal_added: "{{label}} {{value}} 已新增" |
|
874 | text_journal_added: "{{label}} {{value}} 已新增" | |
864 | text_tip_task_begin_day: 今天起始的工作 |
|
875 | text_tip_task_begin_day: 今天起始的工作 | |
865 | text_tip_task_end_day: 今天截止的的工作 |
|
876 | text_tip_task_end_day: 今天截止的的工作 | |
866 | text_tip_task_begin_end_day: 今天起始與截止的工作 |
|
877 | text_tip_task_begin_end_day: 今天起始與截止的工作 | |
867 | text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。' |
|
878 | text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。' | |
868 | text_caracters_maximum: "最多 {{count}} 個字元." |
|
879 | text_caracters_maximum: "最多 {{count}} 個字元." | |
869 | text_caracters_minimum: "長度必須大於 {{count}} 個字元." |
|
880 | text_caracters_minimum: "長度必須大於 {{count}} 個字元." | |
870 | text_length_between: "長度必須介於 {{min}} 至 {{max}} 個字元之間." |
|
881 | text_length_between: "長度必須介於 {{min}} 至 {{max}} 個字元之間." | |
871 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 |
|
882 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 | |
872 | text_unallowed_characters: 不允許的字元 |
|
883 | text_unallowed_characters: 不允許的字元 | |
873 | text_comma_separated: 可輸入多個值 (以逗號分隔). |
|
884 | text_comma_separated: 可輸入多個值 (以逗號分隔). | |
874 | text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字 |
|
885 | text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字 | |
875 | text_issue_added: "項目 {{id}} 已被 {{author}} 通報。" |
|
886 | text_issue_added: "項目 {{id}} 已被 {{author}} 通報。" | |
876 | text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。" |
|
887 | text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。" | |
877 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? |
|
888 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? | |
878 | text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?" |
|
889 | text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?" | |
879 | text_issue_category_destroy_assignments: 移除這些項目的分類 |
|
890 | text_issue_category_destroy_assignments: 移除這些項目的分類 | |
880 | text_issue_category_reassign_to: 重新指派這些項目至其它分類 |
|
891 | text_issue_category_reassign_to: 重新指派這些項目至其它分類 | |
881 | text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)" |
|
892 | text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)" | |
882 | text_no_configuration_data: "角色、追蹤器、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的設定,然後修改成您想要的設定。" |
|
893 | text_no_configuration_data: "角色、追蹤器、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的設定,然後修改成您想要的設定。" | |
883 | text_load_default_configuration: 載入預設組態 |
|
894 | text_load_default_configuration: 載入預設組態 | |
884 | text_status_changed_by_changeset: "已套用至變更集 {{value}}." |
|
895 | text_status_changed_by_changeset: "已套用至變更集 {{value}}." | |
885 | text_issues_destroy_confirmation: '確定刪除已選擇的項目?' |
|
896 | text_issues_destroy_confirmation: '確定刪除已選擇的項目?' | |
886 | text_select_project_modules: '選擇此專案可使用之模組:' |
|
897 | text_select_project_modules: '選擇此專案可使用之模組:' | |
887 | text_default_administrator_account_changed: 已變更預設管理員帳號內容 |
|
898 | text_default_administrator_account_changed: 已變更預設管理員帳號內容 | |
888 | text_file_repository_writable: 可寫入附加檔案目錄 |
|
899 | text_file_repository_writable: 可寫入附加檔案目錄 | |
889 | text_plugin_assets_writable: 可寫入附加元件目錄 |
|
900 | text_plugin_assets_writable: 可寫入附加元件目錄 | |
890 | text_rmagick_available: 可使用 RMagick (選配) |
|
901 | text_rmagick_available: 可使用 RMagick (選配) | |
891 | text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是? |
|
902 | text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是? | |
892 | text_destroy_time_entries: 刪除已報工的時數 |
|
903 | text_destroy_time_entries: 刪除已報工的時數 | |
893 | text_assign_time_entries_to_project: 指定已報工的時數至專案中 |
|
904 | text_assign_time_entries_to_project: 指定已報工的時數至專案中 | |
894 | text_reassign_time_entries: '重新指定已報工的時數至此項目:' |
|
905 | text_reassign_time_entries: '重新指定已報工的時數至此項目:' | |
895 | text_user_wrote: "{{value}} 先前提到:" |
|
906 | text_user_wrote: "{{value}} 先前提到:" | |
896 | text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。" |
|
907 | text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。" | |
897 | text_enumeration_category_reassign_to: '重新設定其列舉值為:' |
|
908 | text_enumeration_category_reassign_to: '重新設定其列舉值為:' | |
898 | text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。" |
|
909 | text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。" | |
899 | text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。" |
|
910 | text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。" | |
900 | text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值' |
|
911 | text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值' | |
901 | text_custom_field_possible_values_info: '一列輸入一個值' |
|
912 | text_custom_field_possible_values_info: '一列輸入一個值' | |
902 | text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?" |
|
913 | text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?" | |
903 | text_wiki_page_nullify_children: "保留所有子頁面當作根頁面" |
|
914 | text_wiki_page_nullify_children: "保留所有子頁面當作根頁面" | |
904 | text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面" |
|
915 | text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面" | |
905 | text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面" |
|
916 | text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面" | |
906 |
|
917 | |||
907 | default_role_manager: 管理人員 |
|
918 | default_role_manager: 管理人員 | |
908 | default_role_developper: 開發人員 |
|
919 | default_role_developper: 開發人員 | |
909 | default_role_reporter: 報告人員 |
|
920 | default_role_reporter: 報告人員 | |
910 | default_tracker_bug: 臭蟲 |
|
921 | default_tracker_bug: 臭蟲 | |
911 | default_tracker_feature: 功能 |
|
922 | default_tracker_feature: 功能 | |
912 | default_tracker_support: 支援 |
|
923 | default_tracker_support: 支援 | |
913 | default_issue_status_new: 新建立 |
|
924 | default_issue_status_new: 新建立 | |
914 | default_issue_status_in_progress: 實作中 |
|
925 | default_issue_status_in_progress: 實作中 | |
915 | default_issue_status_resolved: 已解決 |
|
926 | default_issue_status_resolved: 已解決 | |
916 | default_issue_status_feedback: 已回應 |
|
927 | default_issue_status_feedback: 已回應 | |
917 | default_issue_status_closed: 已結束 |
|
928 | default_issue_status_closed: 已結束 | |
918 | default_issue_status_rejected: 已拒絕 |
|
929 | default_issue_status_rejected: 已拒絕 | |
919 | default_doc_category_user: 使用手冊 |
|
930 | default_doc_category_user: 使用手冊 | |
920 | default_doc_category_tech: 技術文件 |
|
931 | default_doc_category_tech: 技術文件 | |
921 | default_priority_low: 低 |
|
932 | default_priority_low: 低 | |
922 | default_priority_normal: 正常 |
|
933 | default_priority_normal: 正常 | |
923 | default_priority_high: 高 |
|
934 | default_priority_high: 高 | |
924 | default_priority_urgent: 速 |
|
935 | default_priority_urgent: 速 | |
925 | default_priority_immediate: 急 |
|
936 | default_priority_immediate: 急 | |
926 | default_activity_design: 設計 |
|
937 | default_activity_design: 設計 | |
927 | default_activity_development: 開發 |
|
938 | default_activity_development: 開發 | |
928 |
|
939 | |||
929 | enumeration_issue_priorities: 項目優先權 |
|
940 | enumeration_issue_priorities: 項目優先權 | |
930 | enumeration_doc_categories: 文件分類 |
|
941 | enumeration_doc_categories: 文件分類 | |
931 | enumeration_activities: 活動 (時間追蹤) |
|
942 | enumeration_activities: 活動 (時間追蹤) | |
932 | enumeration_system_activity: 系統活動 |
|
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 | label_copy_source: Source |
|
944 | label_copy_source: Source | |
943 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
945 | setting_issue_done_ratio: Calculate the issue done ratio with | |
944 | setting_issue_done_ratio_issue_status: Use the issue status |
|
946 | setting_issue_done_ratio_issue_status: Use the issue status | |
945 | error_issue_done_ratios_not_updated: Issue done ratios not updated. |
|
947 | error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
946 | error_workflow_copy_target: Please select target tracker(s) and role(s) |
|
948 | error_workflow_copy_target: Please select target tracker(s) and role(s) | |
947 | setting_issue_done_ratio_issue_field: Use the issue field |
|
949 | setting_issue_done_ratio_issue_field: Use the issue field | |
948 | label_copy_same_as_target: Same as target |
|
950 | label_copy_same_as_target: Same as target | |
949 | label_copy_target: Target |
|
951 | label_copy_target: Target | |
950 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
952 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
|
953 | setting_start_of_week: Start calendars on | |||
951 | error_workflow_copy_source: Please select a source tracker or role |
|
954 | error_workflow_copy_source: Please select a source tracker or role | |
952 | label_update_issue_done_ratios: Update issue done ratios |
|
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