aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/translations.go
blob: f51bce26abaacabbaf44c87d29b9d578330ac7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
// Code generated by go generate; DO NOT EDIT.
// 2018-02-19 22:49:00.3105786 +0100 STD m=+0.012978001

package locale

var translations = map[string]string{
	"de_DE": `{
    "plural.feed.error_count": [
        "%d Fehler",
        "%d Fehler"
    ],
    "plural.categories.feed_count": [
        "Es gibt %d Abonnement.",
        "Es gibt %d Abonnements."
    ],
    "Username": "Benutzername",
    "Password": "Passwort",
    "Unread": "Ungelesen",
    "History": "Verlauf",
    "Feeds": "Abonnements",
    "Categories": "Kategorien",
    "Settings": "Einstellungen",
    "Logout": "Abmelden",
    "Next": "Nächste",
    "Previous": "Vorherige",
    "New Subscription": "Neues Abonnement",
    "Import": "Importieren",
    "Export": "Exportieren",
    "There is no category. You must have at least one category.": "Es ist keine Kategorie vorhanden. Wenigstens eine Kategorie muss angelegt sein.",
    "URL": "URL",
    "Category": "Kategorie",
    "Find a subscription": "Abonnement suchen",
    "Loading...": "Lade...",
    "Create a category": "Kategorie anlegen",
    "There is no category.": "Es ist keine Kategorie vorhanden.",
    "Edit": "Bearbeiten",
    "Remove": "Entfernen",
    "No feed.": "Kein Abonnement.",
    "There is no article in this category.": "Es befindet sich kein Artikel in dieser Kategorie.",
    "Original": "Original-Artikel",
    "Mark this page as read": "Diese Seite als gelesen markieren",
    "not yet": "noch nicht",
    "just now": "gerade",
    "1 minute ago": "vor einer Minute",
    "%d minutes ago": "vor %d Minuten",
    "1 hour ago": "vor einer Stunde",
    "%d hours ago": "vor %d Stunden",
    "yesterday": "gestern",
    "%d days ago": "vor %d Tagen",
    "%d weeks ago": "vor %d Wochen",
    "%d months ago": "vor %d Monaten",
    "%d years ago": "vor %d Jahren",
    "Date": "Datum",
    "IP Address": "IP Adresse",
    "User Agent": "Benutzeragent",
    "Actions": "Aktionen",
    "Current session": "Aktuelle Sitzung",
    "Sessions": "Sitzungen",
    "Users": "Benutzer",
    "Add user": "Benutzer anlegen",
    "Choose a Subscription": "Abonnement auswählen",
    "Subscribe": "Abonnieren",
    "New Category": "Neue Kategorie",
    "Title": "Titel",
    "Save": "Speichern",
    "or": "oder",
    "cancel": "abbrechen",
    "New User": "Neuer Benutzer",
    "Confirmation": "Bestätigung",
    "Administrator": "Administrator",
    "Edit Category: %s": "Kategorie bearbeiten : %s",
    "Update": "Aktualisieren",
    "Edit Feed: %s": "Abonnement bearbeiten : %s",
    "There is no category!": "Es ist keine Kategorie vorhanden!",
    "Edit user: %s": "Benutzer bearbeiten: %s",
    "There is no article for this feed.": "Es existiert kein Artikel für dieses Abonnement.",
    "Add subscription": "Abonnement hinzufügen",
    "You don't have any subscription.": "Es sind keine Abonnements vorhanden",
    "Last check:": "Letzte Aktualisierung:",
    "Refresh": "Aktualisieren",
    "There is no history at the moment.": "Es exisitiert zur Zeit kein Verlauf.",
    "OPML file": "OPML Datei",
    "Sign In": "Anmeldung",
    "Sign in": "Anmelden",
    "Theme": "Thema",
    "Timezone": "Zeitzone",
    "Language": "Sprache",
    "There is no unread article.": "Es existiert kein ungelesener Artikel.",
    "You are the only user.": "Sie sind der einzige Benutzer.",
    "Last Login": "Letzte Anmeldung",
    "Yes": "Ja",
    "No": "Nein",
    "This feed already exists (%s)": "Diese Abonnement existiert bereits (%s)",
    "Unable to fetch feed (statusCode=%d)": "Abonnement konnte nicht abgerufen werden (code=%d)",
    "Unable to open this link: %v": "Dieser Link konnte nicht geöffnet werden: %v",
    "Unable to analyze this page: %v": "Diese Seite konnte nicht analysiert werden: %v",
    "Unable to find any subscription.": "Es wurden keine Abonnements gefunden.",
    "The URL and the category are mandatory.": "Die URL und die Kategorie sind obligatorisch.",
    "All fields are mandatory.": "Alle Felder sind obligatorisch.",
    "Passwords are not the same.": "Passwörter stimmen nicht überein.",
    "You must use at least 6 characters.": "Wenigstens 6 Zeichen müssen genutzt werden.",
    "The username is mandatory.": "Der Benutzername ist obligatorisch.",
    "The username, theme, language and timezone fields are mandatory.": "Die Felder für Benutzername, Thema, Sprache und Zeitzone sind obligatorisch.",
    "The title is mandatory.": "Der Titel ist obligatorisch.",
    "About": "Über",
    "version": "Version",
    "Version:": "Version :",
    "Build Date:": "Datum der Kompilierung:",
    "Author:": "Autor:",
    "Authors": "Autoren",
    "License:": "Lizenz:",
    "Attachments": "Anhänge",
    "Download": "Herunterladen",
    "Invalid username or password.": "Benutzername oder Passwort ungültig.",
    "Never": "Niemals",
    "Unable to execute request: %v": "Diese Anfrage konnte nicht ausgeführt werden: %v",
    "Last Parsing Error": "Letzter Analysefehler",
    "There is a problem with this feed": "Es gibt ein Problem mit diesem Abonnement",
    "Unable to parse OPML file: %v.": "OPML Datei konnte nicht gelesen werden: %v.",
    "Unable to parse RSS feed: %v.": "RSS Feed konnte nicht gelesen werden: %v.",
    "Unable to parse Atom feed: %v.": "Atom Feed konnte nicht gelesen werden: %v.",
    "Unable to parse JSON feed: %v.": "JSON Feed konnte nicht gelesen werden: %v.",
    "Unable to parse RDF feed: %v.": "RDF Feed konnte nicht gelesen werden: %v.",
    "Unable to normalize encoding: %v": "Zeichenkodierung konnte nicht normalisiert werden: %v",
    "Unable to create this category.": "Diese Kategorie konnte nicht angelegt werden.",
    "yes": "ja",
    "no": "nein",
    "Are you sure?": "Sind Sie sicher?",
    "Work in progress...": "In Arbeit...",
    "This user already exists.": "Dieser Benutzer existiert bereits.",
    "This category already exists.": "Diese Kategorie existiert bereits.",
    "Unable to update this category.": "Diese Kategorie konnte nicht aktualisiert werden.",
    "Integrations": "Dienste",
    "Bookmarklet": "Bookmarklet",
    "Drag and drop this link to your bookmarks.": "Ziehen Sie diesen Link in Ihre Lesezeichen.",
    "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Dieser spezielle Link ermöglicht es, eine Webseite direkt über ein Lesezeichen im Browser zu abonnieren.",
    "Add to Miniflux": "Mit Miniflux abonnieren",
    "Refresh all feeds in background": "Alle Abonnements im Hintergrund aktualisieren",
    "Sign in with Google": "Anmeldung mit Google",
    "Unlink my Google account": "Google Konto abmelden",
    "Link my Google account": "Google Konto verknüpfen",
    "Category not found for this user": "Diese Kategorie existiert nicht für diesen Benutzer",
    "Invalid theme.": "Dieses Thema ist fehlerhaft.",
    "Entry Sorting": "Sortierung der Artikel",
    "Older entries first": "Älteste Artikel zuerst",
    "Recent entries first": "Neueste Artikel zuerst",
    "Saving...": "Speichern...",
    "Done!": "Erledigt!",
    "Save this article": "Diesen Artikel speichern",
    "Mark bookmark as unread": "Lesezeichen als ungelesen markieren",
    "Pinboard Tags": "Pinboard Tags",
    "Pinboard API Token": "Pinboard API Token",
    "Save articles to Pinboard": "Artikel in Pinboard speichern",
    "Save articles to Instapaper": "Artikel in Instapaper speichern",
    "Instapaper Username": "Instapaper Benutzername",
    "Instapaper Password": "Instapaper Passwort",
    "Activate Fever API": "Fever API aktivieren",
    "Fever Username": "Fever Benutzername",
    "Fever Password": "Fever Passwort",
    "Fetch original content": "Inhalt herunterladen",
    "Scraper Rules": "Extraktionsregeln",
    "Rewrite Rules": "Umschreiberegeln",
    "Preferences saved!": "Einstellungen gespeichert!",
    "Your external account is now linked !": "Ihr externes Konto wurde verlinkt!",
    "Save articles to Wallabag": "Artikel in Wallabag speichern",
    "Wallabag API Endpoint": "Wallabag URL",
    "Wallabag Client ID": "Wallabag Client-ID",
    "Wallabag Client Secret": "Wallabag Client-Secret",
    "Wallabag Username": "Wallabag Benutzername",
    "Wallabag Password": "Wallabag Passwort",
    "Keyboard Shortcut: %s": "Tastenkürzel: %s",
    "Favorites": "Lesezeichen",
    "Star": "Lesezeichen hinzufügen",
    "Unstar": "Lesezeichen entfernen",
    "Starred": "Lesezeichen",
    "There is no bookmark at the moment.": "Es existiert derzeit kein Lesezeichen.",
    "Last checked:": "Zuletzt geprüft:",
    "ETag header:": "ETag-Kopfzeile:",
    "LastModified header:": "Zuletzt geändert:",
    "None": "Nicht verfügbar",
    "Keyboard Shortcuts": "Tastenkürzel",
    "Sections Navigation": "Navigation zwischen den Menüpunkten",
    "Go to unread": "Zu den ungelesenen Artikeln gehen",
    "Go to bookmarks": "Zu den Lesezeichen gehen",
    "Go to history": "Zum Verlauf gehen",
    "Go to feeds": "Zu den Abonnements gehen",
    "Go to categories": "Zu den Kategorien gehen",
    "Go to settings": "Zu den Einstellungen gehen",
    "Show keyboard shortcuts": "Liste der Tastenkürzel anzeigen",
    "Items Navigation": "Navigation zwischen den Artikeln",
    "Go to previous item": "Zum vorherigen Artikel gehen",
    "Go to next item": "Zum nächsten Artikel gehen",
    "Pages Navigation": "Navigation zwischen den Seiten",
    "Go to previous page": "Zur vorherigen Seite gehen",
    "Go to next page": "Zur nächsten Seite gehen",
    "Open selected item": "Gewählten Artikel öffnen",
    "Open original link": "Original-Artikel öffnen",
    "Toggle read/unread": "Gewählten Artikel als gelesen/ungelesen markieren",
    "Mark current page as read": "Aktuelle Seite als gelesen markieren",
    "Download original content": "Vollständigen Inhalt herunterladen",
    "Toggle bookmark": "Lesezeichen hinzufügen/entfernen",
    "Close modal dialog": "Liste der Tastenkürzel schließen",
    "Save article": "Artikel speichern",
    "There is already someone associated with this provider!": "Es ist bereits jemand mit diesem Anbieter assoziiert!",
    "There is already someone else with the same Fever username!": "Es existiert bereits jemand mit diesem Fever Benutzernamen!",
    "Mark all as read": "Alle als gelesen markieren",
    "This feed is empty": "Dieses Abonnement ist leer",
    "Flush history": "Verlauf leeren",
    "Site URL": "Webseite-URL",
    "Feed URL": "Feed-URL",
    "Logged as %s": "Angemeldet als %s",
    "Unread Items": "Ungelesen",
    "Change entry status": "Status des Artikels ändern",
    "Read": "Gelesen",
    "Fever API endpoint:": "Fever API Endpunkt:",
    "Miniflux API": "Miniflux API",
    "API Endpoint": "API Endpunkt",
    "Your account password": "Ihr Konto Passwort",
    "This web page is empty": "Diese Webseite ist leer",
    "Invalid SSL certificate (original error: %q)": "Ungültiges SSL-Zertifikat (ursprünglicher Fehler: %q)",
    "This website is temporarily unreachable (original error: %q)": "Diese Webseite ist vorübergehend nicht erreichbar (ursprünglicher Fehler: %q)",
    "This website is permanently unreachable (original error: %q)": "Diese Webseite ist dauerhaft nicht erreichbar (ursprünglicher Fehler: %q)",
    "Website unreachable, the request timed out after %d seconds": "Webseite nicht erreichbar, die Anfrage endete nach %d Sekunden"
}
`,
	"en_US": `{
    "plural.feed.error_count": [
        "%d error",
        "%d errors"
    ],
    "plural.categories.feed_count": [
        "There is %d feed.",
        "There are %d feeds."
    ]
}`,
	"fr_FR": `{
    "plural.feed.error_count": [
        "%d erreur",
        "%d erreurs"
    ],
    "plural.categories.feed_count": [
        "Il y a %d abonnement.",
        "Il y a %d abonnements."
    ],
    "Username": "Nom d'utilisateur",
    "Password": "Mot de passe",
    "Unread": "Non lus",
    "History": "Historique",
    "Feeds": "Abonnements",
    "Categories": "Catégories",
    "Settings": "Réglages",
    "Logout": "Se déconnecter",
    "Next": "Suivant",
    "Previous": "Précédent",
    "New Subscription": "Nouvel Abonnment",
    "Import": "Importation",
    "Export": "Exportation",
    "There is no category. You must have at least one category.": "Il n'y a aucune catégorie. Vous devez avoir au moins une catégorie.",
    "URL": "URL",
    "Category": "Catégorie",
    "Find a subscription": "Trouver un abonnement",
    "Loading...": "Chargement...",
    "Create a category": "Créer une catégorie",
    "There is no category.": "Il n'y a aucune catégorie.",
    "Edit": "Modifier",
    "Remove": "Supprimer",
    "No feed.": "Aucun abonnement.",
    "There is no article in this category.": "Il n'y a aucun article dans cette catégorie.",
    "Original": "Original",
    "Mark this page as read": "Marquer cette page comme lu",
    "not yet": "pas encore",
    "just now": "à l'instant",
    "1 minute ago": "il y a une minute",
    "%d minutes ago": "il y a %d minutes",
    "1 hour ago": "il y a une heure",
    "%d hours ago": "il y a %d heures",
    "yesterday": "hier",
    "%d days ago": "il y a %d jours",
    "%d weeks ago": "il y a %d semaines",
    "%d months ago": "il y a %d mois",
    "%d years ago": "il y a %d ans",
    "Date": "Date",
    "IP Address": "Adresse IP",
    "User Agent": "Navigateur Web",
    "Actions": "Actions",
    "Current session": "Session actuelle",
    "Sessions": "Sessions",
    "Users": "Utilisateurs",
    "Add user": "Ajouter un utilisateur",
    "Choose a Subscription": "Choisissez un abonnement",
    "Subscribe": "S'abonner",
    "New Category": "Nouvelle Catégorie",
    "Title": "Titre",
    "Save": "Sauvegarder",
    "or": "ou",
    "cancel": "annuler",
    "New User": "Nouvel Utilisateur",
    "Confirmation": "Confirmation",
    "Administrator": "Administrateur",
    "Edit Category: %s": "Modification de la catégorie : %s",
    "Update": "Mettre à jour",
    "Edit Feed: %s": "Modification de l'abonnement : %s",
    "There is no category!": "Il n'y a aucune catégorie !",
    "Edit user: %s": "Modification de l'utilisateur : %s",
    "There is no article for this feed.": "Il n'y a aucun article pour cet abonnement.",
    "Add subscription": "Ajouter un abonnement",
    "You don't have any subscription.": "Vous n'avez aucun abonnement",
    "Last check:": "Dernière vérification :",
    "Refresh": "Actualiser",
    "There is no history at the moment.": "Il n'y a aucun historique pour le moment.",
    "OPML file": "Fichier OPML",
    "Sign In": "Connexion",
    "Sign in": "Connexion",
    "Theme": "Thème",
    "Timezone": "Fuseau horaire",
    "Language": "Langue",
    "There is no unread article.": "Il n'y a rien de nouveau à lire.",
    "You are the only user.": "Vous êtes le seul utilisateur.",
    "Last Login": "Dernière connexion",
    "Yes": "Oui",
    "No": "Non",
    "This feed already exists (%s)": "Cet abonnement existe déjà (%s)",
    "Unable to fetch feed (statusCode=%d)": "Impossible de récupérer cet abonnement (code=%d)",
    "Unable to open this link: %v": "Impossible d'ouvrir ce lien : %v",
    "Unable to analyze this page: %v": "Impossible d'analyzer cette page : %v",
    "Unable to find any subscription.": "Impossible de trouver un abonnement.",
    "The URL and the category are mandatory.": "L'URL et la catégorie sont obligatoire.",
    "All fields are mandatory.": "Tous les champs sont obligatoire.",
    "Passwords are not the same.": "Les mots de passe ne sont pas les mêmes.",
    "You must use at least 6 characters.": "Vous devez utiliser au moins 6 caractères.",
    "The username is mandatory.": "Le nom d'utilisateur est obligatoire.",
    "The username, theme, language and timezone fields are mandatory.": "Le nom d'utilisateur, le thème, la langue et le fuseau horaire sont obligatoire.",
    "The title is mandatory.": "Le titre est obligatoire.",
    "About": "A propos",
    "version": "Version",
    "Version:": "Version :",
    "Build Date:": "Date de la compilation :",
    "Author:": "Auteur :",
    "Authors": "Auteurs",
    "License:": "Licence :",
    "Attachments": "Pièces jointes",
    "Download": "Télécharger",
    "Invalid username or password.": "Mauvais identifiant ou mot de passe.",
    "Never": "Jamais",
    "Unable to execute request: %v": "Impossible d'exécuter cette requête: %v",
    "Last Parsing Error": "Dernière erreur d'analyse",
    "There is a problem with this feed": "Il y a un problème avec cet abonnement",
    "Unable to parse OPML file: %v.": "Impossible de lire ce fichier OPML : %v.",
    "Unable to parse RSS feed: %v.": "Impossible de lire ce flux RSS: %v.",
    "Unable to parse Atom feed: %v.": "Impossible de lire ce flux Atom: %v.",
    "Unable to parse JSON feed: %v.": "Impossible de lire ce flux JSON: %v.",
    "Unable to parse RDF feed: %v.": "Impossible de lire ce flux RDF: %v.",
    "Unable to normalize encoding: %v": "Impossible de normaliser l'encodage : %v",
    "Unable to create this category.": "Impossible de créer cette catégorie.",
    "yes": "oui",
    "no": "non",
    "Are you sure?": "Êtes-vous sûr ?",
    "Work in progress...": "Travail en cours...",
    "This user already exists.": "Cet utilisateur existe déjà.",
    "This category already exists.": "Cette catégorie existe déjà.",
    "Unable to update this category.": "Impossible de mettre à jour cette catégorie.",
    "Integrations": "Intégrations",
    "Bookmarklet": "Bookmarklet",
    "Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
    "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ce lien spécial vous permet de vous abonner à un site web directement en utilisant un marque page dans votre navigateur web.",
    "Add to Miniflux": "Ajouter à Miniflux",
    "Refresh all feeds in background": "Actualiser les abonnements en arrière-plan",
    "Sign in with Google": "Se connecter avec Google",
    "Unlink my Google account": "Dissocier mon compte Google",
    "Link my Google account": "Associer mon compte Google",
    "Category not found for this user": "Cette catégorie n'existe pas pour cet utilisateur",
    "Invalid theme.": "Le thème est invalide.",
    "Entry Sorting": "Ordre des éléments",
    "Older entries first": "Ancien éléments en premier",
    "Recent entries first": "Éléments récents en premier",
    "Saving...": "Enregistrement...",
    "Done!": "Terminé !",
    "Save this article": "Sauvegarder cet article",
    "Mark bookmark as unread": "Marquer le lien comme non lu",
    "Pinboard Tags": "Libellés de Pinboard",
    "Pinboard API Token": "Jeton de sécurité de l'API de Pinboard",
    "Save articles to Pinboard": "Sauvegarder les articles vers Pinboard",
    "Save articles to Instapaper": "Sauvegarder les articles vers Instapaper",
    "Instapaper Username": "Nom d'utilisateur Instapaper",
    "Instapaper Password": "Mot de passe Instapaper",
    "Activate Fever API": "Activer l'API de Fever",
    "Fever Username": "Nom d'utilisateur pour l'API de Fever",
    "Fever Password": "Mot de passe pour l'API de Fever",
    "Fetch original content": "Récupérer le contenu original",
    "Scraper Rules": "Règles pour récupérer le contenu original",
    "Rewrite Rules": "Règles de réécriture",
    "Preferences saved!": "Préférences sauvegardées !",
    "Your external account is now linked !": "Votre compte externe est maintenant associé !",
    "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag",
    "Wallabag API Endpoint": "URL de l'API de Wallabag",
    "Wallabag Client ID": "Identifiant du client Wallabag",
    "Wallabag Client Secret": "Clé secrète du client Wallabag",
    "Wallabag Username": "Nom d'utilisateur de Wallabag",
    "Wallabag Password": "Mot de passe de Wallabag",
    "Keyboard Shortcut: %s": "Raccourci clavier : %s",
    "Favorites": "Favoris",
    "Star": "Favoris",
    "Unstar": "Enlever favoris",
    "Starred": "Favoris",
    "There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment.",
    "Last checked:": "Dernière vérification :",
    "ETag header:": "En-tête ETag :",
    "LastModified header:": "En-tête LastModified :",
    "None": "Aucun/Aucune",
    "Keyboard Shortcuts": "Raccourcis clavier",
    "Sections Navigation": "Naviguation entre les sections",
    "Go to unread": "Aller aux éléments non lus",
    "Go to bookmarks": "Aller aux favoris",
    "Go to history": "Voir l'historique",
    "Go to feeds": "Voir les abonnements",
    "Go to categories": "Voir les catégories",
    "Go to settings": "Voir les réglages",
    "Show keyboard shortcuts": "Voir les raccourcis clavier",
    "Items Navigation": "Naviguation entre les éléments",
    "Go to previous item": "Élément précédent",
    "Go to next item": "Élément suivant",
    "Pages Navigation": "Naviguation entre les pages",
    "Go to previous page": "Page précédente",
    "Go to next page": "Page suivante",
    "Open selected item": "Ouvrir élément sélectionné",
    "Open original link": "Ouvrir lien original",
    "Toggle read/unread": "Basculer entre lu/non lu",
    "Mark current page as read": "Marquer la page actuelle comme lu",
    "Download original content": "Télécharger le contenu original",
    "Toggle bookmark": "Ajouter/Enlever favoris",
    "Close modal dialog": "Fermer la boite de dialogue",
    "Save article": "Sauvegarder l'article",
    "There is already someone associated with this provider!": "Il y a déjà quelqu'un d'associé avec ce provider !",
    "There is already someone else with the same Fever username!": "Il y a déjà quelqu'un d'autre avec le même nom d'utilisateur Fever !",
    "Mark all as read": "Tout marquer comme lu",
    "This feed is empty": "Cet abonnement est vide",
    "Flush history": "Supprimer l'historique",
    "Site URL": "URL du site web",
    "Feed URL": "URL du flux",
    "Logged as %s": "Connecté en tant que %s",
    "Unread Items": "Éléments non lus",
    "Change entry status": "Changer le statut de l'élément",
    "Read": "Lu",
    "Fever API endpoint:": "Point de terminaison de l'API Fever :",
    "Miniflux API": "API de Miniflux",
    "API Endpoint": "Point de terminaison de l'API",
    "Your account password": "Le mot de passe de votre compte",
    "This web page is empty": "Cette page web est vide",
    "Invalid SSL certificate (original error: %q)": "Certificat SSL invalide (erreur originale : %q)",
    "This website is temporarily unreachable (original error: %q)": "Ce site web est temporairement injoignable (erreur originale : %q)",
    "This website is permanently unreachable (original error: %q)": "Ce site web n'est pas joignable de façon permanente (erreur originale : %q)",
    "Website unreachable, the request timed out after %d seconds": "Site web injoignable, la requête à échouée après %d secondes"
}
`,
	"pl_PL": `{
    "plural.feed.error_count": [
        "%d błąd",
        "%d błąd",
        "%d błędów"
    ],
    "plural.categories.feed_count": [
        "Jest %d kanał.",
        "Są %d kanały.",		
        "Jest %d kanałów."
    ],
    "Username": "Nazwa użytkownika",
    "Password": "Hasło",
    "Unread": "Nieprzeczytane",
    "History": "Historia",
    "Feeds": "Kanały",
    "Categories": "Kategorie",
    "Settings": "Ustawienia",
    "Logout": "Wyloguj się",
    "Next": "Następny",
    "Previous": "Poprzedni",
    "New Subscription": "Nowa subskrypcja",
    "Import": "Importuj",
    "Export": "Eksportuj",
    "There is no category. You must have at least one category.": "Nie ma żadnej kategorii. Musisz mieć co najmniej jedną kategorię",
    "URL": "URL",
    "Category": "Kategoria",
    "Find a subscription": "Znajdź subskrypcję",
    "Loading...": "Ładowanie...",
    "Create a category": "Utwórz kategorię",
    "There is no category.": "Nie masz żadnej kategorii",
    "Edit": "Edytuj",
    "Remove": "Usuń",
    "No feed.": "Brak kanałów.",
    "There is no article in this category.": "W tej kategorii nie ma żadnych artykułów",
    "Original": "Oryginalny artykuł",
    "Mark this page as read": "Oznacz jako przeczytane",
    "not yet": "jeszcze nie",
    "just now": "przed chwilą",
    "1 minute ago": "minutę temu",
    "%d minutes ago": "%d minut temu",
    "1 hour ago": "godzinę temu",
    "%d hours ago": "%d godzin temu",
    "yesterday": "wczoraj",
    "%d days ago": "%d dni temu",
    "%d weeks ago": "%d tygodni temu",
    "%d months ago": "%d miesięcy temu",
    "%d years ago": "%d lat temu",
    "Date": "Data",
    "IP Address": "Adres IP",
    "User Agent": "User Agent",
    "Actions": "Działania",
    "Current session": "Bieżąca sesja",
    "Sessions": "Sesje",
    "Users": "Użytkownicy",
    "Add user": "Dodaj użytkownika",
    "Choose a Subscription": "Wybierz subskrypcję",
    "Subscribe": "Subskrypcja",
    "New Category": "Nowa kategoria",
    "Title": "Tytuł",
    "Save": "Zapisz",
    "or": "lub",
    "cancel": "anuluj",
    "New User": "Nowy użytkownik",
    "Confirmation": "Potwierdź",
    "Administrator": "Administrator",
    "Edit Category: %s": "Edycja Kategorii: %s",
    "Update": "Zaktualizuj",
    "Edit Feed: %s": "Edytuj kanał: %s",
    "There is no category!": "Nie ma żadnej kategorii!",
    "Edit user: %s": "Edytuj użytkownika: %s",
    "There is no article for this feed.": "Nie ma artykułu dla tego kanału.",
    "Add subscription": "Dodaj subskrypcję",
    "You don't have any subscription.": "Nie masz żadnej subskrypcji",
    "Last check:": "Ostatnia aktualizacja:",
    "Refresh": "Odśwież",
    "There is no history at the moment.": "Obecnie nie ma żadnej historii.",
    "OPML file": "Plik OPML",
    "Sign In": "Zaloguj się",
    "Sign in": "Zaloguj się",
    "Theme": "Wygląd",
    "Timezone": "Strefa czasowa",
    "Language": "Język",
    "There is no unread article.": "Nie ma żadnych nieprzeczytanych artykułów.",
    "You are the only user.": "Jesteś jedynym użytkownikiem.",
    "Last Login": "Ostatnie logowanie",
    "Yes": "Tak",
    "No": "Nie",
    "This feed already exists (%s)": "Ten kanał już istnieje (%s)",
    "Unable to fetch feed (statusCode=%d)": "Kanał nie mógł zostać pobrany (kod=%d)",
    "Unable to open this link: %v": "Nie można było otworzyć tego linku: %v",
    "Unable to analyze this page: %v": "Nie można przeanalizować tej strony: %v",
    "Unable to find any subscription.": "Nie znaleziono żadnych subskrypcji.",
    "The URL and the category are mandatory.": "URL i kategoria są obowiązkowe.",
    "All fields are mandatory.": "Wszystkie pola są obowiązkowe.",
    "Passwords are not the same.": "Hasła nie są identyczne.",
    "You must use at least 6 characters.": "Musisz użyć co najmniej 6 znaków.",
    "The username is mandatory.": "Nazwa użytkownika jest obowiązkowa.",
    "The username, theme, language and timezone fields are mandatory.": "Pola nazwy użytkownika, tematu, języka i strefy czasowej są obowiązkowe.",
    "The title is mandatory.": "Tytuł jest obowiązkowy.",
    "About": "O stronie",
    "version": "Wersja",
    "Version:": "Wersja :",
    "Build Date:": "Data opracowania:",
    "Author:": "Autor:",
    "Authors": "Autorzy",
    "License:": "Licencja:",
    "Attachments": "Załączniki",
    "Download": "Pobierz",
    "Invalid username or password.": "Nieprawidłowa nazwa użytkownika lub hasło.",
    "Never": "Nigdy",
    "Unable to execute request: %v": "To polecenie nie mogło zostać wykonane: %v",
    "Last Parsing Error": "Ostatni błąd analizy",
    "There is a problem with this feed": "Z tym kanałem jest problem",
    "Unable to parse OPML file: %v.": "Plik OPML nie mógł zostać odczytany: %v.",
    "Unable to parse RSS feed: %v.": "Nie można było odczytać kanału RSS: %v.",
    "Unable to parse Atom feed: %v.": "Nie można było odczytać kanału Atom: %v.",
    "Unable to parse JSON feed: %v.": "Nie można było odczytać kanału JSON: %v.",
    "Unable to parse RDF feed: %v.": "Nie można było odczytać kanału RDF: %v.",
    "Unable to normalize encoding: %v": "Kodowanie znaków nie mogło zostać znormalizowane: %v",
    "Unable to create this category.": "Ta kategoria nie mogła zostać utworzona.",
    "yes": "tak",
    "no": "nie",
    "Are you sure?": "Czy jesteś pewny?",
    "Work in progress...": "W toku...",
    "This user already exists.": "Ten użytkownik już istnieje.",
    "This category already exists.": "Ta kategoria już istnieje.",
    "Unable to update this category.": "Ta kategoria nie mogła zostać zaktualizowana.",
    "Integrations": "Usługi",
    "Bookmarklet": "Bookmarklet",
    "Drag and drop this link to your bookmarks.": "Przeciągnij i upuść to łącze do zakładek.",
    "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ten link umożliwia subskrypcję strony internetowej bezpośrednio za pomocą zakładki w przeglądarce internetowej",
    "Add to Miniflux": "Dodaj do Miniflux",
    "Refresh all feeds in background": "Odśwież wszystkie subskrypcje w tle",
    "Sign in with Google": "Zaloguj przez Google",
    "Unlink my Google account": "Odłącz moje konto Google",
    "Link my Google account": "Połącz z moim kontem Google",
    "Category not found for this user": "Kategoria nie znaleziona dla tego użytkownika",
    "Invalid theme.": "Ten temat jest nieprawidłowy.",
    "Entry Sorting": "Sortowanie artykułów",
    "Older entries first": "Najstarsze wpisy jako pierwsze",
    "Recent entries first": "Najnowsze wpisy jako pierwsze",
    "Saving...": "Zapisywanie...",
    "Done!": "Gotowe!",
    "Save this article": "Zapisz ten artykuł",
    "Mark bookmark as unread": "Zaznacz zakładkę jako nieprzeczytaną",
    "Pinboard Tags": "Pinboard Tags",
    "Pinboard API Token": "Token Pinboard API",
    "Save articles to Pinboard": "Zapisz artykuł w Pinboard",
    "Save articles to Instapaper": "Zapisz artykuł w Instapaper",
    "Instapaper Username": "Login do Instapaper",
    "Instapaper Password": "Hasło do Instapaper",
    "Activate Fever API": "Aktywuj Fever API",
    "Fever Username": "Login do Fever",
    "Fever Password": "Hasło do Fever",
    "Fetch original content": "Pobierz oryginalną treść",
    "Scraper Rules": "Zasady ekstrakcji",
    "Rewrite Rules": "Reguły zapisu",
    "Preferences saved!": "Ustawienia zapisane!",
    "Your external account is now linked !": "Twoje zewnętrzne konto jest teraz połączone!",
    "Save articles to Wallabag": "Zapisz artykuły do Wallabag",
    "Wallabag API Endpoint": "Wallabag URL",
    "Wallabag Client ID": "Wallabag Client-ID",
    "Wallabag Client Secret": "Wallabag Client Secret",
    "Wallabag Username": "Login do Wallabag",
    "Wallabag Password": "Hasło do Wallabag",
    "Keyboard Shortcut: %s": "Skróty klawiszowe: %s",
    "Favorites": "Ulubione",
    "Star": "Oznacz gwiazdką",
    "Unstar": "Usuń gwiazdkę",
    "Starred": "Oznaczone gwiazdką",
    "There is no bookmark at the moment.": "Obecnie nie ma żadnych zakładek.",
    "Last checked:": "Ostatnio sprawdzone:",
    "ETag header:": "Nagłówek ETag:",
    "LastModified header:": "Ostatnio zmienione:",
    "None": "Brak",
    "Keyboard Shortcuts": "Skróty klawiszowe",
    "Sections Navigation": "Nawigacja między punktami menu",
    "Go to unread": "Przejdź do nieprzeczytanych artykułów",
    "Go to bookmarks": "Przejdź do zakładek",
    "Go to history": "Przejdź do historii",
    "Go to feeds": "Przejdź do kanałów",
    "Go to categories": "Przejdź do kategorii",
    "Go to settings": "Przejdź do ustawień",
    "Show keyboard shortcuts": "Pokaż listę skrótów klawiszowych",
    "Items Navigation": "Nawigacja między artykułami",
    "Go to previous item": "Przejdź do poprzedniego artykułu",
    "Go to next item": "Przejdź do następnego punktu artykułu",
    "Pages Navigation": "Nawigacja między stronami",
    "Go to previous page": "Przejdź do poprzedniej strony",
    "Go to next page": "Przejdź do następnej strony",
    "Open selected item": "Otwórz zaznaczony artykuł",
    "Open original link": "Otwórz oryginalny artykuł",
    "Toggle read/unread": "Oznacz jako przeczytane/nieprzeczytane",
    "Mark current page as read": "Zaznacz aktualną stronę jako przeczytaną",
    "Download original content": "Pobierz oryginalną zawartość",
    "Toggle bookmark": "Dodaj/usuń zakładki",
    "Close modal dialog": "Zamknij listę skrótów klawiszowych",
    "Save article": "Zapisz artykuł",
    "There is already someone associated with this provider!": "Już ktoś jest powiązany z tym dostawcą!",
    "There is already someone else with the same Fever username!": "Już ktoś inny używa tej nazwy użytkownika Fever!",
    "Mark all as read": "Oznacz wszystko jako przeczytane",
    "This feed is empty": "Ten kanał jest pusty",
    "Flush history": "Usuń historię",
    "Site URL": "URL strony",
    "Feed URL": "URL kanału",
    "Logged as %s": "Zalogowany jako %s",
    "Unread Items": "Nieprzeczytane",
    "Change entry status": "Zmień status artykułu",
    "Read": "Przeczytane",
    "Fever API endpoint:": "Fever API endpoint:",
    "Miniflux API": "Miniflux API",
    "API Endpoint": "API endpoint",
    "Your account password": "Hasło konta",
    "This web page is empty": "Ta strona jest pusta",
    "Invalid SSL certificate (original error: %q)": "Certyfikat SSL jest nieprawidłowy (błąd: %q)",
    "This website is temporarily unreachable (original error: %q)": "Ta strona jest tymczasowo niedostępna (błąd: %q)",
    "This website is permanently unreachable (original error: %q)": "Ta strona jest niedostępna (błąd: %q)",
    "Website unreachable, the request timed out after %d seconds": "Strona internetowa nieosiągalna, żądanie wygasło po %d sekundach"
}
`,
}

var translationsChecksums = map[string]string{
	"de_DE": "53f7637318ac418ce0e3dd483923dab39ff4f4062b4909e5e03efcc3b693e5d6",
	"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
	"fr_FR": "ae61f82ac14bc2c6c6a3c2d38cf1ad8309ac2eef19b0726b2969ac155ccddc14",
	"pl_PL": "9c10899ec62f97ebb6d5d4d88cde8c68ac584e514ce840b51ba3aeff9ea3efe3",
}