diff options
Diffstat (limited to 'src')
14 files changed, 2851 insertions, 1064 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml index d3311d3a..d2a54536 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml | |||
@@ -1,130 +1,417 @@ | |||
1 | #Login | 1 | security: |
2 | Keep me logged in: 'Forbliv logget ind' | 2 | login: |
3 | Forgot your password?: 'Glemt adgangskoden?' | 3 | # page_title: 'Welcome to wallabag!' |
4 | Login: 'Log ind' | 4 | keep_logged_in: 'Forbliv logget ind' |
5 | Back to login: 'Tilbage til login' | 5 | forgot_password: 'Glemt adgangskoden?' |
6 | Send: 'Send' | 6 | submit: 'Log ind' |
7 | "Enter your email address below and we'll send you password reset instructions.": "Indtast din emailadresse nedenfor, så vil du modtage instrukser om at nulstille adgangskoden." | 7 | # register: 'Register' |
8 | username: 'Brugernavn' | ||
9 | password: 'Adgangskode' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | description: "Indtast din emailadresse nedenfor, så vil du modtage instrukser om at nulstille adgangskoden." | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
8 | 16 | ||
9 | # Menu | 17 | menu: |
10 | unread: 'ulæst' | 18 | left: |
11 | starred: 'favoritter' | 19 | unread: 'Ulæst' |
12 | archive: 'arkiv' | 20 | starred: 'Favoritter' |
13 | all: 'alle artikler' | 21 | archive: 'Arkiv' |
14 | tags: 'tags' | 22 | all_articles: 'Alle artikler' |
15 | config: 'Opsætning' | 23 | config: 'Opsætning' |
16 | howto: 'how-to' | 24 | tags: 'Tags' |
17 | logout: 'log ud' | 25 | # internal_settings: 'Internal Settings' |
18 | Filtered: 'Filtreret' | 26 | # import: 'Import' |
19 | About: 'Om' | 27 | howto: 'KUow-to' |
28 | # developer: 'Developer' | ||
29 | logout: 'Log ud' | ||
30 | about: 'Om' | ||
31 | search: 'Søg' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'Tilbage til de ulæste artikler' | ||
34 | top: | ||
35 | add_new_entry: 'Tilføj ny artikel' | ||
36 | search: 'Søg' | ||
37 | filter_entries: 'Filtrer artikler' | ||
38 | # export: 'Export' | ||
39 | search_form: | ||
40 | input_label: 'Indtast søgning' | ||
20 | 41 | ||
21 | # Header | 42 | footer: |
22 | Back to unread articles: 'Tilbage til de ulæste artikler' | 43 | wallabag: |
23 | Add a new entry: 'Tilføj ny artikel' | 44 | # elsewhere: 'Take wallabag with you' |
24 | Search: 'Søg' | 45 | # social: 'Social' |
25 | Filter entries: 'Filtrer artikler' | 46 | # powered_by: 'powered by' |
26 | Enter your search here: 'Indtast søgning' | 47 | about: 'Om' |
27 | Save new entry: 'Gem ny artikel' | ||
28 | 48 | ||
29 | # Config screen | 49 | config: |
30 | Settings: 'Indstillinger' | 50 | page_title: 'Opsætning' |
31 | User information: 'Brugeroplysninger' | 51 | tab_menu: |
32 | Password: 'Adgangskode' | 52 | settings: 'Indstillinger' |
33 | RSS: 'RSS' | 53 | rss: 'RSS' |
34 | Add a user: 'Tilføj bruger' | 54 | user_info: 'Brugeroplysninger' |
35 | Theme: 'Tema' | 55 | password: 'Adgangskode' |
36 | Items per page: 'Poster pr. side' | 56 | # rules: 'Tagging rules' |
37 | Language: 'Sprog' | 57 | new_user: 'Tilføj bruger' |
38 | Save: 'Gem' | 58 | form: |
39 | RSS token: 'RSS-Token' | 59 | save: 'Gem' |
40 | Name: 'Navn' | 60 | form_settings: |
41 | Email: 'Emailadresse' | 61 | theme_label: 'Tema' |
42 | No token: 'Intet token' | 62 | items_per_page_label: 'Poster pr. side' |
43 | Reset your token: 'Nulstil token' | 63 | language_label: 'Sprog' |
44 | Create your token: 'Opret token' | 64 | form_rss: |
45 | Rss limit: 'RSS-grænse' | 65 | description: 'RSS-feeds fra wallabag gør det muligt at læse de artikler, der gemmes i wallabag, med din RSS-læser. Det kræver, at du genererer et token først.' |
46 | RSS links: 'RSS-Links' | 66 | token_label: 'RSS-Token' |
47 | 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'RSS-feeds fra wallabag gør det muligt at læse de artikler, der gemmes i wallabag, med din RSS-læser. Det kræver, at du genererer et token først.' | 67 | no_token: 'Intet token' |
48 | Old password: 'Gammel adgangskode' | 68 | token_create: 'Opret token' |
49 | New password: 'Ny adgangskode' | 69 | token_reset: 'Nulstil token' |
50 | Repeat new password: 'Gentag adgangskode' | 70 | rss_links: 'RSS-Links' |
51 | Username: 'Brugernavn' | 71 | rss_link: |
72 | unread: 'ulæst' | ||
73 | starred: 'favoritter' | ||
74 | archive: 'arkiv' | ||
75 | # rss_limit: 'Number of items in the feed' | ||
76 | form_user: | ||
77 | # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" | ||
78 | name_label: 'Navn' | ||
79 | email_label: 'Emailadresse' | ||
80 | # twoFactorAuthentication_label: 'Two factor authentication' | ||
81 | form_password: | ||
82 | old_password_label: 'Gammel adgangskode' | ||
83 | new_password_label: 'Ny adgangskode' | ||
84 | repeat_new_password_label: 'Gentag adgangskode' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | # delete_rule_label: 'delete' | ||
89 | # rule_label: 'Rule' | ||
90 | # tags_label: 'Tags' | ||
91 | # faq: | ||
92 | # title: 'FAQ' | ||
93 | # tagging_rules_definition_title: 'What does « tagging rules » mean?' | ||
94 | # tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | ||
95 | # how_to_use_them_title: 'How do I use them?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | # variables_available_title: 'Which variables and operators can I use to write rules?' | ||
98 | # variables_available_description: 'The following variables and operators can be used to create tagging rules:' | ||
99 | # meaning: 'Meaning' | ||
100 | # variable_description: | ||
101 | # label: 'Variable' | ||
102 | # title: 'Title of the entry' | ||
103 | # url: 'URL of the entry' | ||
104 | # isArchived: 'Whether the entry is archived or not' | ||
105 | # isStarred: 'Whether the entry is starred or not' | ||
106 | # content: "The entry's content" | ||
107 | # language: "The entry's language" | ||
108 | # mimetype: "The entry's mime-type" | ||
109 | # readingTime: "The estimated entry's reading time, in minutes" | ||
110 | # domainName: 'The domain name of the entry' | ||
111 | # operator_description: | ||
112 | # label: 'Operator' | ||
113 | # less_than: 'Less than...' | ||
114 | # strictly_less_than: 'Strictly less than...' | ||
115 | # greater_than: 'Greater than...' | ||
116 | # strictly_greater_than: 'Strictly greater than...' | ||
117 | # equal_to: 'Equal to...' | ||
118 | # not_equal_to: 'Not equal to...' | ||
119 | # or: 'One rule OR another' | ||
120 | # and: 'One rule AND another' | ||
121 | # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'Brugernavn' | ||
124 | password_label: 'Adgangskode' | ||
125 | repeat_new_password_label: 'Gentag adgangskode' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'Emailadresse' | ||
52 | 128 | ||
53 | # Entries | 129 | entry: |
54 | 'estimated reading time': 'estimeret læsetid' | 130 | page_titles: |
55 | original: original | 131 | # unread: 'Unread entries' |
56 | Toggle mark as read: 'Marker som læst' | 132 | # starred: 'Starred entries' |
57 | Toggle favorite: 'Skift favoritstatus' | 133 | # archive: 'Archived entries' |
58 | Delete: 'Slet' | 134 | # filtered: 'Filtered entries' |
135 | list: | ||
136 | # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' | ||
137 | reading_time: 'estimeret læsetid' | ||
138 | reading_time_minutes: 'estimeret læsetid: %readingTime% min' | ||
139 | reading_time_less_one_minute: 'estimeret læsetid: <small class="inferieur"><</small> 1 min' | ||
140 | original_article: 'original' | ||
141 | toogle_as_read: 'Marker som læst' | ||
142 | toogle_as_star: 'Skift favoritstatus' | ||
143 | delete: 'Slet' | ||
144 | # export_title: 'Export' | ||
145 | filters: | ||
146 | title: 'Filtre' | ||
147 | status_label: 'Status' | ||
148 | archived_label: 'Arkiveret' | ||
149 | starred_label: 'Favorit' | ||
150 | preview_picture_label: 'Har et vist billede' | ||
151 | preview_picture_help: 'Forhåndsvis billede' | ||
152 | language_label: 'Sprog' | ||
153 | reading_time: | ||
154 | label: 'Læsetid i minutter' | ||
155 | from: 'fra' | ||
156 | to: 'til' | ||
157 | domain_label: 'Domænenavn' | ||
158 | created_at: | ||
159 | label: 'Oprettelsesdato' | ||
160 | from: 'fra' | ||
161 | to: 'til' | ||
162 | action: | ||
163 | clear: 'Ryd' | ||
164 | filter: 'Filter' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'Tilbage' | ||
169 | set_as_read: 'Marker som læst' | ||
170 | # set_as_unread: 'Mark as unread' | ||
171 | set_as_favorite: 'Marker som favorit' | ||
172 | view_original_article: 'Originalartikel' | ||
173 | # re_fetch_content: 'Re-fetch content' | ||
174 | delete: 'Slet' | ||
175 | add_a_tag: 'Tliføj et tag' | ||
176 | share_content: 'Deling' | ||
177 | # share_email_label: 'Email' | ||
178 | download: 'Download' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: 'Problemer?' | ||
182 | description: 'Vises artiklen forkert?' | ||
183 | edit_title: 'Rediger titel' | ||
184 | original_article: 'original' | ||
185 | # annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' | ||
186 | new: | ||
187 | page_title: 'Gem ny artikel' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | url_label: Url | ||
191 | edit: | ||
192 | # page_title: 'Edit an entry' | ||
193 | # title_label: 'Title' | ||
194 | url_label: 'Url' | ||
195 | # is_public_label: 'Public' | ||
196 | save_label: 'Gem' | ||
59 | 197 | ||
60 | # Filters | 198 | about: |
61 | Filters: 'Filtre' | 199 | page_title: 'Om' |
62 | Status: 'Status' | 200 | top_menu: |
63 | Archived: 'Arkiveret' | 201 | who_behind_wallabag: 'Hvem står bag wallabag' |
64 | Starred: 'Favorit' | 202 | getting_help: 'Find hjælp' |
65 | Preview picture: 'Forhåndsvis billede' | 203 | helping: 'Hjælp wallabag' |
66 | Has a preview picture: 'Har et vist billede' | 204 | contributors: 'Bidragsydere' |
67 | Reading time in minutes: 'Læsetid i minutter' | 205 | # third_party: 'Third-party libraries' |
68 | from: 'fra' | 206 | who_behind_wallabag: |
69 | to: 'til' | 207 | developped_by: 'Udviklet af' |
70 | website.com: 'website.com' | 208 | website: 'Hjemmeside' |
71 | Domain name: 'Domænenavn' | 209 | many_contributors: 'Og mange andre bidragsydere ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">på Github</a>' |
72 | Creation date: 'Oprettelsesdato' | 210 | project_website: 'Projektets hjemmeside' |
73 | dd/mm/yyyy: 'dd.mm.åååå' | 211 | license: 'Licens' |
74 | Clear: 'Ryd' | 212 | version: 'Version' |
75 | Filter: 'Filter' | 213 | getting_help: |
214 | documentation: 'Dokumentation' | ||
215 | bug_reports: 'Bugs' | ||
216 | support: '<a href="https://support.wallabag.org">På vor support-side</a> eller <a href="https://github.com/wallabag/wallabag/issues">på GitHub</a>' | ||
217 | helping: | ||
218 | description: 'wallabag er gratis og Open source. Du kan hjælpe os:' | ||
219 | by_contributing: 'ved at bidrage til projektet:' | ||
220 | by_contributing_2: 'et Github-issue fortæller om alt, hvad vi har brug for:' | ||
221 | by_paypal: 'via Paypal' | ||
222 | contributors: | ||
223 | # description: 'Thank you to contributors on wallabag web application' | ||
224 | third_party: | ||
225 | # description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' | ||
226 | # package: 'Package' | ||
227 | license: 'Licens' | ||
76 | 228 | ||
77 | # About | 229 | howto: |
78 | Who is behind wallabag: "hvem står bag wallabag" | 230 | page_title: 'How-to' |
79 | Getting help: "Find hjælp" | 231 | # page_description: 'There are several ways to save an article:' |
80 | Helping wallabag: "hjælp wallabag" | 232 | top_menu: |
81 | Developed by: "Udviklet af" | 233 | browser_addons: 'Browserudvidelser' |
82 | website: "Hjemmeside" | 234 | mobile_apps: 'Apps' |
83 | And many others contributors ♥: "Og mange andre bidragsydere ♥" | 235 | bookmarklet: 'Bookmarklet' |
84 | on GitHub: "på GitHub" | 236 | form: |
85 | Project website: "Projektets hjemmeside" | 237 | description: 'Tak gennem denne formular' |
86 | License: "Licens" | 238 | browser_addons: |
87 | Version: "Version" | 239 | firefox: 'Standardudvidelse til Firefox' |
88 | Documentation: "Dokumentation" | 240 | chrome: 'Chrome-udvidelse' |
89 | Bug reports: "Bugs" | 241 | mobile_apps: |
90 | On our support website: "På vor support-side" | 242 | android: |
91 | or: "eller" | 243 | via_f_droid: 'via F-Droid' |
92 | "wallabag is free and opensource. You can help us:": "wallabag er gratis og Open source. Du kan hjælpe os:" | 244 | via_google_play: 'via Google Play' |
93 | "by contributing to the project:": "ved at bidrage til projektet:" | 245 | # ios: 'on the iTunes Store' |
94 | an issue lists all our needs: "et Github-issue fortæller om alt, hvad vi har brug for:" | 246 | # windows: 'on the Microsoft Store' |
95 | via Paypal: "via PayPal" | 247 | bookmarklet: |
248 | description: 'Træk dette link til din bogmærkeliste:' | ||
96 | 249 | ||
97 | # Howto | 250 | quickstart: |
98 | Form: Formular | 251 | # page_title: 'Quickstart' |
99 | Thanks to this form: "Tak gennem denne formular" | 252 | # intro: |
100 | Browser addons: "Browserudvidelser" | 253 | # title: 'Welcome to wallabag!' |
101 | Mobile apps: "Apps" | 254 | # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." |
102 | Bookmarklet: "Bookmarklet" | 255 | # paragraph_2: 'Follow us!' |
103 | Standard Firefox Add-On: "Standardudvidelse til Firefox" | 256 | # configure: |
104 | Chrome Extension: "Chrome-udvidelse" | 257 | # title: 'Configure the application' |
105 | download the application: "Download" | 258 | # language: 'Change language and design' |
106 | "Drag & drop this link to your bookmarks bar:": "Træk dette link til din bogmærkeliste:" | 259 | # rss: 'Enable RSS feeds' |
260 | # tagging_rules: 'Write rules to automatically tag your articles' | ||
261 | # admin: | ||
262 | # title: 'Administration' | ||
263 | # description: 'As an administrator, you have privileges on wallabag. You can:' | ||
264 | # new_user: 'Create a new user' | ||
265 | # analytics: 'Configure analytics' | ||
266 | # sharing: 'Enable some parameters about article sharing' | ||
267 | # export: 'Configure export' | ||
268 | # import: 'Configure import' | ||
269 | # first_steps: | ||
270 | # title: 'First steps' | ||
271 | # new_article: 'Save your first article' | ||
272 | # unread_articles: 'And classify it!' | ||
273 | # migrate: | ||
274 | # title: 'Migrate from an existing service' | ||
275 | # description: "Are you using another service? We'll help you to retrieve your data on wallabag." | ||
276 | # pocket: 'Migrate from Pocket' | ||
277 | # wallabag_v1: 'Migrate from wallabag v1' | ||
278 | # wallabag_v2: 'Migrate from wallabag v2' | ||
279 | # developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | # docs: | ||
283 | # title: 'Full documentation' | ||
284 | # annotate: 'Annotate your article' | ||
285 | # export: 'Convert your articles into ePUB or PDF' | ||
286 | # search_filters: 'See how you can look for an article by using search engine and filters' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | # all_docs: 'And so many other articles!' | ||
289 | # support: | ||
290 | # title: 'Support' | ||
291 | # description: 'If you need some help, we are here for you.' | ||
292 | # github: 'On GitHub' | ||
293 | # email: 'By email' | ||
294 | # gitter: 'On Gitter' | ||
107 | 295 | ||
108 | # Flash messages | 296 | tag: |
109 | Information updated: "Oplysninger opdateret" | 297 | page_title: 'Tags' |
110 | "Config saved. Some parameters will be considered after disconnection.": "Opsætning gemt. Visse ændringer vil først fremgå ved næste login." | 298 | list: |
111 | RSS information updated: "RSS-oplysninger opdateret" | 299 | # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' |
112 | Password updated: "Adgangskode opdateret" | ||
113 | Entry starred: "Artikel markeret som favorit" | ||
114 | Entry unstarred: "Artikel ikke længere markeret som favorit" | ||
115 | Entry archived: "Artikel arkiveret" | ||
116 | Entry unarchived: "Artikel ikke længere arkiveret" | ||
117 | Entry deleted: "Artikel slettet" | ||
118 | 300 | ||
119 | # Entry | 301 | import: |
120 | Mark as read: 'Marker som læst' | 302 | # page_title: 'Import' |
121 | Favorite: 'Marker som favorit' | 303 | # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' |
122 | back: 'tilbage' | 304 | # action: |
123 | original article: 'Originalartikel' | 305 | # import_contents: 'Import contents' |
124 | Add a tag: 'Tliføj et tag' | 306 | # form: |
125 | Share: 'Deling' | 307 | # mark_as_read_title: 'Mark all as read?' |
126 | Download: 'Download' | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
127 | Does this article appear wrong?: "Vises artiklen forkert?" | 309 | # file_label: 'File' |
128 | Problems?: 'Problemer?' | 310 | # save_label: 'Upload file' |
129 | Edit title: "Rediger titel" | 311 | # pocket: |
312 | # page_title: 'Import > Pocket' | ||
313 | # description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag." | ||
314 | # config_missing: | ||
315 | # description: "Pocket import isn't configured." | ||
316 | # admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' | ||
317 | # user_message: 'Your server admin needs to define an API Key for Pocket.' | ||
318 | # authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.' | ||
319 | # connect_to_pocket: 'Connect to Pocket and import data' | ||
320 | # wallabag_v1: | ||
321 | # page_title: 'Import > Wallabag v1' | ||
322 | # description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.' | ||
323 | # how_to: 'Please select your wallabag export and click on the below button to upload and import it.' | ||
324 | # wallabag_v2: | ||
325 | # page_title: 'Import > Wallabag v2' | ||
326 | # 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.' | ||
130 | 327 | ||
328 | developer: | ||
329 | # page_title: 'Developer' | ||
330 | # welcome_message: 'Welcome to the wallabag API' | ||
331 | # documentation: 'Documentation' | ||
332 | # how_to_first_app: 'How to create my first application' | ||
333 | # full_documentation: 'View full API documentation' | ||
334 | # clients: | ||
335 | # title: 'Clients' | ||
336 | # create_new: 'Create a new client' | ||
337 | # existing_clients: | ||
338 | # title: 'Existing clients' | ||
339 | # field_id: 'Client ID' | ||
340 | # field_secret: 'Client secret' | ||
341 | # field_uris: 'Redirect URIs' | ||
342 | # field_grant_types: 'Grant type allowed' | ||
343 | # no_client: 'No client yet.' | ||
344 | # remove: | ||
345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | ||
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'Back' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'Back' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'Back' | ||
374 | |||
375 | validator: | ||
376 | password_must_match: 'De indtastede adgangskoder skal være ens' | ||
377 | password_too_short: 'Adgangskoden skal være mindst 8 tegn' | ||
378 | # password_wrong_value: 'Wrong value for your current password' | ||
379 | # item_per_page_too_high: 'This will certainly kill the app' | ||
380 | # rss_limit_too_hight: 'This will certainly kill the app' | ||
381 | |||
382 | flashes: | ||
383 | config: | ||
384 | notice: | ||
385 | config_saved: 'Opsætning gemt. Visse ændringer vil først fremgå ved næste login.' | ||
386 | password_updated: 'Adgangskode opdateret' | ||
387 | # password_not_updated_demo: "In demonstration mode, you can't change password for this user." | ||
388 | user_updated: 'Oplysninger opdateret' | ||
389 | rss_updated: 'RSS-oplysninger opdateret' | ||
390 | # tagging_rules_updated: 'Tagging rules updated' | ||
391 | # tagging_rules_deleted: 'Tagging rule deleted' | ||
392 | # user_added: 'User "%username%" added' | ||
393 | # rss_token_updated: 'RSS token updated' | ||
394 | entry: | ||
395 | notice: | ||
396 | # entry_already_saved: 'Entry already saved on %date%' | ||
397 | # entry_saved: 'Entry saved' | ||
398 | # entry_updated: 'Entry updated' | ||
399 | # entry_reloaded: 'Entry reloaded' | ||
400 | # entry_reload_failed: 'Failed to reload entry' | ||
401 | entry_archived: 'Artikel arkiveret' | ||
402 | entry_unarchived: 'Artikel ikke længere arkiveret' | ||
403 | entry_starred: 'Artikel markeret som favorit' | ||
404 | entry_unstarred: 'Artikel ikke længere markeret som favorit' | ||
405 | entry_deleted: 'Artikel slettet' | ||
406 | tag: | ||
407 | notice: | ||
408 | # tag_added: 'Tag added' | ||
409 | import: | ||
410 | notice: | ||
411 | # failed: 'Import failed, please try again.' | ||
412 | # failed_on_file: 'Error while processing import. Please verify your import file.' | ||
413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | ||
414 | developer: | ||
415 | notice: | ||
416 | # client_created: 'New client created.' | ||
417 | # client_deleted: 'Client deleted' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index 8b75594c..2029caec 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | |||
@@ -1,129 +1,417 @@ | |||
1 | #Login | 1 | security: |
2 | Keep me logged in: 'Angemeldet bleiben' | 2 | login: |
3 | Forgot your password?: 'Kennwort vergessen?' | 3 | # page_title: 'Welcome to wallabag!' |
4 | Login: 'Anmelden' | 4 | keep_logged_in: 'Angemeldet bleiben' |
5 | Back to login: 'Zurück zur Anmeldung' | 5 | forgot_password: 'Kennwort vergessen?' |
6 | Send: 'Senden' | 6 | submit: 'Anmelden' |
7 | "Enter your email address below and we'll send you password reset instructions.": "Gib unten deine E-Mail-Adresse ein und wir senden dir eine Anleitung für das Zurücksetzen deines Kennworts." | 7 | # register: 'Register' |
8 | username: 'Benutzername' | ||
9 | password: 'Kennwort' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | description: "Gib unten deine E-Mail-Adresse ein und wir senden dir eine Anleitung für das Zurücksetzen deines Kennworts." | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
8 | 16 | ||
9 | # Menu | 17 | menu: |
10 | unread: 'ungelesen' | 18 | left: |
11 | starred: 'favoriten' | 19 | unread: 'Ungelesen' |
12 | archive: 'archiv' | 20 | starred: 'Favoriten' |
13 | all: 'alle artikel' | 21 | archive: 'Archiv' |
14 | tags: 'tags' | 22 | all_articles: 'Alle artikel' |
15 | config: 'konfiguration' | 23 | config: 'Konfiguration' |
16 | howto: 'how-to' | 24 | tags: 'Tags' |
17 | logout: 'abmelden' | 25 | # internal_settings: 'Internal Settings' |
18 | Filtered: 'Gefiltert' | 26 | # import: 'Import' |
19 | About: 'Über' | 27 | howto: 'How-to' |
28 | # developer: 'Developer' | ||
29 | logout: 'Abmelden' | ||
30 | about: 'Über' | ||
31 | search: 'Suche' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'Zurück zu ungelesenen Artikeln' | ||
34 | top: | ||
35 | add_new_entry: 'Neuen Artikel hinzufügen' | ||
36 | search: 'Suche' | ||
37 | filter_entries: 'Artikel filtern' | ||
38 | # export: 'Export' | ||
39 | search_form: | ||
40 | input_label: 'Suchbegriff hier eingeben' | ||
20 | 41 | ||
21 | # Header | 42 | footer: |
22 | Back to unread articles: 'Zurück zu ungelesenen Artikeln' | 43 | wallabag: |
23 | Add a new entry: 'Neuen Artikel hinzufügen' | 44 | # elsewhere: 'Take wallabag with you' |
24 | Search: 'Suche' | 45 | # social: 'Social' |
25 | Filter entries: 'Artikel filtern' | 46 | # powered_by: 'powered by' |
26 | Enter your search here: 'Suchbegriff hier eingeben' | 47 | about: 'Über' |
27 | Save new entry: 'Neuen Artikel speichern' | ||
28 | 48 | ||
29 | # Config screen | 49 | config: |
30 | Settings: 'Einstellungen' | 50 | page_title: 'Config' |
31 | User information: 'Benutzer-Information' | 51 | tab_menu: |
32 | Password: 'Kennwort' | 52 | settings: 'Einstellungen' |
33 | RSS: 'RSS' | 53 | rss: 'RSS' |
34 | Add a user: 'Benutzer hinzufügen' | 54 | user_info: 'Benutzer-Information' |
35 | Theme: 'Theme' | 55 | password: 'Kennwort' |
36 | Items per page: 'Einträge pro Seite' | 56 | # rules: 'Tagging rules' |
37 | Language: 'Sprache' | 57 | new_user: 'Benutzer hinzufügen' |
38 | Save: 'Speichern' | 58 | form: |
39 | RSS token: 'RSS-Token' | 59 | save: 'Speichern' |
40 | Name: 'Name' | 60 | form_settings: |
41 | Email: 'E-Mail-Adresse' | 61 | theme_label: 'Theme' |
42 | No token: 'Kein Token' | 62 | items_per_page_label: 'Einträge pro Seite' |
43 | Reset your token: 'Token zurücksetzen' | 63 | language_label: 'Sprache' |
44 | Create your token: 'Token erstellen' | 64 | form_rss: |
45 | Rss limit: 'RSS-Limit' | 65 | description: 'Die RSS-Feeds von wallabag erlauben es dir, deine gespeicherten Artikel mit deinem bevorzugten RSS-Reader zu lesen. Vorher musst du jedoch einen Token erstellen.' |
46 | RSS links: 'RSS-Links' | 66 | token_label: 'RSS-token' |
47 | 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'Die RSS-Feeds von wallabag erlauben es dir, deine gespeicherten Artikel mit deinem bevorzugten RSS-Reader zu lesen. Vorher musst du jedoch einen Token erstellen.' | 67 | no_token: 'Kein Token' |
48 | Old password: 'Altes Kennwort' | 68 | token_create: 'Token erstellen' |
49 | New password: 'Neues Kennwort' | 69 | token_reset: 'Token zurücksetzen' |
50 | Repeat new password: 'Neues Kennwort wiederholen' | 70 | rss_links: 'RSS-Links' |
51 | Username: 'Benutzername' | 71 | rss_link: |
72 | unread: 'ungelesen' | ||
73 | starred: 'favoriten' | ||
74 | archive: 'archiv' | ||
75 | # rss_limit: 'Number of items in the feed' | ||
76 | form_user: | ||
77 | # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" | ||
78 | name_label: 'Name' | ||
79 | email_label: 'E-Mail-Adresse' | ||
80 | # twoFactorAuthentication_label: 'Two factor authentication' | ||
81 | form_password: | ||
82 | old_password_label: 'Altes Kennwort' | ||
83 | new_password_label: 'Neues Kennwort' | ||
84 | repeat_new_password_label: 'Neues Kennwort wiederholen' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | # delete_rule_label: 'delete' | ||
89 | # rule_label: 'Rule' | ||
90 | # tags_label: 'Tags' | ||
91 | # faq: | ||
92 | # title: 'FAQ' | ||
93 | # tagging_rules_definition_title: 'What does « tagging rules » mean?' | ||
94 | # tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | ||
95 | # how_to_use_them_title: 'How do I use them?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | # variables_available_title: 'Which variables and operators can I use to write rules?' | ||
98 | # variables_available_description: 'The following variables and operators can be used to create tagging rules:' | ||
99 | # meaning: 'Meaning' | ||
100 | # variable_description: | ||
101 | # label: 'Variable' | ||
102 | # title: 'Title of the entry' | ||
103 | # url: 'URL of the entry' | ||
104 | # isArchived: 'Whether the entry is archived or not' | ||
105 | # isStarred: 'Whether the entry is starred or not' | ||
106 | # content: "The entry's content" | ||
107 | # language: "The entry's language" | ||
108 | # mimetype: "The entry's mime-type" | ||
109 | # readingTime: "The estimated entry's reading time, in minutes" | ||
110 | # domainName: 'The domain name of the entry' | ||
111 | # operator_description: | ||
112 | # label: 'Operator' | ||
113 | # less_than: 'Less than...' | ||
114 | # strictly_less_than: 'Strictly less than...' | ||
115 | # greater_than: 'Greater than...' | ||
116 | # strictly_greater_than: 'Strictly greater than...' | ||
117 | # equal_to: 'Equal to...' | ||
118 | # not_equal_to: 'Not equal to...' | ||
119 | # or: 'One rule OR another' | ||
120 | # and: 'One rule AND another' | ||
121 | # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'Benutzername' | ||
124 | password_label: 'Kennwort' | ||
125 | repeat_new_password_label: 'Neues Kennwort wiederholen' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'E-Mail-Adresse' | ||
52 | 128 | ||
53 | # Entries | 129 | entry: |
54 | 'estimated reading time': 'geschätzte Lesezeit' | 130 | page_titles: |
55 | original: original | 131 | # unread: 'Unread entries' |
56 | Toggle mark as read: 'Gelesen-Status ändern' | 132 | # starred: 'Starred entries' |
57 | Toggle favorite: 'Favoriten-Status ändern' | 133 | # archive: 'Archived entries' |
58 | Delete: 'Löschen' | 134 | # filtered: 'Filtered entries' |
135 | list: | ||
136 | # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' | ||
137 | reading_time: 'geschätzte Lesezeit' | ||
138 | reading_time_minutes: 'geschätzte Lesezeit: %readingTime% min' | ||
139 | reading_time_less_one_minute: 'geschätzte Lesezeit: <small class="inferieur"><</small> 1 min' | ||
140 | original_article: 'original' | ||
141 | toogle_as_read: 'Gelesen-Status ändern' | ||
142 | toogle_as_star: 'Favoriten-Status ändern' | ||
143 | delete: 'Löschen' | ||
144 | # export_title: 'Export' | ||
145 | filters: | ||
146 | title: 'Filters' | ||
147 | status_label: 'Status' | ||
148 | archived_label: 'Archiviert' | ||
149 | starred_label: 'Favorisiert' | ||
150 | preview_picture_label: 'Vorschaubild vorhanden' | ||
151 | preview_picture_help: 'Vorschaubild' | ||
152 | language_label: 'Sprache' | ||
153 | reading_time: | ||
154 | label: 'Lesezeit in Minuten' | ||
155 | from: 'von' | ||
156 | to: 'bis' | ||
157 | domain_label: 'Domain-Name' | ||
158 | created_at: | ||
159 | label: 'Erstellungsdatum' | ||
160 | from: 'von' | ||
161 | to: 'bis' | ||
162 | action: | ||
163 | clear: 'Zurücksetzen' | ||
164 | filter: 'Filter' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'Zurück' | ||
169 | set_as_read: 'Als gelesen markieren' | ||
170 | # set_as_unread: 'Mark as unread' | ||
171 | set_as_favorite: 'Favorisieren' | ||
172 | view_original_article: 'Original-Artikel' | ||
173 | # re_fetch_content: 'Re-fetch content' | ||
174 | delete: 'Löschen' | ||
175 | add_a_tag: 'Tag hinzufügen' | ||
176 | share_content: 'Teilen' | ||
177 | # share_email_label: 'Email' | ||
178 | download: 'Herunterladen' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: 'Probleme?' | ||
182 | description: 'Erscheint dieser Artikel falsch?' | ||
183 | edit_title: 'Titel ändern' | ||
184 | original_article: 'original' | ||
185 | # annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' | ||
186 | new: | ||
187 | page_title: 'Neuen Artikel speichern' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | url_label: Url | ||
191 | edit: | ||
192 | # page_title: 'Edit an entry' | ||
193 | # title_label: 'Title' | ||
194 | # url_label: 'Url' | ||
195 | # is_public_label: 'Public' | ||
196 | save_label: 'Speichern' | ||
59 | 197 | ||
60 | # Filters | 198 | about: |
61 | Filters: 'Filter' | 199 | page_title: 'Über' |
62 | Status: 'Status' | 200 | top_menu: |
63 | Archived: 'Archiviert' | 201 | who_behind_wallabag: 'Wer steht hinter wallabag' |
64 | Starred: 'Favorisiert' | 202 | getting_help: 'Hilfe bekommen' |
65 | Preview picture: 'Vorschaubild' | 203 | helping: 'wallabag unterstützen' |
66 | Has a preview picture: 'Vorschaubild vorhanden' | 204 | contributors: 'Contributors' |
67 | Reading time in minutes: 'Lesezeit in Minuten' | 205 | third_party: 'Third-party libraries' |
68 | from: 'von' | 206 | who_behind_wallabag: |
69 | to: 'bis' | 207 | developped_by: 'Entwickelt von' |
70 | website.com: 'website.com' | 208 | website: 'Webseite' |
71 | Domain name: 'Domain-Name' | 209 | many_contributors: 'Und vielen anderen Unterstützern ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">auf Github</a>' |
72 | Creation date: 'Erstellungsdatum' | 210 | project_website: 'Projektwebseite' |
73 | dd/mm/yyyy: 'dd.mm.yyyy' | 211 | license: 'Lizenz' |
74 | Clear: 'zurücksetzen' | 212 | version: 'Version' |
75 | Filter: 'Filter' | 213 | getting_help: |
214 | documentation: 'Dokumentation' | ||
215 | bug_reports: 'Bugs' | ||
216 | support: '<a href="https://support.wallabag.org">Auf unserer Support-Webseite</a> oder <a href="https://github.com/wallabag/wallabag/issues">auf GitHub</a>' | ||
217 | helping: | ||
218 | description: 'wallabag ist kostenlos und Open-Source. Du kannst uns helfen:' | ||
219 | by_contributing: 'indem du zu dem Projekt beiträgst:' | ||
220 | by_contributing_2: 'ein Issue listet alle unsere Bedürfnisse:' | ||
221 | by_paypal: 'via Paypal' | ||
222 | contributors: | ||
223 | # description: 'Thank you to contributors on wallabag web application' | ||
224 | third_party: | ||
225 | # description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' | ||
226 | # package: 'Package' | ||
227 | license: 'Lizenz' | ||
76 | 228 | ||
77 | # About | 229 | howto: |
78 | Who is behind wallabag: "Wer steht hinter wallabag" | 230 | page_title: 'How-to' |
79 | Getting help: "Hilfe bekommen" | 231 | # page_description: 'There are several ways to save an article:' |
80 | Helping wallabag: "wallabag unterstützen" | 232 | top_menu: |
81 | Developed by: "Entwickelt von" | 233 | browser_addons: 'Browser-Addons' |
82 | website: "Webseite" | 234 | mobile_apps: 'Apps' |
83 | And many others contributors ♥: "Und vielen anderen Unterstützern ♥" | 235 | bookmarklet: 'Bookmarklet' |
84 | on GitHub: "auf GitHub" | 236 | form: |
85 | Project website: "Projektwebseite" | 237 | description: 'Danke an dieses Formular' |
86 | License: "Lizenz" | 238 | browser_addons: |
87 | Version: "Version" | 239 | firefox: 'Firefox-Erweiterung' |
88 | Documentation: "Dokumentation" | 240 | chrome: 'Chrome-Erweiterung' |
89 | Bug reports: "Bugs" | 241 | mobile_apps: |
90 | On our support website: "Auf unserer Support-Webseite" | 242 | android: |
91 | or: "oder" | 243 | via_f_droid: 'via F-Droid' |
92 | "wallabag is free and opensource. You can help us:": "wallabag ist kostenlos und Open-Source. Du kannst uns helfen:" | 244 | via_google_play: 'via Google Play' |
93 | "by contributing to the project:": "indem du zu dem Projekt beiträgst:" | 245 | # ios: 'on the iTunes Store' |
94 | an issue lists all our needs: "ein Issue listet alle unsere Bedürfnisse:" | 246 | # windows: 'on the Microsoft Store' |
95 | via Paypal: "via PayPal" | 247 | bookmarklet: |
248 | description: 'Ziehe diesen Link in deine Lesezeichenleiste:' | ||
96 | 249 | ||
97 | # Howto | 250 | quickstart: |
98 | Form: Formular | 251 | # page_title: 'Quickstart' |
99 | Thanks to this form: "Danke an dieses Formular" | 252 | # intro: |
100 | Browser addons: "Browser-Addons" | 253 | # title: 'Welcome to wallabag!' |
101 | Mobile apps: "Apps" | 254 | # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." |
102 | Bookmarklet: "Bookmarklet" | 255 | # paragraph_2: 'Follow us!' |
103 | Standard Firefox Add-On: "Firefox-Erweiterung" | 256 | # configure: |
104 | Chrome Extension: "Chrome-Erweiterung" | 257 | # title: 'Configure the application' |
105 | download the application: "herunterladen" | 258 | # language: 'Change language and design' |
106 | "Drag & drop this link to your bookmarks bar:": "Ziehe diesen Link in deine Lesezeichenleiste:" | 259 | # rss: 'Enable RSS feeds' |
260 | # tagging_rules: 'Write rules to automatically tag your articles' | ||
261 | # admin: | ||
262 | # title: 'Administration' | ||
263 | # description: 'As an administrator, you have privileges on wallabag. You can:' | ||
264 | # new_user: 'Create a new user' | ||
265 | # analytics: 'Configure analytics' | ||
266 | # sharing: 'Enable some parameters about article sharing' | ||
267 | # export: 'Configure export' | ||
268 | # import: 'Configure import' | ||
269 | # first_steps: | ||
270 | # title: 'First steps' | ||
271 | # new_article: 'Save your first article' | ||
272 | # unread_articles: 'And classify it!' | ||
273 | # migrate: | ||
274 | # title: 'Migrate from an existing service' | ||
275 | # description: "Are you using another service? We'll help you to retrieve your data on wallabag." | ||
276 | # pocket: 'Migrate from Pocket' | ||
277 | # wallabag_v1: 'Migrate from wallabag v1' | ||
278 | # wallabag_v2: 'Migrate from wallabag v2' | ||
279 | # developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | # docs: | ||
283 | # title: 'Full documentation' | ||
284 | # annotate: 'Annotate your article' | ||
285 | # export: 'Convert your articles into ePUB or PDF' | ||
286 | # search_filters: 'See how you can look for an article by using search engine and filters' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | # all_docs: 'And so many other articles!' | ||
289 | # support: | ||
290 | # title: 'Support' | ||
291 | # description: 'If you need some help, we are here for you.' | ||
292 | # github: 'On GitHub' | ||
293 | # email: 'By email' | ||
294 | # gitter: 'On Gitter' | ||
107 | 295 | ||
108 | # Flash messages | 296 | tag: |
109 | Information updated: "Information aktualisiert" | 297 | page_title: 'Tags' |
110 | "Config saved. Some parameters will be considered after disconnection.": "Konfiguration gespeichert. Einige Einstellungen werden erst nach einer erneuten Anmeldung übernommen." | 298 | list: |
111 | RSS information updated: "RSS-Informationen aktualisiert" | 299 | # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' |
112 | Password updated: "Kennwort aktualisiert" | ||
113 | Entry starred: "Artikel favorisiert" | ||
114 | Entry unstarred: "Artikel defavorisiert" | ||
115 | Entry archived: "Artikel archiviert" | ||
116 | Entry unarchived: "Artikel dearchiviert" | ||
117 | Entry deleted: "Artikel gelöscht" | ||
118 | 300 | ||
119 | # Entry | 301 | import: |
120 | Mark as read: 'Als gelesen markieren' | 302 | # page_title: 'Import' |
121 | Favorite: 'Favorisieren' | 303 | # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' |
122 | back: 'zurück' | 304 | # action: |
123 | original article: 'Original-Artikel' | 305 | # import_contents: 'Import contents' |
124 | Add a tag: 'Tag hinzufügen' | 306 | # form: |
125 | Share: 'Teilen' | 307 | # mark_as_read_title: 'Mark all as read?' |
126 | Download: 'Herunterladen' | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
127 | Does this article appear wrong?: "Erscheint dieser Artikel falsch?" | 309 | # file_label: 'File' |
128 | Problems?: 'Probleme?' | 310 | # save_label: 'Upload file' |
129 | Edit title: "Titel ändern" | 311 | # pocket: |
312 | # page_title: 'Import > Pocket' | ||
313 | # description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag." | ||
314 | # config_missing: | ||
315 | # description: "Pocket import isn't configured." | ||
316 | # admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' | ||
317 | # user_message: 'Your server admin needs to define an API Key for Pocket.' | ||
318 | # authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.' | ||
319 | # connect_to_pocket: 'Connect to Pocket and import data' | ||
320 | # wallabag_v1: | ||
321 | # page_title: 'Import > Wallabag v1' | ||
322 | # description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.' | ||
323 | # how_to: 'Please select your wallabag export and click on the below button to upload and import it.' | ||
324 | # wallabag_v2: | ||
325 | # page_title: 'Import > Wallabag v2' | ||
326 | # 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.' | ||
327 | |||
328 | developer: | ||
329 | # page_title: 'Developer' | ||
330 | # welcome_message: 'Welcome to the wallabag API' | ||
331 | # documentation: 'Documentation' | ||
332 | # how_to_first_app: 'How to create my first application' | ||
333 | # full_documentation: 'View full API documentation' | ||
334 | # clients: | ||
335 | # title: 'Clients' | ||
336 | # create_new: 'Create a new client' | ||
337 | # existing_clients: | ||
338 | # title: 'Existing clients' | ||
339 | # field_id: 'Client ID' | ||
340 | # field_secret: 'Client secret' | ||
341 | # field_uris: 'Redirect URIs' | ||
342 | # field_grant_types: 'Grant type allowed' | ||
343 | # no_client: 'No client yet.' | ||
344 | # remove: | ||
345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | ||
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'Back' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'Back' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'Back' | ||
374 | |||
375 | validator: | ||
376 | # password_must_match: 'The password fields must match.' | ||
377 | # password_too_short: 'Password should by at least 8 chars long' | ||
378 | # password_wrong_value: 'Wrong value for your current password' | ||
379 | # item_per_page_too_high: 'This will certainly kill the app' | ||
380 | # rss_limit_too_hight: 'This will certainly kill the app' | ||
381 | |||
382 | flashes: | ||
383 | config: | ||
384 | notice: | ||
385 | config_saved: 'Konfiguration gespeichert. Einige Einstellungen werden erst nach einer erneuten Anmeldung übernommen.' | ||
386 | password_updated: 'Kennwort aktualisiert' | ||
387 | # password_not_updated_demo: "In demonstration mode, you can't change password for this user." | ||
388 | user_updated: 'Information aktualisiert' | ||
389 | rss_updated: 'RSS-Informationen aktualisiert' | ||
390 | # tagging_rules_updated: 'Tagging rules updated' | ||
391 | # tagging_rules_deleted: 'Tagging rule deleted' | ||
392 | # user_added: 'User "%username%" added' | ||
393 | # rss_token_updated: 'RSS token updated' | ||
394 | entry: | ||
395 | notice: | ||
396 | # entry_already_saved: 'Entry already saved on %date%' | ||
397 | # entry_saved: 'Entry saved' | ||
398 | # entry_updated: 'Entry updated' | ||
399 | # entry_reloaded: 'Entry reloaded' | ||
400 | # entry_reload_failed: 'Failed to reload entry' | ||
401 | entry_archived: 'Artikel archiviert' | ||
402 | entry_unarchived: 'Artikel dearchiviert' | ||
403 | entry_starred: 'Artikel favorisiert' | ||
404 | entry_unstarred: 'Artikel defavorisiert' | ||
405 | entry_deleted: 'Artikel gelöscht' | ||
406 | tag: | ||
407 | notice: | ||
408 | # tag_added: 'Tag added' | ||
409 | import: | ||
410 | notice: | ||
411 | # failed: 'Import failed, please try again.' | ||
412 | # failed_on_file: 'Error while processing import. Please verify your import file.' | ||
413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | ||
414 | developer: | ||
415 | notice: | ||
416 | # client_created: 'New client created.' | ||
417 | # client_deleted: 'Client deleted' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index b666f2df..78b00b79 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml | |||
@@ -1,242 +1,417 @@ | |||
1 | #Login | 1 | security: |
2 | Keep me logged in: 'Mantenme conectado' | 2 | login: |
3 | Forgot your password?: '¿Ha olvidado su contraseña?' | 3 | page_title: 'Bienvenido a wallabag !' |
4 | Login: 'Conectarse' | 4 | keep_logged_in: 'Mantenme conectado' |
5 | Back to login: 'Revenir au formulaire de connexion' | 5 | forgot_password: '¿Ha olvidado su contraseña?' |
6 | Send: 'Envíar' | 6 | submit: 'Conectarse' |
7 | "Enter your email address below and we'll send you password reset instructions.": "Introduce tu dirección de email y le enviaremos las instrucciones para resetear la contraseña" | 7 | register: 'Registrarse' |
8 | Register: 'Registrarse' | 8 | username: 'Nombre de usuario' |
9 | password: 'Contraseña' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | description: "Introduce tu dirección de email y le enviaremos las instrucciones para resetear la contraseña" | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
9 | 16 | ||
10 | # Menu | 17 | menu: |
11 | unread: 'Sin leer' | 18 | left: |
12 | starred: 'Favoritos' | 19 | unread: 'Sin leer' |
13 | archive: 'Archivo' | 20 | starred: 'Favoritos' |
14 | all: 'Todos los artículos' | 21 | archive: 'Archivo' |
15 | tags: 'Tags' | 22 | all_articles: 'Todos los artículos' |
16 | config: 'Configuración' | 23 | config: 'Configuración' |
17 | internal settings: 'Configuración interna' | 24 | tags: 'Tags' |
18 | import: 'Importar' | 25 | internal_settings: 'Configuración interna' |
19 | howto: 'Ayuda' | 26 | import: 'Importar' |
20 | logout: 'Desconectarse' | 27 | howto: 'Ayuda' |
21 | Filtered: 'Articulos filtrados' | 28 | # developer: 'Developer' |
22 | About: 'Acerca de' | 29 | logout: 'Desconectarse' |
30 | about: 'Acerca de' | ||
31 | search: 'Buscar' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'Volver a los artículos sin leer' | ||
34 | top: | ||
35 | add_new_entry: 'Añadir un nuevo artículo' | ||
36 | search: 'Buscar' | ||
37 | filter_entries: 'Filtrar los artículos' | ||
38 | export: 'Exportar' | ||
39 | search_form: | ||
40 | input_label: 'Introduce tu búsqueda aquí' | ||
23 | 41 | ||
24 | # Header | 42 | footer: |
25 | Back to unread articles: 'Volver a los artículos sin leer' | 43 | wallabag: |
26 | Add a new entry: 'Añadir un nuevo artículo' | 44 | elsewhere: 'Llevate wallabag contigo' |
27 | Search: 'Buscar' | 45 | social: 'Social' |
28 | Filter entries: 'Filtrar los artículos' | 46 | # powered_by: 'powered by' |
29 | Enter your search here: 'Introduce tu búsqueda aquí' | 47 | about: 'Acerca de' |
30 | Save new entry: 'Guardar un nuevo artículo' | ||
31 | Export: 'Exportar' | ||
32 | 48 | ||
33 | # Config screen | 49 | config: |
34 | Settings: 'Configuración' | 50 | page_title: 'Configuración' |
35 | User information: 'Información de usuario' | 51 | tab_menu: |
36 | Password: 'Contraseña' | 52 | settings: 'Configuración' |
37 | RSS: 'RSS' | 53 | rss: 'RSS' |
38 | Add a user: 'Añadir un usuario' | 54 | user_info: 'Información de usuario' |
39 | Theme: 'Tema' | 55 | password: 'Contraseña' |
40 | Items per page: "Número de artículos por página" | 56 | rules: 'Reglas de etiquetado automáticas' |
41 | Language: 'Idioma' | 57 | new_user: 'Añadir un usuario' |
42 | Save: 'Enregistrer' | 58 | form: |
43 | RSS token: 'RSS token' | 59 | save: 'Guardar' |
44 | RSS token updated: 'RSS token actualizado ' | 60 | form_settings: |
45 | Name: 'Nombre' | 61 | theme_label: 'Tema' |
46 | Email: 'Direccion e-mail' | 62 | items_per_page_label: 'Número de artículos por página' |
47 | No token: 'Aucun jeton généré' | 63 | language_label: 'Idioma' |
48 | Reset your token: 'Resetear token' | 64 | form_rss: |
49 | Create your token: 'Crear token' | 65 | description: 'Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero' |
50 | Rss limit: "Límite de artículos en feed RSS" | 66 | token_label: 'RSS token' |
51 | RSS links: 'URL de su feed RSS' | 67 | # no_token: 'No token' |
52 | "RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.": "Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero" | 68 | token_create: 'Crear token' |
53 | Old password: 'Contraseña actual' | 69 | token_reset: 'Resetear token' |
54 | New password: 'Nueva contraseña' | 70 | rss_links: 'URL de su feed RSS' |
55 | Repeat new password: 'Confirmar la nueva contraseña' | 71 | rss_link: |
56 | Username: "Nombre de usuario" | 72 | unread: 'sin leer' |
57 | Two factor authentication: "Autentificación de dos factores" | 73 | starred: 'favoritos' |
58 | "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion": "Con la autentificación de dos factores recibirá código mediante email en cada nueva conexión que no sea de confianza" | 74 | archive: 'archivo' |
75 | rss_limit: 'Límite de artículos en feed RSS' | ||
76 | form_user: | ||
77 | two_factor_description: "Con la autentificación de dos factores recibirá código mediante email en cada nueva conexión que no sea de confianza" | ||
78 | name_label: 'Nombre' | ||
79 | email_label: 'Direccion e-mail' | ||
80 | twoFactorAuthentication_label: 'Autentificación de dos factores' | ||
81 | form_password: | ||
82 | old_password_label: 'Contraseña actual' | ||
83 | new_password_label: 'Nueva contraseña' | ||
84 | repeat_new_password_label: 'Confirmar la nueva contraseña' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | # delete_rule_label: 'delete' | ||
89 | rule_label: 'Regla' | ||
90 | tags_label: 'Tags' | ||
91 | faq: | ||
92 | title: 'FAQ' | ||
93 | tagging_rules_definition_title: '¿Qué significa reglas de etiquetado autómaticas?' | ||
94 | tagging_rules_definition_description: 'Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.<br />Cáda vez que un nuevo artículo es añadido, todas las reglas de etiquetado automáticas serán usadas para etiquetarlo, ayudandote a clasificar automáticamente los artículos.' | ||
95 | how_to_use_them_title: '¿Cómo se utilizan?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | variables_available_title: '¿Qué variables y operadores se pueden utilizar para escribir las reglas?' | ||
98 | variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:' | ||
99 | meaning: 'Significado' | ||
100 | variable_description: | ||
101 | label: 'Variable' | ||
102 | title: 'Titúlo del artículo' | ||
103 | url: 'URL del artículo' | ||
104 | isArchived: 'El artículo está guardado o no' | ||
105 | isStarred: 'Si el artículo es un favorito o no' | ||
106 | content: "El contenido del artículo" | ||
107 | language: "El idoma del artículo" | ||
108 | mimetype: "Tipo MIME del artículo" | ||
109 | readingTime: "El tiempo estimado de lectura del artículo, en minutos" | ||
110 | domainName: 'El dominio del artículo' | ||
111 | operator_description: | ||
112 | label: 'Operador' | ||
113 | less_than: 'Menos que…' | ||
114 | strictly_less_than: 'Estrictámente menos que…' | ||
115 | greater_than: 'Más que…' | ||
116 | strictly_greater_than: 'Estrictámente mas que…' | ||
117 | equal_to: 'Egual a…' | ||
118 | not_equal_to: 'Diferente de…' | ||
119 | or: 'Una regla O otra' | ||
120 | and: 'Una regla Y la otra' | ||
121 | matches: 'Prueba si un <i>sujeto</i> corresponde a una <i>busqueda</i> (insensible a mayusculas).<br />Ejemplo : <code>título coincide "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'Nombre de usuario' | ||
124 | password_label: 'Contraseña' | ||
125 | repeat_new_password_label: 'Confirmar la nueva contraseña' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'Email' | ||
59 | 128 | ||
60 | # Tagging rules | 129 | entry: |
61 | Tagging rules: "Reglas de etiquetado automáticas" | 130 | page_titles: |
62 | What does « tagging rules » mean?: "¿Qué significa reglas de etiquetado autómaticas?" | 131 | # unread: 'Unread entries' |
63 | "They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.": "Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.<br />Cáda vez que un nuevo artículo es añadido, todas las reglas de etiquetado automáticas serán usadas para etiquetarlo, ayudandote a clasificar automáticamente los artículos." | 132 | # starred: 'Starred entries' |
64 | How do I use them?: "¿Cómo se utilizan?" | 133 | # archive: 'Archived entries' |
65 | "Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = \"github.com\"</i> » then tag as « <i>long reading, github </i> »": "Imaginons que voulez attribuer aux nouveaux articles le tag « <i>lecture courte</i> » lorsque le temps de lecture est inférieur à 3 minutes.<br />Dans ce cas, vous devriez mettre « readingTime <= 3 » dans le champ <i>Règle</i> et « <i>lecture courte</i> » dans le champ <i>Tag</i>.<br />Plusieurs tags peuvent être ajoutés simultanément en les séparant par des virgules : « <i>lecture courte, à lire</i> »<br />Des règles complexes peuvent être créées en utilisant des opérateurs prédéfinis: si « <i>readingTime >= 5 AND domainName = \"github.com\"</i> » alors attribuer les tags « <i>lecteur longue, github </i> »" | 134 | # filtered: 'Filtered entries' |
66 | Which variables and operators can I use to write rules?: "¿Qué variables y operadores se pueden utilizar para escribir las reglas?" | 135 | list: |
67 | The following variables and operators can be used to create tagging rules:: "Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:" | 136 | number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.' |
68 | Variable: "Variable" | 137 | reading_time: 'tiempo estimado de lectura' |
69 | Meaning: "Significado" | 138 | reading_time_minutes: 'tiempo estimado de lectura: %readingTime% min' |
70 | Operator: "Operador" | 139 | reading_time_less_one_minute: 'tiempo estimado de lectura: <small class="inferieur"><</small> 1 min' |
71 | Title of the entry: "Titúlo del artículo" | 140 | original_article: 'original' |
72 | Less than…: "Menos que…" | 141 | toogle_as_read: 'Marcar cómo leído/ no leído' |
73 | URL of the entry: "URL del artículo" | 142 | toogle_as_star: 'Marcar cómo favorito/ no favorito' |
74 | Strictly less than…: "Estrictámente menos que…" | 143 | delete: 'Suprimir' |
75 | Whether the entry is archived or not: "El artículo está guardado o no" | 144 | export_title: 'Exportar' |
76 | Greater than…: "Más que…" | 145 | filters: |
77 | Whether the entry is starred or not: "Si el artículo es un favorito o no" | 146 | title: 'Filtros' |
78 | Strictly greater than…: "Estrictámente mas que…" | 147 | status_label: 'Estatus' |
79 | The entry's content: "El contenido del artículo" | 148 | archived_label: 'Archivado' |
80 | Equal to…: "Egual a…" | 149 | starred_label: 'Favorito' |
81 | The entry's language: "El idoma del artículo" | 150 | preview_picture_label: 'Hay una foto' |
82 | Not equal to…: "Diferente de…" | 151 | preview_picture_help: 'Foto de preview' |
83 | The entry's mime-type: "Tipo MIME del artículo" | 152 | language_label: 'Idioma' |
84 | One rule or another: "Una regla o otra" | 153 | reading_time: |
85 | The estimated entry's reading time, in minutes: "El tiempo estimado de lectura del artículo, en minutos" | 154 | label: 'Duración de lectura en minutos' |
86 | One rule and another: "Una regla y la otra" | 155 | from: 'de' |
87 | The domain name of the entry: "El dominio del artículo" | 156 | to: 'a' |
88 | "Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches \"football\"</code>": "Prueba si un <i>sujeto</i> corresponde a una <i>busqueda</i> (insensible a mayusculas).<br />Ejemplo : <code>título coincide \"football\"</code>" | 157 | domain_label: 'Nombre de dominio' |
89 | Rule: "Regla" | 158 | created_at: |
90 | FAQ: "FAQ" | 159 | label: 'Fecha de creación' |
160 | from: 'de' | ||
161 | to: 'a' | ||
162 | action: | ||
163 | clear: 'Limpiar' | ||
164 | filter: 'Filtrar' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'Volver' | ||
169 | set_as_read: 'Marcar como leído' | ||
170 | # set_as_unread: 'Mark as unread' | ||
171 | set_as_favorite: 'Marcar cómo favorito' | ||
172 | view_original_article: 'Artículo original' | ||
173 | re_fetch_content: 'Redescargar el contenido' | ||
174 | delete: 'Suprimir' | ||
175 | add_a_tag: 'Añadir una etiqueta' | ||
176 | share_content: 'Compartir' | ||
177 | share_email_label: 'Direccion e-mail' | ||
178 | download: 'Descargar' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: '¿Algún problema?' | ||
182 | description: '¿Este artículo no se muestra bien?' | ||
183 | edit_title: 'Modificar el título' | ||
184 | original_article: 'original' | ||
185 | annotations_on_the_entry: '{0} Sin anotaciones|{1} Una anotación|]1,Inf[ %nbAnnotations% anotaciones' | ||
186 | new: | ||
187 | page_title: 'Guardar un nuevo artículo' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | url_label: Url | ||
191 | edit: | ||
192 | page_title: 'Editar una artículo' | ||
193 | title_label: 'Título' | ||
194 | url_label: 'Url' | ||
195 | is_public_label: 'Es Público' | ||
196 | save_label: 'Guardar' | ||
91 | 197 | ||
92 | # Entries | 198 | about: |
93 | "estimated reading time: %readingTime% min": "tiempo estimado de lectura: %readingTime% min" | 199 | page_title: 'Acerca de' |
94 | "estimated reading time: %inferior% 1 min": "tiempo estimado de lectura: %inferior% 1 min" | 200 | top_menu: |
95 | original: "original" | 201 | who_behind_wallabag: 'Equipo de desarrollo de wallabag' |
96 | Toggle mark as read: 'Marcar cómo leído/ no leído' | 202 | getting_help: 'Conseguir ayuda' |
97 | Toggle favorite: 'Marcar cómo favorito/ no favorito' | 203 | helping: 'Ayudar a wallabag' |
98 | Delete: 'Suprimir' | 204 | contributors: 'Contribuidores' |
99 | "{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.": "{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos." | 205 | third_party: 'Librerías de terceeros' |
100 | http://website: "http://website" | 206 | who_behind_wallabag: |
101 | "{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations": "{0} Sin anotaciones|{1} Una anotación|]1,Inf[ %nbAnnotations% anotaciones" | 207 | developped_by: 'Desarrollado por' |
208 | website: 'Sitio web' | ||
209 | many_contributors: 'Y muchos otros contribuidores ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">en Github</a>' | ||
210 | project_website: 'Web del proyecto' | ||
211 | license: 'Licencia' | ||
212 | version: 'Version' | ||
213 | getting_help: | ||
214 | documentation: 'Documentación' | ||
215 | bug_reports: 'Reporte de errores' | ||
216 | support: '<a href="https://support.wallabag.org">En nuestra web de soporte website</a> o <a href="https://github.com/wallabag/wallabag/issues">en GitHub</a>' | ||
217 | helping: | ||
218 | description: 'wallabag es libre y gratuito. Usted puede ayudarnos :' | ||
219 | by_contributing: 'contribuyendo al proyecto :' | ||
220 | by_contributing_2: 'nuestras necesidades están en un ticket' | ||
221 | by_paypal: 'via Paypal' | ||
222 | contributors: | ||
223 | description: 'Gradias a los contribuidores de la aplicación web de wallabag' | ||
224 | third_party: | ||
225 | description: 'Aquí está la lista de las dependencias utilizadas por wallabag (con sus licencias) :' | ||
226 | package: 'Paquete' | ||
227 | license: 'Licencia' | ||
102 | 228 | ||
103 | # Edit entry | 229 | howto: |
104 | Edit an entry: "Editar una artículo" | 230 | page_title: 'Ayuda' |
105 | Title: "Título" | 231 | # page_description: 'There are several ways to save an article:' |
106 | Is public: "Es Público" | 232 | top_menu: |
233 | browser_addons: 'Extensiones de navigador' | ||
234 | mobile_apps: 'Applicaciones para smartphone' | ||
235 | bookmarklet: 'Bookmarklet' | ||
236 | form: | ||
237 | description: 'Gracias a este formulario' | ||
238 | browser_addons: | ||
239 | firefox: 'Extensión Firefox' | ||
240 | chrome: 'Extensión Chrome' | ||
241 | mobile_apps: | ||
242 | android: | ||
243 | via_f_droid: 'via F-Droid' | ||
244 | via_google_play: 'via Google Play' | ||
245 | # ios: 'on the iTunes Store' | ||
246 | # windows: 'on the Microsoft Store' | ||
247 | bookmarklet: | ||
248 | description: 'Desplazar y soltar este link en la barra de marcadores :' | ||
107 | 249 | ||
108 | # tag | 250 | quickstart: |
109 | Tags: Tags | 251 | page_title: 'Comienzo rápido' |
110 | "{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.": "{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags." | 252 | intro: |
253 | title: 'Bienvenido a wallabag !' | ||
254 | paragraph_1: "Le acompañaremos a su visita de wallabag y le mostraremos algunas características que le pueden interesar." | ||
255 | paragraph_2: '¡Siganos!' | ||
256 | configure: | ||
257 | title: 'Configure la aplicación' | ||
258 | language: 'Cambie el idoma y el diseño de la aplicación' | ||
259 | rss: 'Activar los feeds RSS' | ||
260 | # tagging_rules: 'Write rules to automatically tag your articles' | ||
261 | admin: | ||
262 | # title: 'Administration' | ||
263 | # description: 'As an administrator, you have privileges on wallabag. You can:' | ||
264 | # new_user: 'Create a new user' | ||
265 | # analytics: 'Configure analytics' | ||
266 | # sharing: 'Enable some parameters about article sharing' | ||
267 | # export: 'Configure export' | ||
268 | # import: 'Configure import' | ||
269 | first_steps: | ||
270 | title: 'Prieros pasos' | ||
271 | new_article: 'Guarde su primer artículo' | ||
272 | unread_articles: '¡Y clasifiquelo!' | ||
273 | migrate: | ||
274 | title: 'Migrar de un servicio existente' | ||
275 | description: "¿Está usando otro servicio? Le ayudaremos a migrar sus datos a wallabag." | ||
276 | pocket: 'Migrar desde Pocket' | ||
277 | wallabag_v1: 'Migrar desde wallabag v1' | ||
278 | wallabag_v2: 'Migrar desde wallabag v2' | ||
279 | developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | docs: | ||
283 | title: 'Documentación completa' | ||
284 | # annotate: 'Annotate your article' | ||
285 | export: 'Convierta sus artículos a ePub o a PDF' | ||
286 | search_filters: 'Aprenda a utilizar el buscador y los filtros para encontrar el artículo que le interese' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | all_docs: '¡Y muchos más artículos!' | ||
289 | support: | ||
290 | title: 'Soporte' | ||
291 | description: 'Sí necesita ayuda, estamos disponibles para usted.' | ||
292 | github: 'En GitHub' | ||
293 | email: 'Por email' | ||
294 | gitter: 'En Gitter' | ||
111 | 295 | ||
112 | # Filters | 296 | tag: |
113 | Filters: 'Filtros' | 297 | page_title: 'Tags' |
114 | Status: 'Estatus' | 298 | list: |
115 | Archived: 'Archivado' | 299 | number_on_the_page: '{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags.' |
116 | Starred: 'Favorito' | ||
117 | Preview picture: 'Foto de preview' | ||
118 | Has a preview picture: 'Hay una foto' | ||
119 | Reading time in minutes: 'Duración de lectura en minutos' | ||
120 | from: 'de' | ||
121 | to: 'a' | ||
122 | website.com: 'website.com' | ||
123 | Domain name: 'Nombre de dominio' | ||
124 | Creation date: 'Fecha de creación' | ||
125 | dd/mm/yyyy: 'dd/mm/aaaa' | ||
126 | Clear: 'Limpiar' | ||
127 | Filter: 'Filtrar' | ||
128 | website.com: "website.com" | ||
129 | 300 | ||
130 | # About | 301 | import: |
131 | About: "Acerca de" | 302 | page_title: 'Importar' |
132 | Who is behind wallabag: "Equipo de desarrollo de wallabag" | 303 | page_description: 'Bienvenido al útil de migración de wallabag. Seleccione el servicio previo del que usted quiera migrar.' |
133 | Getting help: "Conseguir ayuda" | 304 | action: |
134 | Helping wallabag: "Ayudar a wallabag" | 305 | import_contents: 'Importar los contenidos' |
135 | Developed by: "Desarrollado por" | 306 | form: |
136 | website: "Sitio web" | 307 | # mark_as_read_title: 'Mark all as read?' |
137 | And many others contributors ♥: "Y muchos otros contribuidores ♥" | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
138 | on GitHub: "en GitHub" | 309 | file_label: 'Fichero' |
139 | Project website: "Web del proyecto" | 310 | save_label: 'Importar el fichero' |
140 | License: "Licencia" | 311 | pocket: |
141 | Version: "Versión" | 312 | page_title: 'Importar > Pocket' |
142 | Documentation: "Documentación" | 313 | description: "Va a importar sus datos de Pocket. Pocket no nos permite descargar el contenido de su servicio, así que el contenido de cada artículo será redescargado por wallabag." |
143 | Bug reports: "Reporte de errores" | 314 | config_missing: |
144 | On our support website: "En nuestra web de soporte" | 315 | description: "La importación de Pocket no está configurada." |
145 | or: "o" | 316 | admin_message: 'Debe definir %keyurls%una clava del API Pocket%keyurle%.' |
146 | "wallabag is free and opensource. You can help us:": "wallabag es libre y gratuito. Usted puede ayudarnos :" | 317 | user_message: 'El administrador de vuestro servidor debe definir una clave API Pocket.' |
147 | "by contributing to the project:": "contribuyendo al proyecto :" | 318 | authorize_message: 'Puedes importar sus datos desde su cuenta de Pocket. Sólo tienes que pulsar en el botón para autrizar que wallabag se conecte a getpocket.com.' |
148 | an issue lists all our needs: "nuestras necesidades están en un ticket" | 319 | connect_to_pocket: 'Conectese a Pocket para importar los datos' |
149 | via Paypal: "via Paypal" | 320 | wallabag_v1: |
150 | Take wallabag with you: "Llevate wallabag contigo" | 321 | page_title: 'Importar > Wallabag v1' |
151 | Social: "Social" | 322 | description: 'Va a importar sus artículos de wallabag v1. En su configuración de wallabag v1, pulse sobre "Exportar JSON" dentro de la sección "Exportar sus datos de wallabag". Usted tendrá un fichero "wallabag-export-1-xxxx-xx-xx.json".' |
152 | powered by: "propulsé par" | 323 | how_to: 'Seleccione el fichero de su exportación de wallabag v1 y puelse en el botón para subirla y importarla.' |
153 | Contributors: "Contribuidores" | 324 | wallabag_v2: |
154 | Thank you to contributors on wallabag web application: "Gradias a los contribuidores de la aplicación web de wallabag" | 325 | page_title: 'Importar > Wallabag v2' |
155 | Third-party libraries: "Librerías de terceeros" | 326 | description: 'Va a importar sus artículos de otra instancia de wallabag v2. Vaya a Todos los artículos, entonces, en la barra lateral, clickee en "JSON". Usted tendrá un fichero "All articles.json"' |
156 | "Here are the list of third-party libraries used in wallabag (with their licenses):": "Aquí está la lista de las dependencias utilizadas por wallabag (con sus licencias):" | ||
157 | Package: Paquete | ||
158 | License: Licencia | ||
159 | 327 | ||
160 | # Howto | 328 | developer: |
161 | Form: "Formulario" | 329 | # page_title: 'Developer' |
162 | Thanks to this form: "Gracias a este formulario" | 330 | # welcome_message: 'Welcome to the wallabag API' |
163 | Browser addons: "Extensiones de navigador" | 331 | # documentation: 'Documentation' |
164 | Mobile apps: "Applicaciones para smartphone" | 332 | # how_to_first_app: 'How to create my first application' |
165 | Bookmarklet: "Bookmarklet" | 333 | # full_documentation: 'View full API documentation' |
166 | Standard Firefox Add-On: "Extensión Firefox" | 334 | # clients: |
167 | Chrome Extension: "Extensión Chrome" | 335 | # title: 'Clients' |
168 | download the application: "descargar la aplicación" | 336 | # create_new: 'Create a new client' |
169 | "Drag & drop this link to your bookmarks bar:": "Desplazar y soltar este link en la barra de marcadores :" | 337 | # existing_clients: |
338 | # title: 'Existing clients' | ||
339 | # field_id: 'Client ID' | ||
340 | # field_secret: 'Client secret' | ||
341 | # field_uris: 'Redirect URIs' | ||
342 | # field_grant_types: 'Grant type allowed' | ||
343 | # no_client: 'No client yet.' | ||
344 | # remove: | ||
345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | ||
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'Back' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'Back' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'Back' | ||
170 | 374 | ||
171 | # Flash messages | 375 | validator: |
172 | Information updated: "Su información personal ha sido actualizada" | 376 | password_must_match: 'Las contraseñas no coinciden' |
173 | "Config saved. Some parameters will be considered after disconnection.": "Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar." | 377 | password_too_short: 'La contraseña debe tener al menos 8 carácteres' |
174 | RSS information updated: "La configuración de los feeds RSS ha sido actualizada" | 378 | # password_wrong_value: 'Wrong value for your current password' |
175 | Password updated: "Contraseña actualizada" | 379 | # item_per_page_too_high: 'This will certainly kill the app' |
176 | Entry starred: "Artículo guardado en los favoritos" | 380 | # rss_limit_too_hight: 'This will certainly kill the app' |
177 | Entry unstarred: "Artículo retirado de los favoritos" | ||
178 | Entry archived: "Artículo archivado" | ||
179 | Entry unarchived: "Artículo desarchivado" | ||
180 | Entry deleted: "Artículo suprimido" | ||
181 | Tagging rule deleted: "Regla de etiquetado borrada" | ||
182 | Tagging rules updated: "Regla de etiquetado actualizada" | ||
183 | User "%username%" added: 'Usuario "%username%" añadido' | ||
184 | In demonstration mode, you can't change password for this user.: 'En modo demo, no puedes cambiar la contraseña del usuario.' | ||
185 | 381 | ||
186 | # Entry | 382 | flashes: |
187 | Mark as read: 'Marcar como leído' | 383 | config: |
188 | Favorite: 'Marcar cómo favorito' | 384 | notice: |
189 | back: 'Volver' | 385 | config_saved: 'Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar.' |
190 | original article: 'Artículo original' | 386 | password_updated: 'Contraseña actualizada' |
191 | Add a tag: 'Añadir una etiqueta' | 387 | password_not_updated_demo: "En modo demo, no puedes cambiar la contraseña del usuario." |
192 | Share: 'Compartir' | 388 | user_updated: 'Su información personal ha sido actualizada' |
193 | Download: 'Descargar' | 389 | rss_updated: 'La configuración de los feeds RSS ha sido actualizada' |
194 | Does this article appear wrong?: "¿Este artículo no se muestra bien?" | 390 | tagging_rules_updated: 'Regla de etiquetado borrada' |
195 | Problems?: '¿Algún problema?' | 391 | tagging_rules_deleted: 'Regla de etiquetado actualizada' |
196 | Edit title: "Modificar el título" | 392 | user_added: 'Usuario "%username%" añadido' |
197 | Re-fetch content: "Redescargar el contenido" | 393 | rss_token_updated: 'RSS token actualizado' |
198 | Tag added: "Etiqueta añadida" | 394 | entry: |
199 | 395 | notice: | |
200 | # Import | 396 | # entry_already_saved: 'Entry already saved on %date%' |
201 | Welcome to wallabag importer. Please select your previous service that you want to migrate.: "Bienvenido al útil de migración de wallabag. Seleccione el servicio previo del que usted quiera migrar." | 397 | # entry_saved: 'Entry saved' |
202 | "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag.": "Va a importar sus datos de Pocket. Pocket no nos permite descargar el contenido de su servicio, así que el contenido de cada artículo será redescargado por wallabag." | 398 | # entry_updated: 'Entry updated' |
203 | "This importer will import all your wallabag v1 articles. On your config page, click on \"JSON export\" in the \"Export your wallabag data\" section. You will have a \"wallabag-export-1-xxxx-xx-xx.json\" file.": "Va a importar sus artículos de wallabag v1. En su configuración de wallabag v1, pulse sobre \"Exportar JSON\" dentro de la sección \"Exportar sus datos de wallabag\". Usted tendrá un fichero \"wallabag-export-1-xxxx-xx-xx.json\"." | 399 | # entry_reloaded: 'Entry reloaded' |
204 | "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.": "Va a importar sus artículos de otra instancia de wallabag v2. Vaya a Todos los artículos, entonces, en la barra lateral, clickee en \"JSON\". Usted tendrá un fichero \"All articles.json\"" | 400 | # entry_reload_failed: 'Failed to reload entry' |
205 | "You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.": "Puedes importar sus datos desde su cuenta de Pocket. Sólo tienes que pulsar en el botón para autrizar que wallabag se conecte a getpocket.com." | 401 | entry_archived: 'Artículo archivado' |
206 | Import > Pocket: "Importar > Pocket" | 402 | entry_unarchived: 'Artículo desarchivado' |
207 | Pocket import isn't configured.: "La importación de Pocket no está configurada." | 403 | entry_starred: 'Artículo guardado en los favoritos' |
208 | You need to define %keyurls% a pocket_consumer_key %keyurle%.: "Debe definir %keyurls% una clava del API Pocket %keyurle%." | 404 | entry_unstarred: 'Artículo retirado de los favoritos' |
209 | Your server admin needs to define an API Key for Pocket.: "El administrador de vuestro servidor debe definir una clave API Pocket." | 405 | entry_deleted: 'Artículo suprimido' |
210 | Connect to Pocket and import data: "Conectese a Pocket para importar los datos" | 406 | tag: |
211 | Please select your wallabag export and click on the below button to upload and import it.: "Seleccione el fichero de su exportación de wallabag v1 y puelse en el botón para subirla y importarla." | 407 | notice: |
212 | File: "Fichero" | 408 | tag_added: 'Etiqueta añadida' |
213 | Upload file: "Importar el fichero" | 409 | import: |
214 | Import contents: "Importar los contenidos" | 410 | notice: |
215 | Import: "Importar" | 411 | # failed: 'Import failed, please try again.' |
216 | Import > Wallabag v1: "Importar > Wallabag v1" | 412 | # failed_on_file: 'Error while processing import. Please verify your import file.' |
217 | Import > Wallabag v2: "Importar > Wallabag v2" | 413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' |
218 | 414 | developer: | |
219 | # Quickstart | 415 | notice: |
220 | Quickstart: Comienzo rápido | 416 | # client_created: 'New client created.' |
221 | Welcome to wallabag!: "Bienvenido a wallabag !" | 417 | # client_deleted: 'Client deleted' |
222 | We'll accompany you to visit wallabag and show you some features which can interess you.: "Le acompañaremos a su visita de wallabag y le mostraremos algunas características que le pueden interesar." | ||
223 | Follow us!: "¡Siganos!" | ||
224 | Configure the application: "Configure la aplicación" | ||
225 | Change language and design: "Cambie el idoma y el diseño de la aplicación" | ||
226 | Enable RSS feeds: "Activar los feeds RSS" | ||
227 | First steps: "Prieros pasos" | ||
228 | Save your first article: "Guarde su primer artículo" | ||
229 | And classify it!: "¡Y clasifiquelo!" | ||
230 | Migrate from an existing service: "Migrar de un servicio existente" | ||
231 | You're using an other service? We'll help you to retrieve your data on wallabag.: "¿Está usando otro servicio? Le ayudaremos a migrar sus datos a wallabag." | ||
232 | Migrate from Pocket: "Migrar desde Pocket" | ||
233 | Migrate from wallabag v1: "Migrar desde wallabag v1" | ||
234 | Full documentation: "Documentación completa" | ||
235 | Convert your articles into ePUB or PDF: "Convierta sus artículos a ePub o a PDF" | ||
236 | See how you can look for an article by using search engine and filters: "Aprenda a utilizar el buscador y los filtros para encontrar el artículo que le interese" | ||
237 | And so many other articles!: "¡Y muchos más artículos!" | ||
238 | Support: "Soporte" | ||
239 | If you need some help, we are here for you.: "Sí necesita ayuda, estamos disponibles para usted." | ||
240 | On GitHub: "En GitHub" | ||
241 | By email: "Por email" | ||
242 | On Gitter: "On Gitter" | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml index e0ef3102..de572d09 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml | |||
@@ -1,129 +1,417 @@ | |||
1 | #Login | 1 | security: |
2 | Keep me logged in: 'مرا به خاطر بسپار' | 2 | login: |
3 | Forgot your password?: ' رمزتان را گم کردهاید؟' | 3 | # page_title: 'Welcome to wallabag!' |
4 | Login: 'ورود' | 4 | keep_logged_in: 'مرا به خاطر بسپار' |
5 | Back to login: 'بازگشت به صفحهٔ ورود' | 5 | forgot_password: ' رمزتان را گم کردهاید؟' |
6 | Send: 'بفرست' | 6 | submit: 'ورود' |
7 | "Enter your email address below and we'll send you password reset instructions.": "نشانی ایمیل خود را بنویسید تا راهنمای تغییر رمز را برایتان بفرستیم." | 7 | # register: 'Register' |
8 | username: 'نام کاربری' | ||
9 | password: 'رمز' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | description: "نشانی ایمیل خود را بنویسید تا راهنمای تغییر رمز را برایتان بفرستیم." | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
8 | 16 | ||
9 | # Menu | 17 | menu: |
10 | unread: 'خواندهنشده' | 18 | left: |
11 | starred: 'برگزیده' | 19 | unread: 'خواندهنشده' |
12 | archive: 'بایگانی' | 20 | starred: 'برگزیده' |
13 | all: 'همه' | 21 | archive: 'بایگانی' |
14 | tags: 'برچسبها' | 22 | all_articles: 'همه' |
15 | config: 'پیکربندی' | 23 | config: 'پیکربندی' |
16 | howto: 'خودآموز' | 24 | tags: 'برچسبها' |
17 | logout: 'خروج' | 25 | # internal_settings: 'Internal Settings' |
18 | Filtered: 'فیلترشده' | 26 | # import: 'Import' |
19 | About: 'درباره' | 27 | howto: 'خودآموز' |
28 | # developer: 'Developer' | ||
29 | logout: 'خروج' | ||
30 | about: 'درباره' | ||
31 | search: 'جستجو' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'بازگشت به خواندهنشدهها' | ||
34 | top: | ||
35 | add_new_entry: 'افزودن مقالهٔ تازه' | ||
36 | search: 'جستجو' | ||
37 | filter_entries: 'فیلترکردن مقالهها' | ||
38 | # export: 'Export' | ||
39 | search_form: | ||
40 | input_label: 'جستجوی خود را اینجا بنویسید:' | ||
20 | 41 | ||
21 | # Header | 42 | footer: |
22 | Back to unread articles: 'بازگشت به خواندهنشدهها' | 43 | wallabag: |
23 | Add a new entry: 'افزودن مقالهٔ تازه' | 44 | # elsewhere: 'Take wallabag with you' |
24 | Search: 'جستجو' | 45 | # social: 'Social' |
25 | Filter entries: 'فیلترکردن مقالهها' | 46 | # powered_by: 'powered by' |
26 | Enter your search here: 'جستجوی خود را اینجا بنویسید:' | 47 | about: 'درباره' |
27 | Save new entry: 'ذخیرهٔ مقالهٔ تازه' | ||
28 | 48 | ||
29 | # Config screen | 49 | config: |
30 | Settings: 'تنظیمات' | 50 | page_title: 'پیکربندی' |
31 | User information: 'اطلاعات کاربر' | 51 | tab_menu: |
32 | Password: 'رمز' | 52 | settings: 'تنظیمات' |
33 | RSS: 'آر-اس-اس' | 53 | rss: 'آر-اس-اس' |
34 | Add a user: 'افزودن کاربر' | 54 | user_info: 'اطلاعات کاربر' |
35 | Theme: 'پوسته' | 55 | password: 'رمز' |
36 | Items per page: 'تعداد مقاله در هر صفحه' | 56 | # rules: 'Tagging rules' |
37 | Language: 'زبان' | 57 | new_user: 'افزودن کاربر' |
38 | Save: 'ذخیره' | 58 | form: |
39 | RSS token: 'کد آر-اس-اس' | 59 | save: 'ذخیره' |
40 | Name: 'نام' | 60 | form_settings: |
41 | Email: 'نشانی ایمیل' | 61 | theme_label: 'پوسته' |
42 | No token: 'بدون کد' | 62 | items_per_page_label: 'تعداد مقاله در هر صفحه' |
43 | Reset your token: 'بازنشانی کد' | 63 | language_label: 'زبان' |
44 | Create your token: 'کد خود را بسازید' | 64 | form_rss: |
45 | Rss limit: 'محدودیت آر-اس-اس' | 65 | description: 'با خوراک آر-اس-اس که wallabag در اختیارتان میگذارد، میتوانید مقالههای ذخیرهشده را در نرمافزار آر-اس-اس دلخواه خود بخوانید. برای این کار نخست باید یک کد بسازید.' |
46 | RSS links: 'پیوند آر-اس-اس' | 66 | token_label: 'کد آر-اس-اس' |
47 | 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'با خوراک آر-اس-اس که wallabag در اختیارتان میگذارد، میتوانید مقالههای ذخیرهشده را در نرمافزار آر-اس-اس دلخواه خود بخوانید. برای این کار نخست باید یک کد بسازید.' | 67 | no_token: 'بدون کد' |
48 | Old password: 'رمز قدیمی' | 68 | token_create: 'کد خود را بسازید' |
49 | New password: 'رمز تازه' | 69 | token_reset: 'بازنشانی کد' |
50 | Repeat new password: 'رمز تازه را دوباره بنویسید' | 70 | rss_links: 'پیوند آر-اس-اس' |
51 | Username: 'نام کاربری' | 71 | rss_link: |
72 | unread: 'خواندهنشده' | ||
73 | starred: 'برگزیده' | ||
74 | archive: 'بایگانی' | ||
75 | rss_limit: 'محدودیت آر-اس-اس' | ||
76 | form_user: | ||
77 | # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" | ||
78 | name_label: 'نام' | ||
79 | email_label: 'نشانی ایمیل' | ||
80 | # twoFactorAuthentication_label: 'Two factor authentication' | ||
81 | form_password: | ||
82 | old_password_label: 'رمز قدیمی' | ||
83 | new_password_label: 'رمز تازه' | ||
84 | repeat_new_password_label: 'رمز تازه را دوباره بنویسید' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | # delete_rule_label: 'delete' | ||
89 | # rule_label: 'Rule' | ||
90 | # tags_label: 'Tags' | ||
91 | # faq: | ||
92 | # title: 'FAQ' | ||
93 | # tagging_rules_definition_title: 'What does « tagging rules » mean?' | ||
94 | # tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | ||
95 | # how_to_use_them_title: 'How do I use them?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | # variables_available_title: 'Which variables and operators can I use to write rules?' | ||
98 | # variables_available_description: 'The following variables and operators can be used to create tagging rules:' | ||
99 | # meaning: 'Meaning' | ||
100 | # variable_description: | ||
101 | # label: 'Variable' | ||
102 | # title: 'Title of the entry' | ||
103 | # url: 'URL of the entry' | ||
104 | # isArchived: 'Whether the entry is archived or not' | ||
105 | # isStarred: 'Whether the entry is starred or not' | ||
106 | # content: "The entry's content" | ||
107 | # language: "The entry's language" | ||
108 | # mimetype: "The entry's mime-type" | ||
109 | # readingTime: "The estimated entry's reading time, in minutes" | ||
110 | # domainName: 'The domain name of the entry' | ||
111 | # operator_description: | ||
112 | # label: 'Operator' | ||
113 | # less_than: 'Less than...' | ||
114 | # strictly_less_than: 'Strictly less than...' | ||
115 | # greater_than: 'Greater than...' | ||
116 | # strictly_greater_than: 'Strictly greater than...' | ||
117 | # equal_to: 'Equal to...' | ||
118 | # not_equal_to: 'Not equal to...' | ||
119 | # or: 'One rule OR another' | ||
120 | # and: 'One rule AND another' | ||
121 | # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'نام کاربری' | ||
124 | password_label: 'رمز' | ||
125 | repeat_new_password_label: 'رمز تازه را دوباره بنویسید' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'نشانی ایمیل' | ||
52 | 128 | ||
53 | # Entries | 129 | entry: |
54 | 'estimated reading time': 'زمان تخمینی برای خواندن' | 130 | page_titles: |
55 | original: اصلی | 131 | # unread: 'Unread entries' |
56 | Toggle mark as read: 'خواندهشده/خواندهنشده' | 132 | # starred: 'Starred entries' |
57 | Toggle favorite: 'برگزیده/نابرگزیده' | 133 | # archive: 'Archived entries' |
58 | Delete: 'پاک کردن' | 134 | # filtered: 'Filtered entries' |
135 | list: | ||
136 | # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' | ||
137 | reading_time: 'زمان تخمینی برای خواندن' | ||
138 | reading_time_minutes: 'زمان تخمینی برای خواندن: %readingTime% min' | ||
139 | reading_time_less_one_minute: 'زمان تخمینی برای خواندن: <small class="inferieur"><</small> 1 min' | ||
140 | original_article: 'original' | ||
141 | toogle_as_read: 'خواندهشده/خواندهنشده' | ||
142 | toogle_as_star: 'برگزیده/نابرگزیده' | ||
143 | delete: 'پاک کردن' | ||
144 | # export_title: 'Export' | ||
145 | filters: | ||
146 | title: 'فیلتر' | ||
147 | status_label: 'وضعیت' | ||
148 | archived_label: 'بایگانیشده' | ||
149 | starred_label: 'برگزیده' | ||
150 | preview_picture_label: 'دارای عکس پیشنمایش' | ||
151 | preview_picture_help: 'پیشنمایش عکس' | ||
152 | language_label: 'زبان' | ||
153 | reading_time: | ||
154 | label: 'زمان خواندن به دقیقه' | ||
155 | from: 'از' | ||
156 | to: 'تا' | ||
157 | domain_label: 'نام دامنه' | ||
158 | created_at: | ||
159 | label: 'زمان ساخت' | ||
160 | from: 'از' | ||
161 | to: 'تا' | ||
162 | action: | ||
163 | clear: 'از نو' | ||
164 | filter: 'فیلتر' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'بازگشت' | ||
169 | set_as_read: 'خواندهشده' | ||
170 | # set_as_unread: 'Mark as unread' | ||
171 | set_as_favorite: 'برگزیده' | ||
172 | view_original_article: 'مقالهٔ اصلی' | ||
173 | # re_fetch_content: 'Re-fetch content' | ||
174 | delete: 'پاک کردن' | ||
175 | add_a_tag: 'افزودن برچسب' | ||
176 | share_content: 'همرسانی' | ||
177 | share_email_label: 'نشانی ایمیل' | ||
178 | download: 'بارگیری' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: 'مشکلات؟' | ||
182 | description: 'آیا مقاله نادرست نشان داده شده؟' | ||
183 | edit_title: 'ویرایش عنوان' | ||
184 | original_article: 'original' | ||
185 | # annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' | ||
186 | new: | ||
187 | page_title: 'ذخیرهٔ مقالهٔ تازه' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | # url_label: Url | ||
191 | edit: | ||
192 | # page_title: 'Edit an entry' | ||
193 | # title_label: 'Title' | ||
194 | # url_label: 'Url' | ||
195 | # is_public_label: 'Public' | ||
196 | save_label: 'ذخیره' | ||
59 | 197 | ||
60 | # Filters | 198 | about: |
61 | Filters: 'فیلتر' | 199 | page_title: 'درباره' |
62 | Status: 'وضعیت' | 200 | top_menu: |
63 | Archived: 'بایگانیشده' | 201 | who_behind_wallabag: 'سازندگان wallabag' |
64 | Starred: 'برگزیده' | 202 | getting_help: 'گرفتن کمک' |
65 | Preview picture: 'پیشنمایش عکس' | 203 | helping: 'کمککردن به wallabag' |
66 | Has a preview picture: 'دارای عکس پیشنمایش' | 204 | # contributors: 'Contributors' |
67 | Reading time in minutes: 'زمان خواندن به دقیقه' | 205 | # third_party: 'Third-party libraries' |
68 | from: 'از' | 206 | who_behind_wallabag: |
69 | to: 'تا' | 207 | developped_by: 'ساختهٔ' |
70 | website.com: 'website.com' | 208 | website: 'وبگاه' |
71 | Domain name: 'نام دامنه' | 209 | many_contributors: 'و بسیاری دیگر از مشارکتکنندگان ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">روی Github</a>' |
72 | Creation date: 'زمان ساخت' | 210 | project_website: 'وبگاه پروژه' |
73 | dd/mm/yyyy: 'dd.mm.yyyy' | 211 | license: 'پروانه' |
74 | Clear: 'از نو' | 212 | version: 'نسخه' |
75 | Filter: 'فیلتر' | 213 | getting_help: |
214 | documentation: 'راهنما' | ||
215 | bug_reports: 'گزارش اشکالها' | ||
216 | support: '<a href="https://support.wallabag.org">در وبگاه پشتیبانی</a> یا <a href="https://github.com/wallabag/wallabag/issues">روی GitHub</a>' | ||
217 | helping: | ||
218 | description: 'wallabag رایگان، آزاد، و متنباز است. شما میتوانید به ما کمک کنید:' | ||
219 | by_contributing: 'با مشارکت در پروژه:' | ||
220 | by_contributing_2: 'فهرست نیازمندیهای ما در این صفحه است:' | ||
221 | by_paypal: 'از راه Paypal' | ||
222 | contributors: | ||
223 | # description: 'Thank you to contributors on wallabag web application' | ||
224 | third_party: | ||
225 | # description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' | ||
226 | # package: 'Package' | ||
227 | license: 'پروانه' | ||
76 | 228 | ||
77 | # About | 229 | howto: |
78 | Who is behind wallabag: "سازندگان wallabag" | 230 | page_title: 'خودآموز' |
79 | Getting help: "گرفتن کمک" | 231 | # page_description: 'There are several ways to save an article:' |
80 | Helping wallabag: "کمککردن به wallabag" | 232 | top_menu: |
81 | Developed by: "ساختهٔ" | 233 | browser_addons: 'افزونه برای مرورگرها' |
82 | website: "وبگاه" | 234 | mobile_apps: 'برنامههای موبایل' |
83 | And many others contributors ♥: "و بسیاری دیگر از مشارکتکنندگان ♥" | 235 | bookmarklet: 'ابزار علامتگذاری صفحهها' |
84 | on GitHub: "روی GitHub" | 236 | form: |
85 | Project website: "وبگاه پروژه" | 237 | description: 'به کمک این فرم' |
86 | License: "پروانه" | 238 | browser_addons: |
87 | Version: "نسخه" | 239 | firefox: 'افزونهٔ فایرفاکس' |
88 | Documentation: "راهنما" | 240 | chrome: 'افزونهٔ کروم' |
89 | Bug reports: "گزارش اشکالها" | 241 | mobile_apps: |
90 | On our support website: "در وبگاه پشتیبانی" | 242 | android: |
91 | or: "یا" | 243 | via_f_droid: 'از راه F-Droid' |
92 | "wallabag is free and opensource. You can help us:": "wallabag رایگان، آزاد، و متنباز است. شما میتوانید به ما کمک کنید:" | 244 | via_google_play: 'از راه Google Play' |
93 | "by contributing to the project:": "با مشارکت در پروژه:" | 245 | ios: 'از راه iTunes Store' |
94 | an issue lists all our needs: "فهرست نیازمندیهای ما در این صفحه است:" | 246 | windows: 'از راه Microsoft Store' |
95 | via Paypal: "از راه PayPal" | 247 | bookmarklet: |
248 | description: 'این پیوند را به نوار بوکمارک مرورگرتان بکشید:' | ||
96 | 249 | ||
97 | # Howto | 250 | quickstart: |
98 | Form: فرم | 251 | # page_title: 'Quickstart' |
99 | Thanks to this form: "به کمک این فرم" | 252 | # intro: |
100 | Browser addons: "افزونه برای مرورگرها" | 253 | # title: 'Welcome to wallabag!' |
101 | Mobile apps: "برنامههای موبایل" | 254 | # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." |
102 | Bookmarklet: "ابزار علامتگذاری صفحهها" | 255 | # paragraph_2: 'Follow us!' |
103 | Standard Firefox Add-On: "افزونهٔ فایرفاکس" | 256 | # configure: |
104 | Chrome Extension: "افزونهٔ کروم" | 257 | # title: 'Configure the application' |
105 | download the application: "برنامه را باربگیرید" | 258 | # language: 'Change language and design' |
106 | "Drag & drop this link to your bookmarks bar:": "این پیوند را به نوار بوکمارک مرورگرتان بکشید:" | 259 | # rss: 'Enable RSS feeds' |
260 | # tagging_rules: 'Write rules to automatically tag your articles' | ||
261 | # admin: | ||
262 | # title: 'Administration' | ||
263 | # description: 'As an administrator, you have privileges on wallabag. You can:' | ||
264 | # new_user: 'Create a new user' | ||
265 | # analytics: 'Configure analytics' | ||
266 | # sharing: 'Enable some parameters about article sharing' | ||
267 | # export: 'Configure export' | ||
268 | # import: 'Configure import' | ||
269 | # first_steps: | ||
270 | # title: 'First steps' | ||
271 | # new_article: 'Save your first article' | ||
272 | # unread_articles: 'And classify it!' | ||
273 | # migrate: | ||
274 | # title: 'Migrate from an existing service' | ||
275 | # description: "Are you using another service? We'll help you to retrieve your data on wallabag." | ||
276 | # pocket: 'Migrate from Pocket' | ||
277 | # wallabag_v1: 'Migrate from wallabag v1' | ||
278 | # wallabag_v2: 'Migrate from wallabag v2' | ||
279 | # developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | # docs: | ||
283 | # title: 'Full documentation' | ||
284 | # annotate: 'Annotate your article' | ||
285 | # export: 'Convert your articles into ePUB or PDF' | ||
286 | # search_filters: 'See how you can look for an article by using search engine and filters' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | # all_docs: 'And so many other articles!' | ||
289 | # support: | ||
290 | # title: 'Support' | ||
291 | # description: 'If you need some help, we are here for you.' | ||
292 | # github: 'On GitHub' | ||
293 | # email: 'By email' | ||
294 | # gitter: 'On Gitter' | ||
107 | 295 | ||
108 | # Flash messages | 296 | tag: |
109 | Information updated: "اطلاعات بهروز شد" | 297 | page_title: 'برچسبها' |
110 | "Config saved. Some parameters will be considered after disconnection.": "پیکربندی ذخیره شد. برخی از تنظیمات پس از این که قطع شدید اعمال میشود." | 298 | list: |
111 | RSS information updated: "اطلاعات آر-اس-اس بهروز شد" | 299 | # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' |
112 | Password updated: "رمز بهروز شد" | ||
113 | Entry starred: "مقاله برگزیده شد" | ||
114 | Entry unstarred: "مقاله نابرگزیده شد" | ||
115 | Entry archived: "مقاله بایگانی شد" | ||
116 | Entry unarchived: "مقاله از بایگانی درآمد" | ||
117 | Entry deleted: "مقاله پاک شد" | ||
118 | 300 | ||
119 | # Entry | 301 | import: |
120 | Mark as read: 'خواندهشده' | 302 | # page_title: 'Import' |
121 | Favorite: 'برگزیده' | 303 | # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' |
122 | back: 'بازگشت' | 304 | # action: |
123 | original article: 'مقالهٔ اصلی' | 305 | # import_contents: 'Import contents' |
124 | Add a tag: 'افزودن برچسب' | 306 | # form: |
125 | Share: 'همرسانی' | 307 | # mark_as_read_title: 'Mark all as read?' |
126 | Download: 'بارگیری' | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
127 | Does this article appear wrong?: "آیا مقاله نادرست نشان داده شده؟" | 309 | # file_label: 'File' |
128 | Problems?: 'مشکلات؟' | 310 | # save_label: 'Upload file' |
129 | Edit title: "ویرایش عنوان" | 311 | # pocket: |
312 | # page_title: 'Import > Pocket' | ||
313 | # description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag." | ||
314 | # config_missing: | ||
315 | # description: "Pocket import isn't configured." | ||
316 | # admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' | ||
317 | # user_message: 'Your server admin needs to define an API Key for Pocket.' | ||
318 | # authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.' | ||
319 | # connect_to_pocket: 'Connect to Pocket and import data' | ||
320 | # wallabag_v1: | ||
321 | # page_title: 'Import > Wallabag v1' | ||
322 | # description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.' | ||
323 | # how_to: 'Please select your wallabag export and click on the below button to upload and import it.' | ||
324 | # wallabag_v2: | ||
325 | # page_title: 'Import > Wallabag v2' | ||
326 | # 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.' | ||
327 | |||
328 | developer: | ||
329 | # page_title: 'Developer' | ||
330 | # welcome_message: 'Welcome to the wallabag API' | ||
331 | # documentation: 'Documentation' | ||
332 | # how_to_first_app: 'How to create my first application' | ||
333 | # full_documentation: 'View full API documentation' | ||
334 | # clients: | ||
335 | # title: 'Clients' | ||
336 | # create_new: 'Create a new client' | ||
337 | # existing_clients: | ||
338 | # title: 'Existing clients' | ||
339 | # field_id: 'Client ID' | ||
340 | # field_secret: 'Client secret' | ||
341 | # field_uris: 'Redirect URIs' | ||
342 | # field_grant_types: 'Grant type allowed' | ||
343 | # no_client: 'No client yet.' | ||
344 | # remove: | ||
345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | ||
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'بازگشت' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'بازگشت' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'بازگشت' | ||
374 | |||
375 | validator: | ||
376 | password_must_match: 'رمزها باید یکی باشند' | ||
377 | password_too_short: 'رمز شما باید ۸ حرف یا بیشتر باشد' | ||
378 | # password_wrong_value: 'Wrong value for your current password' | ||
379 | # item_per_page_too_high: 'This will certainly kill the app' | ||
380 | # rss_limit_too_hight: 'This will certainly kill the app' | ||
381 | |||
382 | flashes: | ||
383 | config: | ||
384 | notice: | ||
385 | config_saved: 'پیکربندی ذخیره شد. برخی از تنظیمات پس از این که قطع شدید اعمال میشود.' | ||
386 | password_updated: 'رمز بهروز شد' | ||
387 | # password_not_updated_demo: "In demonstration mode, you can't change password for this user." | ||
388 | user_updated: 'اطلاعات بهروز شد' | ||
389 | rss_updated: 'اطلاعات آر-اس-اس بهروز شد' | ||
390 | # tagging_rules_updated: 'Tagging rules updated' | ||
391 | # tagging_rules_deleted: 'Tagging rule deleted' | ||
392 | # user_added: 'User "%username%" added' | ||
393 | # rss_token_updated: 'RSS token updated' | ||
394 | entry: | ||
395 | notice: | ||
396 | # entry_already_saved: 'Entry already saved on %date%' | ||
397 | # entry_saved: 'Entry saved' | ||
398 | # entry_updated: 'Entry updated' | ||
399 | # entry_reloaded: 'Entry reloaded' | ||
400 | # entry_reload_failed: 'Failed to reload entry' | ||
401 | entry_archived: 'مقاله بایگانی شد' | ||
402 | entry_unarchived: 'مقاله از بایگانی درآمد' | ||
403 | entry_starred: 'مقاله برگزیده شد' | ||
404 | entry_unstarred: 'مقاله نابرگزیده شد' | ||
405 | entry_deleted: 'مقاله پاک شد' | ||
406 | tag: | ||
407 | notice: | ||
408 | # tag_added: 'Tag added' | ||
409 | import: | ||
410 | notice: | ||
411 | # failed: 'Import failed, please try again.' | ||
412 | # failed_on_file: 'Error while processing import. Please verify your import file.' | ||
413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | ||
414 | developer: | ||
415 | notice: | ||
416 | # client_created: 'New client created.' | ||
417 | # client_deleted: 'Client deleted' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index b689f7cc..e30de057 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -371,8 +371,8 @@ developer: | |||
371 | back: 'Retour' | 371 | back: 'Retour' |
372 | 372 | ||
373 | validator: | 373 | validator: |
374 | password_must_match: 'Les mots de passe doivent être identique' | 374 | password_must_match: 'Les deux mots de passe doivent être les mêmes' |
375 | password_too_short: 'Le mot de passe doit avoir au moins 8 caractères' | 375 | password_too_short: 'Le mot de passe doit contenir au moins 8 caractères' |
376 | password_wrong_value: 'Votre mot de passe actuel est faux' | 376 | password_wrong_value: 'Votre mot de passe actuel est faux' |
377 | item_per_page_too_high: "Ca ne va pas plaire à l'application" | 377 | item_per_page_too_high: "Ca ne va pas plaire à l'application" |
378 | rss_limit_too_hight: "Ca ne va pas plaire à l'application" | 378 | rss_limit_too_hight: "Ca ne va pas plaire à l'application" |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml index 61f05c89..7bda3204 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml | |||
@@ -1,129 +1,417 @@ | |||
1 | #Login | 1 | security: |
2 | Keep me logged in: 'Zapamiętaj mnie' | 2 | login: |
3 | Forgot your password?: 'Zapomniałeś hasła' | 3 | # page_title: 'Welcome to wallabag!' |
4 | Login: 'Loguj' | 4 | keep_logged_in: 'Zapamiętaj mnie' |
5 | Back to login: 'Wróć do logowania' | 5 | forgot_password: 'Zapomniałeś hasła' |
6 | Send: 'Wyślij' | 6 | submit: 'Loguj' |
7 | "Enter your email address below and we'll send you password reset instructions.": 'Wpisz swój adres email poniżej. Wyślemy Ci instrukcję resetowania hasła' | 7 | # register: 'Register' |
8 | username: 'Nazwa użytkownika' | ||
9 | password: 'Hasło' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | description: "Wpisz swój adres email poniżej. Wyślemy Ci instrukcję resetowania hasła" | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
8 | 16 | ||
9 | # Menu | 17 | menu: |
10 | unread: 'nieprzeczytane' | 18 | left: |
11 | starred: 'oznaczone gwiazdką' | 19 | unread: 'Nieprzeczytane' |
12 | archive: 'archiwum' | 20 | starred: 'Oznaczone gwiazdką' |
13 | all: 'wszystkie' | 21 | archive: 'Archiwum' |
14 | tags: 'tagi' | 22 | all_articles: 'Wszystkie' |
15 | config: 'konfiguracja' | 23 | config: 'Konfiguracja' |
16 | howto: 'howto' | 24 | tags: 'Tagi' |
17 | logout: 'wyloguj' | 25 | # internal_settings: 'Internal Settings' |
18 | Filtered: 'Filtrowane' | 26 | # import: 'Import' |
19 | About: 'O nas' | 27 | howto: 'Howto' |
28 | # developer: 'Developer' | ||
29 | logout: 'Wyloguj' | ||
30 | about: 'O nas' | ||
31 | search: 'Szukaj' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'Powrót do nieprzeczytanych artykułów' | ||
34 | top: | ||
35 | add_new_entry: 'Dodaj nowy wpis' | ||
36 | search: 'Szukaj' | ||
37 | filter_entries: 'Filtruj wpisy' | ||
38 | # export: 'Export' | ||
39 | search_form: | ||
40 | input_label: 'Wpisz swoje zapytanie tutaj' | ||
20 | 41 | ||
21 | # Header | 42 | footer: |
22 | Back to unread articles: 'Powrót do nieprzeczytanych artykułów' | 43 | wallabag: |
23 | Add a new entry: 'Dodaj nowy wpis' | 44 | # elsewhere: 'Take wallabag with you' |
24 | Search: 'Szukaj' | 45 | # social: 'Social' |
25 | Filter entries: 'Filtruj wpisy' | 46 | # powered_by: 'powered by' |
26 | Enter your search here: 'Wpisz swoje zapytanie tutaj:' | 47 | about: 'O nas' |
27 | Save new entry: 'Zapisz nowy wpis' | ||
28 | 48 | ||
29 | # Config screen | 49 | config: |
30 | Settings: 'Ustawienia' | 50 | page_title: 'Konfiguracja' |
31 | User information: 'Informacje o użytkowniku' | 51 | tab_menu: |
32 | Password: 'Hasło' | 52 | # settings: 'Settings' |
33 | RSS: 'Kanał RSS' | 53 | rss: 'Kanał RSS' |
34 | Add a user: 'Dodaj użytkownika' | 54 | user_info: 'Informacje o użytkowniku' |
35 | Theme: 'Temat' | 55 | password: 'Hasło' |
36 | Items per page: 'Ilość elementóœ na stronie' | 56 | # rules: 'Tagging rules' |
37 | Language: 'Język' | 57 | new_user: 'Dodaj użytkownika' |
38 | Save: 'Zapisz' | 58 | form: |
39 | RSS token: 'Token RSS' | 59 | save: 'Zapisz' |
40 | Name: 'Nazwa' | 60 | form_settings: |
41 | Email: 'Adres email' | 61 | theme_label: 'Temat' |
42 | No token: 'Brak tokena' | 62 | items_per_page_label: 'Ilość elementóœ na stronie' |
43 | Reset your token: 'Zresetuj swojego tokena' | 63 | language_label: 'Język' |
44 | Create your token: 'Stwórz tokena' | 64 | form_rss: |
45 | Rss limit: 'Limit RSS' | 65 | description: 'Kanały RSS prowadzone przez wallabag pozwalają Ci na czytanie twoich zapisanych artykułów w twoium ulubionym czytniku RSS. Musisz najpierw wynegenerować tokena.' |
46 | RSS links: 'Link do RSS' | 66 | token_label: 'Token RSS' |
47 | RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'Kanały RSS prowadzone przez wallabag pozwalają Ci na czytanie twoich zapisanych artykułów w twoium ulubionym czytniku RSS. Musisz najpierw wynegenerować tokena.' | 67 | no_token: 'Brak tokena' |
48 | Old password: 'Stare hasło' | 68 | token_create: 'Stwórz tokena' |
49 | New password: 'Nowe hasło' | 69 | token_reset: 'Zresetuj swojego tokena' |
50 | Repeat new password: 'Powtórz nowe hasło' | 70 | rss_links: 'RSS links' |
51 | Username: 'Nazwa użytkownika' | 71 | rss_link: |
72 | unread: 'nieprzeczytane' | ||
73 | starred: 'oznaczone gwiazdką' | ||
74 | archive: 'archiwum' | ||
75 | rss_limit: 'Link do RSS' | ||
76 | form_user: | ||
77 | # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" | ||
78 | name_label: 'Nazwa' | ||
79 | email_label: 'Adres email' | ||
80 | # twoFactorAuthentication_label: 'Two factor authentication' | ||
81 | form_password: | ||
82 | old_password_label: 'Stare hasło' | ||
83 | new_password_label: 'Nowe hasło' | ||
84 | repeat_new_password_label: 'Powtórz nowe hasło' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | delete_rule_label: 'usuń' | ||
89 | # rule_label: 'Rule' | ||
90 | # tags_label: 'Tags' | ||
91 | # faq: | ||
92 | # title: 'FAQ' | ||
93 | # tagging_rules_definition_title: 'What does « tagging rules » mean?' | ||
94 | # tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | ||
95 | # how_to_use_them_title: 'How do I use them?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | # variables_available_title: 'Which variables and operators can I use to write rules?' | ||
98 | # variables_available_description: 'The following variables and operators can be used to create tagging rules:' | ||
99 | # meaning: 'Meaning' | ||
100 | # variable_description: | ||
101 | # label: 'Variable' | ||
102 | # title: 'Title of the entry' | ||
103 | # url: 'URL of the entry' | ||
104 | # isArchived: 'Whether the entry is archived or not' | ||
105 | # isStarred: 'Whether the entry is starred or not' | ||
106 | # content: "The entry's content" | ||
107 | # language: "The entry's language" | ||
108 | # mimetype: "The entry's mime-type" | ||
109 | # readingTime: "The estimated entry's reading time, in minutes" | ||
110 | # domainName: 'The domain name of the entry' | ||
111 | # operator_description: | ||
112 | # label: 'Operator' | ||
113 | # less_than: 'Less than...' | ||
114 | # strictly_less_than: 'Strictly less than...' | ||
115 | # greater_than: 'Greater than...' | ||
116 | # strictly_greater_than: 'Strictly greater than...' | ||
117 | # equal_to: 'Equal to...' | ||
118 | # not_equal_to: 'Not equal to...' | ||
119 | # or: 'One rule OR another' | ||
120 | # and: 'One rule AND another' | ||
121 | # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'Nazwa użytkownika' | ||
124 | password_label: 'Hasło' | ||
125 | repeat_new_password_label: 'Powtórz nowe hasło' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'Adres email' | ||
52 | 128 | ||
53 | # Entries | 129 | entry: |
54 | 'estimated reading time': 'Szacunkowy czas czytania' | 130 | page_titles: |
55 | original: 'oryginał' | 131 | # unread: 'Unread entries' |
56 | Toggle mark as read: 'Oznacz jako przeczytane' | 132 | # starred: 'Starred entries' |
57 | Toggle favorite: 'Oznacz jako ulubione' | 133 | # archive: 'Archived entries' |
58 | Delete: 'Usuń' | 134 | # filtered: 'Filtered entries' |
135 | list: | ||
136 | # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' | ||
137 | reading_time: 'szacunkowy czas czytania' | ||
138 | reading_time_minutes: 'szacunkowy czas czytania: %readingTime% min' | ||
139 | reading_time_less_one_minute: 'szacunkowy czas czytania: <small class="inferieur"><</small> 1 min' | ||
140 | original_article: 'oryginał' | ||
141 | toogle_as_read: 'Oznacz jako przeczytane' | ||
142 | toogle_as_star: 'Oznacz jako ulubione' | ||
143 | delete: 'Usuń' | ||
144 | # export_title: 'Export' | ||
145 | filters: | ||
146 | title: 'Filtry' | ||
147 | status_label: 'Status' | ||
148 | archived_label: 'Zarchiwizowane' | ||
149 | starred_label: 'Oznaczone gwiazdką' | ||
150 | preview_picture_label: 'Posiada podgląd obrazu' | ||
151 | preview_picture_help: 'Podgląd obrazu' | ||
152 | language_label: 'Język' | ||
153 | reading_time: | ||
154 | label: 'Czas czytania w minutach' | ||
155 | from: 'od' | ||
156 | to: 'do' | ||
157 | domain_label: 'Nazwa domeny' | ||
158 | created_at: | ||
159 | label: 'Czas stworzenia' | ||
160 | from: 'od' | ||
161 | to: 'do' | ||
162 | action: | ||
163 | clear: 'Wyczyść' | ||
164 | filter: 'Filtruj' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'Cofnij' | ||
169 | set_as_read: 'Oznacz jako przeczytane' | ||
170 | # set_as_unread: 'Mark as unread' | ||
171 | set_as_favorite: 'Ulubione' | ||
172 | view_original_article: 'Oryginalny artykuł' | ||
173 | # re_fetch_content: 'Re-fetch content' | ||
174 | delete: 'Usuń' | ||
175 | add_a_tag: 'Dodaj tag' | ||
176 | share_content: 'Udostępnij' | ||
177 | share_email_label: 'Adres email' | ||
178 | download: 'Pobierz' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: 'Problemy' | ||
182 | description: 'Czy ten artykuł wygląda źle?' | ||
183 | edit_title: 'Edytuj tytuł' | ||
184 | original_article: 'oryginalny' | ||
185 | # annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' | ||
186 | new: | ||
187 | page_title: 'Zapisz nowy wpis' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | url_label: Url | ||
191 | edit: | ||
192 | # page_title: 'Edit an entry' | ||
193 | # title_label: 'Title' | ||
194 | # url_label: 'Url' | ||
195 | # is_public_label: 'Public' | ||
196 | save_label: 'Zapisz' | ||
59 | 197 | ||
60 | # Filters | 198 | about: |
61 | Filters: 'Filtry' | 199 | page_title: 'O nas' |
62 | Status: 'Status' | 200 | top_menu: |
63 | Archived: 'Zarchiwizowane' | 201 | who_behind_wallabag: 'Kto stoi za wallabag' |
64 | Starred: 'Oznaczone gwiazdką' | 202 | getting_help: 'Pomoc' |
65 | Preview picture: 'Podgląd obrazu' | 203 | helping: 'Pomóż wallabag' |
66 | Has a preview picture: 'Posiada podgląd obrazu' | 204 | # contributors: 'Contributors' |
67 | Reading time in minutes: 'Czas czytania w minutach' | 205 | # third_party: 'Third-party libraries' |
68 | from: 'od' | 206 | who_behind_wallabag: |
69 | to: 'do' | 207 | developped_by: 'Stworzony przez' |
70 | website.com: 'website.com' | 208 | website: 'strona internetowa' |
71 | Domain name: 'Nazwa domeny' | 209 | many_contributors: 'i wielu innych ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">na GitHubie</a>' |
72 | Creation date: 'Czas stworzenia' | 210 | project_website: 'Stona projektu' |
73 | dd/mm/yyyy: 'dd.mm.yyyy' | 211 | license: 'Licencja' |
74 | Clear: 'Wyczyść' | 212 | version: 'Wersja' |
75 | Filter: 'Filtruj' | 213 | getting_help: |
214 | documentation: 'Dokumentacja' | ||
215 | bug_reports: 'Raportuj błędy' | ||
216 | support: '<a href="https://support.wallabag.org">Na naszeej stronie wsparcia technicznego</a> lub <a href="https://github.com/wallabag/wallabag/issues">na GitHubie</a>' | ||
217 | helping: | ||
218 | description: 'wallabag jest darmowy i otwartoźródłowy. Możesz nam pomóc:' | ||
219 | by_contributing: 'przez przyłączenie się do projektu:' | ||
220 | by_contributing_2: 'lista wszystkich naszych potrzeb' | ||
221 | by_paypal: 'przez Paypal' | ||
222 | contributors: | ||
223 | # description: 'Thank you to contributors on wallabag web application' | ||
224 | third_party: | ||
225 | # description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' | ||
226 | # package: 'Package' | ||
227 | license: 'Licencja' | ||
76 | 228 | ||
77 | # About | 229 | howto: |
78 | Who is behind wallabag: 'Kto stoi za wallabag' | 230 | page_title: 'Howto' |
79 | Getting help: 'Pomoc' | 231 | # page_description: 'There are several ways to save an article:' |
80 | Helping wallabag: 'Pomóż wallabag' | 232 | top_menu: |
81 | Developed by: 'Stworzony przez' | 233 | browser_addons: 'Wtyczki dla przeglądarki' |
82 | website: 'strona internetowa' | 234 | mobile_apps: 'Aplikacje mobilne' |
83 | And many others contributors ♥: ' i wielu innych ♥' | 235 | bookmarklet: 'Bookmarklet' |
84 | on GitHub: 'na GitHubie' | 236 | form: |
85 | Project website: 'Stona projektu' | 237 | description: 'Podziękuj przez ten formularz' |
86 | License: 'Licencja' | 238 | browser_addons: |
87 | Version: 'Wersja' | 239 | firefox: 'Standardowe rozszerzenia dla Firefox' |
88 | Documentation: 'Dokumentacja' | 240 | chrome: 'Rozszerzenie dla Chrome' |
89 | Bug reports: 'Raportuj błędy' | 241 | mobile_apps: |
90 | On our support website: 'Na naszeej stronie wsparcia technicznego' | 242 | android: |
91 | or: 'lub' | 243 | via_f_droid: 'przez F-Droid' |
92 | 'wallabag is free and opensource. You can help us:': 'wallabag jest darmowy i otwartoźródłowy. Możesz nam pomóc: ' | 244 | via_google_play: 'przez Google Play' |
93 | 'by contributing to the project:': 'przez przyłączenie się do projektu:' | 245 | ios: 'przez iTunes Store' |
94 | an issue lists all our needs: 'lista wszystkich naszych potrzeb' | 246 | windows: 'przez Microsoft Store' |
95 | via Paypal: 'przez PayPal' | 247 | bookmarklet: |
248 | description: 'Przeciągnij i upuść ten link na swój pasek zakładek' | ||
96 | 249 | ||
97 | # Howto | 250 | quickstart: |
98 | Form: 'Od' | 251 | # page_title: 'Quickstart' |
99 | Thanks to this form: 'Podziękuj przez ten formularz' | 252 | # intro: |
100 | Browser addons: 'Wtyczki dla przeglądarki' | 253 | # title: 'Welcome to wallabag!' |
101 | Mobile apps: 'Aplikacje mobilne' | 254 | # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." |
102 | Bookmarklet: 'Bookmarklet' | 255 | # paragraph_2: 'Follow us!' |
103 | Standard Firefox Add-On: 'Standardowe rozszerzenia dla Firefox' | 256 | # configure: |
104 | Chrome Extension: 'Rozszerzenie dla Chrome' | 257 | # title: 'Configure the application' |
105 | download the application: 'Pobierz aplikację ' | 258 | # language: 'Change language and design' |
106 | 'Drag & drop this link to your bookmarks bar:': 'Przeciągnij i upuść ten link na swój pasek zakładek' | 259 | # rss: 'Enable RSS feeds' |
260 | # tagging_rules: 'Write rules to automatically tag your articles' | ||
261 | # admin: | ||
262 | # title: 'Administration' | ||
263 | # description: 'As an administrator, you have privileges on wallabag. You can:' | ||
264 | # new_user: 'Create a new user' | ||
265 | # analytics: 'Configure analytics' | ||
266 | # sharing: 'Enable some parameters about article sharing' | ||
267 | # export: 'Configure export' | ||
268 | # import: 'Configure import' | ||
269 | # first_steps: | ||
270 | # title: 'First steps' | ||
271 | # new_article: 'Save your first article' | ||
272 | # unread_articles: 'And classify it!' | ||
273 | # migrate: | ||
274 | # title: 'Migrate from an existing service' | ||
275 | # description: "Are you using another service? We'll help you to retrieve your data on wallabag." | ||
276 | # pocket: 'Migrate from Pocket' | ||
277 | # wallabag_v1: 'Migrate from wallabag v1' | ||
278 | # wallabag_v2: 'Migrate from wallabag v2' | ||
279 | # developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | # docs: | ||
283 | # title: 'Full documentation' | ||
284 | # annotate: 'Annotate your article' | ||
285 | # export: 'Convert your articles into ePUB or PDF' | ||
286 | # search_filters: 'See how you can look for an article by using search engine and filters' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | # all_docs: 'And so many other articles!' | ||
289 | # support: | ||
290 | # title: 'Support' | ||
291 | # description: 'If you need some help, we are here for you.' | ||
292 | # github: 'On GitHub' | ||
293 | # email: 'By email' | ||
294 | # gitter: 'On Gitter' | ||
107 | 295 | ||
108 | # Flash messages | 296 | tag: |
109 | Information updated: 'Informacje zaktualizowane' | 297 | page_title: 'Tagi' |
110 | Config saved. Some parameters will be considered after disconnection.': 'Konfiguracja zapisana. Niektóre parametry zostaną uznane po rozłączeniu' | 298 | list: |
111 | RSS information updated: 'Informacje RSS zaktualizowane' | 299 | # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' |
112 | Password updated: 'Hasło zaktualizowane' | ||
113 | Entry starred: 'Wpis oznaczony gwiazdką' | ||
114 | Entry unstarred: 'Wpis odznaczony gwiazdką' | ||
115 | Entry archived: 'Wpis dodany do archiwum' | ||
116 | Entry unarchived: 'Wpis usunięty z archiwum' | ||
117 | Entry deleted: 'Wpis usunięty' | ||
118 | 300 | ||
119 | # Entry | 301 | import: |
120 | Mark as read: 'Oznacz jako przeczytane' | 302 | # page_title: 'Import' |
121 | Favorite: 'Ulubione' | 303 | # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' |
122 | back: 'Cofnij' | 304 | # action: |
123 | original article: 'Oryginalny artykuł' | 305 | # import_contents: 'Import contents' |
124 | Add a tag: 'Dodaj tag' | 306 | # form: |
125 | Share: 'Udostępnij' | 307 | # mark_as_read_title: 'Mark all as read?' |
126 | Download: 'Pobierz' | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
127 | Does this article appear wrong?: 'Czy ten artykuł wygląda źle?' | 309 | # file_label: 'File' |
128 | Problems?: 'Problemy' | 310 | # save_label: 'Upload file' |
129 | Edit title: 'Edytuj tytuł' | 311 | # pocket: |
312 | # page_title: 'Import > Pocket' | ||
313 | # description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag." | ||
314 | # config_missing: | ||
315 | # description: "Pocket import isn't configured." | ||
316 | # admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' | ||
317 | # user_message: 'Your server admin needs to define an API Key for Pocket.' | ||
318 | # authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.' | ||
319 | # connect_to_pocket: 'Connect to Pocket and import data' | ||
320 | # wallabag_v1: | ||
321 | # page_title: 'Import > Wallabag v1' | ||
322 | # description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.' | ||
323 | # how_to: 'Please select your wallabag export and click on the below button to upload and import it.' | ||
324 | # wallabag_v2: | ||
325 | # page_title: 'Import > Wallabag v2' | ||
326 | # 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.' | ||
327 | |||
328 | developer: | ||
329 | # page_title: 'Developer' | ||
330 | # welcome_message: 'Welcome to the wallabag API' | ||
331 | # documentation: 'Documentation' | ||
332 | # how_to_first_app: 'How to create my first application' | ||
333 | # full_documentation: 'View full API documentation' | ||
334 | # clients: | ||
335 | # title: 'Clients' | ||
336 | # create_new: 'Create a new client' | ||
337 | # existing_clients: | ||
338 | # title: 'Existing clients' | ||
339 | # field_id: 'Client ID' | ||
340 | # field_secret: 'Client secret' | ||
341 | # field_uris: 'Redirect URIs' | ||
342 | # field_grant_types: 'Grant type allowed' | ||
343 | # no_client: 'No client yet.' | ||
344 | # remove: | ||
345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | ||
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'Cofnij' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'Cofnij' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'Cofnij' | ||
374 | |||
375 | validator: | ||
376 | password_must_match: 'Hasło w polach musi być takie same' | ||
377 | password_too_short: 'Hasło powinno mieć minimum 8 znaków długości' | ||
378 | # password_wrong_value: 'Wrong value for your current password' | ||
379 | # item_per_page_too_high: 'This will certainly kill the app' | ||
380 | # rss_limit_too_hight: 'This will certainly kill the app' | ||
381 | |||
382 | flashes: | ||
383 | config: | ||
384 | notice: | ||
385 | config_saved: 'Konfiguracja zapisana. Niektóre parametry zostaną uznane po rozłączeniu' | ||
386 | password_updated: 'Hasło zaktualizowane' | ||
387 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | ||
388 | user_updated: 'Informacje zaktualizowane' | ||
389 | rss_updated: 'Informacje RSS zaktualizowane' | ||
390 | # tagging_rules_updated: 'Tagging rules updated' | ||
391 | # tagging_rules_deleted: 'Tagging rule deleted' | ||
392 | # user_added: 'User "%username%" added' | ||
393 | # rss_token_updated: 'RSS token updated' | ||
394 | entry: | ||
395 | notice: | ||
396 | # entry_already_saved: 'Entry already saved on %date%' | ||
397 | # entry_saved: 'Entry saved' | ||
398 | # entry_updated: 'Entry updated' | ||
399 | # entry_reloaded: 'Entry reloaded' | ||
400 | # entry_reload_failed: 'Failed to reload entry' | ||
401 | entry_archived: 'Wpis dodany do archiwum' | ||
402 | entry_unarchived: 'Wpis usunięty z archiwum' | ||
403 | entry_starred: 'Wpis oznaczony gwiazdką' | ||
404 | entry_unstarred: 'Wpis odznaczony gwiazdką' | ||
405 | entry_deleted: 'Wpis usunięty' | ||
406 | tag: | ||
407 | notice: | ||
408 | # tag_added: 'Tag added' | ||
409 | import: | ||
410 | notice: | ||
411 | # failed: 'Import failed, please try again.' | ||
412 | # failed_on_file: 'Error while processing import. Please verify your import file.' | ||
413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | ||
414 | developer: | ||
415 | notice: | ||
416 | # client_created: 'New client created.' | ||
417 | # client_deleted: 'Client deleted' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml index d779bcbd..08e9080f 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml | |||
@@ -1,129 +1,417 @@ | |||
1 | #Login | 1 | security: |
2 | Keep me logged in: 'Ține-mă logat' | 2 | login: |
3 | Forgot your password?: 'Ți-ai uitat parola?' | 3 | # page_title: 'Welcome to wallabag!' |
4 | Login: 'Logare' | 4 | keep_logged_in: 'Ține-mă logat' |
5 | Back to login: 'Înapoi la logare' | 5 | forgot_password: 'Ți-ai uitat parola?' |
6 | Send: 'Trimite' | 6 | submit: 'Logare' |
7 | "Enter your email address below and we'll send you password reset instructions.": "Introduceți adresa de e-mail, iar noi vă vom trimite instrucțiunile pentru resetarea parolei." | 7 | # register: 'Register' |
8 | username: 'Nume de utilizator' | ||
9 | password: 'Parolă' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | description: "Introduceți adresa de e-mail, iar noi vă vom trimite instrucțiunile pentru resetarea parolei." | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
8 | 16 | ||
9 | # Menu | 17 | menu: |
10 | unread: 'necitite' | 18 | left: |
11 | starred: 'cu steluță' | 19 | unread: 'Necitite' |
12 | archive: 'arhivă' | 20 | starred: 'Cu steluță' |
13 | all: 'toate' | 21 | archive: 'Arhivă' |
14 | tags: 'tag-uri' | 22 | all_articles: 'Toate' |
15 | config: 'configurație' | 23 | config: 'Configurație' |
16 | howto: 'cum să' | 24 | tags: 'Tag-uri' |
17 | logout: 'delogare' | 25 | # internal_settings: 'Internal Settings' |
18 | Filtered: 'Filtrate' | 26 | # import: 'Import' |
19 | About: 'Despre' | 27 | howto: 'Cum să' |
28 | # developer: 'Developer' | ||
29 | logout: 'cum să' | ||
30 | about: 'Despre' | ||
31 | search: 'Căutare' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'Înapoi la articolele necitite' | ||
34 | top: | ||
35 | add_new_entry: 'Introdu un nou articol' | ||
36 | search: 'Căutare' | ||
37 | filter_entries: 'Filtrează articolele' | ||
38 | # export: 'Export' | ||
39 | search_form: | ||
40 | input_label: 'Introdu căutarea ta' | ||
20 | 41 | ||
21 | # Header | 42 | footer: |
22 | Back to unread articles: 'Înapoi la articolele necitite' | 43 | wallabag: |
23 | Add a new entry: 'Introdu un nou articol' | 44 | # elsewhere: 'Take wallabag with you' |
24 | Search: 'Căutare' | 45 | # social: 'Social' |
25 | Filter entries: 'Filtrează articolele' | 46 | # powered_by: 'powered by' |
26 | Enter your search here: 'Introdu căutarea ta' | 47 | about: 'Despre' |
27 | Save new entry: 'Salvează un nou articol' | ||
28 | 48 | ||
29 | # Config screen | 49 | config: |
30 | Settings: 'Setări' | 50 | page_title: 'Configurație' |
31 | User information: 'Informații despre utilizator' | 51 | tab_menu: |
32 | Password: 'Parolă' | 52 | settings: 'Setări' |
33 | RSS: 'RSS' | 53 | rss: 'RSS' |
34 | Add a user: 'Crează un utilizator' | 54 | user_info: 'Informații despre utilizator' |
35 | Theme: 'Temă' | 55 | password: 'Parolă' |
36 | Items per page: 'Articole pe pagină' | 56 | # rules: 'Tagging rules' |
37 | Language: 'Limbă' | 57 | new_user: 'Crează un utilizator' |
38 | Save: 'Salvează' | 58 | form: |
39 | RSS token: 'RSS-Token' | 59 | save: 'Salvează' |
40 | Name: 'Nume' | 60 | form_settings: |
41 | Email: 'E-mail' | 61 | theme_label: 'Temă' |
42 | No token: 'Fără token' | 62 | items_per_page_label: 'Articole pe pagină' |
43 | Reset your token: 'Resetează-ți token-ul' | 63 | language_label: 'Limbă' |
44 | Create your token: 'Crează-ți token' | 64 | form_rss: |
45 | Rss limit: 'Limită RSS' | 65 | description: 'Feed-urile RSS oferite de wallabag îți permit să-ți citești articolele salvate în reader-ul tău preferat RSS.' |
46 | RSS links: 'Link-uri RSS' | 66 | token_label: 'RSS-Token' |
47 | 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'Feed-urile RSS oferite de wallabag îți permit să-ți citești articolele salvate în reader-ul tău preferat RSS.' | 67 | no_token: 'Fără token' |
48 | Old password: 'Parola veche' | 68 | token_create: 'Crează-ți token' |
49 | New password: 'Parola nouă' | 69 | token_reset: 'Resetează-ți token-ul' |
50 | Repeat new password: 'Repetă parola' | 70 | rss_links: 'Link-uri RSS' |
51 | Username: 'Nume de utilizator' | 71 | rss_link: |
72 | unread: 'unread' | ||
73 | starred: 'starred' | ||
74 | archive: 'archived' | ||
75 | rss_limit: 'Limită RSS' | ||
76 | form_user: | ||
77 | # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" | ||
78 | name_label: 'Nume' | ||
79 | email_label: 'E-mail' | ||
80 | # twoFactorAuthentication_label: 'Two factor authentication' | ||
81 | form_password: | ||
82 | old_password_label: 'Parola veche' | ||
83 | new_password_label: 'Parola nouă' | ||
84 | repeat_new_password_label: 'Repeat new password' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | # delete_rule_label: 'delete' | ||
89 | # rule_label: 'Rule' | ||
90 | # tags_label: 'Tags' | ||
91 | # faq: | ||
92 | # title: 'FAQ' | ||
93 | # tagging_rules_definition_title: 'What does « tagging rules » mean?' | ||
94 | # tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | ||
95 | # how_to_use_them_title: 'How do I use them?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | # variables_available_title: 'Which variables and operators can I use to write rules?' | ||
98 | # variables_available_description: 'The following variables and operators can be used to create tagging rules:' | ||
99 | # meaning: 'Meaning' | ||
100 | # variable_description: | ||
101 | # label: 'Variable' | ||
102 | # title: 'Title of the entry' | ||
103 | # url: 'URL of the entry' | ||
104 | # isArchived: 'Whether the entry is archived or not' | ||
105 | # isStarred: 'Whether the entry is starred or not' | ||
106 | # content: "The entry's content" | ||
107 | # language: "The entry's language" | ||
108 | # mimetype: "The entry's mime-type" | ||
109 | # readingTime: "The estimated entry's reading time, in minutes" | ||
110 | # domainName: 'The domain name of the entry' | ||
111 | # operator_description: | ||
112 | # label: 'Operator' | ||
113 | # less_than: 'Less than...' | ||
114 | # strictly_less_than: 'Strictly less than...' | ||
115 | # greater_than: 'Greater than...' | ||
116 | # strictly_greater_than: 'Strictly greater than...' | ||
117 | # equal_to: 'Equal to...' | ||
118 | # not_equal_to: 'Not equal to...' | ||
119 | # or: 'One rule OR another' | ||
120 | # and: 'One rule AND another' | ||
121 | # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'Nume de utilizator' | ||
124 | password_label: 'Parolă' | ||
125 | repeat_new_password_label: 'Repeat new password' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'E-mail' | ||
52 | 128 | ||
53 | # Entries | 129 | entry: |
54 | 'estimated reading time': 'timp estimat de citire' | 130 | page_titles: |
55 | original: original | 131 | # unread: 'Unread entries' |
56 | Toggle mark as read: 'Comută marcat ca citit' | 132 | # starred: 'Starred entries' |
57 | Toggle favorite: 'Comută marcat ca favorit' | 133 | # archive: 'Archived entries' |
58 | Delete: 'Șterge' | 134 | # filtered: 'Filtered entries' |
135 | list: | ||
136 | # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' | ||
137 | reading_time: 'timp estimat de citire' | ||
138 | reading_time_minutes: 'timp estimat de citire: %readingTime% min' | ||
139 | reading_time_less_one_minute: 'timp estimat de citire: <small class="inferieur"><</small> 1 min' | ||
140 | original_article: 'original' | ||
141 | toogle_as_read: 'Comută marcat ca citit' | ||
142 | toogle_as_star: 'Comută marcat ca favorit' | ||
143 | delete: 'Șterge' | ||
144 | # export_title: 'Export' | ||
145 | filters: | ||
146 | title: 'Filtre' | ||
147 | status_label: 'Status' | ||
148 | archived_label: 'Arhivat' | ||
149 | starred_label: 'Steluțe' | ||
150 | preview_picture_label: 'Are o imagine de previzualizare' | ||
151 | preview_picture_help: 'Previzualizare imagine' | ||
152 | language_label: 'Limbă' | ||
153 | reading_time: | ||
154 | label: 'Timp de citire în minute' | ||
155 | from: 'de la' | ||
156 | to: 'către' | ||
157 | domain_label: 'Nume domeniu' | ||
158 | created_at: | ||
159 | label: 'Data creării' | ||
160 | from: 'de la' | ||
161 | to: 'către' | ||
162 | action: | ||
163 | clear: 'Șterge' | ||
164 | filter: 'Filtru' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'Înapoi' | ||
169 | set_as_read: 'Marchează ca citit' | ||
170 | # set_as_unread: 'Mark as unread' | ||
171 | set_as_favorite: 'Favorit' | ||
172 | view_original_article: 'Articol original' | ||
173 | # re_fetch_content: 'Re-fetch content' | ||
174 | delete: 'Șterge' | ||
175 | add_a_tag: 'Adaugă un tag' | ||
176 | share_content: 'Dă mai departe' | ||
177 | share_email_label: 'E-mail' | ||
178 | download: 'Descarcă' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: 'Probleme?' | ||
182 | description: 'Îți pare ciudat articolul?' | ||
183 | edit_title: 'Editează titlul' | ||
184 | original_article: 'original' | ||
185 | # annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' | ||
186 | new: | ||
187 | page_title: 'Salvează un nou articol' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | url_label: Url | ||
191 | edit: | ||
192 | # page_title: 'Edit an entry' | ||
193 | # title_label: 'Title' | ||
194 | url_label: 'Url' | ||
195 | # is_public_label: 'Public' | ||
196 | save_label: 'Salvează' | ||
59 | 197 | ||
60 | # Filters | 198 | about: |
61 | Filters: 'Filtre' | 199 | page_title: 'Despre' |
62 | Status: 'Status' | 200 | top_menu: |
63 | Archived: 'Arhivat' | 201 | who_behind_wallabag: 'Cine e în spatele wallabag' |
64 | Starred: 'Steluțe' | 202 | getting_help: 'Ajutor' |
65 | Preview picture: 'Previzualizare imagine' | 203 | helping: 'Cum să ajuți wallabag' |
66 | Has a preview picture: 'Are o imagine de previzualizare' | 204 | # contributors: 'Contributors' |
67 | Reading time in minutes: 'Timp de citire în minute' | 205 | # third_party: 'Third-party libraries' |
68 | from: 'de la' | 206 | who_behind_wallabag: |
69 | to: 'către' | 207 | developped_by: 'Dezvoltat de' |
70 | website.com: 'website.com' | 208 | website: 'website' |
71 | Domain name: 'Nume domeniu' | 209 | many_contributors: 'Și mulți alți contribuitori ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">pe Github</a>' |
72 | Creation date: 'Data creării' | 210 | project_website: 'Website-ul proiectului' |
73 | dd/mm/yyyy: 'zz/ll/aaaa' | 211 | license: 'Licență' |
74 | Clear: 'Șterge' | 212 | version: 'Versiune' |
75 | Filter: 'Filtru' | 213 | getting_help: |
214 | documentation: 'Documentație' | ||
215 | bug_reports: 'Bug-uri' | ||
216 | support: '<a href="https://support.wallabag.org">Pe site-ul nostru de suport</a> sau <a href="https://github.com/wallabag/wallabag/issues">pe GitHub</a>' | ||
217 | helping: | ||
218 | description: 'wallabag este gratis și Open-Source. Cum ne poți ajuta:' | ||
219 | by_contributing: 'contribuind la proiect:' | ||
220 | by_contributing_2: 'o problemă ne listează toate nevoile:' | ||
221 | by_paypal: 'prin Paypal' | ||
222 | contributors: | ||
223 | # description: 'Thank you to contributors on wallabag web application' | ||
224 | third_party: | ||
225 | # description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' | ||
226 | # package: 'Package' | ||
227 | license: 'Licență' | ||
76 | 228 | ||
77 | # About | 229 | howto: |
78 | Who is behind wallabag: "Cine e în spatele wallabag" | 230 | page_title: 'Cum să' |
79 | Getting help: "Ajutor" | 231 | # page_description: 'There are several ways to save an article:' |
80 | Helping wallabag: "Cum să ajuți wallabag" | 232 | top_menu: |
81 | Developed by: "Dezvoltat de" | 233 | browser_addons: 'Add-On-uri de Browser' |
82 | website: "website" | 234 | mobile_apps: 'Aplicații mobile' |
83 | And many others contributors ♥: "Și mulți alți contribuitori ♥" | 235 | bookmarklet: 'Bookmarklet' |
84 | on GitHub: "pe GitHub" | 236 | form: |
85 | Project website: "Website-ul proiectului" | 237 | description: 'Mulțumită acestui formular' |
86 | License: "Licență" | 238 | browser_addons: |
87 | Version: "Versiune" | 239 | firefox: 'Add-On standard de Firefox' |
88 | Documentation: "Documentație" | 240 | chrome: 'Extensie Chrome' |
89 | Bug reports: "Bug-uri" | 241 | mobile_apps: |
90 | On our support website: "Pe site-ul nostru de suport" | 242 | android: |
91 | or: "sau" | 243 | via_f_droid: 'prin F-Droid' |
92 | "wallabag is free and opensource. You can help us:": "wallabag este gratis și Open-Source. Cum ne poți ajuta:" | 244 | via_google_play: 'prin Google Play' |
93 | "by contributing to the project:": "contribuind la proiect:" | 245 | ios: 'prin iTunes Store' |
94 | an issue lists all our needs: "o problemă ne listează toate nevoile:" | 246 | windows: 'prin Microsoft Store' |
95 | via Paypal: "prin PayPal" | 247 | bookmarklet: |
248 | description: 'Drag & drop acest link în bara de bookmark-uri:' | ||
96 | 249 | ||
97 | # Howto | 250 | quickstart: |
98 | Form: Formular | 251 | # page_title: 'Quickstart' |
99 | Thanks to this form: "Mulțumită acestui formular" | 252 | # intro: |
100 | Browser addons: "Add-On-uri de Browser" | 253 | # title: 'Welcome to wallabag!' |
101 | Mobile apps: "Aplicații mobile" | 254 | # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." |
102 | Bookmarklet: "Bookmarklet" | 255 | # paragraph_2: 'Follow us!' |
103 | Standard Firefox Add-On: "Add-On standard de Firefox" | 256 | # configure: |
104 | Chrome Extension: "Extensie Chrome" | 257 | # title: 'Configure the application' |
105 | download the application: "descarcă aplicația" | 258 | # language: 'Change language and design' |
106 | "Drag & drop this link to your bookmarks bar:": "Drag & drop acest link în bara de bookmark-uri:" | 259 | # rss: 'Enable RSS feeds' |
260 | # tagging_rules: 'Write rules to automatically tag your articles' | ||
261 | # admin: | ||
262 | # title: 'Administration' | ||
263 | # description: 'As an administrator, you have privileges on wallabag. You can:' | ||
264 | # new_user: 'Create a new user' | ||
265 | # analytics: 'Configure analytics' | ||
266 | # sharing: 'Enable some parameters about article sharing' | ||
267 | # export: 'Configure export' | ||
268 | # import: 'Configure import' | ||
269 | # first_steps: | ||
270 | # title: 'First steps' | ||
271 | # new_article: 'Save your first article' | ||
272 | # unread_articles: 'And classify it!' | ||
273 | # migrate: | ||
274 | # title: 'Migrate from an existing service' | ||
275 | # description: "Are you using another service? We'll help you to retrieve your data on wallabag." | ||
276 | # pocket: 'Migrate from Pocket' | ||
277 | # wallabag_v1: 'Migrate from wallabag v1' | ||
278 | # wallabag_v2: 'Migrate from wallabag v2' | ||
279 | # developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | # docs: | ||
283 | # title: 'Full documentation' | ||
284 | # annotate: 'Annotate your article' | ||
285 | # export: 'Convert your articles into ePUB or PDF' | ||
286 | # search_filters: 'See how you can look for an article by using search engine and filters' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | # all_docs: 'And so many other articles!' | ||
289 | # support: | ||
290 | # title: 'Support' | ||
291 | # description: 'If you need some help, we are here for you.' | ||
292 | # github: 'On GitHub' | ||
293 | # email: 'By email' | ||
294 | # gitter: 'On Gitter' | ||
107 | 295 | ||
108 | # Flash messages | 296 | tag: |
109 | Information updated: "Informație actualizată" | 297 | page_title: 'Tag-uri' |
110 | "Config saved. Some parameters will be considered after disconnection.": "configurație salvată. Unii parametrii vor fi considerați după deconectare." | 298 | list: |
111 | RSS information updated: "Informație RSS actualizată" | 299 | # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' |
112 | Password updated: "Parolă actualizată" | ||
113 | Entry starred: "Articol adăugat la favorite" | ||
114 | Entry unstarred: "Articol șters de la favorite" | ||
115 | Entry archived: "Articol arhivat" | ||
116 | Entry unarchived: "Articol dezarhivat" | ||
117 | Entry deleted: "Articol șters" | ||
118 | 300 | ||
119 | # Entry | 301 | import: |
120 | Mark as read: 'Marchează ca citit' | 302 | # page_title: 'Import' |
121 | Favorite: 'Favorit' | 303 | # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' |
122 | back: 'înapoi' | 304 | # action: |
123 | original article: 'articol original' | 305 | # import_contents: 'Import contents' |
124 | Add a tag: 'Adaugă un tag' | 306 | # form: |
125 | Share: 'Dă mai departe' | 307 | # mark_as_read_title: 'Mark all as read?' |
126 | Download: 'Descarcă' | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
127 | Does this article appear wrong?: "Îți pare ciudat articolul?" | 309 | # file_label: 'File' |
128 | Problems?: 'Probleme?' | 310 | # save_label: 'Upload file' |
129 | Edit title: "Editează titlul" | 311 | # pocket: |
312 | # page_title: 'Import > Pocket' | ||
313 | # description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag." | ||
314 | # config_missing: | ||
315 | # description: "Pocket import isn't configured." | ||
316 | # admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' | ||
317 | # user_message: 'Your server admin needs to define an API Key for Pocket.' | ||
318 | # authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.' | ||
319 | # connect_to_pocket: 'Connect to Pocket and import data' | ||
320 | # wallabag_v1: | ||
321 | # page_title: 'Import > Wallabag v1' | ||
322 | # description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.' | ||
323 | # how_to: 'Please select your wallabag export and click on the below button to upload and import it.' | ||
324 | # wallabag_v2: | ||
325 | # page_title: 'Import > Wallabag v2' | ||
326 | # 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.' | ||
327 | |||
328 | developer: | ||
329 | # page_title: 'Developer' | ||
330 | # welcome_message: 'Welcome to the wallabag API' | ||
331 | # documentation: 'Documentation' | ||
332 | # how_to_first_app: 'How to create my first application' | ||
333 | # full_documentation: 'View full API documentation' | ||
334 | # clients: | ||
335 | # title: 'Clients' | ||
336 | # create_new: 'Create a new client' | ||
337 | # existing_clients: | ||
338 | # title: 'Existing clients' | ||
339 | # field_id: 'Client ID' | ||
340 | # field_secret: 'Client secret' | ||
341 | # field_uris: 'Redirect URIs' | ||
342 | # field_grant_types: 'Grant type allowed' | ||
343 | # no_client: 'No client yet.' | ||
344 | # remove: | ||
345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | ||
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'Back' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'Back' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'Back' | ||
374 | |||
375 | validator: | ||
376 | password_must_match: 'Câmpurile destinate parolelor trebuie să se potrivească' | ||
377 | password_too_short: 'Parola ar trebui să conțină cel puțin 8 caractere' | ||
378 | # password_wrong_value: 'Wrong value for your current password' | ||
379 | # item_per_page_too_high: 'This will certainly kill the app' | ||
380 | # rss_limit_too_hight: 'This will certainly kill the app' | ||
381 | |||
382 | flashes: | ||
383 | config: | ||
384 | notice: | ||
385 | config_saved: 'Configurație salvată. Unii parametrii vor fi considerați după deconectare.' | ||
386 | password_updated: 'Parolă actualizată' | ||
387 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | ||
388 | user_updated: 'Informație actualizată' | ||
389 | rss_updated: 'Informație RSS actualizată' | ||
390 | # tagging_rules_updated: 'Tagging rules updated' | ||
391 | # tagging_rules_deleted: 'Tagging rule deleted' | ||
392 | # user_added: 'User "%username%" added' | ||
393 | # rss_token_updated: 'RSS token updated' | ||
394 | entry: | ||
395 | notice: | ||
396 | # entry_already_saved: 'Entry already saved on %date%' | ||
397 | # entry_saved: 'Entry saved' | ||
398 | # entry_updated: 'Entry updated' | ||
399 | # entry_reloaded: 'Entry reloaded' | ||
400 | # entry_reload_failed: 'Failed to reload entry' | ||
401 | entry_archived: 'Articol arhivat' | ||
402 | entry_unarchived: 'Articol dezarhivat' | ||
403 | entry_starred: 'Articol adăugat la favorite' | ||
404 | entry_unstarred: 'Articol șters de la favorite' | ||
405 | entry_deleted: 'Articol șters' | ||
406 | tag: | ||
407 | notice: | ||
408 | # tag_added: 'Tag added' | ||
409 | import: | ||
410 | notice: | ||
411 | # failed: 'Import failed, please try again.' | ||
412 | # failed_on_file: 'Error while processing import. Please verify your import file.' | ||
413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | ||
414 | developer: | ||
415 | notice: | ||
416 | # client_created: 'New client created.' | ||
417 | # client_deleted: 'Client deleted' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml index 6d9bf0db..02d424f9 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml | |||
@@ -1,226 +1,417 @@ | |||
1 | # Login | 1 | security: |
2 | Keep me logged in: 'Oturumumu açık tut' | 2 | login: |
3 | Forgot your password?: 'Şifrenizi mi unuttunuz?' | 3 | page_title: 'wallabag' |
4 | Login: 'Giriş Yap' | 4 | keep_logged_in: 'Oturumumu açık tut' |
5 | Back to login: 'Giriş yapma ekranına geri dön' | 5 | forgot_password: 'Şifrenizi mi unuttunuz?' |
6 | Send: 'Gönder' | 6 | submit: 'Giriş Yap' |
7 | Register: 'Kayıt Ol' | 7 | register: 'Kayıt Ol' |
8 | username: 'Kullanıcı adı' | ||
9 | password: 'Şifre' | ||
10 | # cancel: 'Cancel' | ||
11 | resetting: | ||
12 | # description: "Enter your email address below and we'll send you password reset instructions." | ||
13 | register: | ||
14 | # page_title: 'Create an account' | ||
15 | # go_to_account: 'Go to your account' | ||
8 | 16 | ||
9 | # Menu | 17 | menu: |
10 | unread: 'Okunmayan' | 18 | left: |
11 | starred: 'Favoriler' | 19 | unread: 'Okunmayan' |
12 | archive: 'Arşiv' | 20 | starred: 'Favoriler' |
13 | all: 'Hepsi' | 21 | archive: 'Arşiv' |
14 | tags: 'Etiketler' | 22 | all_articles: 'Hepsi' |
15 | config: 'Yapılandırma' | 23 | config: 'Yapılandırma' |
16 | import: 'İçe Aktar' | 24 | tags: 'Etiketler' |
17 | howto: 'Yardım' | 25 | # internal_settings: 'Internal Settings' |
18 | logout: 'Çıkış Yap' | 26 | import: 'İçe Aktar' |
19 | Filtered: 'Filtreli' | 27 | howto: 'Yardım' |
20 | About: 'Hakkımızda' | 28 | # developer: 'Developer' |
29 | logout: 'Çıkış Yap' | ||
30 | about: 'Hakkımızda' | ||
31 | search: 'Ara' | ||
32 | # save_link: 'Save a link' | ||
33 | back_to_unread: 'Okunmayan makalelere geri dön' | ||
34 | top: | ||
35 | add_new_entry: 'Yeni bir makale ekle' | ||
36 | search: 'Ara' | ||
37 | filter_entries: 'Filtrele' | ||
38 | export: 'Dışa Aktar' | ||
39 | search_form: | ||
40 | input_label: 'Aramak istediğiniz herhangi bir şey yazın' | ||
21 | 41 | ||
22 | # Header | 42 | footer: |
23 | Back to unread articles: 'Okunmayan makalelere geri dön' | 43 | wallabag: |
24 | Add a new entry: 'Yeni bir makale ekle' | 44 | elsewhere: 'wallabag her an seninle' |
25 | Search: 'Ara' | 45 | social: 'Sosyal' |
26 | Filter entries: 'Filtrele' | 46 | powered_by: 'powered by' |
27 | Enter your search here: 'Aramak istediğiniz herhangi bir şey yazın' | 47 | about: 'Hakkımızda' |
28 | Save new entry: 'Yeni makaleyi kaydet' | ||
29 | 48 | ||
30 | # Config screen | 49 | config: |
31 | Settings: 'Ayarlar' | 50 | page_title: 'Yapılandırma' |
32 | User information: 'Kullanıcı bilgileri' | 51 | tab_menu: |
33 | Tagging rules: "Etiketleme kuralları" | 52 | settings: 'Ayarlar' |
34 | Password: 'Şifre' | 53 | rss: 'RSS' |
35 | RSS: 'RSS' | 54 | user_info: 'Kullanıcı bilgileri' |
36 | Add a user: 'Bir kullanıcı ekle' | 55 | password: 'Şifre' |
37 | Theme: 'Tema' | 56 | rules: 'Etiketleme kuralları' |
38 | Items per page: "Sayfa başına makale sayısı" | 57 | new_user: 'Bir kullanıcı ekle' |
39 | Language: 'Dil' | 58 | form: |
40 | Save: 'Kaydet' | 59 | save: 'Kaydet' |
41 | RSS token: 'RSS belirteci (token)' | 60 | form_settings: |
42 | Name: 'İsim' | 61 | theme_label: 'Tema' |
43 | Email: 'E-posta' | 62 | items_per_page_label: 'Sayfa başına makale sayısı' |
44 | No token: 'Belirteç (token) yok' | 63 | language_label: 'Dil' |
45 | Reset your token: 'Belirteci (token) sıfırla' | 64 | form_rss: |
46 | Create your token: 'Yeni belirteç (token) oluştur' | 65 | description: 'wallabag RSS akışı kaydetmiş olduğunuz makalelerini favori RSS okuyucunuzda görüntülemenizi sağlar. Bunu yapabilmek için öncelikle belirteç (token) oluşturmalısınız.' |
47 | Rss limit: "RSS içeriğinden talep edilecek makale limiti" | 66 | token_label: 'RSS belirteci (token)' |
48 | RSS links: 'RSS akış bağlantıları' | 67 | no_token: 'Belirteç (token) yok' |
49 | "RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.": "wallabag RSS akışı kaydetmiş olduğunuz makalelerini favori RSS okuyucunuzda görüntülemenizi sağlar. Bunu yapabilmek için öncelikle belirteç (token) oluşturmalısınız." | 68 | token_create: 'Yeni belirteç (token) oluştur' |
50 | Old password: 'Eski şifre' | 69 | token_reset: 'Belirteci (token) sıfırla' |
51 | New password: 'Yeni şifre' | 70 | rss_links: 'RSS akış bağlantıları' |
52 | Repeat new password: 'Yeni şifrenin tekrarı' | 71 | rss_link: |
53 | Username: "Kullanıcı adı" | 72 | unread: 'okunmayan' |
54 | Two factor authentication: "İki adımlı doğrulama" | 73 | starred: 'favoriler' |
55 | "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion": "İki adımlı doğrulamayı aktifleştirdiğinizde, her yeni güvenilmeyen bağlantılarda size e-posta ile bir kod alacaksınız." | 74 | archive: 'arşiv' |
56 | Baggy: "Baggy" | 75 | rss_limit: 'RSS içeriğinden talep edilecek makale limiti' |
57 | Material: "Material" | 76 | form_user: |
58 | English: "İngilizce" | 77 | two_factor_description: "İki adımlı doğrulamayı aktifleştirdiğinizde, her yeni güvenilmeyen bağlantılarda size e-posta ile bir kod alacaksınız." |
59 | Français: "Fransızca" | 78 | name_label: 'İsim' |
60 | Deutsch: "Almanca" | 79 | email_label: 'E-posta' |
61 | Türkçe: "Türkçe" | 80 | twoFactorAuthentication_label: 'İki adımlı doğrulama' |
81 | form_password: | ||
82 | old_password_label: 'Eski şifre' | ||
83 | new_password_label: 'Yeni şifre' | ||
84 | repeat_new_password_label: 'Yeni şifrenin tekrarı' | ||
85 | form_rules: | ||
86 | # if_label: 'if' | ||
87 | # then_tag_as_label: 'then tag as' | ||
88 | # delete_rule_label: 'delete' | ||
89 | rule_label: 'Kural' | ||
90 | tags_label: 'Etiketler' | ||
91 | faq: | ||
92 | title: 'S.S.S.' | ||
93 | tagging_rules_definition_title: '« etiketleme kuralları » ne anlama geliyor?' | ||
94 | # tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | ||
95 | how_to_use_them_title: 'Bunu nasıl kullanırım?' | ||
96 | # how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | ||
97 | variables_available_title: 'Kurallar içerisinde hangi değişken ve operatörleri kullanabilirim?' | ||
98 | variables_available_description: 'Etiket kuralı oluşturmak istediğinizde aşağıdaki değişken ve operatörleri kullanabilirsin:' | ||
99 | meaning: 'Anlamı' | ||
100 | variable_description: | ||
101 | label: 'Değişken' | ||
102 | title: 'Makalenin başlığı' | ||
103 | url: 'Makalenin bağlantısı' | ||
104 | isArchived: 'Makale arşivlendi mi? Arşivlenmedi mi?' | ||
105 | isStarred: 'Makale favorilere eklendi mi? Eklenmedi mi?' | ||
106 | content: "Makalenin içeriği" | ||
107 | language: "Makalenin dili" | ||
108 | mimetype: "Makalenin mime türü" | ||
109 | readingTime: "Makalenin dakika cinsinden tahmini okuma süresi" | ||
110 | domainName: 'Makalenin bulunduğu internet sitesinin alan adı' | ||
111 | operator_description: | ||
112 | label: 'Operatör' | ||
113 | less_than: 'Küçüktür ve eşittir…' | ||
114 | strictly_less_than: 'Küçüktür…' | ||
115 | greater_than: 'Büyüktür ve eşittir…' | ||
116 | strictly_greater_than: 'Büyüktür…' | ||
117 | equal_to: 'Eşittir…' | ||
118 | not_equal_to: 'Eşit değildir…' | ||
119 | or: 'Bir kural veya birbaşkası' | ||
120 | and: 'Bir kural ve diğeri' | ||
121 | # matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | ||
122 | form_new_user: | ||
123 | username_label: 'Kullanıcı adı' | ||
124 | password_label: 'Şifre' | ||
125 | repeat_new_password_label: 'Yeni şifrenin tekrarı' | ||
126 | plain_password_label: '????' | ||
127 | email_label: 'E-posta' | ||
62 | 128 | ||
63 | # Tagging rules | 129 | entry: |
64 | Rule: "Kural" | 130 | page_titles: |
65 | Tags: "Etiketler" | 131 | # unread: 'Unread entries' |
66 | FAQ: "S.S.S." | 132 | # starred: 'Starred entries' |
67 | Variable: "Değişken" | 133 | # archive: 'Archived entries' |
68 | Meaning: "Anlamı" | 134 | # filtered: 'Filtered entries' |
69 | Operator: "Operatör" | 135 | list: |
70 | "What does « tagging rules » mean?": "« etiketleme kuralları » ne anlama geliyor?" | 136 | number_on_the_page: '{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var.' |
71 | "How do I use them?": "Bunu nasıl kullanırım?" | 137 | reading_time: 'tahmini okuma süresi' |
72 | "Which variables and operators can I use to write rules?": "Kurallar içerisinde hangi değişken ve operatörleri kullanabilirim?" | 138 | reading_time_minutes: 'tahmini okuma süresi: %readingTime% min' |
73 | "The following variables and operators can be used to create tagging rules:": "Etiket kuralı oluşturmak istediğinizde aşağıdaki değişken ve operatörleri kullanabilirsin:" | 139 | reading_time_less_one_minute: 'tahmini okuma süresi: <small class="inferieur"><</small> 1 min' |
74 | Title of the entry: "Makalenin başlığı" | 140 | original_article: 'orijinal' |
75 | URL of the entry: "Makalenin bağlantısı" | 141 | toogle_as_read: 'Okundu/okunmadı olarak işaretle' |
76 | The domain name of the entry: "Makalenin bulunduğu internet sitesinin alan adı" | 142 | toogle_as_star: 'Favorilere ekle/çıkar' |
77 | "The entry's content": "Makalenin içeriği" | 143 | delete: 'Sil' |
78 | "The entry's language": "Makalenin dili" | 144 | export_title: 'Dışa Aktar' |
79 | "The entry's mime-type": "Makalenin mime türü" | 145 | filters: |
80 | "The estimated entry's reading time, in minutes": "Makalenin dakika cinsinden tahmini okuma süresi" | 146 | title: 'Filtreler' |
81 | "Whether the entry is archived or not": "Makale arşivlendi mi? Arşivlenmedi mi?" | 147 | status_label: 'Durum' |
82 | "Whether the entry is starred or not": "Makale favorilere eklendi mi? Eklenmedi mi?" | 148 | archived_label: 'Arşiv' |
83 | "Less than…": "Küçüktür ve eşittir…" | 149 | starred_label: 'Favori' |
84 | "Strictly less than…": "Küçüktür…" | 150 | preview_picture_label: 'Resim önizlemesi varsa' |
85 | "Greater than…": "Büyüktür ve eşittir…" | 151 | preview_picture_help: 'Resim önizlemesi' |
86 | "Strictly greater than…": "Büyüktür…" | 152 | language_label: 'Dil' |
87 | "Equal to…": "Eşittir…" | 153 | reading_time: |
88 | "Not equal to…": "Eşit değildir…" | 154 | label: 'Dakika cinsinden okuma süresi' |
89 | "One rule or another": "Bir kural veya birbaşkası" | 155 | from: 'başlangıç' |
90 | "One rule and another": "Bir kural ve diğeri" | 156 | to: 'bitiş' |
157 | domain_label: 'Alan adı' | ||
158 | created_at: | ||
159 | label: 'Oluşturulma tarihi' | ||
160 | from: 'başlangıç' | ||
161 | to: 'bitiş' | ||
162 | action: | ||
163 | clear: 'Temizle' | ||
164 | filter: 'Filtrele' | ||
165 | view: | ||
166 | left_menu: | ||
167 | # back_to_top: 'Back to top' | ||
168 | back_to_homepage: 'Back' | ||
169 | set_as_read: 'Okundu olarak işaretle' | ||
170 | set_as_unread: 'Okunmadı olarak işaretle' | ||
171 | set_as_favorite: 'Favorilere ekle/çıkar' | ||
172 | view_original_article: 'Orijinal makale' | ||
173 | re_fetch_content: 'İçeriği yenile' | ||
174 | delete: 'Sil' | ||
175 | add_a_tag: 'Bir etiket ekle' | ||
176 | share_content: 'Paylaş' | ||
177 | share_email_label: 'E-posta' | ||
178 | download: 'İndir' | ||
179 | # print: 'Print' | ||
180 | problem: | ||
181 | label: 'Bir sorun mu var?' | ||
182 | description: 'Bu makalede herhangi bir yanlışlık mı var?' | ||
183 | edit_title: 'Başlığı düzenle' | ||
184 | original_article: 'orijinal' | ||
185 | # annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' | ||
186 | new: | ||
187 | page_title: 'Yeni makaleyi kaydet' | ||
188 | placeholder: 'http://website.com' | ||
189 | form_new: | ||
190 | url_label: Url | ||
191 | edit: | ||
192 | page_title: 'Makaleyi düzenle' | ||
193 | title_label: 'Başlık' | ||
194 | url_label: 'Url' | ||
195 | is_public_label: 'Herkes tarafından erişime açık olsun mu?' | ||
196 | save_label: 'Kaydet' | ||
91 | 197 | ||
92 | # Entries | 198 | about: |
93 | 'estimated reading time': 'tahmini okuma süresi' | 199 | page_title: 'Hakkımızda' |
94 | original: "orijinal" | 200 | top_menu: |
95 | Toggle mark as read: 'Okundu/okunmadı olarak işaretle' | 201 | who_behind_wallabag: "wallabag'in arkasındakiler" |
96 | Toggle favorite: 'Favorilere ekle/çıkar' | 202 | getting_help: 'Yardım' |
97 | Delete: 'Sil' | 203 | helping: 'wallabag destek olun' |
204 | # contributors: 'Contributors' | ||
205 | # third_party: 'Third-party libraries' | ||
206 | who_behind_wallabag: | ||
207 | developped_by: 'Geliştiriciler' | ||
208 | website: 'i̇nternet sitesi' | ||
209 | many_contributors: 'Ve katkıda bulunanlar ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">GitHub üzerinde</a>' | ||
210 | project_website: 'Proje internet sitesi' | ||
211 | license: 'Lisans' | ||
212 | version: 'Sürüm' | ||
213 | getting_help: | ||
214 | documentation: 'Dokümantasyon' | ||
215 | bug_reports: 'Sorun bildir' | ||
216 | support: '<a href="https://support.wallabag.org">Destek internet sitesinde</a> ya da <a href="https://github.com/wallabag/wallabag/issues">GitHub üzerinde</a>' | ||
217 | helping: | ||
218 | description: 'wallabag açık kaynak kodlu ve ücretsizdir. Bize destek ol :' | ||
219 | by_contributing: 'projemize katkıda bulunun :' | ||
220 | by_contributing_2: 'ihtiyacımız olanların listelendiği yapılacaklar listesi' | ||
221 | by_paypal: 'PayPal ile' | ||
222 | contributors: | ||
223 | # description: 'Thank you to contributors on wallabag web application' | ||
224 | third_party: | ||
225 | # description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' | ||
226 | # package: 'Package' | ||
227 | license: 'Lisans' | ||
98 | 228 | ||
99 | # Filters | 229 | howto: |
100 | Filters: 'Filtreler' | 230 | page_title: 'Yardım' |
101 | Status: 'Durum' | 231 | # page_description: 'There are several ways to save an article:' |
102 | Archived: 'Arşiv' | 232 | top_menu: |
103 | Starred: 'Favori' | 233 | browser_addons: 'Tarayıcı eklentileri' |
104 | Preview picture: 'Resim önizlemesi' | 234 | mobile_apps: 'Mobil uygulamalar' |
105 | Has a preview picture: 'Resim önizlemesi varsa' | 235 | bookmarklet: 'Bookmarklet' |
106 | Reading time in minutes: 'Dakika cinsinden okuma süresi' | 236 | form: |
107 | from: 'başlangıç' | 237 | description: 'Yeni makale kaydet' |
108 | to: 'bitiş' | 238 | browser_addons: |
109 | website.com: 'internet-sitesi.com' | 239 | firefox: 'Standart Firefox Eklentisi' |
110 | Domain name: 'Alan adı' | 240 | chrome: 'Chrome Eklentisi' |
111 | Creation date: 'Oluşturulma tarihi' | 241 | mobile_apps: |
112 | dd/mm/yyyy: 'dd/mm/aaaa' | 242 | android: |
113 | Clear: 'Temizle' | 243 | # via_f_droid: 'via F-Droid' |
114 | Filter: 'Filtrele' | 244 | # via_google_play: 'via Google Play' |
245 | # ios: 'on the iTunes Store' | ||
246 | # windows: 'on the Microsoft Store' | ||
247 | bookmarklet: | ||
248 | description: "Bu bağlantı ile yer imlerinizi sürükleyip bırakarak wallabag'e ekleyebilirsiniz:" | ||
115 | 249 | ||
116 | # About | 250 | quickstart: |
117 | Who is behind wallabag: "wallabag'in arkasındakiler" | 251 | page_title: 'Hızlı başlangıç' |
118 | Getting help: "Yardım" | 252 | intro: |
119 | Helping wallabag: "wallabag destek olun" | 253 | title: 'wallabag' |
120 | Developed by: "Geliştiriciler:" | 254 | paragraph_1: "wallabag kurduğunuz için teşekkür ederiz. Bu sayfada biz size eşlik edecek ve ilginizi çekecek birkaç özellik göstereceğim." |
121 | website: "İnternet sitesi" | 255 | paragraph_2: 'Bizi takip edin!' |
122 | And many others contributors ♥: "Ve katkıda bulunanlar ♥" | 256 | configure: |
123 | on GitHub: "GitHub üzerinde" | 257 | title: 'Uygulamayı Yapılandırma' |
124 | Project website: "Proje internet sitesi" | 258 | language: 'Dili ve tasarımı değiştirme' |
125 | License: "Lisans" | 259 | rss: 'RSS akışını aktifleştirme' |
126 | Version: "Sürüm" | 260 | # tagging_rules: 'Write rules to automatically tag your articles' |
127 | Documentation: "Dokümantasyon" | 261 | admin: |
128 | Bug reports: "Sorun bildir" | 262 | # title: 'Administration' |
129 | On our support website: "Destek internet sitesinde" | 263 | # description: 'As an administrator, you have privileges on wallabag. You can:' |
130 | or: "ya da" | 264 | # new_user: 'Create a new user' |
131 | "wallabag is free and opensource. You can help us:": "wallabag açık kaynak kodlu ve ücretsizdir. Bize destek ol :" | 265 | # analytics: 'Configure analytics' |
132 | "by contributing to the project:": "projemize katkıda bulunun :" | 266 | # sharing: 'Enable some parameters about article sharing' |
133 | an issue lists all our needs: "ihtiyacımız olanların listelendiği yapılacaklar listesi" | 267 | # export: 'Configure export' |
134 | via Paypal: "PayPal ile" | 268 | # import: 'Configure import' |
269 | first_steps: | ||
270 | title: 'İlk adım' | ||
271 | new_article: 'İlk makalenizi kaydedin' | ||
272 | unread_articles: 'Ve bunu sınıflandırın!' | ||
273 | migrate: | ||
274 | title: 'Varolan servislerden veri aktarma' | ||
275 | description: "Kullanmakta olduğunuz farklı bir hizmet mi var? Biz size yardımcı olacak ve verilerinizi wallabag'e aktarmanıza yardımcı olacağız." | ||
276 | pocket: "Pocket üzerindeki verilerinizi wallabag'e aktarın" | ||
277 | wallabag_v1: "wallabag v1 üzerindeki verilerinizi wallabag'in yeni sürümüne aktarın" | ||
278 | wallabag_v2: "wallabag v2 üzerindeki verilerinizi wallabag'in yeni sürümüne aktarın" | ||
279 | developer: | ||
280 | # title: 'Developers' | ||
281 | # create_application: 'Create your third application' | ||
282 | docs: | ||
283 | title: 'Dokümantasyon' | ||
284 | # annotate: 'Annotate your article' | ||
285 | export: 'Makalelerinizi ePUB ya da PDF formatına çevirme' | ||
286 | search_filters: 'Makaleleri görüntülemek için arama motorlarını ve filteri kullanma' | ||
287 | # fetching_errors: 'What can I do if an article encounters errors during fetching?' | ||
288 | all_docs: 'Ve daha fazlası!' | ||
289 | support: | ||
290 | title: 'Destek' | ||
291 | description: 'Eğer yardıma ihtiyacınız varsa, biz her daim senin için burada olacağız.' | ||
292 | github: 'GitHub' | ||
293 | email: 'E-posta' | ||
294 | gitter: 'Gitter' | ||
135 | 295 | ||
136 | # Howto | 296 | tag: |
137 | Form: "Form" | 297 | page_title: 'Etiketler' |
138 | Thanks to this form: "Yeni makale kaydet" | 298 | list: |
139 | Browser addons: "Tarayıcı eklentileri" | 299 | number_on_the_page: '{0} Herhangi bir etiket yok.|{1} Burada bir adet etiket var.|]1,Inf[ Burada %count% adet etiket var.' |
140 | Mobile apps: "Mobil uygulamalar" | ||
141 | Bookmarklet: "Bookmarklet" | ||
142 | Standard Firefox Add-On: "Standart Firefox Eklentisi" | ||
143 | Chrome Extension: "Chrome Eklentisi" | ||
144 | download the application: "uygulamayı indir" | ||
145 | "Drag & drop this link to your bookmarks bar:": "Bu bağlantı ile yer imlerinizi sürükleyip bırakarak wallabag'e ekleyebilirsiniz:" | ||
146 | via F-Droid: "F-Droid" | ||
147 | via Google Play: "Google Play" | ||
148 | bag it!: "bag it!" | ||
149 | 300 | ||
150 | # Flash messages | 301 | import: |
151 | Information updated: "Bilgiler güncellendi" | 302 | page_title: 'İçe Aktar' |
152 | "Config saved. Some parameters will be considered after disconnection.": "Yapılandırma ayarları kaydedildi. Bazı yapılandırmalar tekrar giriş yaptığınızda aktif olacaktır." | 303 | page_description: 'wallabag içe aktarma aracına hoşgeldiniz. Lütfen içe aktarmak istediğiiz önceki servisinizi seçin.' |
153 | RSS information updated: "RSS bilgiler güncellendi" | 304 | action: |
154 | Password updated: "Şifre güncellendi" | 305 | import_contents: 'İçe Aktar contents' |
155 | Entry starred: "Makale favorilere eklendi" | 306 | form: |
156 | Entry unstarred: "Makale favorilerden çıkartıldı" | 307 | # mark_as_read_title: 'Mark all as read?' |
157 | Entry archived: "Makale arşivlendi" | 308 | # mark_as_read_label: 'Mark all imported entries as read' |
158 | Entry unarchived: "Makale arşivden çıkartıldı" | 309 | file_label: 'Dosya' |
159 | Entry reloaded: "Makale içeriği yenilendi" | 310 | save_label: 'Dosyayı yükle' |
160 | Entry deleted: "Makale silindi" | 311 | pocket: |
161 | Entry saved: "Makale kaydedildi" | 312 | page_title: 'İçe Aktar > Pocket' |
162 | Tag added: "Etiket eklendi" | 313 | description: "Bu araç tüm Pocket verinizi içe aktarır. Pocket içeriklerin getirilmesine izin vermez, okunabilen içerikler wallabag tarafından yeniden getirilir." |
314 | config_missing: | ||
315 | # description: "Pocket import isn't configured." | ||
316 | # admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' | ||
317 | # user_message: 'Your server admin needs to define an API Key for Pocket.' | ||
318 | authorize_message: 'Pocket hesabınızda verilerinizi içe aktarabilmemiz için öncelikle aşağıdaki butona tıklayın. Daha sonra, getpocket.com üzerindeki uygulamamıza gereken izinleri verin. Hepsi bu kadar!' | ||
319 | connect_to_pocket: "Pocket'a bağlanın ve verilerinizi içe aktarın" | ||
320 | wallabag_v1: | ||
321 | page_title: 'İçe Aktar > Wallabag v1' | ||
322 | description: 'Bu araç wallabag v1 üzerindeki tüm makalelerinizi içe aktarır. Yapılandırma sayfasında, "Export your wallabag data" sekmesinden "JSON export" adımını izleyin. Bu adım size "wallabag-export-1-xxxx-xx-xx.json" isimli bir dosya verecektir.' | ||
323 | how_to: 'Aşağıdaki butona tıklayarak wallabag v1 tarafından dışa aktarılmış dosyanızı yükleyin.' | ||
324 | wallabag_v2: | ||
325 | page_title: 'İçe Aktar > Wallabag v2' | ||
326 | # 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.' | ||
163 | 327 | ||
164 | # Entry | 328 | developer: |
165 | Mark as read: 'Okundu olarak işaretle' | 329 | # page_title: 'Developer' |
166 | Mark as unread: 'Okunmadı olarak işaretle' | 330 | # welcome_message: 'Welcome to the wallabag API' |
167 | Favorite: 'Favorilere ekle/çıkar' | 331 | # documentation: 'Documentation' |
168 | back: 'geri dön' | 332 | # how_to_first_app: 'How to create my first application' |
169 | original article: 'Orijinal makale' | 333 | # full_documentation: 'View full API documentation' |
170 | Add a tag: 'Bir etiket ekle' | 334 | # clients: |
171 | Share: 'Paylaş' | 335 | # title: 'Clients' |
172 | Download: 'İndir' | 336 | # create_new: 'Create a new client' |
173 | Does this article appear wrong?: "Bu makalede herhangi bir yanlışlık mı var?" | 337 | # existing_clients: |
174 | Problems?: 'Bir sorun mu var?' | 338 | # title: 'Existing clients' |
175 | Edit title: "Başlığı düzenle" | 339 | # field_id: 'Client ID' |
176 | "{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.": "{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var." | 340 | # field_secret: 'Client secret' |
177 | "{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.": "{0} Herhangi bir etiket yok.|{1} Burada bir adet etiket var.|]1,Inf[ Burada %count% adet etiket var." | 341 | # field_uris: 'Redirect URIs' |
178 | Reload content: "İçeriği yenile" | 342 | # field_grant_types: 'Grant type allowed' |
179 | Edit an entry: "Makaleyi düzenle" | 343 | # no_client: 'No client yet.' |
180 | Title: "Başlık" | 344 | # remove: |
181 | Is public: "Herkes tarafından erişime açık olsun mu?" | 345 | # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' |
346 | # warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | ||
347 | # action: 'Remove this client' | ||
348 | # client: | ||
349 | # page_title: 'Developer > New client' | ||
350 | # page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | ||
351 | # form: | ||
352 | # redirect_uris_label: 'Redirect URIs' | ||
353 | # save_label: 'Create a new client' | ||
354 | # action_back: 'Back' | ||
355 | # client_parameter: | ||
356 | # page_title: 'Developer > Client parameters' | ||
357 | # page_description: 'Here are your client parameters.' | ||
358 | # field_id: 'Client ID' | ||
359 | # field_secret: 'Client secret' | ||
360 | # back: 'Back' | ||
361 | # read_howto: 'Read the howto "Create my first application"' | ||
362 | # howto: | ||
363 | # page_title: 'Developer > How to create my first application' | ||
364 | # description: | ||
365 | # paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | ||
366 | # paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | ||
367 | # paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.' | ||
368 | # paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):' | ||
369 | # paragraph_5: 'The API will return a response like this:' | ||
370 | # paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:' | ||
371 | # paragraph_7: 'This call will return all the entries for your user.' | ||
372 | # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' | ||
373 | # back: 'Back' | ||
182 | 374 | ||
183 | # Import | 375 | validator: |
184 | Import: "İçe Aktar" | 376 | # password_must_match: 'The password fields must match.' |
185 | "Import > Pocket": "İçe Aktar > Pocket" | 377 | # password_too_short: 'Password should by at least 8 chars long' |
186 | "Import > Wallabag v1": "İçe Aktar > Wallabag v1" | 378 | # password_wrong_value: 'Wrong value for your current password' |
187 | Welcome to wallabag importer. Please select your previous service that you want to migrate.: "wallabag içe aktarma aracına hoşgeldiniz. Lütfen içe aktarmak istediğiiz önceki servisinizi seçin." | 379 | # item_per_page_too_high: 'This will certainly kill the app' |
188 | "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag.": "Bu araç tüm Pocket verinizi içe aktarır. Pocket içeriklerin getirilmesine izin vermez, okunabilen içerikler wallabag tarafından yeniden getirilir." | 380 | # rss_limit_too_hight: 'This will certainly kill the app' |
189 | "This importer will import all your wallabag v1 articles. On your config page, click on \"JSON export\" in the \"Export your wallabag data\" section. You will have a \"wallabag-export-1-xxxx-xx-xx.json\" file.": "Bu araç wallabag v1 üzerindeki tüm makalelerinizi içe aktarır. Yapılandırma sayfasında, \"Export your wallabag data\" sekmesinden \"JSON export\" adımını izleyin. Bu adım size \"wallabag-export-1-xxxx-xx-xx.json\" isimli bir dosya verecektir." | ||
190 | "You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.": "Pocket hesabınızda verilerinizi içe aktarabilmemiz için öncelikle aşağıdaki butona tıklayın. Daha sonra, getpocket.com üzerindeki uygulamamıza gereken izinleri verin. Hepsi bu kadar!" | ||
191 | Connect to Pocket and import data: "Pocket'a bağlanın ve verilerinizi içe aktarın" | ||
192 | Please select your wallabag export and click on the below button to upload and import it.: "Aşağıdaki butona tıklayarak wallabag v1 tarafından dışa aktarılmış dosyanızı yükleyin." | ||
193 | File: "Dosya" | ||
194 | Upload file: "Dosyayı yükle" | ||
195 | Import contents: "İçerikleri içe aktar" | ||
196 | 381 | ||
197 | # Quickstart | 382 | flashes: |
198 | Welcome to wallabag!: "wallabag" | 383 | config: |
199 | Quickstart: "Hızlı başlangıç" | 384 | notice: |
200 | We'll accompany you to visit wallabag and show you some features which can interess you.: "wallabag kurduğunuz için teşekkür ederiz. Bu sayfada biz size eşlik edecek ve ilginizi çekecek birkaç özellik göstereceğim." | 385 | config_saved: 'Yapılandırma ayarları kaydedildi. Bazı yapılandırmalar tekrar giriş yaptığınızda aktif olacaktır.' |
201 | Follow us!: "Bizi takip edin!" | 386 | password_updated: 'Şifre güncellendi' |
202 | Configure the application: "Uygulamayı Yapılandırma" | 387 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." |
203 | Change language and design: "Dili ve tasarımı değiştirme" | 388 | user_updated: 'Bilgiler güncellendi' |
204 | Enable RSS feeds: "RSS akışını aktifleştirme" | 389 | rss_updated: 'RSS bilgiler güncellendi' |
205 | First steps: "İlk adım" | 390 | tagging_rules_updated: 'Tagging rules updated' |
206 | Save your first article: "İlk makalenizi kaydedin" | 391 | tagging_rules_deleted: 'Tagging rule deleted' |
207 | And classify it!: "Ve bunu sınıflandırın!" | 392 | user_added: 'User "%username%" added' |
208 | Migrate from an existing service: "Varolan servislerden veri aktarma" | 393 | rss_token_updated: 'RSS token updated' |
209 | You're using an other service? We'll help you to retrieve your data on wallabag.: "Kullanmakta olduğunuz farklı bir hizmet mi var? Biz size yardımcı olacak ve verilerinizi wallabag'e aktarmanıza yardımcı olacağız." | 394 | entry: |
210 | Migrate from Pocket: "Pocket üzerindeki verilerinizi wallabag'e aktarın" | 395 | notice: |
211 | Migrate from wallabag v1: "wallabag v1 üzerindeki verilerinizi wallabag'in yeni sürümüne aktarın" | 396 | entry_already_saved: 'Entry already saved on %date%' |
212 | Full documentation: "Dokümantasyon" | 397 | entry_saved: 'Makale kaydedildi' |
213 | Convert your articles into ePUB or PDF: "Makalelerinizi ePUB ya da PDF formatına çevirme" | 398 | # entry_updated: 'Entry updated' |
214 | See how you can look for an article by using search engine and filters: "Makaleleri görüntülemek için arama motorlarını ve filteri kullanma" | 399 | entry_reloaded: 'Makale içeriği yenilendi' |
215 | And so many other articles!: "Ve daha fazlası!" | 400 | # entry_reload_failed: 'Failed to reload entry' |
216 | Support: "Destek" | 401 | entry_archived: 'Makale arşivlendi' |
217 | Social: "Sosyal" | 402 | entry_unarchived: 'Makale arşivden çıkartıldı' |
218 | If you need some help, we are here for you.: "Eğer yardıma ihtiyacınız varsa, biz her daim senin için burada olacağız." | 403 | entry_starred: 'Makale favorilere eklendi' |
219 | On GitHub: "GitHub" | 404 | entry_unstarred: 'Makale favorilerden çıkartıldı' |
220 | By email: "E-posta" | 405 | entry_deleted: 'Makale silindi' |
221 | On Gitter: "Gitter" | 406 | tag: |
222 | Export: "Dışa Aktar" | 407 | notice: |
223 | "http://website": "http://internet-sitesi" | 408 | tag_added: 'Etiket eklendi' |
224 | Take wallabag with you: "wallabag her an seninle" | 409 | import: |
225 | about: "hakkımızda" | 410 | notice: |
226 | powered by: "powered by" | 411 | # failed: 'Import failed, please try again.' |
412 | # failed_on_file: 'Error while processing import. Please verify your import file.' | ||
413 | # summary: 'Import summary: %imported% imported, %skipped% already saved.' | ||
414 | developer: | ||
415 | notice: | ||
416 | # client_created: 'New client created.' | ||
417 | # client_deleted: 'Client deleted' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml deleted file mode 100644 index 196f1ade..00000000 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'De indtastede adgangskoder skal være ens' | ||
3 | Password should by at least 8 chars long: 'Adgangskoden skal være mindst 8 tegn' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.es.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.es.yml deleted file mode 100644 index 5c0b6df3..00000000 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.es.yml +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'Las contraseñas no coinciden' | ||
3 | Password should by at least 8 chars long: 'La contraseña debe tener al menos 8 carácteres' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml deleted file mode 100644 index fe63af76..00000000 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'رمزها باید یکی باشند' | ||
3 | Password should by at least 8 chars long: 'رمز شما باید ۸ حرف یا بیشتر باشد' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml deleted file mode 100644 index 40513f2a..00000000 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'Les deux mots de passe doivent être les mêmes' | ||
3 | Password should by at least 8 chars long: 'Le mot de passe doit contenir au moins 8 caractères' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml deleted file mode 100644 index f3cde461..00000000 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'Hasło w polach musi być takie same ' | ||
3 | Password should by at least 8 chars long: 'Hasło powinno mieć minimum 8 znaków długości' | ||
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml deleted file mode 100644 index d6d4dfcc..00000000 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'Câmpurile destinate parolelor trebuie să se potrivească' | ||
3 | Password should by at least 8 chars long: 'Parola ar trebui să conțină cel puțin 8 caractere' | ||