aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index d8f09bc9..3d22e29d 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -68,6 +68,7 @@ config:
68 # 200_word: 'I read ~200 words per minute' 68 # 200_word: 'I read ~200 words per minute'
69 # 300_word: 'I read ~300 words per minute' 69 # 300_word: 'I read ~300 words per minute'
70 # 400_word: 'I read ~400 words per minute' 70 # 400_word: 'I read ~400 words per minute'
71 pocket_consumer_key_label: Cheie consumator pentru importarea contentului din Pocket
71 form_rss: 72 form_rss:
72 description: 'Feed-urile RSS oferite de wallabag îți permit să-ți citești articolele salvate în reader-ul tău preferat RSS.' 73 description: 'Feed-urile RSS oferite de wallabag îți permit să-ți citești articolele salvate în reader-ul tău preferat RSS.'
73 token_label: 'RSS-Token' 74 token_label: 'RSS-Token'
@@ -139,11 +140,14 @@ entry:
139 # starred: 'Starred entries' 140 # starred: 'Starred entries'
140 # archived: 'Archived entries' 141 # archived: 'Archived entries'
141 # filtered: 'Filtered entries' 142 # filtered: 'Filtered entries'
143 # filtered_tags: 'Filtered by tags'
144 # untagged: 'Untagged entries'
142 list: 145 list:
143 # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' 146 # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
144 reading_time: 'timp estimat de citire' 147 reading_time: 'timp estimat de citire'
145 reading_time_minutes: 'timp estimat de citire: %readingTime% min' 148 reading_time_minutes: 'timp estimat de citire: %readingTime% min'
146 reading_time_less_one_minute: 'timp estimat de citire: <small class="inferieur">&lt;</small> 1 min' 149 reading_time_less_one_minute: 'timp estimat de citire: <small class="inferieur">&lt;</small> 1 min'
150 # number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
147 reading_time_minutes_short: '%readingTime% min' 151 reading_time_minutes_short: '%readingTime% min'
148 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min' 152 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
149 original_article: 'original' 153 original_article: 'original'
@@ -185,6 +189,8 @@ entry:
185 add_a_tag: 'Adaugă un tag' 189 add_a_tag: 'Adaugă un tag'
186 share_content: 'Dă mai departe' 190 share_content: 'Dă mai departe'
187 share_email_label: 'E-mail' 191 share_email_label: 'E-mail'
192 # public_link: 'public link'
193 # delete_public_link: 'delete public link'
188 download: 'Descarcă' 194 download: 'Descarcă'
189 # print: 'Print' 195 # print: 'Print'
190 problem: 196 problem:
@@ -287,6 +293,7 @@ quickstart:
287 # pocket: 'Migrate from Pocket' 293 # pocket: 'Migrate from Pocket'
288 # wallabag_v1: 'Migrate from wallabag v1' 294 # wallabag_v1: 'Migrate from wallabag v1'
289 # wallabag_v2: 'Migrate from wallabag v2' 295 # wallabag_v2: 'Migrate from wallabag v2'
296 # readability: 'Migrate from Readability'
290 # developer: 297 # developer:
291 # title: 'Developers' 298 # title: 'Developers'
292 # create_application: 'Create your third application' 299 # create_application: 'Create your third application'
@@ -308,6 +315,7 @@ tag:
308 page_title: 'Tag-uri' 315 page_title: 'Tag-uri'
309 list: 316 list:
310 # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 317 # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
318 # see_untagged_entries: 'See untagged entries'
311 319
312import: 320import:
313 # page_title: 'Import' 321 # page_title: 'Import'
@@ -335,6 +343,12 @@ import:
335 # wallabag_v2: 343 # wallabag_v2:
336 # page_title: 'Import > Wallabag v2' 344 # page_title: 'Import > Wallabag v2'
337 # description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.' 345 # description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
346 # readability:
347 # page_title: 'Import > Readability'
348 # description: 'This importer will import all your Readability articles. On the tools (https://www.readability.com/tools/) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).'
349 # how_to: 'Please select your Readability export and click on the below button to upload and import it.'
350 worker:
351 # enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
338 352
339developer: 353developer:
340 # page_title: 'Developer' 354 # page_title: 'Developer'
@@ -400,10 +414,10 @@ flashes:
400 notice: 414 notice:
401 # entry_already_saved: 'Entry already saved on %date%' 415 # entry_already_saved: 'Entry already saved on %date%'
402 # entry_saved: 'Entry saved' 416 # entry_saved: 'Entry saved'
403 # entry_saved_failed: 'Failed to save entry' 417 # entry_saved_failed: 'Entry saved but fetching content failed'
404 # entry_updated: 'Entry updated' 418 # entry_updated: 'Entry updated'
405 # entry_reloaded: 'Entry reloaded' 419 # entry_reloaded: 'Entry reloaded'
406 # entry_reload_failed: 'Failed to reload entry' 420 # entry_reload_failed: 'Entry reloaded but fetching content failed'
407 entry_archived: 'Articol arhivat' 421 entry_archived: 'Articol arhivat'
408 entry_unarchived: 'Articol dezarhivat' 422 entry_unarchived: 'Articol dezarhivat'
409 entry_starred: 'Articol adăugat la favorite' 423 entry_starred: 'Articol adăugat la favorite'
@@ -417,6 +431,7 @@ flashes:
417 # failed: 'Import failed, please try again.' 431 # failed: 'Import failed, please try again.'
418 # failed_on_file: 'Error while processing import. Please verify your import file.' 432 # failed_on_file: 'Error while processing import. Please verify your import file.'
419 # summary: 'Import summary: %imported% imported, %skipped% already saved.' 433 # summary: 'Import summary: %imported% imported, %skipped% already saved.'
434 # summary_with_queue: 'Import summary: %queued% queued.'
420 developer: 435 developer:
421 notice: 436 notice:
422 # client_created: 'New client created.' 437 # client_created: 'New client created.'