translations.go 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170
  1. // Code generated by go generate; DO NOT EDIT.
  2. // 2018-06-30 12:36:10.057382143 -0700 PDT m=+0.028630754
  3. package locale
  4. var translations = map[string]string{
  5. "de_DE": `{
  6. "plural.feed.error_count": [
  7. "%d Fehler",
  8. "%d Fehler"
  9. ],
  10. "plural.categories.feed_count": [
  11. "Es gibt %d Abonnement.",
  12. "Es gibt %d Abonnements."
  13. ],
  14. "Username": "Benutzername",
  15. "Password": "Passwort",
  16. "Unread": "Ungelesen",
  17. "History": "Verlauf",
  18. "Feeds": "Abonnements",
  19. "Categories": "Kategorien",
  20. "Settings": "Einstellungen",
  21. "Logout": "Abmelden",
  22. "Next": "Nächste",
  23. "Previous": "Vorherige",
  24. "New Subscription": "Neues Abonnement",
  25. "Import": "Importieren",
  26. "Export": "Exportieren",
  27. "There is no category. You must have at least one category.": "Es ist keine Kategorie vorhanden. Wenigstens eine Kategorie muss angelegt sein.",
  28. "URL": "URL",
  29. "Category": "Kategorie",
  30. "Find a subscription": "Abonnement suchen",
  31. "Loading...": "Lade...",
  32. "Create a category": "Kategorie anlegen",
  33. "There is no category.": "Es ist keine Kategorie vorhanden.",
  34. "Edit": "Bearbeiten",
  35. "Remove": "Entfernen",
  36. "No feed.": "Kein Abonnement.",
  37. "There is no article in this category.": "Es befindet sich kein Artikel in dieser Kategorie.",
  38. "Original": "Original-Artikel",
  39. "Mark this page as read": "Diese Seite als gelesen markieren",
  40. "not yet": "noch nicht",
  41. "just now": "gerade",
  42. "1 minute ago": "vor einer Minute",
  43. "%d minutes ago": "vor %d Minuten",
  44. "1 hour ago": "vor einer Stunde",
  45. "%d hours ago": "vor %d Stunden",
  46. "yesterday": "gestern",
  47. "%d days ago": "vor %d Tagen",
  48. "%d weeks ago": "vor %d Wochen",
  49. "%d months ago": "vor %d Monaten",
  50. "%d years ago": "vor %d Jahren",
  51. "Date": "Datum",
  52. "IP Address": "IP Adresse",
  53. "User Agent": "Benutzeragent",
  54. "Actions": "Aktionen",
  55. "Current session": "Aktuelle Sitzung",
  56. "Sessions": "Sitzungen",
  57. "Users": "Benutzer",
  58. "Add user": "Benutzer anlegen",
  59. "Choose a Subscription": "Abonnement auswählen",
  60. "Subscribe": "Abonnieren",
  61. "New Category": "Neue Kategorie",
  62. "Title": "Titel",
  63. "Save": "Speichern",
  64. "or": "oder",
  65. "cancel": "abbrechen",
  66. "New User": "Neuer Benutzer",
  67. "Confirmation": "Bestätigung",
  68. "Administrator": "Administrator",
  69. "Edit Category: %s": "Kategorie bearbeiten : %s",
  70. "Update": "Aktualisieren",
  71. "Edit Feed: %s": "Abonnement bearbeiten : %s",
  72. "There is no category!": "Es ist keine Kategorie vorhanden!",
  73. "Edit user: %s": "Benutzer bearbeiten: %s",
  74. "There is no article for this feed.": "Es existiert kein Artikel für dieses Abonnement.",
  75. "Add subscription": "Abonnement hinzufügen",
  76. "You don't have any subscription.": "Es sind keine Abonnements vorhanden",
  77. "Last check:": "Letzte Aktualisierung:",
  78. "Refresh": "Aktualisieren",
  79. "There is no history at the moment.": "Es exisitiert zur Zeit kein Verlauf.",
  80. "OPML file": "OPML Datei",
  81. "Sign In": "Anmeldung",
  82. "Sign in": "Anmelden",
  83. "Theme": "Thema",
  84. "Timezone": "Zeitzone",
  85. "Language": "Sprache",
  86. "There is no unread article.": "Es existiert kein ungelesener Artikel.",
  87. "You are the only user.": "Sie sind der einzige Benutzer.",
  88. "Last Login": "Letzte Anmeldung",
  89. "Yes": "Ja",
  90. "No": "Nein",
  91. "This feed already exists (%s)": "Diese Abonnement existiert bereits (%s)",
  92. "Unable to fetch feed (Status Code = %d)": "Abonnement konnte nicht abgerufen werden (code=%d)",
  93. "Unable to open this link: %v": "Dieser Link konnte nicht geöffnet werden: %v",
  94. "Unable to analyze this page: %v": "Diese Seite konnte nicht analysiert werden: %v",
  95. "Unable to find any subscription.": "Es wurden keine Abonnements gefunden.",
  96. "The URL and the category are mandatory.": "Die URL und die Kategorie sind obligatorisch.",
  97. "All fields are mandatory.": "Alle Felder sind obligatorisch.",
  98. "Passwords are not the same.": "Passwörter stimmen nicht überein.",
  99. "You must use at least 6 characters.": "Wenigstens 6 Zeichen müssen genutzt werden.",
  100. "The username is mandatory.": "Der Benutzername ist obligatorisch.",
  101. "The username, theme, language and timezone fields are mandatory.": "Die Felder für Benutzername, Thema, Sprache und Zeitzone sind obligatorisch.",
  102. "The title is mandatory.": "Der Titel ist obligatorisch.",
  103. "About": "Über",
  104. "Version": "Version",
  105. "Version:": "Version :",
  106. "Build Date:": "Datum der Kompilierung:",
  107. "Author:": "Autor:",
  108. "Authors": "Autoren",
  109. "License:": "Lizenz:",
  110. "Attachments": "Anhänge",
  111. "Download": "Herunterladen",
  112. "Invalid username or password.": "Benutzername oder Passwort ungültig.",
  113. "Never": "Niemals",
  114. "Unable to execute request: %v": "Diese Anfrage konnte nicht ausgeführt werden: %v",
  115. "Last Parsing Error": "Letzter Analysefehler",
  116. "There is a problem with this feed": "Es gibt ein Problem mit diesem Abonnement",
  117. "Unable to parse OPML file: %q": "OPML Datei konnte nicht gelesen werden: %q",
  118. "Unable to parse RSS feed: %q": "RSS Feed konnte nicht gelesen werden: %q",
  119. "Unable to parse Atom feed: %q": "Atom Feed konnte nicht gelesen werden: %q",
  120. "Unable to parse JSON feed: %q": "JSON Feed konnte nicht gelesen werden: %q",
  121. "Unable to parse RDF feed: %q": "RDF Feed konnte nicht gelesen werden: %q",
  122. "Unable to normalize encoding: %q": "Zeichenkodierung konnte nicht normalisiert werden: %q",
  123. "Unable to create this category.": "Diese Kategorie konnte nicht angelegt werden.",
  124. "yes": "ja",
  125. "no": "nein",
  126. "Are you sure?": "Sind Sie sicher?",
  127. "Work in progress...": "In Arbeit...",
  128. "This user already exists.": "Dieser Benutzer existiert bereits.",
  129. "This category already exists.": "Diese Kategorie existiert bereits.",
  130. "Unable to update this category.": "Diese Kategorie konnte nicht aktualisiert werden.",
  131. "Integrations": "Dienste",
  132. "Bookmarklet": "Bookmarklet",
  133. "Drag and drop this link to your bookmarks.": "Ziehen Sie diesen Link in Ihre Lesezeichen.",
  134. "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.",
  135. "Add to Miniflux": "Mit Miniflux abonnieren",
  136. "Refresh all feeds in background": "Alle Abonnements im Hintergrund aktualisieren",
  137. "Sign in with Google": "Anmeldung mit Google",
  138. "Unlink my Google account": "Google Konto abmelden",
  139. "Link my Google account": "Google Konto verknüpfen",
  140. "Category not found for this user": "Diese Kategorie existiert nicht für diesen Benutzer",
  141. "Invalid theme.": "Dieses Thema ist fehlerhaft.",
  142. "Entry Sorting": "Sortierung der Artikel",
  143. "Older entries first": "Älteste Artikel zuerst",
  144. "Recent entries first": "Neueste Artikel zuerst",
  145. "Saving...": "Speichern...",
  146. "Done!": "Erledigt!",
  147. "Save this article": "Diesen Artikel speichern",
  148. "Mark bookmark as unread": "Lesezeichen als ungelesen markieren",
  149. "Pinboard Tags": "Pinboard Tags",
  150. "Pinboard API Token": "Pinboard API Token",
  151. "Save articles to Pinboard": "Artikel in Pinboard speichern",
  152. "Save articles to Instapaper": "Artikel in Instapaper speichern",
  153. "Instapaper Username": "Instapaper Benutzername",
  154. "Instapaper Password": "Instapaper Passwort",
  155. "Activate Fever API": "Fever API aktivieren",
  156. "Fever Username": "Fever Benutzername",
  157. "Fever Password": "Fever Passwort",
  158. "Fetch original content": "Inhalt herunterladen",
  159. "Scraper Rules": "Extraktionsregeln",
  160. "Rewrite Rules": "Umschreiberegeln",
  161. "Preferences saved!": "Einstellungen gespeichert!",
  162. "Your external account is now linked!": "Ihr externes Konto wurde verknüpft!",
  163. "Save articles to Wallabag": "Artikel in Wallabag speichern",
  164. "Wallabag API Endpoint": "Wallabag URL",
  165. "Wallabag Client ID": "Wallabag Client-ID",
  166. "Wallabag Client Secret": "Wallabag Client-Secret",
  167. "Wallabag Username": "Wallabag Benutzername",
  168. "Wallabag Password": "Wallabag Passwort",
  169. "Save articles to Nunux Keeper": "Artikel in Nunux Keeper speichern",
  170. "Nunux Keeper API Endpoint": "Nunux Keeper API-Endpunkt",
  171. "Nunux Keeper API key": "Nunux Keeper API-Schlüssel",
  172. "Keyboard Shortcut: %s": "Tastenkürzel: %s",
  173. "Favorites": "Lesezeichen",
  174. "Star": "Lesezeichen hinzufügen",
  175. "Unstar": "Lesezeichen entfernen",
  176. "Starred": "Lesezeichen",
  177. "There is no bookmark at the moment.": "Es existiert derzeit kein Lesezeichen.",
  178. "Last checked:": "Zuletzt geprüft:",
  179. "ETag header:": "ETag-Kopfzeile:",
  180. "LastModified header:": "Zuletzt geändert:",
  181. "None": "Nicht verfügbar",
  182. "Keyboard Shortcuts": "Tastenkürzel",
  183. "Sections Navigation": "Navigation zwischen den Menüpunkten",
  184. "Go to unread": "Zu den ungelesenen Artikeln gehen",
  185. "Go to bookmarks": "Zu den Lesezeichen gehen",
  186. "Go to history": "Zum Verlauf gehen",
  187. "Go to feeds": "Zu den Abonnements gehen",
  188. "Go to categories": "Zu den Kategorien gehen",
  189. "Go to settings": "Zu den Einstellungen gehen",
  190. "Show keyboard shortcuts": "Liste der Tastenkürzel anzeigen",
  191. "Items Navigation": "Navigation zwischen den Artikeln",
  192. "Go to previous item": "Zum vorherigen Artikel gehen",
  193. "Go to next item": "Zum nächsten Artikel gehen",
  194. "Pages Navigation": "Navigation zwischen den Seiten",
  195. "Go to previous page": "Zur vorherigen Seite gehen",
  196. "Go to next page": "Zur nächsten Seite gehen",
  197. "Open selected item": "Gewählten Artikel öffnen",
  198. "Open original link": "Original-Artikel öffnen",
  199. "Toggle read/unread": "Gewählten Artikel als gelesen/ungelesen markieren",
  200. "Mark current page as read": "Aktuelle Seite als gelesen markieren",
  201. "Download original content": "Vollständigen Inhalt herunterladen",
  202. "Toggle bookmark": "Lesezeichen hinzufügen/entfernen",
  203. "Close modal dialog": "Liste der Tastenkürzel schließen",
  204. "Save article": "Artikel speichern",
  205. "There is already someone associated with this provider!": "Es ist bereits jemand mit diesem Anbieter assoziiert!",
  206. "There is already someone else with the same Fever username!": "Es existiert bereits jemand mit diesem Fever Benutzernamen!",
  207. "Mark all as read": "Alle als gelesen markieren",
  208. "This feed is empty": "Dieses Abonnement ist leer",
  209. "Flush history": "Verlauf leeren",
  210. "Site URL": "Webseite-URL",
  211. "Feed URL": "Feed-URL",
  212. "Logged as %s": "Angemeldet als %s",
  213. "Unread Items": "Ungelesen",
  214. "Change entry status": "Status des Artikels ändern",
  215. "Read": "Gelesen",
  216. "Fever API endpoint:": "Fever API Endpunkt:",
  217. "Miniflux API": "Miniflux API",
  218. "API Endpoint": "API Endpunkt",
  219. "Your account password": "Ihr Konto Passwort",
  220. "This web page is empty": "Diese Webseite ist leer",
  221. "Invalid SSL certificate (original error: %q)": "Ungültiges SSL-Zertifikat (ursprünglicher Fehler: %q)",
  222. "This website is temporarily unreachable (original error: %q)": "Diese Webseite ist vorübergehend nicht erreichbar (ursprünglicher Fehler: %q)",
  223. "This website is permanently unreachable (original error: %q)": "Diese Webseite ist dauerhaft nicht erreichbar (ursprünglicher Fehler: %q)",
  224. "Website unreachable, the request timed out after %d seconds": "Webseite nicht erreichbar, die Anfrage endete nach %d Sekunden",
  225. "Comments": "Kommentare",
  226. "View Comments": "Kommentare anzeigen",
  227. "This file is empty": "Diese Datei ist leer",
  228. "Your external account is now dissociated!": "Ihr externer Account ist jetzt getrennt!",
  229. "You must define a password otherwise you won't be able to login again.": "Sie müssen ein Passwort festlegen, sonst können Sie sich nicht erneut anmelden.",
  230. "Save articles to Pocket": "Artikel in Pocket speichern",
  231. "Connect your Pocket account": "Verbinden Sie Ihr Pocket Konto",
  232. "Pocket Consumer Key": "« Pocket Consumer Key »",
  233. "Pocket Access Token": "« Pocket Access Token »",
  234. "Your Pocket account is now linked!": "Ihr Pocket Konto ist jetzt verknüpft!",
  235. "Unable to fetch access token from Pocket!": "Zugriffstoken konnte nicht von Pocket abgerufen werden!",
  236. "Unable to fetch request token from Pocket!": "Anfrage-Token konnte nicht von Pocket abgerufen werden!",
  237. "Advanced Options": "Erweiterte Optionen",
  238. "Feed Username": "Benutzername des Abonnements",
  239. "Feed Password": "Passwort des Abonnements"
  240. }
  241. `,
  242. "en_US": `{
  243. "plural.feed.error_count": [
  244. "%d error",
  245. "%d errors"
  246. ],
  247. "plural.categories.feed_count": [
  248. "There is %d feed.",
  249. "There are %d feeds."
  250. ]
  251. }`,
  252. "fr_FR": `{
  253. "plural.feed.error_count": [
  254. "%d erreur",
  255. "%d erreurs"
  256. ],
  257. "plural.categories.feed_count": [
  258. "Il y a %d abonnement.",
  259. "Il y a %d abonnements."
  260. ],
  261. "Username": "Nom d'utilisateur",
  262. "Password": "Mot de passe",
  263. "Unread": "Non lus",
  264. "History": "Historique",
  265. "Feeds": "Abonnements",
  266. "Categories": "Catégories",
  267. "Settings": "Réglages",
  268. "Logout": "Se déconnecter",
  269. "Next": "Suivant",
  270. "Previous": "Précédent",
  271. "New Subscription": "Nouvel Abonnment",
  272. "Import": "Importation",
  273. "Export": "Exportation",
  274. "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.",
  275. "URL": "URL",
  276. "Category": "Catégorie",
  277. "Find a subscription": "Trouver un abonnement",
  278. "Loading...": "Chargement...",
  279. "Create a category": "Créer une catégorie",
  280. "There is no category.": "Il n'y a aucune catégorie.",
  281. "Edit": "Modifier",
  282. "Remove": "Supprimer",
  283. "No feed.": "Aucun abonnement.",
  284. "There is no article in this category.": "Il n'y a aucun article dans cette catégorie.",
  285. "Original": "Original",
  286. "Mark this page as read": "Marquer cette page comme lu",
  287. "not yet": "pas encore",
  288. "just now": "à l'instant",
  289. "1 minute ago": "il y a une minute",
  290. "%d minutes ago": "il y a %d minutes",
  291. "1 hour ago": "il y a une heure",
  292. "%d hours ago": "il y a %d heures",
  293. "yesterday": "hier",
  294. "%d days ago": "il y a %d jours",
  295. "%d weeks ago": "il y a %d semaines",
  296. "%d months ago": "il y a %d mois",
  297. "%d years ago": "il y a %d ans",
  298. "Date": "Date",
  299. "IP Address": "Adresse IP",
  300. "User Agent": "Navigateur Web",
  301. "Actions": "Actions",
  302. "Current session": "Session actuelle",
  303. "Sessions": "Sessions",
  304. "Users": "Utilisateurs",
  305. "Add user": "Ajouter un utilisateur",
  306. "Choose a Subscription": "Choisissez un abonnement",
  307. "Subscribe": "S'abonner",
  308. "New Category": "Nouvelle Catégorie",
  309. "Title": "Titre",
  310. "Save": "Sauvegarder",
  311. "or": "ou",
  312. "cancel": "annuler",
  313. "New User": "Nouvel Utilisateur",
  314. "Confirmation": "Confirmation",
  315. "Administrator": "Administrateur",
  316. "Edit Category: %s": "Modification de la catégorie : %s",
  317. "Update": "Mettre à jour",
  318. "Edit Feed: %s": "Modification de l'abonnement : %s",
  319. "There is no category!": "Il n'y a aucune catégorie !",
  320. "Edit user: %s": "Modification de l'utilisateur : %s",
  321. "There is no article for this feed.": "Il n'y a aucun article pour cet abonnement.",
  322. "Add subscription": "Ajouter un abonnement",
  323. "You don't have any subscription.": "Vous n'avez aucun abonnement",
  324. "Last check:": "Dernière vérification :",
  325. "Refresh": "Actualiser",
  326. "There is no history at the moment.": "Il n'y a aucun historique pour le moment.",
  327. "OPML file": "Fichier OPML",
  328. "Sign In": "Connexion",
  329. "Sign in": "Connexion",
  330. "Theme": "Thème",
  331. "Timezone": "Fuseau horaire",
  332. "Language": "Langue",
  333. "There is no unread article.": "Il n'y a rien de nouveau à lire.",
  334. "You are the only user.": "Vous êtes le seul utilisateur.",
  335. "Last Login": "Dernière connexion",
  336. "Yes": "Oui",
  337. "No": "Non",
  338. "This feed already exists (%s)": "Cet abonnement existe déjà (%s)",
  339. "Unable to fetch feed (Status Code = %d)": "Impossible de récupérer cet abonnement (code=%d)",
  340. "Unable to open this link: %v": "Impossible d'ouvrir ce lien : %v",
  341. "Unable to analyze this page: %v": "Impossible d'analyzer cette page : %v",
  342. "Unable to find any subscription.": "Impossible de trouver un abonnement.",
  343. "The URL and the category are mandatory.": "L'URL et la catégorie sont obligatoire.",
  344. "All fields are mandatory.": "Tous les champs sont obligatoire.",
  345. "Passwords are not the same.": "Les mots de passe ne sont pas les mêmes.",
  346. "You must use at least 6 characters.": "Vous devez utiliser au moins 6 caractères.",
  347. "The username is mandatory.": "Le nom d'utilisateur est obligatoire.",
  348. "The username, theme, language and timezone fields are mandatory.": "Le nom d'utilisateur, le thème, la langue et le fuseau horaire sont obligatoire.",
  349. "The title is mandatory.": "Le titre est obligatoire.",
  350. "About": "A propos",
  351. "Version": "Version",
  352. "Version:": "Version :",
  353. "Build Date:": "Date de la compilation :",
  354. "Author:": "Auteur :",
  355. "Authors": "Auteurs",
  356. "License:": "Licence :",
  357. "Attachments": "Pièces jointes",
  358. "Download": "Télécharger",
  359. "Invalid username or password.": "Mauvais identifiant ou mot de passe.",
  360. "Never": "Jamais",
  361. "Unable to execute request: %v": "Impossible d'exécuter cette requête: %v",
  362. "Last Parsing Error": "Dernière erreur d'analyse",
  363. "There is a problem with this feed": "Il y a un problème avec cet abonnement",
  364. "Unable to parse OPML file: %q": "Impossible de lire ce fichier OPML : %q",
  365. "Unable to parse RSS feed: %q": "Impossible de lire ce flux RSS : %q",
  366. "Unable to parse Atom feed: %q": "Impossible de lire ce flux Atom : %q",
  367. "Unable to parse JSON feed: %q": "Impossible de lire ce flux JSON : %q",
  368. "Unable to parse RDF feed: %q": "Impossible de lire ce flux RDF : %q",
  369. "Unable to normalize encoding: %q": "Impossible de normaliser l'encodage : %q",
  370. "Unable to create this category.": "Impossible de créer cette catégorie.",
  371. "yes": "oui",
  372. "no": "non",
  373. "Are you sure?": "Êtes-vous sûr ?",
  374. "Work in progress...": "Travail en cours...",
  375. "This user already exists.": "Cet utilisateur existe déjà.",
  376. "This category already exists.": "Cette catégorie existe déjà.",
  377. "Unable to update this category.": "Impossible de mettre à jour cette catégorie.",
  378. "Integrations": "Intégrations",
  379. "Bookmarklet": "Bookmarklet",
  380. "Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
  381. "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.",
  382. "Add to Miniflux": "Ajouter à Miniflux",
  383. "Refresh all feeds in background": "Actualiser les abonnements en arrière-plan",
  384. "Sign in with Google": "Se connecter avec Google",
  385. "Unlink my Google account": "Dissocier mon compte Google",
  386. "Link my Google account": "Associer mon compte Google",
  387. "Category not found for this user": "Cette catégorie n'existe pas pour cet utilisateur",
  388. "Invalid theme.": "Le thème est invalide.",
  389. "Entry Sorting": "Ordre des éléments",
  390. "Older entries first": "Ancien éléments en premier",
  391. "Recent entries first": "Éléments récents en premier",
  392. "Saving...": "Enregistrement...",
  393. "Done!": "Terminé !",
  394. "Save this article": "Sauvegarder cet article",
  395. "Mark bookmark as unread": "Marquer le lien comme non lu",
  396. "Pinboard Tags": "Libellés de Pinboard",
  397. "Pinboard API Token": "Jeton de sécurité de l'API de Pinboard",
  398. "Save articles to Pinboard": "Sauvegarder les articles vers Pinboard",
  399. "Save articles to Instapaper": "Sauvegarder les articles vers Instapaper",
  400. "Instapaper Username": "Nom d'utilisateur Instapaper",
  401. "Instapaper Password": "Mot de passe Instapaper",
  402. "Activate Fever API": "Activer l'API de Fever",
  403. "Fever Username": "Nom d'utilisateur pour l'API de Fever",
  404. "Fever Password": "Mot de passe pour l'API de Fever",
  405. "Fetch original content": "Récupérer le contenu original",
  406. "Scraper Rules": "Règles pour récupérer le contenu original",
  407. "Rewrite Rules": "Règles de réécriture",
  408. "Preferences saved!": "Préférences sauvegardées !",
  409. "Your external account is now linked!": "Votre compte externe est maintenant associé !",
  410. "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag",
  411. "Wallabag API Endpoint": "URL de l'API de Wallabag",
  412. "Wallabag Client ID": "Identifiant du client Wallabag",
  413. "Wallabag Client Secret": "Clé secrète du client Wallabag",
  414. "Wallabag Username": "Nom d'utilisateur de Wallabag",
  415. "Wallabag Password": "Mot de passe de Wallabag",
  416. "Save articles to Nunux Keeper": "Sauvegarder les articles vers Nunux Keeper",
  417. "Nunux Keeper API Endpoint": "URL de l'API de Nunux Keeper",
  418. "Nunux Keeper API key": "Clé d'API de Nunux Keeper",
  419. "Keyboard Shortcut: %s": "Raccourci clavier : %s",
  420. "Favorites": "Favoris",
  421. "Star": "Favoris",
  422. "Unstar": "Enlever favoris",
  423. "Starred": "Favoris",
  424. "There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment.",
  425. "Last checked:": "Dernière vérification :",
  426. "ETag header:": "En-tête ETag :",
  427. "LastModified header:": "En-tête LastModified :",
  428. "None": "Aucun/Aucune",
  429. "Keyboard Shortcuts": "Raccourcis clavier",
  430. "Sections Navigation": "Naviguation entre les sections",
  431. "Go to unread": "Aller aux éléments non lus",
  432. "Go to bookmarks": "Aller aux favoris",
  433. "Go to history": "Voir l'historique",
  434. "Go to feeds": "Voir les abonnements",
  435. "Go to categories": "Voir les catégories",
  436. "Go to settings": "Voir les réglages",
  437. "Show keyboard shortcuts": "Voir les raccourcis clavier",
  438. "Items Navigation": "Naviguation entre les éléments",
  439. "Go to previous item": "Élément précédent",
  440. "Go to next item": "Élément suivant",
  441. "Pages Navigation": "Naviguation entre les pages",
  442. "Go to previous page": "Page précédente",
  443. "Go to next page": "Page suivante",
  444. "Open selected item": "Ouvrir élément sélectionné",
  445. "Open original link": "Ouvrir lien original",
  446. "Toggle read/unread": "Basculer entre lu/non lu",
  447. "Mark current page as read": "Marquer la page actuelle comme lu",
  448. "Download original content": "Télécharger le contenu original",
  449. "Toggle bookmark": "Ajouter/Enlever favoris",
  450. "Close modal dialog": "Fermer la boite de dialogue",
  451. "Save article": "Sauvegarder l'article",
  452. "There is already someone associated with this provider!": "Il y a déjà quelqu'un d'associé avec ce provider !",
  453. "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 !",
  454. "Mark all as read": "Tout marquer comme lu",
  455. "This feed is empty": "Cet abonnement est vide",
  456. "Flush history": "Supprimer l'historique",
  457. "Site URL": "URL du site web",
  458. "Feed URL": "URL du flux",
  459. "Logged as %s": "Connecté en tant que %s",
  460. "Unread Items": "Éléments non lus",
  461. "Change entry status": "Changer le statut de l'élément",
  462. "Read": "Lu",
  463. "Fever API endpoint:": "Point de terminaison de l'API Fever :",
  464. "Miniflux API": "API de Miniflux",
  465. "API Endpoint": "Point de terminaison de l'API",
  466. "Your account password": "Le mot de passe de votre compte",
  467. "This web page is empty": "Cette page web est vide",
  468. "Invalid SSL certificate (original error: %q)": "Certificat SSL invalide (erreur originale : %q)",
  469. "This website is temporarily unreachable (original error: %q)": "Ce site web est temporairement injoignable (erreur originale : %q)",
  470. "This website is permanently unreachable (original error: %q)": "Ce site web n'est pas joignable de façon permanente (erreur originale : %q)",
  471. "Website unreachable, the request timed out after %d seconds": "Site web injoignable, la requête à échouée après %d secondes",
  472. "Comments": "Commentaires",
  473. "View Comments": "Voir les commentaires",
  474. "This file is empty": "Ce fichier est vide",
  475. "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !",
  476. "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite.",
  477. "Save articles to Pocket": "Sauvegarder les articles vers Pocket",
  478. "Connect your Pocket account": "Connectez votre compte Pocket",
  479. "Pocket Consumer Key": "« Pocket Consumer Key »",
  480. "Pocket Access Token": "« Pocket Access Token »",
  481. "Your Pocket account is now linked!": "Votre compte Pocket est maintenant connecté !",
  482. "Unable to fetch access token from Pocket!": "Impossible de récupérer le jeton d'accès depuis Pocket !",
  483. "Unable to fetch request token from Pocket!": "Impossible de récupérer le jeton d'accès depuis Pocket !",
  484. "Advanced Options": "Options avancées",
  485. "Feed Username": "Nom d'utilisateur du flux",
  486. "Feed Password": "Mot de passe du flux",
  487. "You are not authorized to access this resource (invalid username/password)": "Vous n'êtes pas autorisé à accéder à cette ressource (nom d'utilisateur / mot de passe incorrect)",
  488. "Unable to fetch this resource (Status Code = %d)": "Impossible de récupérer cette ressource (code=%d)",
  489. "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Page introuvable (404), cet abonnement n'existe plus, vérifiez l'adresse du flux"
  490. }
  491. `,
  492. "nl_NL": `{
  493. "plural.feed.error_count": [
  494. "%d error",
  495. "%d errors"
  496. ],
  497. "plural.categories.feed_count": [
  498. "Er is %d feed.",
  499. "Er zijn %d feeds."
  500. ],
  501. "Username": "Gebruikersnaam",
  502. "Password": "Wachtwoord",
  503. "Unread": "Ongelezen",
  504. "History": "Geschiedenis",
  505. "Feeds": "Feeds",
  506. "Categories": "Categorieën",
  507. "Settings": "Instellingen",
  508. "Logout": "Uitloggen",
  509. "Next": "Volgende",
  510. "Previous": "Vorige",
  511. "New Subscription": "Nieuwe feed",
  512. "Import": "Importeren",
  513. "Export": "Exporteren",
  514. "There is no category. You must have at least one category.": "Er zijn geen categorieën. Je moet op zijn minst één caterogie hebben.",
  515. "URL": "URL",
  516. "Category": "Categorie",
  517. "Find a subscription": "Feed zoeken",
  518. "Loading...": "Laden...",
  519. "Create a category": "Categorie toevoegen",
  520. "There is no category.": "Er zijn geen categorieën.",
  521. "Edit": "Bewerken",
  522. "Remove": "Verwijderen",
  523. "No feed.": "Geen feeds.",
  524. "There is no article in this category.": "Deze categorie bevat geen feeds.",
  525. "Original": "Origineel",
  526. "Mark this page as read": "Markeer deze pagina als gelezen",
  527. "not yet": "in de toekomst",
  528. "just now": "minder dan een minuut geleden",
  529. "1 minute ago": "een minuut geleden",
  530. "%d minutes ago": "%d minuten geleden",
  531. "1 hour ago": "een uur geleden",
  532. "%d hours ago": "%d uur geleden",
  533. "yesterday": "gisteren",
  534. "%d days ago": "%d dagen geleden",
  535. "%d weeks ago": "%d weken geleden",
  536. "%d months ago": "%d maanden geleden",
  537. "%d years ago": "%d jaar geleden",
  538. "Date": "Datum",
  539. "IP Address": "IP-adres",
  540. "User Agent": "User-agent",
  541. "Actions": "Acties",
  542. "Current session": "Huidige sessie",
  543. "Sessions": "Sessies",
  544. "Users": "Gebruikers",
  545. "Add user": "Gebruiker toevoegen",
  546. "Choose a Subscription": "Feed kiezen",
  547. "Subscribe": "Abboneren",
  548. "New Category": "Nieuwe categorie",
  549. "Title": "Naam",
  550. "Save": "Opslaan",
  551. "or": "of",
  552. "cancel": "annuleren",
  553. "New User": "Nieuwe gebruiker",
  554. "Confirmation": "Bevestig wachtwoord",
  555. "Administrator": "Administrator",
  556. "Edit Category: %s": "Bewerken van categorie: %s",
  557. "Update": "Updaten",
  558. "Edit Feed: %s": "Bewerken van feed: %s",
  559. "There is no category!": "Er zijn geen categorieën!",
  560. "Edit user: %s": "Gebruiker aanpassen: %s",
  561. "There is no article for this feed.": "Er zijn geen artikelen in deze feed.",
  562. "Add subscription": "Feed toevoegen",
  563. "You don't have any subscription.": "Je hebt nog geen feeds geabboneerd staan.",
  564. "Last check:": "Laatste update:",
  565. "Refresh": "Vernieuwen",
  566. "There is no history at the moment.": "Geschiedenis is op dit moment leeg.",
  567. "OPML file": "OPML-bestand",
  568. "Sign In": "Inloggen",
  569. "Theme": "Skin",
  570. "Timezone": "Tijdzone",
  571. "Language": "Taal",
  572. "There is no unread article.": "Er zijn geen ongelezen artikelen.",
  573. "You are the only user.": "Je bent de enige gebruiker.",
  574. "Last Login": "Laatste login",
  575. "Yes": "Ja",
  576. "No": "Nee",
  577. "This feed already exists (%s)": "Deze feed bestaat al (%s)",
  578. "Unable to fetch feed (Status Code = %d)": "Kon feed niet update (code=%d)",
  579. "Unable to open this link: %v": "Kon link niet volgen: %v",
  580. "Unable to analyze this page: %v": "Kon pagina niet analyseren: %v",
  581. "Unable to find any subscription.": "Kon geen feeds vinden.",
  582. "The URL and the category are mandatory.": "The URL en de categorie zijn verplicht.",
  583. "All fields are mandatory.": "Alle velden moeten ingevuld zijn.",
  584. "Passwords are not the same.": "Wachtwoorden zijn niet hetzelfde.",
  585. "You must use at least 6 characters.": "Je moet minstens 6 tekens gebruiken.",
  586. "The username is mandatory.": "Gebruikersnaam is verplicht",
  587. "The username, theme, language and timezone fields are mandatory.": "Gebruikersnaam, skin, taal en tijdzone zijn verplicht.",
  588. "The title is mandatory.": "Naam van categorie is verplicht.",
  589. "About": "Over Miniflux",
  590. "Version": "Versie",
  591. "Version:": "Versie:",
  592. "Build Date:": "Datum build:",
  593. "Author:": "Auteur:",
  594. "Authors": "Auteurs",
  595. "License:": "Licentie:",
  596. "Attachments": "Bijlages",
  597. "Download": "Download",
  598. "Invalid username or password.": "Onjuiste gebruikersnaam of wachtwoord.",
  599. "Never": "Nooit",
  600. "Unable to execute request: %v": "Kon request niet uitvoeren: %v",
  601. "Last Parsing Error": "Laatste parse error",
  602. "There is a problem with this feed": "Er is een probleem met deze feed",
  603. "Unable to parse OPML file: %q": "Kon OPML niet parsen: %q",
  604. "Unable to parse RSS feed: %q": "Kon RSS-feed niet parsen: %q",
  605. "Unable to parse Atom feed: %q": "Kon Atom-feed niet parsen: %q",
  606. "Unable to parse JSON feed: %q": "Kon JSON-feed niet parsen: %q",
  607. "Unable to parse RDF feed: %q": "Kon RDF-feed niet parsen: %q",
  608. "Unable to normalize encoding: %q": "Kon encoding niet normaliseren: %q",
  609. "Unable to create this category.": "Kon categorie niet aanmaken.",
  610. "yes": "ja",
  611. "no": "nee",
  612. "Are you sure?": "Weet je het zeker?",
  613. "Work in progress...": "Bezig...",
  614. "This user already exists.": "Deze gebruiker bestaat al.",
  615. "This category already exists.": "Deze categorie bestaat al.",
  616. "Unable to update this category.": "Kon categorie niet updaten.",
  617. "Integrations": "Integraties",
  618. "Bookmarklet": "Bookmarklet",
  619. "Drag and drop this link to your bookmarks.": "Sleep deze link naar je bookmarks.",
  620. "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Gebruik deze link als bookmark in je browser om je direct te abboneren op een website.",
  621. "Add to Miniflux": "Toevoegen aan Miniflux",
  622. "Refresh all feeds in background": "Vernieuw alle feeds in de achtergrond",
  623. "Sign in with Google": "Inloggen via Google",
  624. "Unlink my Google account": "Ontkoppel mijn Google-account",
  625. "Link my Google account": "Koppel mijn Google-account",
  626. "Category not found for this user": "Categorie niet gevonden voor deze gebruiker",
  627. "Invalid theme.": "Ongeldige skin.",
  628. "Entry Sorting": "Volgorde van items",
  629. "Older entries first": "Oudere items eerst",
  630. "Recent entries first": "Recente items eerst",
  631. "Saving...": "Opslaag...",
  632. "Done!": "Klaar!",
  633. "Save this article": "Artikel opslaan",
  634. "Mark bookmark as unread": "Markeer bookmark als gelezen",
  635. "Pinboard Tags": "Pinboard tags",
  636. "Pinboard API Token": "Pinboard API token",
  637. "Save articles to Pinboard": "Artikelen opslaan naar Pinboard",
  638. "Save articles to Instapaper": "Artikelen opstaan naar Instapaper",
  639. "Instapaper Username": "Instapaper gebruikersnaam",
  640. "Instapaper Password": "Instapaper wachtwoord",
  641. "Activate Fever API": "Activeer Fever API",
  642. "Fever Username": "Fever gebruikersnaam",
  643. "Fever Password": "Fever wachtwoord",
  644. "Fetch original content": "Download originele content",
  645. "Scraper Rules": "Scraper regels",
  646. "Rewrite Rules": "Rewrite regels",
  647. "Preferences saved!": "Instellingen opgeslagen!",
  648. "Your external account is now linked!": "Jouw externe account is nu gekoppeld!",
  649. "Save articles to Wallabag": "Sauvegarder les articles vers Wallabag",
  650. "Wallabag API Endpoint": "Wallabag URL",
  651. "Wallabag Client ID": "Wallabag Client-ID",
  652. "Wallabag Client Secret": "Wallabag Client-Secret",
  653. "Wallabag Username": "Wallabag gebruikersnaam",
  654. "Wallabag Password": "Wallabag wachtwoord",
  655. "Save articles to Nunux Keeper": "Opslaan naar Nunux Keeper",
  656. "Nunux Keeper API Endpoint": "Nunux Keeper URL",
  657. "Nunux Keeper API key": "Nunux Keeper API-sleutel",
  658. "Keyboard Shortcut: %s": "Sneltoets: %s",
  659. "Favorites": "Favorieten",
  660. "Star": "Ster toevoegen",
  661. "Unstar": "Ster weghalen",
  662. "Starred": "Favorieten",
  663. "There is no bookmark at the moment.": "Er zijn op dit moment geen favorieten.",
  664. "Last checked:": "Laatste update:",
  665. "ETag header:": "ETAG-header:",
  666. "LastModified header:": "LastModified-header:",
  667. "None": "Geen",
  668. "Keyboard Shortcuts": "Sneltoetsen",
  669. "Sections Navigation": "Naviguatie tussen menu's",
  670. "Go to unread": "Ga naar ongelezen",
  671. "Go to bookmarks": "Ga naar favorieten",
  672. "Go to history": "Ga naar geschiedenis",
  673. "Go to feeds": "Ga naar feeds",
  674. "Go to categories": "Ga naar categorieën",
  675. "Go to settings": "Ga naar instellingen",
  676. "Show keyboard shortcuts": "Laat sneltoetsen zien",
  677. "Items Navigation": "Navigatie tussen items",
  678. "Go to previous item": "Vorige item",
  679. "Go to next item": "Volgende item",
  680. "Pages Navigation": "Naviguatie tussen pagina's",
  681. "Go to previous page": "Vorige pagina",
  682. "Go to next page": "Volgende pagina",
  683. "Open selected item": "Open geselecteerde link",
  684. "Open original link": "Open originele link",
  685. "Toggle read/unread": "Markeer gelezen/ongelezen",
  686. "Mark current page as read": "Markeer deze pagina als gelezen",
  687. "Download original content": "Download originele content",
  688. "Toggle bookmark": "Ster toevoegen/weghalen",
  689. "Close modal dialog": "Sluit dialoogscherm",
  690. "Save article": "Artikel opslaan",
  691. "There is already someone associated with this provider!": "Er is al iemand geregistreerd met deze provider!",
  692. "There is already someone else with the same Fever username!": "Er is al iemand met dezelfde Fever gebruikersnaam!",
  693. "Mark all as read": "Markeer alle items als gelezen",
  694. "This feed is empty": "Deze feed is leeg",
  695. "Flush history": "Verwijder geschiedenis",
  696. "Site URL": "Website URL",
  697. "Feed URL": "Feed URL",
  698. "Logged as %s": "Ingelogd als %s",
  699. "Unread Items": "Ongelezen items",
  700. "Change entry status": "Verander status van item",
  701. "Read": "Gelezen",
  702. "Fever API endpoint:": "Fever URL:",
  703. "Miniflux API": "Miniflux API",
  704. "API Endpoint": "API-URL",
  705. "Your account password": "Wachtwoord van jouw account",
  706. "This web page is empty": "Deze webpagina is leeg",
  707. "Invalid SSL certificate (original error: %q)": "Ongeldig SSL-certificaat (originele error: %q)",
  708. "This website is temporarily unreachable (original error: %q)": "Deze website is tijdelijk onbereikbaar (originele error: %q)",
  709. "This website is permanently unreachable (original error: %q)": "Deze website is permanent onbereikbaar (originele error: %q)",
  710. "Website unreachable, the request timed out after %d seconds": "Website onbereikbaar, de request gaf een timeout na %d seconden"
  711. }
  712. `,
  713. "pl_PL": `{
  714. "plural.feed.error_count": [
  715. "%d błąd",
  716. "%d błąd",
  717. "%d błędów"
  718. ],
  719. "plural.categories.feed_count": [
  720. "Jest %d kanał.",
  721. "Są %d kanały.",
  722. "Jest %d kanałów."
  723. ],
  724. "Username": "Nazwa użytkownika",
  725. "Password": "Hasło",
  726. "Unread": "Nieprzeczytane",
  727. "History": "Historia",
  728. "Feeds": "Kanały",
  729. "Categories": "Kategorie",
  730. "Settings": "Ustawienia",
  731. "Logout": "Wyloguj się",
  732. "Next": "Następny",
  733. "Previous": "Poprzedni",
  734. "New Subscription": "Nowa subskrypcja",
  735. "Import": "Importuj",
  736. "Export": "Eksportuj",
  737. "There is no category. You must have at least one category.": "Nie ma żadnej kategorii. Musisz mieć co najmniej jedną kategorię",
  738. "URL": "URL",
  739. "Category": "Kategoria",
  740. "Find a subscription": "Znajdź subskrypcję",
  741. "Loading...": "Ładowanie...",
  742. "Create a category": "Utwórz kategorię",
  743. "There is no category.": "Nie masz żadnej kategorii",
  744. "Edit": "Edytuj",
  745. "Remove": "Usuń",
  746. "No feed.": "Brak kanałów.",
  747. "There is no article in this category.": "W tej kategorii nie ma żadnych artykułów",
  748. "Original": "Oryginalny artykuł",
  749. "Mark this page as read": "Oznacz jako przeczytane",
  750. "not yet": "jeszcze nie",
  751. "just now": "przed chwilą",
  752. "1 minute ago": "minutę temu",
  753. "%d minutes ago": "%d minut temu",
  754. "1 hour ago": "godzinę temu",
  755. "%d hours ago": "%d godzin temu",
  756. "yesterday": "wczoraj",
  757. "%d days ago": "%d dni temu",
  758. "%d weeks ago": "%d tygodni temu",
  759. "%d months ago": "%d miesięcy temu",
  760. "%d years ago": "%d lat temu",
  761. "Date": "Data",
  762. "IP Address": "Adres IP",
  763. "User Agent": "User Agent",
  764. "Actions": "Działania",
  765. "Current session": "Bieżąca sesja",
  766. "Sessions": "Sesje",
  767. "Users": "Użytkownicy",
  768. "Add user": "Dodaj użytkownika",
  769. "Choose a Subscription": "Wybierz subskrypcję",
  770. "Subscribe": "Subskrypcja",
  771. "New Category": "Nowa kategoria",
  772. "Title": "Tytuł",
  773. "Save": "Zapisz",
  774. "or": "lub",
  775. "cancel": "anuluj",
  776. "New User": "Nowy użytkownik",
  777. "Confirmation": "Potwierdź",
  778. "Administrator": "Administrator",
  779. "Edit Category: %s": "Edycja Kategorii: %s",
  780. "Update": "Zaktualizuj",
  781. "Edit Feed: %s": "Edytuj kanał: %s",
  782. "There is no category!": "Nie ma żadnej kategorii!",
  783. "Edit user: %s": "Edytuj użytkownika: %s",
  784. "There is no article for this feed.": "Nie ma artykułu dla tego kanału.",
  785. "Add subscription": "Dodaj subskrypcję",
  786. "You don't have any subscription.": "Nie masz żadnej subskrypcji",
  787. "Last check:": "Ostatnia aktualizacja:",
  788. "Refresh": "Odśwież",
  789. "There is no history at the moment.": "Obecnie nie ma żadnej historii.",
  790. "OPML file": "Plik OPML",
  791. "Sign In": "Zaloguj się",
  792. "Sign in": "Zaloguj się",
  793. "Theme": "Wygląd",
  794. "Timezone": "Strefa czasowa",
  795. "Language": "Język",
  796. "There is no unread article.": "Nie ma żadnych nieprzeczytanych artykułów.",
  797. "You are the only user.": "Jesteś jedynym użytkownikiem.",
  798. "Last Login": "Ostatnie logowanie",
  799. "Yes": "Tak",
  800. "No": "Nie",
  801. "This feed already exists (%s)": "Ten kanał już istnieje (%s)",
  802. "Unable to fetch feed (Status Code = %d)": "Kanał nie mógł zostać pobrany (kod=%d)",
  803. "Unable to open this link: %v": "Nie można było otworzyć tego linku: %v",
  804. "Unable to analyze this page: %v": "Nie można przeanalizować tej strony: %v",
  805. "Unable to find any subscription.": "Nie znaleziono żadnych subskrypcji.",
  806. "The URL and the category are mandatory.": "URL i kategoria są obowiązkowe.",
  807. "All fields are mandatory.": "Wszystkie pola są obowiązkowe.",
  808. "Passwords are not the same.": "Hasła nie są identyczne.",
  809. "You must use at least 6 characters.": "Musisz użyć co najmniej 6 znaków.",
  810. "The username is mandatory.": "Nazwa użytkownika jest obowiązkowa.",
  811. "The username, theme, language and timezone fields are mandatory.": "Pola nazwy użytkownika, tematu, języka i strefy czasowej są obowiązkowe.",
  812. "The title is mandatory.": "Tytuł jest obowiązkowy.",
  813. "About": "O stronie",
  814. "Version": "Wersja",
  815. "Version:": "Wersja :",
  816. "Build Date:": "Data opracowania:",
  817. "Author:": "Autor:",
  818. "Authors": "Autorzy",
  819. "License:": "Licencja:",
  820. "Attachments": "Załączniki",
  821. "Download": "Pobierz",
  822. "Invalid username or password.": "Nieprawidłowa nazwa użytkownika lub hasło.",
  823. "Never": "Nigdy",
  824. "Unable to execute request: %v": "To polecenie nie mogło zostać wykonane: %v",
  825. "Last Parsing Error": "Ostatni błąd analizy",
  826. "There is a problem with this feed": "Z tym kanałem jest problem",
  827. "Unable to parse OPML file: %q": "Plik OPML nie mógł zostać odczytany: %q",
  828. "Unable to parse RSS feed: %q": "Nie można było odczytać kanału RSS: %q",
  829. "Unable to parse Atom feed: %q": "Nie można było odczytać kanału Atom: %q",
  830. "Unable to parse JSON feed: %q": "Nie można było odczytać kanału JSON: %q",
  831. "Unable to parse RDF feed: %q": "Nie można było odczytać kanału RDF: %q",
  832. "Unable to normalize encoding: %q": "Kodowanie znaków nie mogło zostać znormalizowane: %q",
  833. "Unable to create this category.": "Ta kategoria nie mogła zostać utworzona.",
  834. "yes": "tak",
  835. "no": "nie",
  836. "Are you sure?": "Czy jesteś pewny?",
  837. "Work in progress...": "W toku...",
  838. "This user already exists.": "Ten użytkownik już istnieje.",
  839. "This category already exists.": "Ta kategoria już istnieje.",
  840. "Unable to update this category.": "Ta kategoria nie mogła zostać zaktualizowana.",
  841. "Integrations": "Usługi",
  842. "Bookmarklet": "Bookmarklet",
  843. "Drag and drop this link to your bookmarks.": "Przeciągnij i upuść to łącze do zakładek.",
  844. "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",
  845. "Add to Miniflux": "Dodaj do Miniflux",
  846. "Refresh all feeds in background": "Odśwież wszystkie subskrypcje w tle",
  847. "Sign in with Google": "Zaloguj przez Google",
  848. "Unlink my Google account": "Odłącz moje konto Google",
  849. "Link my Google account": "Połącz z moim kontem Google",
  850. "Category not found for this user": "Kategoria nie znaleziona dla tego użytkownika",
  851. "Invalid theme.": "Ten temat jest nieprawidłowy.",
  852. "Entry Sorting": "Sortowanie artykułów",
  853. "Older entries first": "Najstarsze wpisy jako pierwsze",
  854. "Recent entries first": "Najnowsze wpisy jako pierwsze",
  855. "Saving...": "Zapisywanie...",
  856. "Done!": "Gotowe!",
  857. "Save this article": "Zapisz ten artykuł",
  858. "Mark bookmark as unread": "Zaznacz zakładkę jako nieprzeczytaną",
  859. "Pinboard Tags": "Pinboard Tags",
  860. "Pinboard API Token": "Token Pinboard API",
  861. "Save articles to Pinboard": "Zapisz artykuł w Pinboard",
  862. "Save articles to Instapaper": "Zapisz artykuł w Instapaper",
  863. "Instapaper Username": "Login do Instapaper",
  864. "Instapaper Password": "Hasło do Instapaper",
  865. "Activate Fever API": "Aktywuj Fever API",
  866. "Fever Username": "Login do Fever",
  867. "Fever Password": "Hasło do Fever",
  868. "Fetch original content": "Pobierz oryginalną treść",
  869. "Scraper Rules": "Zasady ekstrakcji",
  870. "Rewrite Rules": "Reguły zapisu",
  871. "Preferences saved!": "Ustawienia zapisane!",
  872. "Your external account is now linked!": "Twoje zewnętrzne konto jest teraz połączone!",
  873. "Save articles to Wallabag": "Zapisz artykuły do Wallabag",
  874. "Wallabag API Endpoint": "Wallabag URL",
  875. "Wallabag Client ID": "Wallabag Client-ID",
  876. "Wallabag Client Secret": "Wallabag Client Secret",
  877. "Wallabag Username": "Login do Wallabag",
  878. "Wallabag Password": "Hasło do Wallabag",
  879. "Save articles to Nunux Keeper": "Zapisz artykuly do Nunux Keeper",
  880. "Nunux Keeper API Endpoint": "Nunux Keeper URL",
  881. "Nunux Keeper API key": "Nunux Keeper API key",
  882. "Keyboard Shortcut: %s": "Skróty klawiszowe: %s",
  883. "Favorites": "Ulubione",
  884. "Star": "Oznacz gwiazdką",
  885. "Unstar": "Usuń gwiazdkę",
  886. "Starred": "Oznaczone gwiazdką",
  887. "There is no bookmark at the moment.": "Obecnie nie ma żadnych zakładek.",
  888. "Last checked:": "Ostatnio sprawdzone:",
  889. "ETag header:": "Nagłówek ETag:",
  890. "LastModified header:": "Ostatnio zmienione:",
  891. "None": "Brak",
  892. "Keyboard Shortcuts": "Skróty klawiszowe",
  893. "Sections Navigation": "Nawigacja między punktami menu",
  894. "Go to unread": "Przejdź do nieprzeczytanych artykułów",
  895. "Go to bookmarks": "Przejdź do zakładek",
  896. "Go to history": "Przejdź do historii",
  897. "Go to feeds": "Przejdź do kanałów",
  898. "Go to categories": "Przejdź do kategorii",
  899. "Go to settings": "Przejdź do ustawień",
  900. "Show keyboard shortcuts": "Pokaż listę skrótów klawiszowych",
  901. "Items Navigation": "Nawigacja między artykułami",
  902. "Go to previous item": "Przejdź do poprzedniego artykułu",
  903. "Go to next item": "Przejdź do następnego punktu artykułu",
  904. "Pages Navigation": "Nawigacja między stronami",
  905. "Go to previous page": "Przejdź do poprzedniej strony",
  906. "Go to next page": "Przejdź do następnej strony",
  907. "Open selected item": "Otwórz zaznaczony artykuł",
  908. "Open original link": "Otwórz oryginalny artykuł",
  909. "Toggle read/unread": "Oznacz jako przeczytane/nieprzeczytane",
  910. "Mark current page as read": "Zaznacz aktualną stronę jako przeczytaną",
  911. "Download original content": "Pobierz oryginalną zawartość",
  912. "Toggle bookmark": "Dodaj/usuń zakładki",
  913. "Close modal dialog": "Zamknij listę skrótów klawiszowych",
  914. "Save article": "Zapisz artykuł",
  915. "There is already someone associated with this provider!": "Już ktoś jest powiązany z tym dostawcą!",
  916. "There is already someone else with the same Fever username!": "Już ktoś inny używa tej nazwy użytkownika Fever!",
  917. "Mark all as read": "Oznacz wszystko jako przeczytane",
  918. "This feed is empty": "Ten kanał jest pusty",
  919. "Flush history": "Usuń historię",
  920. "Site URL": "URL strony",
  921. "Feed URL": "URL kanału",
  922. "Logged as %s": "Zalogowany jako %s",
  923. "Unread Items": "Nieprzeczytane",
  924. "Change entry status": "Zmień status artykułu",
  925. "Read": "Przeczytane",
  926. "Fever API endpoint:": "Fever API endpoint:",
  927. "Miniflux API": "Miniflux API",
  928. "API Endpoint": "API endpoint",
  929. "Your account password": "Hasło konta",
  930. "This web page is empty": "Ta strona jest pusta",
  931. "Invalid SSL certificate (original error: %q)": "Certyfikat SSL jest nieprawidłowy (błąd: %q)",
  932. "This website is temporarily unreachable (original error: %q)": "Ta strona jest tymczasowo niedostępna (błąd: %q)",
  933. "This website is permanently unreachable (original error: %q)": "Ta strona jest niedostępna (błąd: %q)",
  934. "Website unreachable, the request timed out after %d seconds": "Strona internetowa nieosiągalna, żądanie wygasło po %d sekundach"
  935. }
  936. `,
  937. "zh_CN": `{
  938. "plural.feed.error_count": [
  939. "%d 错误",
  940. "%d 错误"
  941. ],
  942. "plural.categories.feed_count": [
  943. "有 %d 个源.",
  944. "有 %d 个源."
  945. ],
  946. "Username": "用户名",
  947. "Password": "密码",
  948. "Unread": "未读",
  949. "History": "历史",
  950. "Feeds": "源",
  951. "Categories": "分类",
  952. "Settings": "设置",
  953. "Logout": "登出",
  954. "Next": "下一页",
  955. "Previous": "上一页",
  956. "New Subscription": "新订阅",
  957. "Import": "导入",
  958. "Export": "导出",
  959. "There is no category. You must have at least one category.": "目前没有分类.需要有一个已有的分类存在.",
  960. "URL": "URL",
  961. "Category": "分类",
  962. "Find a subscription": "寻找订阅",
  963. "Loading...": "载入中...",
  964. "Create a category": "新建分类",
  965. "There is no category.": "目前没有分类.",
  966. "Edit": "编辑",
  967. "Remove": "删除",
  968. "No feed.": "没有源.",
  969. "There is no article in this category.": "该分类下没有文章.",
  970. "Original": "原始链接",
  971. "Mark this page as read": "标记为已读",
  972. "not yet": "尚未",
  973. "just now": "刚刚",
  974. "1 minute ago": "1 分钟前",
  975. "%d minutes ago": "%d 分钟前",
  976. "1 hour ago": "1 小时前",
  977. "%d hours ago": "%d 小时前",
  978. "yesterday": "昨天",
  979. "%d days ago": "%d 天前",
  980. "%d weeks ago": "%d 周前",
  981. "%d months ago": "%d 月前",
  982. "%d years ago": "%d 年前",
  983. "Date": "日期",
  984. "IP Address": "IP地址",
  985. "User Agent": "User Agent",
  986. "Actions": "操作",
  987. "Current session": "当前会话",
  988. "Sessions": "会话",
  989. "Users": "用户",
  990. "Add user": "新建用户",
  991. "Choose a Subscription": "选择一个订阅",
  992. "Subscribe": "订阅",
  993. "New Category": "新分类",
  994. "Title": "标题",
  995. "Save": "保存",
  996. "or": "或",
  997. "cancel": "取消",
  998. "New User": "新用户",
  999. "Confirmation": "确认",
  1000. "Administrator": "管理员",
  1001. "Edit Category: %s": "编辑分类 : %s",
  1002. "Update": "更新",
  1003. "Edit Feed: %s": "编辑源 : %s",
  1004. "There is no category!": "没有分类!",
  1005. "Edit user: %s": "编辑用户: %s",
  1006. "There is no article for this feed.": "这个源中没有文章.",
  1007. "Add subscription": "新增订阅",
  1008. "You don't have any subscription.": "当前没有订阅",
  1009. "Last check:": "最后检查时间:",
  1010. "Refresh": "更新",
  1011. "There is no history at the moment.": "当前没有历史.",
  1012. "OPML file": "OPML 文件",
  1013. "Sign In": "登陆",
  1014. "Sign in": "登陆",
  1015. "Theme": "主题",
  1016. "Timezone": "时区",
  1017. "Language": "语言",
  1018. "There is no unread article.": "目前没有未读文章.",
  1019. "You are the only user.": "你是目前仅有的用户.",
  1020. "Last Login": "最后登录时间",
  1021. "Yes": "是",
  1022. "No": "否",
  1023. "This feed already exists (%s)": "源已存在 (%s)",
  1024. "Unable to fetch feed (Status Code = %d)": "无法获取源 (错误代码=%d)",
  1025. "Unable to open this link: %v": "无法打开这一链接: %v",
  1026. "Unable to analyze this page: %v": "无法分析这一页面: %v",
  1027. "Unable to find any subscription.": "找不到任何订阅.",
  1028. "The URL and the category are mandatory.": "必须填写URL和分类.",
  1029. "All fields are mandatory.": "必须填写全部信息.",
  1030. "Passwords are not the same.": "两次输入的密码不同.",
  1031. "You must use at least 6 characters.": "请至少使用6个字符.",
  1032. "The username is mandatory.": "必须填写用户名.",
  1033. "The username, theme, language and timezone fields are mandatory.": "必须填写用户名,主题,语言和时区.",
  1034. "The title is mandatory.": "必须填写标题.",
  1035. "About": "关于",
  1036. "Version": "版本",
  1037. "Version:": "版本:",
  1038. "Build Date:": "构建日期:",
  1039. "Author:": "作者:",
  1040. "Authors": "作者",
  1041. "License:": "协议:",
  1042. "Attachments": "附件",
  1043. "Download": "下载",
  1044. "Invalid username or password.": "用户名或密码无效.",
  1045. "Never": "永不",
  1046. "Unable to execute request: %v": "无法执行这一请求: %v",
  1047. "Last Parsing Error": "最后一次解析错误",
  1048. "There is a problem with this feed": "这一源存在问题",
  1049. "Unable to parse OPML file: %q": "无法解析OPML文件: %q",
  1050. "Unable to parse RSS feed: %q": "无法解析RSS源: %q",
  1051. "Unable to parse Atom feed: %q": "无法解析Atom源: %q",
  1052. "Unable to parse JSON feed: %q": "无法解析JSON源: %q",
  1053. "Unable to parse RDF feed: %q": "无法解析RDF源: %q",
  1054. "Unable to normalize encoding: %q": "无法正则化编码: %q",
  1055. "Unable to create this category.": "无法建立这个分类.",
  1056. "yes": "是",
  1057. "no": "否",
  1058. "Are you sure?": "您确认吗?",
  1059. "Work in progress...": "执行中...",
  1060. "This user already exists.": "用户已存在.",
  1061. "This category already exists.": "分类已存在.",
  1062. "Unable to update this category.": "无法更新该分类.",
  1063. "Integrations": "集成",
  1064. "Bookmarklet": "书签小应用",
  1065. "Drag and drop this link to your bookmarks.": "拖动这个链接到书签.",
  1066. "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "你可以打开这个特殊的书签来直接订阅网站.",
  1067. "Add to Miniflux": "新增到Miniflux",
  1068. "Refresh all feeds in background": "在后台更新全部源",
  1069. "Sign in with Google": "使用Google登陆",
  1070. "Unlink my Google account": "去除Google账号关联",
  1071. "Link my Google account": "关联我的Google账户",
  1072. "Category not found for this user": "未找到该用户的这一分类",
  1073. "Invalid theme.": "无效的主题.",
  1074. "Entry Sorting": "内容排序",
  1075. "Older entries first": "旧->新",
  1076. "Recent entries first": "新->旧",
  1077. "Saving...": "保存中",
  1078. "Done!": "完成!",
  1079. "Save this article": "保存这篇文章",
  1080. "Mark bookmark as unread": "标记为未读",
  1081. "Pinboard Tags": "Pinboard 标签",
  1082. "Pinboard API Token": "Pinboard API Token",
  1083. "Save articles to Pinboard": "保存文章到Pinboard",
  1084. "Save articles to Instapaper": "保存文章到Instapaper",
  1085. "Instapaper Username": "Instapaper 用户名",
  1086. "Instapaper Password": "Instapaper 密码",
  1087. "Activate Fever API": "启用 Fever API",
  1088. "Fever Username": "Fever 用户名",
  1089. "Fever Password": "Fever 密码",
  1090. "Fetch original content": "抓取原内容",
  1091. "Scraper Rules": "Scraper规则",
  1092. "Rewrite Rules": "重写规则",
  1093. "Preferences saved!": "偏好已存储!",
  1094. "Your external account is now linked!": "您的外部账号已关联!",
  1095. "Save articles to Wallabag": "保存文章到Wallabag",
  1096. "Wallabag API Endpoint": "Wallabag URL",
  1097. "Wallabag Client ID": "Wallabag 客户端ID",
  1098. "Wallabag Client Secret": "Wallabag 客户端Secret",
  1099. "Wallabag Username": "Wallabag 用户名",
  1100. "Wallabag Password": "Wallabag 密码",
  1101. "Save articles to Nunux Keeper": "保存文章到Nunux Keeper",
  1102. "Nunux Keeper API Endpoint": "Nunux Keeper API Endpoint",
  1103. "Nunux Keeper API key": "Nunux Keeper API key",
  1104. "Keyboard Shortcut: %s": "快捷键: %s",
  1105. "Favorites": "收藏",
  1106. "Star": "标记星标",
  1107. "Unstar": "去掉星标",
  1108. "Starred": "星标",
  1109. "There is no bookmark at the moment.": "当前没有书签.",
  1110. "Last checked:": "上次检查:",
  1111. "ETag header:": "ETag header:",
  1112. "LastModified header:": "最后修改的Header:",
  1113. "None": "无",
  1114. "Keyboard Shortcuts": "快捷键",
  1115. "Sections Navigation": "分区导航",
  1116. "Go to unread": "去往未读",
  1117. "Go to bookmarks": "去往书签",
  1118. "Go to history": "去往历史",
  1119. "Go to feeds": "去往源",
  1120. "Go to categories": "去往分类",
  1121. "Go to settings": "去往设定",
  1122. "Show keyboard shortcuts": "显示快捷键",
  1123. "Items Navigation": "条目导航",
  1124. "Go to previous item": "上一条目",
  1125. "Go to next item": "下一条目",
  1126. "Pages Navigation": "页面导航",
  1127. "Go to previous page": "上一页",
  1128. "Go to next page": "下一页",
  1129. "Open selected item": "打开选定的条目",
  1130. "Open original link": "打开原始链接",
  1131. "Toggle read/unread": "切换已读/未读状态",
  1132. "Mark current page as read": "标记当前",
  1133. "Download original content": "下载原始内容",
  1134. "Toggle bookmark": "切换收藏状态",
  1135. "Close modal dialog": "关闭模态对话窗口",
  1136. "Save article": "保存文章",
  1137. "There is already someone associated with this provider!": "该Provider已被关联!",
  1138. "There is already someone else with the same Fever username!": "Fever用户名已被占用!",
  1139. "Mark all as read": "全标记为已读",
  1140. "This feed is empty": "该源是空的",
  1141. "Flush history": "清理历史",
  1142. "Site URL": "站点URL",
  1143. "Feed URL": "源URL",
  1144. "Logged as %s": "当前登录 %s",
  1145. "Unread Items": "未读条目",
  1146. "Change entry status": "更改状态",
  1147. "Read": "标为已读",
  1148. "Fever API endpoint:": "Fever API Endpoint:",
  1149. "Miniflux API": "Miniflux API",
  1150. "API Endpoint": "API Endpoint",
  1151. "Your account password": "您账户的密码",
  1152. "This web page is empty": "该网页是空的",
  1153. "Invalid SSL certificate (original error: %q)": "无效的SSL证书 (原始错误: %q)",
  1154. "This website is temporarily unreachable (original error: %q)": "该网站暂时不可达 (原始错误: %q)",
  1155. "This website is permanently unreachable (original error: %q)": "该网站永久不可达 (原始错误: %q)",
  1156. "Website unreachable, the request timed out after %d seconds": "网站不可达, 请求已在 %d 秒后超时"
  1157. }
  1158. `,
  1159. }
  1160. var translationsChecksums = map[string]string{
  1161. "de_DE": "bbc822f9acd0033eca10ac025229d375c9509977d5ba47afacbfb5b597bbc24c",
  1162. "en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
  1163. "fr_FR": "7a451a1d09e051a847f554937e07a6af24b92f1da7f46da8c0ef2d4cc31bcec6",
  1164. "nl_NL": "bec647fdfb325a30050c50bdb9a29fee58b0705109d32c09b5ace77aa0777e7c",
  1165. "pl_PL": "2295f35a98c8f60cfc6bab241d26b224c06979cc9ca3740bb89c63c7596a0431",
  1166. "zh_CN": "f5fb0a9b7336c51e74d727a2fb294bab3514e3002376da7fd904e0d7caed1a1c",
  1167. }