1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Convert more languages

This commit is contained in:
Jeremy Benoist 2016-03-18 23:40:11 +01:00
parent 1381db4835
commit f92b5de7ac
14 changed files with 2851 additions and 1064 deletions

View file

@ -1,130 +1,417 @@
#Login security:
Keep me logged in: 'Forbliv logget ind' login:
Forgot your password?: 'Glemt adgangskoden?' # page_title: 'Welcome to wallabag!'
Login: 'Log ind' keep_logged_in: 'Forbliv logget ind'
Back to login: 'Tilbage til login' forgot_password: 'Glemt adgangskoden?'
Send: 'Send' submit: 'Log ind'
"Enter your email address below and we'll send you password reset instructions.": "Indtast din emailadresse nedenfor, så vil du modtage instrukser om at nulstille adgangskoden." # register: 'Register'
username: 'Brugernavn'
password: 'Adgangskode'
# cancel: 'Cancel'
resetting:
description: "Indtast din emailadresse nedenfor, så vil du modtage instrukser om at nulstille adgangskoden."
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'ulæst' left:
starred: 'favoritter' unread: 'Ulæst'
archive: 'arkiv' starred: 'Favoritter'
all: 'alle artikler' archive: 'Arkiv'
tags: 'tags' all_articles: 'Alle artikler'
config: 'Opsætning' config: 'Opsætning'
howto: 'how-to' tags: 'Tags'
logout: 'log ud' # internal_settings: 'Internal Settings'
Filtered: 'Filtreret' # import: 'Import'
About: 'Om' howto: 'KUow-to'
# developer: 'Developer'
logout: 'Log ud'
about: 'Om'
search: 'Søg'
# save_link: 'Save a link'
back_to_unread: 'Tilbage til de ulæste artikler'
top:
add_new_entry: 'Tilføj ny artikel'
search: 'Søg'
filter_entries: 'Filtrer artikler'
# export: 'Export'
search_form:
input_label: 'Indtast søgning'
# Header footer:
Back to unread articles: 'Tilbage til de ulæste artikler' wallabag:
Add a new entry: 'Tilføj ny artikel' # elsewhere: 'Take wallabag with you'
Search: 'Søg' # social: 'Social'
Filter entries: 'Filtrer artikler' # powered_by: 'powered by'
Enter your search here: 'Indtast søgning' about: 'Om'
Save new entry: 'Gem ny artikel'
# Config screen config:
Settings: 'Indstillinger' page_title: 'Opsætning'
User information: 'Brugeroplysninger' tab_menu:
Password: 'Adgangskode' settings: 'Indstillinger'
RSS: 'RSS' rss: 'RSS'
Add a user: 'Tilføj bruger' user_info: 'Brugeroplysninger'
Theme: 'Tema' password: 'Adgangskode'
Items per page: 'Poster pr. side' # rules: 'Tagging rules'
Language: 'Sprog' new_user: 'Tilføj bruger'
Save: 'Gem' form:
RSS token: 'RSS-Token' save: 'Gem'
Name: 'Navn' form_settings:
Email: 'Emailadresse' theme_label: 'Tema'
No token: 'Intet token' items_per_page_label: 'Poster pr. side'
Reset your token: 'Nulstil token' language_label: 'Sprog'
Create your token: 'Opret token' form_rss:
Rss limit: 'RSS-grænse' description: 'RSS-feeds fra wallabag gør det muligt at læse de artikler, der gemmes i wallabag, med din RSS-læser. Det kræver, at du genererer et token først.'
RSS links: 'RSS-Links' token_label: 'RSS-Token'
'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'RSS-feeds fra wallabag gør det muligt at læse de artikler, der gemmes i wallabag, med din RSS-læser. Det kræver, at du genererer et token først.' no_token: 'Intet token'
Old password: 'Gammel adgangskode' token_create: 'Opret token'
New password: 'Ny adgangskode' token_reset: 'Nulstil token'
Repeat new password: 'Gentag adgangskode' rss_links: 'RSS-Links'
Username: 'Brugernavn' rss_link:
unread: 'ulæst'
starred: 'favoritter'
archive: 'arkiv'
# rss_limit: 'Number of items in the feed'
form_user:
# two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion"
name_label: 'Navn'
email_label: 'Emailadresse'
# twoFactorAuthentication_label: 'Two factor authentication'
form_password:
old_password_label: 'Gammel adgangskode'
new_password_label: 'Ny adgangskode'
repeat_new_password_label: 'Gentag adgangskode'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
# delete_rule_label: 'delete'
# rule_label: 'Rule'
# tags_label: 'Tags'
# faq:
# title: 'FAQ'
# tagging_rules_definition_title: 'What does « tagging rules » mean?'
# tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.'
# how_to_use_them_title: 'How do I use them?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
# variables_available_title: 'Which variables and operators can I use to write rules?'
# variables_available_description: 'The following variables and operators can be used to create tagging rules:'
# meaning: 'Meaning'
# variable_description:
# label: 'Variable'
# title: 'Title of the entry'
# url: 'URL of the entry'
# isArchived: 'Whether the entry is archived or not'
# isStarred: 'Whether the entry is starred or not'
# content: "The entry's content"
# language: "The entry's language"
# mimetype: "The entry's mime-type"
# readingTime: "The estimated entry's reading time, in minutes"
# domainName: 'The domain name of the entry'
# operator_description:
# label: 'Operator'
# less_than: 'Less than...'
# strictly_less_than: 'Strictly less than...'
# greater_than: 'Greater than...'
# strictly_greater_than: 'Strictly greater than...'
# equal_to: 'Equal to...'
# not_equal_to: 'Not equal to...'
# or: 'One rule OR another'
# and: 'One rule AND another'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
form_new_user:
username_label: 'Brugernavn'
password_label: 'Adgangskode'
repeat_new_password_label: 'Gentag adgangskode'
plain_password_label: '????'
email_label: 'Emailadresse'
# Entries entry:
'estimated reading time': 'estimeret læsetid' page_titles:
original: original # unread: 'Unread entries'
Toggle mark as read: 'Marker som læst' # starred: 'Starred entries'
Toggle favorite: 'Skift favoritstatus' # archive: 'Archived entries'
Delete: 'Slet' # filtered: 'Filtered entries'
list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'estimeret læsetid'
reading_time_minutes: 'estimeret læsetid: %readingTime% min'
reading_time_less_one_minute: 'estimeret læsetid: <small class="inferieur">&lt;</small> 1 min'
original_article: 'original'
toogle_as_read: 'Marker som læst'
toogle_as_star: 'Skift favoritstatus'
delete: 'Slet'
# export_title: 'Export'
filters:
title: 'Filtre'
status_label: 'Status'
archived_label: 'Arkiveret'
starred_label: 'Favorit'
preview_picture_label: 'Har et vist billede'
preview_picture_help: 'Forhåndsvis billede'
language_label: 'Sprog'
reading_time:
label: 'Læsetid i minutter'
from: 'fra'
to: 'til'
domain_label: 'Domænenavn'
created_at:
label: 'Oprettelsesdato'
from: 'fra'
to: 'til'
action:
clear: 'Ryd'
filter: 'Filter'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'Tilbage'
set_as_read: 'Marker som læst'
# set_as_unread: 'Mark as unread'
set_as_favorite: 'Marker som favorit'
view_original_article: 'Originalartikel'
# re_fetch_content: 'Re-fetch content'
delete: 'Slet'
add_a_tag: 'Tliføj et tag'
share_content: 'Deling'
# share_email_label: 'Email'
download: 'Download'
# print: 'Print'
problem:
label: 'Problemer?'
description: 'Vises artiklen forkert?'
edit_title: 'Rediger titel'
original_article: 'original'
# annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
new:
page_title: 'Gem ny artikel'
placeholder: 'http://website.com'
form_new:
url_label: Url
edit:
# page_title: 'Edit an entry'
# title_label: 'Title'
url_label: 'Url'
# is_public_label: 'Public'
save_label: 'Gem'
# Filters about:
Filters: 'Filtre' page_title: 'Om'
Status: 'Status' top_menu:
Archived: 'Arkiveret' who_behind_wallabag: 'Hvem står bag wallabag'
Starred: 'Favorit' getting_help: 'Find hjælp'
Preview picture: 'Forhåndsvis billede' helping: 'Hjælp wallabag'
Has a preview picture: 'Har et vist billede' contributors: 'Bidragsydere'
Reading time in minutes: 'Læsetid i minutter' # third_party: 'Third-party libraries'
from: 'fra' who_behind_wallabag:
to: 'til' developped_by: 'Udviklet af'
website.com: 'website.com' website: 'Hjemmeside'
Domain name: 'Domænenavn' many_contributors: 'Og mange andre bidragsydere ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">på Github</a>'
Creation date: 'Oprettelsesdato' project_website: 'Projektets hjemmeside'
dd/mm/yyyy: 'dd.mm.åååå' license: 'Licens'
Clear: 'Ryd' version: 'Version'
Filter: 'Filter' getting_help:
documentation: 'Dokumentation'
bug_reports: 'Bugs'
support: '<a href="https://support.wallabag.org">På vor support-side</a> eller <a href="https://github.com/wallabag/wallabag/issues">på GitHub</a>'
helping:
description: 'wallabag er gratis og Open source. Du kan hjælpe os:'
by_contributing: 'ved at bidrage til projektet:'
by_contributing_2: 'et Github-issue fortæller om alt, hvad vi har brug for:'
by_paypal: 'via Paypal'
contributors:
# description: 'Thank you to contributors on wallabag web application'
third_party:
# description: 'Here are the list of third-party libraries used in wallabag (with their licenses):'
# package: 'Package'
license: 'Licens'
# About howto:
Who is behind wallabag: "hvem står bag wallabag" page_title: 'How-to'
Getting help: "Find hjælp" # page_description: 'There are several ways to save an article:'
Helping wallabag: "hjælp wallabag" top_menu:
Developed by: "Udviklet af" browser_addons: 'Browserudvidelser'
website: "Hjemmeside" mobile_apps: 'Apps'
And many others contributors ♥: "Og mange andre bidragsydere ♥" bookmarklet: 'Bookmarklet'
on GitHub: "på GitHub" form:
Project website: "Projektets hjemmeside" description: 'Tak gennem denne formular'
License: "Licens" browser_addons:
Version: "Version" firefox: 'Standardudvidelse til Firefox'
Documentation: "Dokumentation" chrome: 'Chrome-udvidelse'
Bug reports: "Bugs" mobile_apps:
On our support website: "På vor support-side" android:
or: "eller" via_f_droid: 'via F-Droid'
"wallabag is free and opensource. You can help us:": "wallabag er gratis og Open source. Du kan hjælpe os:" via_google_play: 'via Google Play'
"by contributing to the project:": "ved at bidrage til projektet:" # ios: 'on the iTunes Store'
an issue lists all our needs: "et Github-issue fortæller om alt, hvad vi har brug for:" # windows: 'on the Microsoft Store'
via Paypal: "via PayPal" bookmarklet:
description: 'Træk dette link til din bogmærkeliste:'
# Howto quickstart:
Form: Formular # page_title: 'Quickstart'
Thanks to this form: "Tak gennem denne formular" # intro:
Browser addons: "Browserudvidelser" # title: 'Welcome to wallabag!'
Mobile apps: "Apps" # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you."
Bookmarklet: "Bookmarklet" # paragraph_2: 'Follow us!'
Standard Firefox Add-On: "Standardudvidelse til Firefox" # configure:
Chrome Extension: "Chrome-udvidelse" # title: 'Configure the application'
download the application: "Download" # language: 'Change language and design'
"Drag &amp; drop this link to your bookmarks bar:": "Træk dette link til din bogmærkeliste:" # rss: 'Enable RSS feeds'
# tagging_rules: 'Write rules to automatically tag your articles'
# admin:
# title: 'Administration'
# description: 'As an administrator, you have privileges on wallabag. You can:'
# new_user: 'Create a new user'
# analytics: 'Configure analytics'
# sharing: 'Enable some parameters about article sharing'
# export: 'Configure export'
# import: 'Configure import'
# first_steps:
# title: 'First steps'
# new_article: 'Save your first article'
# unread_articles: 'And classify it!'
# migrate:
# title: 'Migrate from an existing service'
# description: "Are you using another service? We'll help you to retrieve your data on wallabag."
# pocket: 'Migrate from Pocket'
# wallabag_v1: 'Migrate from wallabag v1'
# wallabag_v2: 'Migrate from wallabag v2'
# developer:
# title: 'Developers'
# create_application: 'Create your third application'
# docs:
# title: 'Full documentation'
# annotate: 'Annotate your article'
# export: 'Convert your articles into ePUB or PDF'
# search_filters: 'See how you can look for an article by using search engine and filters'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
# all_docs: 'And so many other articles!'
# support:
# title: 'Support'
# description: 'If you need some help, we are here for you.'
# github: 'On GitHub'
# email: 'By email'
# gitter: 'On Gitter'
# Flash messages tag:
Information updated: "Oplysninger opdateret" page_title: 'Tags'
"Config saved. Some parameters will be considered after disconnection.": "Opsætning gemt. Visse ændringer vil først fremgå ved næste login." list:
RSS information updated: "RSS-oplysninger opdateret" # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
Password updated: "Adgangskode opdateret"
Entry starred: "Artikel markeret som favorit"
Entry unstarred: "Artikel ikke længere markeret som favorit"
Entry archived: "Artikel arkiveret"
Entry unarchived: "Artikel ikke længere arkiveret"
Entry deleted: "Artikel slettet"
# Entry import:
Mark as read: 'Marker som læst' # page_title: 'Import'
Favorite: 'Marker som favorit' # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.'
back: 'tilbage' # action:
original article: 'Originalartikel' # import_contents: 'Import contents'
Add a tag: 'Tliføj et tag' # form:
Share: 'Deling' # mark_as_read_title: 'Mark all as read?'
Download: 'Download' # mark_as_read_label: 'Mark all imported entries as read'
Does this article appear wrong?: "Vises artiklen forkert?" # file_label: 'File'
Problems?: 'Problemer?' # save_label: 'Upload file'
Edit title: "Rediger titel" # pocket:
# page_title: 'Import > Pocket'
# description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
# config_missing:
# description: "Pocket import isn't configured."
# admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
# user_message: 'Your server admin needs to define an API Key for Pocket.'
# authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
# connect_to_pocket: 'Connect to Pocket and import data'
# wallabag_v1:
# page_title: 'Import > Wallabag v1'
# description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
# how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
# wallabag_v2:
# page_title: 'Import > Wallabag v2'
# description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
developer:
# page_title: 'Developer'
# welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation'
# how_to_first_app: 'How to create my first application'
# full_documentation: 'View full API documentation'
# clients:
# title: 'Clients'
# create_new: 'Create a new client'
# existing_clients:
# title: 'Existing clients'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# field_uris: 'Redirect URIs'
# field_grant_types: 'Grant type allowed'
# no_client: 'No client yet.'
# remove:
# warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'Back'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'Back'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'Back'
validator:
password_must_match: 'De indtastede adgangskoder skal være ens'
password_too_short: 'Adgangskoden skal være mindst 8 tegn'
# password_wrong_value: 'Wrong value for your current password'
# item_per_page_too_high: 'This will certainly kill the app'
# rss_limit_too_hight: 'This will certainly kill the app'
flashes:
config:
notice:
config_saved: 'Opsætning gemt. Visse ændringer vil først fremgå ved næste login.'
password_updated: 'Adgangskode opdateret'
# password_not_updated_demo: "In demonstration mode, you can't change password for this user."
user_updated: 'Oplysninger opdateret'
rss_updated: 'RSS-oplysninger opdateret'
# tagging_rules_updated: 'Tagging rules updated'
# tagging_rules_deleted: 'Tagging rule deleted'
# user_added: 'User "%username%" added'
# rss_token_updated: 'RSS token updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
# entry_saved: 'Entry saved'
# entry_updated: 'Entry updated'
# entry_reloaded: 'Entry reloaded'
# entry_reload_failed: 'Failed to reload entry'
entry_archived: 'Artikel arkiveret'
entry_unarchived: 'Artikel ikke længere arkiveret'
entry_starred: 'Artikel markeret som favorit'
entry_unstarred: 'Artikel ikke længere markeret som favorit'
entry_deleted: 'Artikel slettet'
tag:
notice:
# tag_added: 'Tag added'
import:
notice:
# failed: 'Import failed, please try again.'
# failed_on_file: 'Error while processing import. Please verify your import file.'
# summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
notice:
# client_created: 'New client created.'
# client_deleted: 'Client deleted'

View file

@ -1,129 +1,417 @@
#Login security:
Keep me logged in: 'Angemeldet bleiben' login:
Forgot your password?: 'Kennwort vergessen?' # page_title: 'Welcome to wallabag!'
Login: 'Anmelden' keep_logged_in: 'Angemeldet bleiben'
Back to login: 'Zurück zur Anmeldung' forgot_password: 'Kennwort vergessen?'
Send: 'Senden' submit: 'Anmelden'
"Enter your email address below and we'll send you password reset instructions.": "Gib unten deine E-Mail-Adresse ein und wir senden dir eine Anleitung für das Zurücksetzen deines Kennworts." # register: 'Register'
username: 'Benutzername'
password: 'Kennwort'
# cancel: 'Cancel'
resetting:
description: "Gib unten deine E-Mail-Adresse ein und wir senden dir eine Anleitung für das Zurücksetzen deines Kennworts."
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'ungelesen' left:
starred: 'favoriten' unread: 'Ungelesen'
archive: 'archiv' starred: 'Favoriten'
all: 'alle artikel' archive: 'Archiv'
tags: 'tags' all_articles: 'Alle artikel'
config: 'konfiguration' config: 'Konfiguration'
howto: 'how-to' tags: 'Tags'
logout: 'abmelden' # internal_settings: 'Internal Settings'
Filtered: 'Gefiltert' # import: 'Import'
About: 'Über' howto: 'How-to'
# developer: 'Developer'
logout: 'Abmelden'
about: 'Über'
search: 'Suche'
# save_link: 'Save a link'
back_to_unread: 'Zurück zu ungelesenen Artikeln'
top:
add_new_entry: 'Neuen Artikel hinzufügen'
search: 'Suche'
filter_entries: 'Artikel filtern'
# export: 'Export'
search_form:
input_label: 'Suchbegriff hier eingeben'
# Header footer:
Back to unread articles: 'Zurück zu ungelesenen Artikeln' wallabag:
Add a new entry: 'Neuen Artikel hinzufügen' # elsewhere: 'Take wallabag with you'
Search: 'Suche' # social: 'Social'
Filter entries: 'Artikel filtern' # powered_by: 'powered by'
Enter your search here: 'Suchbegriff hier eingeben' about: 'Über'
Save new entry: 'Neuen Artikel speichern'
# Config screen config:
Settings: 'Einstellungen' page_title: 'Config'
User information: 'Benutzer-Information' tab_menu:
Password: 'Kennwort' settings: 'Einstellungen'
RSS: 'RSS' rss: 'RSS'
Add a user: 'Benutzer hinzufügen' user_info: 'Benutzer-Information'
Theme: 'Theme' password: 'Kennwort'
Items per page: 'Einträge pro Seite' # rules: 'Tagging rules'
Language: 'Sprache' new_user: 'Benutzer hinzufügen'
Save: 'Speichern' form:
RSS token: 'RSS-Token' save: 'Speichern'
Name: 'Name' form_settings:
Email: 'E-Mail-Adresse' theme_label: 'Theme'
No token: 'Kein Token' items_per_page_label: 'Einträge pro Seite'
Reset your token: 'Token zurücksetzen' language_label: 'Sprache'
Create your token: 'Token erstellen' form_rss:
Rss limit: 'RSS-Limit' description: 'Die RSS-Feeds von wallabag erlauben es dir, deine gespeicherten Artikel mit deinem bevorzugten RSS-Reader zu lesen. Vorher musst du jedoch einen Token erstellen.'
RSS links: 'RSS-Links' token_label: 'RSS-token'
'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'Die RSS-Feeds von wallabag erlauben es dir, deine gespeicherten Artikel mit deinem bevorzugten RSS-Reader zu lesen. Vorher musst du jedoch einen Token erstellen.' no_token: 'Kein Token'
Old password: 'Altes Kennwort' token_create: 'Token erstellen'
New password: 'Neues Kennwort' token_reset: 'Token zurücksetzen'
Repeat new password: 'Neues Kennwort wiederholen' rss_links: 'RSS-Links'
Username: 'Benutzername' rss_link:
unread: 'ungelesen'
starred: 'favoriten'
archive: 'archiv'
# rss_limit: 'Number of items in the feed'
form_user:
# two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion"
name_label: 'Name'
email_label: 'E-Mail-Adresse'
# twoFactorAuthentication_label: 'Two factor authentication'
form_password:
old_password_label: 'Altes Kennwort'
new_password_label: 'Neues Kennwort'
repeat_new_password_label: 'Neues Kennwort wiederholen'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
# delete_rule_label: 'delete'
# rule_label: 'Rule'
# tags_label: 'Tags'
# faq:
# title: 'FAQ'
# tagging_rules_definition_title: 'What does « tagging rules » mean?'
# tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.'
# how_to_use_them_title: 'How do I use them?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
# variables_available_title: 'Which variables and operators can I use to write rules?'
# variables_available_description: 'The following variables and operators can be used to create tagging rules:'
# meaning: 'Meaning'
# variable_description:
# label: 'Variable'
# title: 'Title of the entry'
# url: 'URL of the entry'
# isArchived: 'Whether the entry is archived or not'
# isStarred: 'Whether the entry is starred or not'
# content: "The entry's content"
# language: "The entry's language"
# mimetype: "The entry's mime-type"
# readingTime: "The estimated entry's reading time, in minutes"
# domainName: 'The domain name of the entry'
# operator_description:
# label: 'Operator'
# less_than: 'Less than...'
# strictly_less_than: 'Strictly less than...'
# greater_than: 'Greater than...'
# strictly_greater_than: 'Strictly greater than...'
# equal_to: 'Equal to...'
# not_equal_to: 'Not equal to...'
# or: 'One rule OR another'
# and: 'One rule AND another'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
form_new_user:
username_label: 'Benutzername'
password_label: 'Kennwort'
repeat_new_password_label: 'Neues Kennwort wiederholen'
plain_password_label: '????'
email_label: 'E-Mail-Adresse'
# Entries entry:
'estimated reading time': 'geschätzte Lesezeit' page_titles:
original: original # unread: 'Unread entries'
Toggle mark as read: 'Gelesen-Status ändern' # starred: 'Starred entries'
Toggle favorite: 'Favoriten-Status ändern' # archive: 'Archived entries'
Delete: 'Löschen' # filtered: 'Filtered entries'
list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'geschätzte Lesezeit'
reading_time_minutes: 'geschätzte Lesezeit: %readingTime% min'
reading_time_less_one_minute: 'geschätzte Lesezeit: <small class="inferieur">&lt;</small> 1 min'
original_article: 'original'
toogle_as_read: 'Gelesen-Status ändern'
toogle_as_star: 'Favoriten-Status ändern'
delete: 'Löschen'
# export_title: 'Export'
filters:
title: 'Filters'
status_label: 'Status'
archived_label: 'Archiviert'
starred_label: 'Favorisiert'
preview_picture_label: 'Vorschaubild vorhanden'
preview_picture_help: 'Vorschaubild'
language_label: 'Sprache'
reading_time:
label: 'Lesezeit in Minuten'
from: 'von'
to: 'bis'
domain_label: 'Domain-Name'
created_at:
label: 'Erstellungsdatum'
from: 'von'
to: 'bis'
action:
clear: 'Zurücksetzen'
filter: 'Filter'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'Zurück'
set_as_read: 'Als gelesen markieren'
# set_as_unread: 'Mark as unread'
set_as_favorite: 'Favorisieren'
view_original_article: 'Original-Artikel'
# re_fetch_content: 'Re-fetch content'
delete: 'Löschen'
add_a_tag: 'Tag hinzufügen'
share_content: 'Teilen'
# share_email_label: 'Email'
download: 'Herunterladen'
# print: 'Print'
problem:
label: 'Probleme?'
description: 'Erscheint dieser Artikel falsch?'
edit_title: 'Titel ändern'
original_article: 'original'
# annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
new:
page_title: 'Neuen Artikel speichern'
placeholder: 'http://website.com'
form_new:
url_label: Url
edit:
# page_title: 'Edit an entry'
# title_label: 'Title'
# url_label: 'Url'
# is_public_label: 'Public'
save_label: 'Speichern'
# Filters about:
Filters: 'Filter' page_title: 'Über'
Status: 'Status' top_menu:
Archived: 'Archiviert' who_behind_wallabag: 'Wer steht hinter wallabag'
Starred: 'Favorisiert' getting_help: 'Hilfe bekommen'
Preview picture: 'Vorschaubild' helping: 'wallabag unterstützen'
Has a preview picture: 'Vorschaubild vorhanden' contributors: 'Contributors'
Reading time in minutes: 'Lesezeit in Minuten' third_party: 'Third-party libraries'
from: 'von' who_behind_wallabag:
to: 'bis' developped_by: 'Entwickelt von'
website.com: 'website.com' website: 'Webseite'
Domain name: 'Domain-Name' many_contributors: 'Und vielen anderen Unterstützern ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">auf Github</a>'
Creation date: 'Erstellungsdatum' project_website: 'Projektwebseite'
dd/mm/yyyy: 'dd.mm.yyyy' license: 'Lizenz'
Clear: 'zurücksetzen' version: 'Version'
Filter: 'Filter' getting_help:
documentation: 'Dokumentation'
bug_reports: 'Bugs'
support: '<a href="https://support.wallabag.org">Auf unserer Support-Webseite</a> oder <a href="https://github.com/wallabag/wallabag/issues">auf GitHub</a>'
helping:
description: 'wallabag ist kostenlos und Open-Source. Du kannst uns helfen:'
by_contributing: 'indem du zu dem Projekt beiträgst:'
by_contributing_2: 'ein Issue listet alle unsere Bedürfnisse:'
by_paypal: 'via Paypal'
contributors:
# description: 'Thank you to contributors on wallabag web application'
third_party:
# description: 'Here are the list of third-party libraries used in wallabag (with their licenses):'
# package: 'Package'
license: 'Lizenz'
# About howto:
Who is behind wallabag: "Wer steht hinter wallabag" page_title: 'How-to'
Getting help: "Hilfe bekommen" # page_description: 'There are several ways to save an article:'
Helping wallabag: "wallabag unterstützen" top_menu:
Developed by: "Entwickelt von" browser_addons: 'Browser-Addons'
website: "Webseite" mobile_apps: 'Apps'
And many others contributors ♥: "Und vielen anderen Unterstützern ♥" bookmarklet: 'Bookmarklet'
on GitHub: "auf GitHub" form:
Project website: "Projektwebseite" description: 'Danke an dieses Formular'
License: "Lizenz" browser_addons:
Version: "Version" firefox: 'Firefox-Erweiterung'
Documentation: "Dokumentation" chrome: 'Chrome-Erweiterung'
Bug reports: "Bugs" mobile_apps:
On our support website: "Auf unserer Support-Webseite" android:
or: "oder" via_f_droid: 'via F-Droid'
"wallabag is free and opensource. You can help us:": "wallabag ist kostenlos und Open-Source. Du kannst uns helfen:" via_google_play: 'via Google Play'
"by contributing to the project:": "indem du zu dem Projekt beiträgst:" # ios: 'on the iTunes Store'
an issue lists all our needs: "ein Issue listet alle unsere Bedürfnisse:" # windows: 'on the Microsoft Store'
via Paypal: "via PayPal" bookmarklet:
description: 'Ziehe diesen Link in deine Lesezeichenleiste:'
# Howto quickstart:
Form: Formular # page_title: 'Quickstart'
Thanks to this form: "Danke an dieses Formular" # intro:
Browser addons: "Browser-Addons" # title: 'Welcome to wallabag!'
Mobile apps: "Apps" # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you."
Bookmarklet: "Bookmarklet" # paragraph_2: 'Follow us!'
Standard Firefox Add-On: "Firefox-Erweiterung" # configure:
Chrome Extension: "Chrome-Erweiterung" # title: 'Configure the application'
download the application: "herunterladen" # language: 'Change language and design'
"Drag &amp; drop this link to your bookmarks bar:": "Ziehe diesen Link in deine Lesezeichenleiste:" # rss: 'Enable RSS feeds'
# tagging_rules: 'Write rules to automatically tag your articles'
# admin:
# title: 'Administration'
# description: 'As an administrator, you have privileges on wallabag. You can:'
# new_user: 'Create a new user'
# analytics: 'Configure analytics'
# sharing: 'Enable some parameters about article sharing'
# export: 'Configure export'
# import: 'Configure import'
# first_steps:
# title: 'First steps'
# new_article: 'Save your first article'
# unread_articles: 'And classify it!'
# migrate:
# title: 'Migrate from an existing service'
# description: "Are you using another service? We'll help you to retrieve your data on wallabag."
# pocket: 'Migrate from Pocket'
# wallabag_v1: 'Migrate from wallabag v1'
# wallabag_v2: 'Migrate from wallabag v2'
# developer:
# title: 'Developers'
# create_application: 'Create your third application'
# docs:
# title: 'Full documentation'
# annotate: 'Annotate your article'
# export: 'Convert your articles into ePUB or PDF'
# search_filters: 'See how you can look for an article by using search engine and filters'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
# all_docs: 'And so many other articles!'
# support:
# title: 'Support'
# description: 'If you need some help, we are here for you.'
# github: 'On GitHub'
# email: 'By email'
# gitter: 'On Gitter'
# Flash messages tag:
Information updated: "Information aktualisiert" page_title: 'Tags'
"Config saved. Some parameters will be considered after disconnection.": "Konfiguration gespeichert. Einige Einstellungen werden erst nach einer erneuten Anmeldung übernommen." list:
RSS information updated: "RSS-Informationen aktualisiert" # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
Password updated: "Kennwort aktualisiert"
Entry starred: "Artikel favorisiert"
Entry unstarred: "Artikel defavorisiert"
Entry archived: "Artikel archiviert"
Entry unarchived: "Artikel dearchiviert"
Entry deleted: "Artikel gelöscht"
# Entry import:
Mark as read: 'Als gelesen markieren' # page_title: 'Import'
Favorite: 'Favorisieren' # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.'
back: 'zurück' # action:
original article: 'Original-Artikel' # import_contents: 'Import contents'
Add a tag: 'Tag hinzufügen' # form:
Share: 'Teilen' # mark_as_read_title: 'Mark all as read?'
Download: 'Herunterladen' # mark_as_read_label: 'Mark all imported entries as read'
Does this article appear wrong?: "Erscheint dieser Artikel falsch?" # file_label: 'File'
Problems?: 'Probleme?' # save_label: 'Upload file'
Edit title: "Titel ändern" # pocket:
# page_title: 'Import > Pocket'
# description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
# config_missing:
# description: "Pocket import isn't configured."
# admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
# user_message: 'Your server admin needs to define an API Key for Pocket.'
# authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
# connect_to_pocket: 'Connect to Pocket and import data'
# wallabag_v1:
# page_title: 'Import > Wallabag v1'
# description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
# how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
# wallabag_v2:
# page_title: 'Import > Wallabag v2'
# description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
developer:
# page_title: 'Developer'
# welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation'
# how_to_first_app: 'How to create my first application'
# full_documentation: 'View full API documentation'
# clients:
# title: 'Clients'
# create_new: 'Create a new client'
# existing_clients:
# title: 'Existing clients'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# field_uris: 'Redirect URIs'
# field_grant_types: 'Grant type allowed'
# no_client: 'No client yet.'
# remove:
# warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'Back'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'Back'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'Back'
validator:
# password_must_match: 'The password fields must match.'
# password_too_short: 'Password should by at least 8 chars long'
# password_wrong_value: 'Wrong value for your current password'
# item_per_page_too_high: 'This will certainly kill the app'
# rss_limit_too_hight: 'This will certainly kill the app'
flashes:
config:
notice:
config_saved: 'Konfiguration gespeichert. Einige Einstellungen werden erst nach einer erneuten Anmeldung übernommen.'
password_updated: 'Kennwort aktualisiert'
# password_not_updated_demo: "In demonstration mode, you can't change password for this user."
user_updated: 'Information aktualisiert'
rss_updated: 'RSS-Informationen aktualisiert'
# tagging_rules_updated: 'Tagging rules updated'
# tagging_rules_deleted: 'Tagging rule deleted'
# user_added: 'User "%username%" added'
# rss_token_updated: 'RSS token updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
# entry_saved: 'Entry saved'
# entry_updated: 'Entry updated'
# entry_reloaded: 'Entry reloaded'
# entry_reload_failed: 'Failed to reload entry'
entry_archived: 'Artikel archiviert'
entry_unarchived: 'Artikel dearchiviert'
entry_starred: 'Artikel favorisiert'
entry_unstarred: 'Artikel defavorisiert'
entry_deleted: 'Artikel gelöscht'
tag:
notice:
# tag_added: 'Tag added'
import:
notice:
# failed: 'Import failed, please try again.'
# failed_on_file: 'Error while processing import. Please verify your import file.'
# summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
notice:
# client_created: 'New client created.'
# client_deleted: 'Client deleted'

View file

@ -1,242 +1,417 @@
#Login security:
Keep me logged in: 'Mantenme conectado' login:
Forgot your password?: '¿Ha olvidado su contraseña?' page_title: 'Bienvenido a wallabag !'
Login: 'Conectarse' keep_logged_in: 'Mantenme conectado'
Back to login: 'Revenir au formulaire de connexion' forgot_password: '¿Ha olvidado su contraseña?'
Send: 'Envíar' submit: 'Conectarse'
"Enter your email address below and we'll send you password reset instructions.": "Introduce tu dirección de email y le enviaremos las instrucciones para resetear la contraseña" register: 'Registrarse'
Register: 'Registrarse' username: 'Nombre de usuario'
password: 'Contraseña'
# cancel: 'Cancel'
resetting:
description: "Introduce tu dirección de email y le enviaremos las instrucciones para resetear la contraseña"
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'Sin leer' left:
starred: 'Favoritos' unread: 'Sin leer'
archive: 'Archivo' starred: 'Favoritos'
all: 'Todos los artículos' archive: 'Archivo'
tags: 'Tags' all_articles: 'Todos los artículos'
config: 'Configuración' config: 'Configuración'
internal settings: 'Configuración interna' tags: 'Tags'
import: 'Importar' internal_settings: 'Configuración interna'
howto: 'Ayuda' import: 'Importar'
logout: 'Desconectarse' howto: 'Ayuda'
Filtered: 'Articulos filtrados' # developer: 'Developer'
About: 'Acerca de' logout: 'Desconectarse'
about: 'Acerca de'
search: 'Buscar'
# save_link: 'Save a link'
back_to_unread: 'Volver a los artículos sin leer'
top:
add_new_entry: 'Añadir un nuevo artículo'
search: 'Buscar'
filter_entries: 'Filtrar los artículos'
export: 'Exportar'
search_form:
input_label: 'Introduce tu búsqueda aquí'
# Header footer:
Back to unread articles: 'Volver a los artículos sin leer' wallabag:
Add a new entry: 'Añadir un nuevo artículo' elsewhere: 'Llevate wallabag contigo'
Search: 'Buscar' social: 'Social'
Filter entries: 'Filtrar los artículos' # powered_by: 'powered by'
Enter your search here: 'Introduce tu búsqueda aquí' about: 'Acerca de'
Save new entry: 'Guardar un nuevo artículo'
Export: 'Exportar'
# Config screen config:
Settings: 'Configuración' page_title: 'Configuración'
User information: 'Información de usuario' tab_menu:
Password: 'Contraseña' settings: 'Configuración'
RSS: 'RSS' rss: 'RSS'
Add a user: 'Añadir un usuario' user_info: 'Información de usuario'
Theme: 'Tema' password: 'Contraseña'
Items per page: "Número de artículos por página" rules: 'Reglas de etiquetado automáticas'
Language: 'Idioma' new_user: 'Añadir un usuario'
Save: 'Enregistrer' form:
RSS token: 'RSS token' save: 'Guardar'
RSS token updated: 'RSS token actualizado ' form_settings:
Name: 'Nombre' theme_label: 'Tema'
Email: 'Direccion e-mail' items_per_page_label: 'Número de artículos por página'
No token: 'Aucun jeton généré' language_label: 'Idioma'
Reset your token: 'Resetear token' form_rss:
Create your token: 'Crear token' description: 'Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero'
Rss limit: "Límite de artículos en feed RSS" token_label: 'RSS token'
RSS links: 'URL de su feed RSS' # no_token: 'No token'
"RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.": "Los feeds RSS de wallabag permiten leer los artículos guardados con su lector RSS favorito. Necesita generar un token primero" token_create: 'Crear token'
Old password: 'Contraseña actual' token_reset: 'Resetear token'
New password: 'Nueva contraseña' rss_links: 'URL de su feed RSS'
Repeat new password: 'Confirmar la nueva contraseña' rss_link:
Username: "Nombre de usuario" unread: 'sin leer'
Two factor authentication: "Autentificación de dos factores" starred: 'favoritos'
"Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion": "Con la autentificación de dos factores recibirá código mediante email en cada nueva conexión que no sea de confianza" archive: 'archivo'
rss_limit: 'Límite de artículos en feed RSS'
form_user:
two_factor_description: "Con la autentificación de dos factores recibirá código mediante email en cada nueva conexión que no sea de confianza"
name_label: 'Nombre'
email_label: 'Direccion e-mail'
twoFactorAuthentication_label: 'Autentificación de dos factores'
form_password:
old_password_label: 'Contraseña actual'
new_password_label: 'Nueva contraseña'
repeat_new_password_label: 'Confirmar la nueva contraseña'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
# delete_rule_label: 'delete'
rule_label: 'Regla'
tags_label: 'Tags'
faq:
title: 'FAQ'
tagging_rules_definition_title: '¿Qué significa reglas de etiquetado autómaticas?'
tagging_rules_definition_description: 'Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.<br />Cáda vez que un nuevo artículo es añadido, todas las reglas de etiquetado automáticas serán usadas para etiquetarlo, ayudandote a clasificar automáticamente los artículos.'
how_to_use_them_title: '¿Cómo se utilizan?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
variables_available_title: '¿Qué variables y operadores se pueden utilizar para escribir las reglas?'
variables_available_description: 'Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:'
meaning: 'Significado'
variable_description:
label: 'Variable'
title: 'Titúlo del artículo'
url: 'URL del artículo'
isArchived: 'El artículo está guardado o no'
isStarred: 'Si el artículo es un favorito o no'
content: "El contenido del artículo"
language: "El idoma del artículo"
mimetype: "Tipo MIME del artículo"
readingTime: "El tiempo estimado de lectura del artículo, en minutos"
domainName: 'El dominio del artículo'
operator_description:
label: 'Operador'
less_than: 'Menos que…'
strictly_less_than: 'Estrictámente menos que…'
greater_than: 'Más que…'
strictly_greater_than: 'Estrictámente mas que…'
equal_to: 'Egual a…'
not_equal_to: 'Diferente de…'
or: 'Una regla O otra'
and: 'Una regla Y la otra'
matches: 'Prueba si un <i>sujeto</i> corresponde a una <i>busqueda</i> (insensible a mayusculas).<br />Ejemplo : <code>título coincide "football"</code>'
form_new_user:
username_label: 'Nombre de usuario'
password_label: 'Contraseña'
repeat_new_password_label: 'Confirmar la nueva contraseña'
plain_password_label: '????'
email_label: 'Email'
# Tagging rules entry:
Tagging rules: "Reglas de etiquetado automáticas" page_titles:
What does « tagging rules » mean?: "¿Qué significa reglas de etiquetado autómaticas?" # unread: 'Unread entries'
"They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.": "Son las reglas usadas por Wallabag para etiquetar automáticamente los nuevos artículos.<br />Cáda vez que un nuevo artículo es añadido, todas las reglas de etiquetado automáticas serán usadas para etiquetarlo, ayudandote a clasificar automáticamente los artículos." # starred: 'Starred entries'
How do I use them?: "¿Cómo se utilizan?" # archive: 'Archived entries'
"Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = \"github.com\"</i> » then tag as « <i>long reading, github </i> »": "Imaginons que voulez attribuer aux nouveaux articles le tag « <i>lecture courte</i> » lorsque le temps de lecture est inférieur à 3 minutes.<br />Dans ce cas, vous devriez mettre « readingTime &lt;= 3 » dans le champ <i>Règle</i> et « <i>lecture courte</i> » dans le champ <i>Tag</i>.<br />Plusieurs tags peuvent être ajoutés simultanément en les séparant par des virgules : « <i>lecture courte, à lire</i> »<br />Des règles complexes peuvent être créées en utilisant des opérateurs prédéfinis: si « <i>readingTime &gt;= 5 AND domainName = \"github.com\"</i> » alors attribuer les tags « <i>lecteur longue, github </i> »" # filtered: 'Filtered entries'
Which variables and operators can I use to write rules?: "¿Qué variables y operadores se pueden utilizar para escribir las reglas?" list:
The following variables and operators can be used to create tagging rules:: "Las siguientes variables y operadores se pueden utilizar para crear las reglas de etiquetado automáticas:" number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.'
Variable: "Variable" reading_time: 'tiempo estimado de lectura'
Meaning: "Significado" reading_time_minutes: 'tiempo estimado de lectura: %readingTime% min'
Operator: "Operador" reading_time_less_one_minute: 'tiempo estimado de lectura: <small class="inferieur">&lt;</small> 1 min'
Title of the entry: "Titúlo del artículo" original_article: 'original'
Less than…: "Menos que…" toogle_as_read: 'Marcar cómo leído/ no leído'
URL of the entry: "URL del artículo" toogle_as_star: 'Marcar cómo favorito/ no favorito'
Strictly less than…: "Estrictámente menos que…" delete: 'Suprimir'
Whether the entry is archived or not: "El artículo está guardado o no" export_title: 'Exportar'
Greater than…: "Más que…" filters:
Whether the entry is starred or not: "Si el artículo es un favorito o no" title: 'Filtros'
Strictly greater than…: "Estrictámente mas que…" status_label: 'Estatus'
The entry's content: "El contenido del artículo" archived_label: 'Archivado'
Equal to…: "Egual a…" starred_label: 'Favorito'
The entry's language: "El idoma del artículo" preview_picture_label: 'Hay una foto'
Not equal to…: "Diferente de…" preview_picture_help: 'Foto de preview'
The entry's mime-type: "Tipo MIME del artículo" language_label: 'Idioma'
One rule or another: "Una regla o otra" reading_time:
The estimated entry's reading time, in minutes: "El tiempo estimado de lectura del artículo, en minutos" label: 'Duración de lectura en minutos'
One rule and another: "Una regla y la otra" from: 'de'
The domain name of the entry: "El dominio del artículo" to: 'a'
"Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches \"football\"</code>": "Prueba si un <i>sujeto</i> corresponde a una <i>busqueda</i> (insensible a mayusculas).<br />Ejemplo : <code>título coincide \"football\"</code>" domain_label: 'Nombre de dominio'
Rule: "Regla" created_at:
FAQ: "FAQ" label: 'Fecha de creación'
from: 'de'
to: 'a'
action:
clear: 'Limpiar'
filter: 'Filtrar'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'Volver'
set_as_read: 'Marcar como leído'
# set_as_unread: 'Mark as unread'
set_as_favorite: 'Marcar cómo favorito'
view_original_article: 'Artículo original'
re_fetch_content: 'Redescargar el contenido'
delete: 'Suprimir'
add_a_tag: 'Añadir una etiqueta'
share_content: 'Compartir'
share_email_label: 'Direccion e-mail'
download: 'Descargar'
# print: 'Print'
problem:
label: '¿Algún problema?'
description: '¿Este artículo no se muestra bien?'
edit_title: 'Modificar el título'
original_article: 'original'
annotations_on_the_entry: '{0} Sin anotaciones|{1} Una anotación|]1,Inf[ %nbAnnotations% anotaciones'
new:
page_title: 'Guardar un nuevo artículo'
placeholder: 'http://website.com'
form_new:
url_label: Url
edit:
page_title: 'Editar una artículo'
title_label: 'Título'
url_label: 'Url'
is_public_label: 'Es Público'
save_label: 'Guardar'
# Entries about:
"estimated reading time: %readingTime% min": "tiempo estimado de lectura: %readingTime% min" page_title: 'Acerca de'
"estimated reading time: %inferior% 1 min": "tiempo estimado de lectura: %inferior% 1 min" top_menu:
original: "original" who_behind_wallabag: 'Equipo de desarrollo de wallabag'
Toggle mark as read: 'Marcar cómo leído/ no leído' getting_help: 'Conseguir ayuda'
Toggle favorite: 'Marcar cómo favorito/ no favorito' helping: 'Ayudar a wallabag'
Delete: 'Suprimir' contributors: 'Contribuidores'
"{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.": "{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos." third_party: 'Librerías de terceeros'
http://website: "http://website" who_behind_wallabag:
"{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations": "{0} Sin anotaciones|{1} Una anotación|]1,Inf[ %nbAnnotations% anotaciones" developped_by: 'Desarrollado por'
website: 'Sitio web'
many_contributors: 'Y muchos otros contribuidores ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">en Github</a>'
project_website: 'Web del proyecto'
license: 'Licencia'
version: 'Version'
getting_help:
documentation: 'Documentación'
bug_reports: 'Reporte de errores'
support: '<a href="https://support.wallabag.org">En nuestra web de soporte website</a> o <a href="https://github.com/wallabag/wallabag/issues">en GitHub</a>'
helping:
description: 'wallabag es libre y gratuito. Usted puede ayudarnos :'
by_contributing: 'contribuyendo al proyecto :'
by_contributing_2: 'nuestras necesidades están en un ticket'
by_paypal: 'via Paypal'
contributors:
description: 'Gradias a los contribuidores de la aplicación web de wallabag'
third_party:
description: 'Aquí está la lista de las dependencias utilizadas por wallabag (con sus licencias) :'
package: 'Paquete'
license: 'Licencia'
# Edit entry howto:
Edit an entry: "Editar una artículo" page_title: 'Ayuda'
Title: "Título" # page_description: 'There are several ways to save an article:'
Is public: "Es Público" top_menu:
browser_addons: 'Extensiones de navigador'
mobile_apps: 'Applicaciones para smartphone'
bookmarklet: 'Bookmarklet'
form:
description: 'Gracias a este formulario'
browser_addons:
firefox: 'Extensión Firefox'
chrome: 'Extensión Chrome'
mobile_apps:
android:
via_f_droid: 'via F-Droid'
via_google_play: 'via Google Play'
# ios: 'on the iTunes Store'
# windows: 'on the Microsoft Store'
bookmarklet:
description: 'Desplazar y soltar este link en la barra de marcadores :'
# tag quickstart:
Tags: Tags page_title: 'Comienzo rápido'
"{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.": "{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags." intro:
title: 'Bienvenido a wallabag !'
paragraph_1: "Le acompañaremos a su visita de wallabag y le mostraremos algunas características que le pueden interesar."
paragraph_2: '¡Siganos!'
configure:
title: 'Configure la aplicación'
language: 'Cambie el idoma y el diseño de la aplicación'
rss: 'Activar los feeds RSS'
# tagging_rules: 'Write rules to automatically tag your articles'
admin:
# title: 'Administration'
# description: 'As an administrator, you have privileges on wallabag. You can:'
# new_user: 'Create a new user'
# analytics: 'Configure analytics'
# sharing: 'Enable some parameters about article sharing'
# export: 'Configure export'
# import: 'Configure import'
first_steps:
title: 'Prieros pasos'
new_article: 'Guarde su primer artículo'
unread_articles: '¡Y clasifiquelo!'
migrate:
title: 'Migrar de un servicio existente'
description: "¿Está usando otro servicio? Le ayudaremos a migrar sus datos a wallabag."
pocket: 'Migrar desde Pocket'
wallabag_v1: 'Migrar desde wallabag v1'
wallabag_v2: 'Migrar desde wallabag v2'
developer:
# title: 'Developers'
# create_application: 'Create your third application'
docs:
title: 'Documentación completa'
# annotate: 'Annotate your article'
export: 'Convierta sus artículos a ePub o a PDF'
search_filters: 'Aprenda a utilizar el buscador y los filtros para encontrar el artículo que le interese'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
all_docs: '¡Y muchos más artículos!'
support:
title: 'Soporte'
description: 'Sí necesita ayuda, estamos disponibles para usted.'
github: 'En GitHub'
email: 'Por email'
gitter: 'En Gitter'
# Filters tag:
Filters: 'Filtros' page_title: 'Tags'
Status: 'Estatus' list:
Archived: 'Archivado' number_on_the_page: '{0} No hay ningun tag.|{1} Hay un tag.|]1,Inf[ Hay %count% tags.'
Starred: 'Favorito'
Preview picture: 'Foto de preview'
Has a preview picture: 'Hay una foto'
Reading time in minutes: 'Duración de lectura en minutos'
from: 'de'
to: 'a'
website.com: 'website.com'
Domain name: 'Nombre de dominio'
Creation date: 'Fecha de creación'
dd/mm/yyyy: 'dd/mm/aaaa'
Clear: 'Limpiar'
Filter: 'Filtrar'
website.com: "website.com"
# About import:
About: "Acerca de" page_title: 'Importar'
Who is behind wallabag: "Equipo de desarrollo de wallabag" page_description: 'Bienvenido al útil de migración de wallabag. Seleccione el servicio previo del que usted quiera migrar.'
Getting help: "Conseguir ayuda" action:
Helping wallabag: "Ayudar a wallabag" import_contents: 'Importar los contenidos'
Developed by: "Desarrollado por" form:
website: "Sitio web" # mark_as_read_title: 'Mark all as read?'
And many others contributors ♥: "Y muchos otros contribuidores ♥" # mark_as_read_label: 'Mark all imported entries as read'
on GitHub: "en GitHub" file_label: 'Fichero'
Project website: "Web del proyecto" save_label: 'Importar el fichero'
License: "Licencia" pocket:
Version: "Versión" page_title: 'Importar > Pocket'
Documentation: "Documentación" description: "Va a importar sus datos de Pocket. Pocket no nos permite descargar el contenido de su servicio, así que el contenido de cada artículo será redescargado por wallabag."
Bug reports: "Reporte de errores" config_missing:
On our support website: "En nuestra web de soporte" description: "La importación de Pocket no está configurada."
or: "o" admin_message: 'Debe definir %keyurls%una clava del API Pocket%keyurle%.'
"wallabag is free and opensource. You can help us:": "wallabag es libre y gratuito. Usted puede ayudarnos :" user_message: 'El administrador de vuestro servidor debe definir una clave API Pocket.'
"by contributing to the project:": "contribuyendo al proyecto :" authorize_message: 'Puedes importar sus datos desde su cuenta de Pocket. Sólo tienes que pulsar en el botón para autrizar que wallabag se conecte a getpocket.com.'
an issue lists all our needs: "nuestras necesidades están en un ticket" connect_to_pocket: 'Conectese a Pocket para importar los datos'
via Paypal: "via Paypal" wallabag_v1:
Take wallabag with you: "Llevate wallabag contigo" page_title: 'Importar > Wallabag v1'
Social: "Social" description: 'Va a importar sus artículos de wallabag v1. En su configuración de wallabag v1, pulse sobre "Exportar JSON" dentro de la sección "Exportar sus datos de wallabag". Usted tendrá un fichero "wallabag-export-1-xxxx-xx-xx.json".'
powered by: "propulsé par" how_to: 'Seleccione el fichero de su exportación de wallabag v1 y puelse en el botón para subirla y importarla.'
Contributors: "Contribuidores" wallabag_v2:
Thank you to contributors on wallabag web application: "Gradias a los contribuidores de la aplicación web de wallabag" page_title: 'Importar > Wallabag v2'
Third-party libraries: "Librerías de terceeros" description: 'Va a importar sus artículos de otra instancia de wallabag v2. Vaya a Todos los artículos, entonces, en la barra lateral, clickee en "JSON". Usted tendrá un fichero "All articles.json"'
"Here are the list of third-party libraries used in wallabag (with their licenses):": "Aquí está la lista de las dependencias utilizadas por wallabag (con sus licencias):"
Package: Paquete
License: Licencia
# Howto developer:
Form: "Formulario" # page_title: 'Developer'
Thanks to this form: "Gracias a este formulario" # welcome_message: 'Welcome to the wallabag API'
Browser addons: "Extensiones de navigador" # documentation: 'Documentation'
Mobile apps: "Applicaciones para smartphone" # how_to_first_app: 'How to create my first application'
Bookmarklet: "Bookmarklet" # full_documentation: 'View full API documentation'
Standard Firefox Add-On: "Extensión Firefox" # clients:
Chrome Extension: "Extensión Chrome" # title: 'Clients'
download the application: "descargar la aplicación" # create_new: 'Create a new client'
"Drag &amp; drop this link to your bookmarks bar:": "Desplazar y soltar este link en la barra de marcadores :" # existing_clients:
# title: 'Existing clients'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# field_uris: 'Redirect URIs'
# field_grant_types: 'Grant type allowed'
# no_client: 'No client yet.'
# remove:
# warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'Back'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'Back'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'Back'
# Flash messages validator:
Information updated: "Su información personal ha sido actualizada" password_must_match: 'Las contraseñas no coinciden'
"Config saved. Some parameters will be considered after disconnection.": "Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar." password_too_short: 'La contraseña debe tener al menos 8 carácteres'
RSS information updated: "La configuración de los feeds RSS ha sido actualizada" # password_wrong_value: 'Wrong value for your current password'
Password updated: "Contraseña actualizada" # item_per_page_too_high: 'This will certainly kill the app'
Entry starred: "Artículo guardado en los favoritos" # rss_limit_too_hight: 'This will certainly kill the app'
Entry unstarred: "Artículo retirado de los favoritos"
Entry archived: "Artículo archivado"
Entry unarchived: "Artículo desarchivado"
Entry deleted: "Artículo suprimido"
Tagging rule deleted: "Regla de etiquetado borrada"
Tagging rules updated: "Regla de etiquetado actualizada"
User "%username%" added: 'Usuario "%username%" añadido'
In demonstration mode, you can't change password for this user.: 'En modo demo, no puedes cambiar la contraseña del usuario.'
# Entry flashes:
Mark as read: 'Marcar como leído' config:
Favorite: 'Marcar cómo favorito' notice:
back: 'Volver' config_saved: 'Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar.'
original article: 'Artículo original' password_updated: 'Contraseña actualizada'
Add a tag: 'Añadir una etiqueta' password_not_updated_demo: "En modo demo, no puedes cambiar la contraseña del usuario."
Share: 'Compartir' user_updated: 'Su información personal ha sido actualizada'
Download: 'Descargar' rss_updated: 'La configuración de los feeds RSS ha sido actualizada'
Does this article appear wrong?: "¿Este artículo no se muestra bien?" tagging_rules_updated: 'Regla de etiquetado borrada'
Problems?: '¿Algún problema?' tagging_rules_deleted: 'Regla de etiquetado actualizada'
Edit title: "Modificar el título" user_added: 'Usuario "%username%" añadido'
Re-fetch content: "Redescargar el contenido" rss_token_updated: 'RSS token actualizado'
Tag added: "Etiqueta añadida" entry:
notice:
# Import # entry_already_saved: 'Entry already saved on %date%'
Welcome to wallabag importer. Please select your previous service that you want to migrate.: "Bienvenido al útil de migración de wallabag. Seleccione el servicio previo del que usted quiera migrar." # entry_saved: 'Entry saved'
"This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag.": "Va a importar sus datos de Pocket. Pocket no nos permite descargar el contenido de su servicio, así que el contenido de cada artículo será redescargado por wallabag." # entry_updated: 'Entry updated'
"This importer will import all your wallabag v1 articles. On your config page, click on \"JSON export\" in the \"Export your wallabag data\" section. You will have a \"wallabag-export-1-xxxx-xx-xx.json\" file.": "Va a importar sus artículos de wallabag v1. En su configuración de wallabag v1, pulse sobre \"Exportar JSON\" dentro de la sección \"Exportar sus datos de wallabag\". Usted tendrá un fichero \"wallabag-export-1-xxxx-xx-xx.json\"." # entry_reloaded: 'Entry reloaded'
"This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on \"JSON\". You will have a \"All articles.json\" file.": "Va a importar sus artículos de otra instancia de wallabag v2. Vaya a Todos los artículos, entonces, en la barra lateral, clickee en \"JSON\". Usted tendrá un fichero \"All articles.json\"" # entry_reload_failed: 'Failed to reload entry'
"You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.": "Puedes importar sus datos desde su cuenta de Pocket. Sólo tienes que pulsar en el botón para autrizar que wallabag se conecte a getpocket.com." entry_archived: 'Artículo archivado'
Import > Pocket: "Importar > Pocket" entry_unarchived: 'Artículo desarchivado'
Pocket import isn't configured.: "La importación de Pocket no está configurada." entry_starred: 'Artículo guardado en los favoritos'
You need to define %keyurls% a pocket_consumer_key %keyurle%.: "Debe definir %keyurls% una clava del API Pocket %keyurle%." entry_unstarred: 'Artículo retirado de los favoritos'
Your server admin needs to define an API Key for Pocket.: "El administrador de vuestro servidor debe definir una clave API Pocket." entry_deleted: 'Artículo suprimido'
Connect to Pocket and import data: "Conectese a Pocket para importar los datos" tag:
Please select your wallabag export and click on the below button to upload and import it.: "Seleccione el fichero de su exportación de wallabag v1 y puelse en el botón para subirla y importarla." notice:
File: "Fichero" tag_added: 'Etiqueta añadida'
Upload file: "Importar el fichero" import:
Import contents: "Importar los contenidos" notice:
Import: "Importar" # failed: 'Import failed, please try again.'
Import > Wallabag v1: "Importar > Wallabag v1" # failed_on_file: 'Error while processing import. Please verify your import file.'
Import > Wallabag v2: "Importar > Wallabag v2" # summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
# Quickstart notice:
Quickstart: Comienzo rápido # client_created: 'New client created.'
Welcome to wallabag!: "Bienvenido a wallabag !" # client_deleted: 'Client deleted'
We'll accompany you to visit wallabag and show you some features which can interess you.: "Le acompañaremos a su visita de wallabag y le mostraremos algunas características que le pueden interesar."
Follow us!: "¡Siganos!"
Configure the application: "Configure la aplicación"
Change language and design: "Cambie el idoma y el diseño de la aplicación"
Enable RSS feeds: "Activar los feeds RSS"
First steps: "Prieros pasos"
Save your first article: "Guarde su primer artículo"
And classify it!: "¡Y clasifiquelo!"
Migrate from an existing service: "Migrar de un servicio existente"
You're using an other service? We'll help you to retrieve your data on wallabag.: "¿Está usando otro servicio? Le ayudaremos a migrar sus datos a wallabag."
Migrate from Pocket: "Migrar desde Pocket"
Migrate from wallabag v1: "Migrar desde wallabag v1"
Full documentation: "Documentación completa"
Convert your articles into ePUB or PDF: "Convierta sus artículos a ePub o a PDF"
See how you can look for an article by using search engine and filters: "Aprenda a utilizar el buscador y los filtros para encontrar el artículo que le interese"
And so many other articles!: "¡Y muchos más artículos!"
Support: "Soporte"
If you need some help, we are here for you.: "Sí necesita ayuda, estamos disponibles para usted."
On GitHub: "En GitHub"
By email: "Por email"
On Gitter: "On Gitter"

View file

@ -1,129 +1,417 @@
#Login security:
Keep me logged in: 'مرا به خاطر بسپار' login:
Forgot your password?: ' رمزتان را گم کرده‌اید؟' # page_title: 'Welcome to wallabag!'
Login: 'ورود' keep_logged_in: 'مرا به خاطر بسپار'
Back to login: 'بازگشت به صفحهٔ ورود' forgot_password: ' رمزتان را گم کرده‌اید؟'
Send: 'بفرست' submit: 'ورود'
"Enter your email address below and we'll send you password reset instructions.": "نشانی ایمیل خود را بنویسید تا راهنمای تغییر رمز را برایتان بفرستیم." # register: 'Register'
username: 'نام کاربری'
password: 'رمز'
# cancel: 'Cancel'
resetting:
description: "نشانی ایمیل خود را بنویسید تا راهنمای تغییر رمز را برایتان بفرستیم."
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'خوانده‌نشده' left:
starred: 'برگزیده' unread: 'خوانده‌نشده'
archive: 'بایگانی' starred: 'برگزیده'
all: 'همه' archive: 'بایگانی'
tags: 'برچسب‌ها' all_articles: 'همه'
config: 'پیکربندی' config: 'پیکربندی'
howto: 'خودآموز' tags: 'برچسب‌ها'
logout: 'خروج' # internal_settings: 'Internal Settings'
Filtered: 'فیلترشده' # import: 'Import'
About: 'درباره' howto: 'خودآموز'
# developer: 'Developer'
logout: 'خروج'
about: 'درباره'
search: 'جستجو'
# save_link: 'Save a link'
back_to_unread: 'بازگشت به خوانده‌نشده‌ها'
top:
add_new_entry: 'افزودن مقالهٔ تازه'
search: 'جستجو'
filter_entries: 'فیلترکردن مقاله‌ها'
# export: 'Export'
search_form:
input_label: 'جستجوی خود را این‌جا بنویسید:'
# Header footer:
Back to unread articles: 'بازگشت به خوانده‌نشده‌ها' wallabag:
Add a new entry: 'افزودن مقالهٔ تازه' # elsewhere: 'Take wallabag with you'
Search: 'جستجو' # social: 'Social'
Filter entries: 'فیلترکردن مقاله‌ها' # powered_by: 'powered by'
Enter your search here: 'جستجوی خود را این‌جا بنویسید:' about: 'درباره'
Save new entry: 'ذخیرهٔ مقالهٔ تازه'
# Config screen config:
Settings: 'تنظیمات' page_title: 'پیکربندی'
User information: 'اطلاعات کاربر' tab_menu:
Password: 'رمز' settings: 'تنظیمات'
RSS: 'آر-اس-اس' rss: 'آر-اس-اس'
Add a user: 'افزودن کاربر' user_info: 'اطلاعات کاربر'
Theme: 'پوسته' password: 'رمز'
Items per page: 'تعداد مقاله در هر صفحه' # rules: 'Tagging rules'
Language: 'زبان' new_user: 'افزودن کاربر'
Save: 'ذخیره' form:
RSS token: 'کد آر-اس-اس' save: 'ذخیره'
Name: 'نام' form_settings:
Email: 'نشانی ایمیل' theme_label: 'پوسته'
No token: 'بدون کد' items_per_page_label: 'تعداد مقاله در هر صفحه'
Reset your token: 'بازنشانی کد' language_label: 'زبان'
Create your token: 'کد خود را بسازید' form_rss:
Rss limit: 'محدودیت آر-اس-اس' description: 'با خوراک آر-اس-اس که wallabag در اختیارتان می‌گذارد، می‌توانید مقاله‌های ذخیره‌شده را در نرم‌افزار آر-اس-اس دلخواه خود بخوانید. برای این کار نخست باید یک کد بسازید.'
RSS links: 'پیوند آر-اس-اس' token_label: 'کد آر-اس-اس'
'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'با خوراک آر-اس-اس که wallabag در اختیارتان می‌گذارد، می‌توانید مقاله‌های ذخیره‌شده را در نرم‌افزار آر-اس-اس دلخواه خود بخوانید. برای این کار نخست باید یک کد بسازید.' no_token: 'بدون کد'
Old password: 'رمز قدیمی' token_create: 'کد خود را بسازید'
New password: 'رمز تازه' token_reset: 'بازنشانی کد'
Repeat new password: 'رمز تازه را دوباره بنویسید' rss_links: 'پیوند آر-اس-اس'
Username: 'نام کاربری' rss_link:
unread: 'خوانده‌نشده'
starred: 'برگزیده'
archive: 'بایگانی'
rss_limit: 'محدودیت آر-اس-اس'
form_user:
# two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion"
name_label: 'نام'
email_label: 'نشانی ایمیل'
# twoFactorAuthentication_label: 'Two factor authentication'
form_password:
old_password_label: 'رمز قدیمی'
new_password_label: 'رمز تازه'
repeat_new_password_label: 'رمز تازه را دوباره بنویسید'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
# delete_rule_label: 'delete'
# rule_label: 'Rule'
# tags_label: 'Tags'
# faq:
# title: 'FAQ'
# tagging_rules_definition_title: 'What does « tagging rules » mean?'
# tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.'
# how_to_use_them_title: 'How do I use them?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
# variables_available_title: 'Which variables and operators can I use to write rules?'
# variables_available_description: 'The following variables and operators can be used to create tagging rules:'
# meaning: 'Meaning'
# variable_description:
# label: 'Variable'
# title: 'Title of the entry'
# url: 'URL of the entry'
# isArchived: 'Whether the entry is archived or not'
# isStarred: 'Whether the entry is starred or not'
# content: "The entry's content"
# language: "The entry's language"
# mimetype: "The entry's mime-type"
# readingTime: "The estimated entry's reading time, in minutes"
# domainName: 'The domain name of the entry'
# operator_description:
# label: 'Operator'
# less_than: 'Less than...'
# strictly_less_than: 'Strictly less than...'
# greater_than: 'Greater than...'
# strictly_greater_than: 'Strictly greater than...'
# equal_to: 'Equal to...'
# not_equal_to: 'Not equal to...'
# or: 'One rule OR another'
# and: 'One rule AND another'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
form_new_user:
username_label: 'نام کاربری'
password_label: 'رمز'
repeat_new_password_label: 'رمز تازه را دوباره بنویسید'
plain_password_label: '????'
email_label: 'نشانی ایمیل'
# Entries entry:
'estimated reading time': 'زمان تخمینی برای خواندن' page_titles:
original: اصلی # unread: 'Unread entries'
Toggle mark as read: 'خوانده‌شده/خوانده‌نشده' # starred: 'Starred entries'
Toggle favorite: 'برگزیده/نابرگزیده' # archive: 'Archived entries'
Delete: 'پاک کردن' # filtered: 'Filtered entries'
list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'زمان تخمینی برای خواندن'
reading_time_minutes: 'زمان تخمینی برای خواندن: %readingTime% min'
reading_time_less_one_minute: 'زمان تخمینی برای خواندن: <small class="inferieur">&lt;</small> 1 min'
original_article: 'original'
toogle_as_read: 'خوانده‌شده/خوانده‌نشده'
toogle_as_star: 'برگزیده/نابرگزیده'
delete: 'پاک کردن'
# export_title: 'Export'
filters:
title: 'فیلتر'
status_label: 'وضعیت'
archived_label: 'بایگانی‌شده'
starred_label: 'برگزیده'
preview_picture_label: 'دارای عکس پیش‌نمایش'
preview_picture_help: 'پیش‌نمایش عکس'
language_label: 'زبان'
reading_time:
label: 'زمان خواندن به دقیقه'
from: 'از'
to: 'تا'
domain_label: 'نام دامنه'
created_at:
label: 'زمان ساخت'
from: 'از'
to: 'تا'
action:
clear: 'از نو'
filter: 'فیلتر'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'بازگشت'
set_as_read: 'خوانده‌شده'
# set_as_unread: 'Mark as unread'
set_as_favorite: 'برگزیده'
view_original_article: 'مقالهٔ اصلی'
# re_fetch_content: 'Re-fetch content'
delete: 'پاک کردن'
add_a_tag: 'افزودن برچسب'
share_content: 'هم‌رسانی'
share_email_label: 'نشانی ایمیل'
download: 'بارگیری'
# print: 'Print'
problem:
label: 'مشکلات؟'
description: 'آیا مقاله نادرست نشان داده شده؟'
edit_title: 'ویرایش عنوان'
original_article: 'original'
# annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
new:
page_title: 'ذخیرهٔ مقالهٔ تازه'
placeholder: 'http://website.com'
form_new:
# url_label: Url
edit:
# page_title: 'Edit an entry'
# title_label: 'Title'
# url_label: 'Url'
# is_public_label: 'Public'
save_label: 'ذخیره'
# Filters about:
Filters: 'فیلتر' page_title: 'درباره'
Status: 'وضعیت' top_menu:
Archived: 'بایگانی‌شده' who_behind_wallabag: 'سازندگان wallabag'
Starred: 'برگزیده' getting_help: 'گرفتن کمک'
Preview picture: 'پیش‌نمایش عکس' helping: 'کمک‌کردن به wallabag'
Has a preview picture: 'دارای عکس پیش‌نمایش' # contributors: 'Contributors'
Reading time in minutes: 'زمان خواندن به دقیقه' # third_party: 'Third-party libraries'
from: 'از' who_behind_wallabag:
to: 'تا' developped_by: 'ساختهٔ'
website.com: 'website.com' website: 'وب‌گاه'
Domain name: 'نام دامنه' many_contributors: 'و بسیاری دیگر از مشارکت‌کنندگان ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">روی Github</a>'
Creation date: 'زمان ساخت' project_website: 'وب‌گاه پروژه'
dd/mm/yyyy: 'dd.mm.yyyy' license: 'پروانه'
Clear: 'از نو' version: 'نسخه'
Filter: 'فیلتر' getting_help:
documentation: 'راهنما'
bug_reports: 'گزارش اشکال‌ها'
support: '<a href="https://support.wallabag.org">در وب‌گاه پشتیبانی</a> یا <a href="https://github.com/wallabag/wallabag/issues">روی GitHub</a>'
helping:
description: 'wallabag رایگان، آزاد، و متن‌باز است. شما می‌توانید به ما کمک کنید:'
by_contributing: 'با مشارکت در پروژه:'
by_contributing_2: 'فهرست نیازمندی‌های ما در این صفحه است:'
by_paypal: 'از راه Paypal'
contributors:
# description: 'Thank you to contributors on wallabag web application'
third_party:
# description: 'Here are the list of third-party libraries used in wallabag (with their licenses):'
# package: 'Package'
license: 'پروانه'
# About howto:
Who is behind wallabag: "سازندگان wallabag" page_title: 'خودآموز'
Getting help: "گرفتن کمک" # page_description: 'There are several ways to save an article:'
Helping wallabag: "کمک‌کردن به wallabag" top_menu:
Developed by: "ساختهٔ" browser_addons: 'افزونه برای مرورگرها'
website: "وب‌گاه" mobile_apps: 'برنامه‌های موبایل'
And many others contributors ♥: "و بسیاری دیگر از مشارکت‌کنندگان ♥" bookmarklet: 'ابزار علامت‌گذاری صفحه‌ها'
on GitHub: "روی GitHub" form:
Project website: "وب‌گاه پروژه" description: 'به کمک این فرم'
License: "پروانه" browser_addons:
Version: "نسخه" firefox: 'افزونهٔ فایرفاکس'
Documentation: "راهنما" chrome: 'افزونهٔ کروم'
Bug reports: "گزارش اشکال‌ها" mobile_apps:
On our support website: "در وب‌گاه پشتیبانی" android:
or: "یا" via_f_droid: 'از راه F-Droid'
"wallabag is free and opensource. You can help us:": "wallabag رایگان، آزاد، و متن‌باز است. شما می‌توانید به ما کمک کنید:" via_google_play: 'از راه Google Play'
"by contributing to the project:": "با مشارکت در پروژه:" ios: 'از راه iTunes Store'
an issue lists all our needs: "فهرست نیازمندی‌های ما در این صفحه است:" windows: 'از راه Microsoft Store'
via Paypal: "از راه PayPal" bookmarklet:
description: 'این پیوند را به نوار بوک‌مارک مرورگرتان بکشید:'
# Howto quickstart:
Form: فرم # page_title: 'Quickstart'
Thanks to this form: "به کمک این فرم" # intro:
Browser addons: "افزونه برای مرورگرها" # title: 'Welcome to wallabag!'
Mobile apps: "برنامه‌های موبایل" # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you."
Bookmarklet: "ابزار علامت‌گذاری صفحه‌ها" # paragraph_2: 'Follow us!'
Standard Firefox Add-On: "افزونهٔ فایرفاکس" # configure:
Chrome Extension: "افزونهٔ کروم" # title: 'Configure the application'
download the application: "برنامه را باربگیرید" # language: 'Change language and design'
"Drag &amp; drop this link to your bookmarks bar:": "این پیوند را به نوار بوک‌مارک مرورگرتان بکشید:" # rss: 'Enable RSS feeds'
# tagging_rules: 'Write rules to automatically tag your articles'
# admin:
# title: 'Administration'
# description: 'As an administrator, you have privileges on wallabag. You can:'
# new_user: 'Create a new user'
# analytics: 'Configure analytics'
# sharing: 'Enable some parameters about article sharing'
# export: 'Configure export'
# import: 'Configure import'
# first_steps:
# title: 'First steps'
# new_article: 'Save your first article'
# unread_articles: 'And classify it!'
# migrate:
# title: 'Migrate from an existing service'
# description: "Are you using another service? We'll help you to retrieve your data on wallabag."
# pocket: 'Migrate from Pocket'
# wallabag_v1: 'Migrate from wallabag v1'
# wallabag_v2: 'Migrate from wallabag v2'
# developer:
# title: 'Developers'
# create_application: 'Create your third application'
# docs:
# title: 'Full documentation'
# annotate: 'Annotate your article'
# export: 'Convert your articles into ePUB or PDF'
# search_filters: 'See how you can look for an article by using search engine and filters'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
# all_docs: 'And so many other articles!'
# support:
# title: 'Support'
# description: 'If you need some help, we are here for you.'
# github: 'On GitHub'
# email: 'By email'
# gitter: 'On Gitter'
# Flash messages tag:
Information updated: "اطلاعات به‌روز شد" page_title: 'برچسب‌ها'
"Config saved. Some parameters will be considered after disconnection.": "پیکربندی ذخیره شد. برخی از تنظیمات پس از این که قطع شدید اعمال می‌شود." list:
RSS information updated: "اطلاعات آر-اس-اس به‌روز شد" # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
Password updated: "رمز به‌روز شد"
Entry starred: "مقاله برگزیده شد"
Entry unstarred: "مقاله نابرگزیده شد"
Entry archived: "مقاله بایگانی شد"
Entry unarchived: "مقاله از بایگانی درآمد"
Entry deleted: "مقاله پاک شد"
# Entry import:
Mark as read: 'خوانده‌شده' # page_title: 'Import'
Favorite: 'برگزیده' # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.'
back: 'بازگشت' # action:
original article: 'مقالهٔ اصلی' # import_contents: 'Import contents'
Add a tag: 'افزودن برچسب' # form:
Share: 'هم‌رسانی' # mark_as_read_title: 'Mark all as read?'
Download: 'بارگیری' # mark_as_read_label: 'Mark all imported entries as read'
Does this article appear wrong?: "آیا مقاله نادرست نشان داده شده؟" # file_label: 'File'
Problems?: 'مشکلات؟' # save_label: 'Upload file'
Edit title: "ویرایش عنوان" # pocket:
# page_title: 'Import > Pocket'
# description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
# config_missing:
# description: "Pocket import isn't configured."
# admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
# user_message: 'Your server admin needs to define an API Key for Pocket.'
# authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
# connect_to_pocket: 'Connect to Pocket and import data'
# wallabag_v1:
# page_title: 'Import > Wallabag v1'
# description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
# how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
# wallabag_v2:
# page_title: 'Import > Wallabag v2'
# description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
developer:
# page_title: 'Developer'
# welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation'
# how_to_first_app: 'How to create my first application'
# full_documentation: 'View full API documentation'
# clients:
# title: 'Clients'
# create_new: 'Create a new client'
# existing_clients:
# title: 'Existing clients'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# field_uris: 'Redirect URIs'
# field_grant_types: 'Grant type allowed'
# no_client: 'No client yet.'
# remove:
# warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'بازگشت'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'بازگشت'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'بازگشت'
validator:
password_must_match: 'رمزها باید یکی باشند'
password_too_short: 'رمز شما باید ۸ حرف یا بیشتر باشد'
# password_wrong_value: 'Wrong value for your current password'
# item_per_page_too_high: 'This will certainly kill the app'
# rss_limit_too_hight: 'This will certainly kill the app'
flashes:
config:
notice:
config_saved: 'پیکربندی ذخیره شد. برخی از تنظیمات پس از این که قطع شدید اعمال می‌شود.'
password_updated: 'رمز به‌روز شد'
# password_not_updated_demo: "In demonstration mode, you can't change password for this user."
user_updated: 'اطلاعات به‌روز شد'
rss_updated: 'اطلاعات آر-اس-اس به‌روز شد'
# tagging_rules_updated: 'Tagging rules updated'
# tagging_rules_deleted: 'Tagging rule deleted'
# user_added: 'User "%username%" added'
# rss_token_updated: 'RSS token updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
# entry_saved: 'Entry saved'
# entry_updated: 'Entry updated'
# entry_reloaded: 'Entry reloaded'
# entry_reload_failed: 'Failed to reload entry'
entry_archived: 'مقاله بایگانی شد'
entry_unarchived: 'مقاله از بایگانی درآمد'
entry_starred: 'مقاله برگزیده شد'
entry_unstarred: 'مقاله نابرگزیده شد'
entry_deleted: 'مقاله پاک شد'
tag:
notice:
# tag_added: 'Tag added'
import:
notice:
# failed: 'Import failed, please try again.'
# failed_on_file: 'Error while processing import. Please verify your import file.'
# summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
notice:
# client_created: 'New client created.'
# client_deleted: 'Client deleted'

View file

@ -371,8 +371,8 @@ developer:
back: 'Retour' back: 'Retour'
validator: validator:
password_must_match: 'Les mots de passe doivent être identique' password_must_match: 'Les deux mots de passe doivent être les mêmes'
password_too_short: 'Le mot de passe doit avoir au moins 8 caractères' password_too_short: 'Le mot de passe doit contenir au moins 8 caractères'
password_wrong_value: 'Votre mot de passe actuel est faux' password_wrong_value: 'Votre mot de passe actuel est faux'
item_per_page_too_high: "Ca ne va pas plaire à l'application" item_per_page_too_high: "Ca ne va pas plaire à l'application"
rss_limit_too_hight: "Ca ne va pas plaire à l'application" rss_limit_too_hight: "Ca ne va pas plaire à l'application"

View file

@ -1,129 +1,417 @@
#Login security:
Keep me logged in: 'Zapamiętaj mnie' login:
Forgot your password?: 'Zapomniałeś hasła' # page_title: 'Welcome to wallabag!'
Login: 'Loguj' keep_logged_in: 'Zapamiętaj mnie'
Back to login: 'Wróć do logowania' forgot_password: 'Zapomniałeś hasła'
Send: 'Wyślij' submit: 'Loguj'
"Enter your email address below and we'll send you password reset instructions.": 'Wpisz swój adres email poniżej. Wyślemy Ci instrukcję resetowania hasła' # register: 'Register'
username: 'Nazwa użytkownika'
password: 'Hasło'
# cancel: 'Cancel'
resetting:
description: "Wpisz swój adres email poniżej. Wyślemy Ci instrukcję resetowania hasła"
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'nieprzeczytane' left:
starred: 'oznaczone gwiazdką' unread: 'Nieprzeczytane'
archive: 'archiwum' starred: 'Oznaczone gwiazdką'
all: 'wszystkie' archive: 'Archiwum'
tags: 'tagi' all_articles: 'Wszystkie'
config: 'konfiguracja' config: 'Konfiguracja'
howto: 'howto' tags: 'Tagi'
logout: 'wyloguj' # internal_settings: 'Internal Settings'
Filtered: 'Filtrowane' # import: 'Import'
About: 'O nas' howto: 'Howto'
# developer: 'Developer'
logout: 'Wyloguj'
about: 'O nas'
search: 'Szukaj'
# save_link: 'Save a link'
back_to_unread: 'Powrót do nieprzeczytanych artykułów'
top:
add_new_entry: 'Dodaj nowy wpis'
search: 'Szukaj'
filter_entries: 'Filtruj wpisy'
# export: 'Export'
search_form:
input_label: 'Wpisz swoje zapytanie tutaj'
# Header footer:
Back to unread articles: 'Powrót do nieprzeczytanych artykułów' wallabag:
Add a new entry: 'Dodaj nowy wpis' # elsewhere: 'Take wallabag with you'
Search: 'Szukaj' # social: 'Social'
Filter entries: 'Filtruj wpisy' # powered_by: 'powered by'
Enter your search here: 'Wpisz swoje zapytanie tutaj:' about: 'O nas'
Save new entry: 'Zapisz nowy wpis'
# Config screen config:
Settings: 'Ustawienia' page_title: 'Konfiguracja'
User information: 'Informacje o użytkowniku' tab_menu:
Password: 'Hasło' # settings: 'Settings'
RSS: 'Kanał RSS' rss: 'Kanał RSS'
Add a user: 'Dodaj użytkownika' user_info: 'Informacje o użytkowniku'
Theme: 'Temat' password: 'Hasło'
Items per page: 'Ilość elementóœ na stronie' # rules: 'Tagging rules'
Language: 'Język' new_user: 'Dodaj użytkownika'
Save: 'Zapisz' form:
RSS token: 'Token RSS' save: 'Zapisz'
Name: 'Nazwa' form_settings:
Email: 'Adres email' theme_label: 'Temat'
No token: 'Brak tokena' items_per_page_label: 'Ilość elementóœ na stronie'
Reset your token: 'Zresetuj swojego tokena' language_label: 'Język'
Create your token: 'Stwórz tokena' form_rss:
Rss limit: 'Limit RSS' description: 'Kanały RSS prowadzone przez wallabag pozwalają Ci na czytanie twoich zapisanych artykułów w twoium ulubionym czytniku RSS. Musisz najpierw wynegenerować tokena.'
RSS links: 'Link do RSS' token_label: 'Token RSS'
RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'Kanały RSS prowadzone przez wallabag pozwalają Ci na czytanie twoich zapisanych artykułów w twoium ulubionym czytniku RSS. Musisz najpierw wynegenerować tokena.' no_token: 'Brak tokena'
Old password: 'Stare hasło' token_create: 'Stwórz tokena'
New password: 'Nowe hasło' token_reset: 'Zresetuj swojego tokena'
Repeat new password: 'Powtórz nowe hasło' rss_links: 'RSS links'
Username: 'Nazwa użytkownika' rss_link:
unread: 'nieprzeczytane'
starred: 'oznaczone gwiazdką'
archive: 'archiwum'
rss_limit: 'Link do RSS'
form_user:
# two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion"
name_label: 'Nazwa'
email_label: 'Adres email'
# twoFactorAuthentication_label: 'Two factor authentication'
form_password:
old_password_label: 'Stare hasło'
new_password_label: 'Nowe hasło'
repeat_new_password_label: 'Powtórz nowe hasło'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
delete_rule_label: 'usuń'
# rule_label: 'Rule'
# tags_label: 'Tags'
# faq:
# title: 'FAQ'
# tagging_rules_definition_title: 'What does « tagging rules » mean?'
# tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.'
# how_to_use_them_title: 'How do I use them?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
# variables_available_title: 'Which variables and operators can I use to write rules?'
# variables_available_description: 'The following variables and operators can be used to create tagging rules:'
# meaning: 'Meaning'
# variable_description:
# label: 'Variable'
# title: 'Title of the entry'
# url: 'URL of the entry'
# isArchived: 'Whether the entry is archived or not'
# isStarred: 'Whether the entry is starred or not'
# content: "The entry's content"
# language: "The entry's language"
# mimetype: "The entry's mime-type"
# readingTime: "The estimated entry's reading time, in minutes"
# domainName: 'The domain name of the entry'
# operator_description:
# label: 'Operator'
# less_than: 'Less than...'
# strictly_less_than: 'Strictly less than...'
# greater_than: 'Greater than...'
# strictly_greater_than: 'Strictly greater than...'
# equal_to: 'Equal to...'
# not_equal_to: 'Not equal to...'
# or: 'One rule OR another'
# and: 'One rule AND another'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
form_new_user:
username_label: 'Nazwa użytkownika'
password_label: 'Hasło'
repeat_new_password_label: 'Powtórz nowe hasło'
plain_password_label: '????'
email_label: 'Adres email'
# Entries entry:
'estimated reading time': 'Szacunkowy czas czytania' page_titles:
original: 'oryginał' # unread: 'Unread entries'
Toggle mark as read: 'Oznacz jako przeczytane' # starred: 'Starred entries'
Toggle favorite: 'Oznacz jako ulubione' # archive: 'Archived entries'
Delete: 'Usuń' # filtered: 'Filtered entries'
list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'szacunkowy czas czytania'
reading_time_minutes: 'szacunkowy czas czytania: %readingTime% min'
reading_time_less_one_minute: 'szacunkowy czas czytania: <small class="inferieur">&lt;</small> 1 min'
original_article: 'oryginał'
toogle_as_read: 'Oznacz jako przeczytane'
toogle_as_star: 'Oznacz jako ulubione'
delete: 'Usuń'
# export_title: 'Export'
filters:
title: 'Filtry'
status_label: 'Status'
archived_label: 'Zarchiwizowane'
starred_label: 'Oznaczone gwiazdką'
preview_picture_label: 'Posiada podgląd obrazu'
preview_picture_help: 'Podgląd obrazu'
language_label: 'Język'
reading_time:
label: 'Czas czytania w minutach'
from: 'od'
to: 'do'
domain_label: 'Nazwa domeny'
created_at:
label: 'Czas stworzenia'
from: 'od'
to: 'do'
action:
clear: 'Wyczyść'
filter: 'Filtruj'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'Cofnij'
set_as_read: 'Oznacz jako przeczytane'
# set_as_unread: 'Mark as unread'
set_as_favorite: 'Ulubione'
view_original_article: 'Oryginalny artykuł'
# re_fetch_content: 'Re-fetch content'
delete: 'Usuń'
add_a_tag: 'Dodaj tag'
share_content: 'Udostępnij'
share_email_label: 'Adres email'
download: 'Pobierz'
# print: 'Print'
problem:
label: 'Problemy'
description: 'Czy ten artykuł wygląda źle?'
edit_title: 'Edytuj tytuł'
original_article: 'oryginalny'
# annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
new:
page_title: 'Zapisz nowy wpis'
placeholder: 'http://website.com'
form_new:
url_label: Url
edit:
# page_title: 'Edit an entry'
# title_label: 'Title'
# url_label: 'Url'
# is_public_label: 'Public'
save_label: 'Zapisz'
# Filters about:
Filters: 'Filtry' page_title: 'O nas'
Status: 'Status' top_menu:
Archived: 'Zarchiwizowane' who_behind_wallabag: 'Kto stoi za wallabag'
Starred: 'Oznaczone gwiazdką' getting_help: 'Pomoc'
Preview picture: 'Podgląd obrazu' helping: 'Pomóż wallabag'
Has a preview picture: 'Posiada podgląd obrazu' # contributors: 'Contributors'
Reading time in minutes: 'Czas czytania w minutach' # third_party: 'Third-party libraries'
from: 'od' who_behind_wallabag:
to: 'do' developped_by: 'Stworzony przez'
website.com: 'website.com' website: 'strona internetowa'
Domain name: 'Nazwa domeny' many_contributors: 'i wielu innych ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">na GitHubie</a>'
Creation date: 'Czas stworzenia' project_website: 'Stona projektu'
dd/mm/yyyy: 'dd.mm.yyyy' license: 'Licencja'
Clear: 'Wyczyść' version: 'Wersja'
Filter: 'Filtruj' getting_help:
documentation: 'Dokumentacja'
bug_reports: 'Raportuj błędy'
support: '<a href="https://support.wallabag.org">Na naszeej stronie wsparcia technicznego</a> lub <a href="https://github.com/wallabag/wallabag/issues">na GitHubie</a>'
helping:
description: 'wallabag jest darmowy i otwartoźródłowy. Możesz nam pomóc:'
by_contributing: 'przez przyłączenie się do projektu:'
by_contributing_2: 'lista wszystkich naszych potrzeb'
by_paypal: 'przez Paypal'
contributors:
# description: 'Thank you to contributors on wallabag web application'
third_party:
# description: 'Here are the list of third-party libraries used in wallabag (with their licenses):'
# package: 'Package'
license: 'Licencja'
# About howto:
Who is behind wallabag: 'Kto stoi za wallabag' page_title: 'Howto'
Getting help: 'Pomoc' # page_description: 'There are several ways to save an article:'
Helping wallabag: 'Pomóż wallabag' top_menu:
Developed by: 'Stworzony przez' browser_addons: 'Wtyczki dla przeglądarki'
website: 'strona internetowa' mobile_apps: 'Aplikacje mobilne'
And many others contributors ♥: ' i wielu innych ♥' bookmarklet: 'Bookmarklet'
on GitHub: 'na GitHubie' form:
Project website: 'Stona projektu' description: 'Podziękuj przez ten formularz'
License: 'Licencja' browser_addons:
Version: 'Wersja' firefox: 'Standardowe rozszerzenia dla Firefox'
Documentation: 'Dokumentacja' chrome: 'Rozszerzenie dla Chrome'
Bug reports: 'Raportuj błędy' mobile_apps:
On our support website: 'Na naszeej stronie wsparcia technicznego' android:
or: 'lub' via_f_droid: 'przez F-Droid'
'wallabag is free and opensource. You can help us:': 'wallabag jest darmowy i otwartoźródłowy. Możesz nam pomóc: ' via_google_play: 'przez Google Play'
'by contributing to the project:': 'przez przyłączenie się do projektu:' ios: 'przez iTunes Store'
an issue lists all our needs: 'lista wszystkich naszych potrzeb' windows: 'przez Microsoft Store'
via Paypal: 'przez PayPal' bookmarklet:
description: 'Przeciągnij i upuść ten link na swój pasek zakładek'
# Howto quickstart:
Form: 'Od' # page_title: 'Quickstart'
Thanks to this form: 'Podziękuj przez ten formularz' # intro:
Browser addons: 'Wtyczki dla przeglądarki' # title: 'Welcome to wallabag!'
Mobile apps: 'Aplikacje mobilne' # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you."
Bookmarklet: 'Bookmarklet' # paragraph_2: 'Follow us!'
Standard Firefox Add-On: 'Standardowe rozszerzenia dla Firefox' # configure:
Chrome Extension: 'Rozszerzenie dla Chrome' # title: 'Configure the application'
download the application: 'Pobierz aplikację ' # language: 'Change language and design'
'Drag &amp; drop this link to your bookmarks bar:': 'Przeciągnij i upuść ten link na swój pasek zakładek' # rss: 'Enable RSS feeds'
# tagging_rules: 'Write rules to automatically tag your articles'
# admin:
# title: 'Administration'
# description: 'As an administrator, you have privileges on wallabag. You can:'
# new_user: 'Create a new user'
# analytics: 'Configure analytics'
# sharing: 'Enable some parameters about article sharing'
# export: 'Configure export'
# import: 'Configure import'
# first_steps:
# title: 'First steps'
# new_article: 'Save your first article'
# unread_articles: 'And classify it!'
# migrate:
# title: 'Migrate from an existing service'
# description: "Are you using another service? We'll help you to retrieve your data on wallabag."
# pocket: 'Migrate from Pocket'
# wallabag_v1: 'Migrate from wallabag v1'
# wallabag_v2: 'Migrate from wallabag v2'
# developer:
# title: 'Developers'
# create_application: 'Create your third application'
# docs:
# title: 'Full documentation'
# annotate: 'Annotate your article'
# export: 'Convert your articles into ePUB or PDF'
# search_filters: 'See how you can look for an article by using search engine and filters'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
# all_docs: 'And so many other articles!'
# support:
# title: 'Support'
# description: 'If you need some help, we are here for you.'
# github: 'On GitHub'
# email: 'By email'
# gitter: 'On Gitter'
# Flash messages tag:
Information updated: 'Informacje zaktualizowane' page_title: 'Tagi'
Config saved. Some parameters will be considered after disconnection.': 'Konfiguracja zapisana. Niektóre parametry zostaną uznane po rozłączeniu' list:
RSS information updated: 'Informacje RSS zaktualizowane' # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
Password updated: 'Hasło zaktualizowane'
Entry starred: 'Wpis oznaczony gwiazdką'
Entry unstarred: 'Wpis odznaczony gwiazdką'
Entry archived: 'Wpis dodany do archiwum'
Entry unarchived: 'Wpis usunięty z archiwum'
Entry deleted: 'Wpis usunięty'
# Entry import:
Mark as read: 'Oznacz jako przeczytane' # page_title: 'Import'
Favorite: 'Ulubione' # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.'
back: 'Cofnij' # action:
original article: 'Oryginalny artykuł' # import_contents: 'Import contents'
Add a tag: 'Dodaj tag' # form:
Share: 'Udostępnij' # mark_as_read_title: 'Mark all as read?'
Download: 'Pobierz' # mark_as_read_label: 'Mark all imported entries as read'
Does this article appear wrong?: 'Czy ten artykuł wygląda źle?' # file_label: 'File'
Problems?: 'Problemy' # save_label: 'Upload file'
Edit title: 'Edytuj tytuł' # pocket:
# page_title: 'Import > Pocket'
# description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
# config_missing:
# description: "Pocket import isn't configured."
# admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
# user_message: 'Your server admin needs to define an API Key for Pocket.'
# authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
# connect_to_pocket: 'Connect to Pocket and import data'
# wallabag_v1:
# page_title: 'Import > Wallabag v1'
# description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
# how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
# wallabag_v2:
# page_title: 'Import > Wallabag v2'
# description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
developer:
# page_title: 'Developer'
# welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation'
# how_to_first_app: 'How to create my first application'
# full_documentation: 'View full API documentation'
# clients:
# title: 'Clients'
# create_new: 'Create a new client'
# existing_clients:
# title: 'Existing clients'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# field_uris: 'Redirect URIs'
# field_grant_types: 'Grant type allowed'
# no_client: 'No client yet.'
# remove:
# warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'Cofnij'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'Cofnij'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'Cofnij'
validator:
password_must_match: 'Hasło w polach musi być takie same'
password_too_short: 'Hasło powinno mieć minimum 8 znaków długości'
# password_wrong_value: 'Wrong value for your current password'
# item_per_page_too_high: 'This will certainly kill the app'
# rss_limit_too_hight: 'This will certainly kill the app'
flashes:
config:
notice:
config_saved: 'Konfiguracja zapisana. Niektóre parametry zostaną uznane po rozłączeniu'
password_updated: 'Hasło zaktualizowane'
password_not_updated_demo: "In demonstration mode, you can't change password for this user."
user_updated: 'Informacje zaktualizowane'
rss_updated: 'Informacje RSS zaktualizowane'
# tagging_rules_updated: 'Tagging rules updated'
# tagging_rules_deleted: 'Tagging rule deleted'
# user_added: 'User "%username%" added'
# rss_token_updated: 'RSS token updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
# entry_saved: 'Entry saved'
# entry_updated: 'Entry updated'
# entry_reloaded: 'Entry reloaded'
# entry_reload_failed: 'Failed to reload entry'
entry_archived: 'Wpis dodany do archiwum'
entry_unarchived: 'Wpis usunięty z archiwum'
entry_starred: 'Wpis oznaczony gwiazdką'
entry_unstarred: 'Wpis odznaczony gwiazdką'
entry_deleted: 'Wpis usunięty'
tag:
notice:
# tag_added: 'Tag added'
import:
notice:
# failed: 'Import failed, please try again.'
# failed_on_file: 'Error while processing import. Please verify your import file.'
# summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
notice:
# client_created: 'New client created.'
# client_deleted: 'Client deleted'

View file

@ -1,129 +1,417 @@
#Login security:
Keep me logged in: 'Ține-mă logat' login:
Forgot your password?: 'Ți-ai uitat parola?' # page_title: 'Welcome to wallabag!'
Login: 'Logare' keep_logged_in: 'Ține-mă logat'
Back to login: 'Înapoi la logare' forgot_password: 'Ți-ai uitat parola?'
Send: 'Trimite' submit: 'Logare'
"Enter your email address below and we'll send you password reset instructions.": "Introduceți adresa de e-mail, iar noi vă vom trimite instrucțiunile pentru resetarea parolei." # register: 'Register'
username: 'Nume de utilizator'
password: 'Parolă'
# cancel: 'Cancel'
resetting:
description: "Introduceți adresa de e-mail, iar noi vă vom trimite instrucțiunile pentru resetarea parolei."
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'necitite' left:
starred: 'cu steluță' unread: 'Necitite'
archive: 'arhivă' starred: 'Cu steluță'
all: 'toate' archive: 'Arhivă'
tags: 'tag-uri' all_articles: 'Toate'
config: 'configurație' config: 'Configurație'
howto: 'cum să' tags: 'Tag-uri'
logout: 'delogare' # internal_settings: 'Internal Settings'
Filtered: 'Filtrate' # import: 'Import'
About: 'Despre' howto: 'Cum să'
# developer: 'Developer'
logout: 'cum să'
about: 'Despre'
search: 'Căutare'
# save_link: 'Save a link'
back_to_unread: 'Înapoi la articolele necitite'
top:
add_new_entry: 'Introdu un nou articol'
search: 'Căutare'
filter_entries: 'Filtrează articolele'
# export: 'Export'
search_form:
input_label: 'Introdu căutarea ta'
# Header footer:
Back to unread articles: 'Înapoi la articolele necitite' wallabag:
Add a new entry: 'Introdu un nou articol' # elsewhere: 'Take wallabag with you'
Search: 'Căutare' # social: 'Social'
Filter entries: 'Filtrează articolele' # powered_by: 'powered by'
Enter your search here: 'Introdu căutarea ta' about: 'Despre'
Save new entry: 'Salvează un nou articol'
# Config screen config:
Settings: 'Setări' page_title: 'Configurație'
User information: 'Informații despre utilizator' tab_menu:
Password: 'Parolă' settings: 'Setări'
RSS: 'RSS' rss: 'RSS'
Add a user: 'Crează un utilizator' user_info: 'Informații despre utilizator'
Theme: 'Temă' password: 'Parolă'
Items per page: 'Articole pe pagină' # rules: 'Tagging rules'
Language: 'Limbă' new_user: 'Crează un utilizator'
Save: 'Salvează' form:
RSS token: 'RSS-Token' save: 'Salvează'
Name: 'Nume' form_settings:
Email: 'E-mail' theme_label: 'Temă'
No token: 'Fără token' items_per_page_label: 'Articole pe pagină'
Reset your token: 'Resetează-ți token-ul' language_label: 'Limbă'
Create your token: 'Crează-ți token' form_rss:
Rss limit: 'Limită RSS' description: 'Feed-urile RSS oferite de wallabag îți permit să-ți citești articolele salvate în reader-ul tău preferat RSS.'
RSS links: 'Link-uri RSS' token_label: 'RSS-Token'
'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.': 'Feed-urile RSS oferite de wallabag îți permit să-ți citești articolele salvate în reader-ul tău preferat RSS.' no_token: 'Fără token'
Old password: 'Parola veche' token_create: 'Crează-ți token'
New password: 'Parola nouă' token_reset: 'Resetează-ți token-ul'
Repeat new password: 'Repetă parola' rss_links: 'Link-uri RSS'
Username: 'Nume de utilizator' rss_link:
unread: 'unread'
starred: 'starred'
archive: 'archived'
rss_limit: 'Limită RSS'
form_user:
# two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion"
name_label: 'Nume'
email_label: 'E-mail'
# twoFactorAuthentication_label: 'Two factor authentication'
form_password:
old_password_label: 'Parola veche'
new_password_label: 'Parola nouă'
repeat_new_password_label: 'Repeat new password'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
# delete_rule_label: 'delete'
# rule_label: 'Rule'
# tags_label: 'Tags'
# faq:
# title: 'FAQ'
# tagging_rules_definition_title: 'What does « tagging rules » mean?'
# tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.'
# how_to_use_them_title: 'How do I use them?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
# variables_available_title: 'Which variables and operators can I use to write rules?'
# variables_available_description: 'The following variables and operators can be used to create tagging rules:'
# meaning: 'Meaning'
# variable_description:
# label: 'Variable'
# title: 'Title of the entry'
# url: 'URL of the entry'
# isArchived: 'Whether the entry is archived or not'
# isStarred: 'Whether the entry is starred or not'
# content: "The entry's content"
# language: "The entry's language"
# mimetype: "The entry's mime-type"
# readingTime: "The estimated entry's reading time, in minutes"
# domainName: 'The domain name of the entry'
# operator_description:
# label: 'Operator'
# less_than: 'Less than...'
# strictly_less_than: 'Strictly less than...'
# greater_than: 'Greater than...'
# strictly_greater_than: 'Strictly greater than...'
# equal_to: 'Equal to...'
# not_equal_to: 'Not equal to...'
# or: 'One rule OR another'
# and: 'One rule AND another'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
form_new_user:
username_label: 'Nume de utilizator'
password_label: 'Parolă'
repeat_new_password_label: 'Repeat new password'
plain_password_label: '????'
email_label: 'E-mail'
# Entries entry:
'estimated reading time': 'timp estimat de citire' page_titles:
original: original # unread: 'Unread entries'
Toggle mark as read: 'Comută marcat ca citit' # starred: 'Starred entries'
Toggle favorite: 'Comută marcat ca favorit' # archive: 'Archived entries'
Delete: 'Șterge' # filtered: 'Filtered entries'
list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'timp estimat de citire'
reading_time_minutes: 'timp estimat de citire: %readingTime% min'
reading_time_less_one_minute: 'timp estimat de citire: <small class="inferieur">&lt;</small> 1 min'
original_article: 'original'
toogle_as_read: 'Comută marcat ca citit'
toogle_as_star: 'Comută marcat ca favorit'
delete: 'Șterge'
# export_title: 'Export'
filters:
title: 'Filtre'
status_label: 'Status'
archived_label: 'Arhivat'
starred_label: 'Steluțe'
preview_picture_label: 'Are o imagine de previzualizare'
preview_picture_help: 'Previzualizare imagine'
language_label: 'Limbă'
reading_time:
label: 'Timp de citire în minute'
from: 'de la'
to: 'către'
domain_label: 'Nume domeniu'
created_at:
label: 'Data creării'
from: 'de la'
to: 'către'
action:
clear: 'Șterge'
filter: 'Filtru'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'Înapoi'
set_as_read: 'Marchează ca citit'
# set_as_unread: 'Mark as unread'
set_as_favorite: 'Favorit'
view_original_article: 'Articol original'
# re_fetch_content: 'Re-fetch content'
delete: 'Șterge'
add_a_tag: 'Adaugă un tag'
share_content: 'Dă mai departe'
share_email_label: 'E-mail'
download: 'Descarcă'
# print: 'Print'
problem:
label: 'Probleme?'
description: 'Îți pare ciudat articolul?'
edit_title: 'Editează titlul'
original_article: 'original'
# annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
new:
page_title: 'Salvează un nou articol'
placeholder: 'http://website.com'
form_new:
url_label: Url
edit:
# page_title: 'Edit an entry'
# title_label: 'Title'
url_label: 'Url'
# is_public_label: 'Public'
save_label: 'Salvează'
# Filters about:
Filters: 'Filtre' page_title: 'Despre'
Status: 'Status' top_menu:
Archived: 'Arhivat' who_behind_wallabag: 'Cine e în spatele wallabag'
Starred: 'Steluțe' getting_help: 'Ajutor'
Preview picture: 'Previzualizare imagine' helping: 'Cum să ajuți wallabag'
Has a preview picture: 'Are o imagine de previzualizare' # contributors: 'Contributors'
Reading time in minutes: 'Timp de citire în minute' # third_party: 'Third-party libraries'
from: 'de la' who_behind_wallabag:
to: 'către' developped_by: 'Dezvoltat de'
website.com: 'website.com' website: 'website'
Domain name: 'Nume domeniu' many_contributors: 'Și mulți alți contribuitori ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">pe Github</a>'
Creation date: 'Data creării' project_website: 'Website-ul proiectului'
dd/mm/yyyy: 'zz/ll/aaaa' license: 'Licență'
Clear: 'Șterge' version: 'Versiune'
Filter: 'Filtru' getting_help:
documentation: 'Documentație'
bug_reports: 'Bug-uri'
support: '<a href="https://support.wallabag.org">Pe site-ul nostru de suport</a> sau <a href="https://github.com/wallabag/wallabag/issues">pe GitHub</a>'
helping:
description: 'wallabag este gratis și Open-Source. Cum ne poți ajuta:'
by_contributing: 'contribuind la proiect:'
by_contributing_2: 'o problemă ne listează toate nevoile:'
by_paypal: 'prin Paypal'
contributors:
# description: 'Thank you to contributors on wallabag web application'
third_party:
# description: 'Here are the list of third-party libraries used in wallabag (with their licenses):'
# package: 'Package'
license: 'Licență'
# About howto:
Who is behind wallabag: "Cine e în spatele wallabag" page_title: 'Cum să'
Getting help: "Ajutor" # page_description: 'There are several ways to save an article:'
Helping wallabag: "Cum să ajuți wallabag" top_menu:
Developed by: "Dezvoltat de" browser_addons: 'Add-On-uri de Browser'
website: "website" mobile_apps: 'Aplicații mobile'
And many others contributors ♥: "Și mulți alți contribuitori ♥" bookmarklet: 'Bookmarklet'
on GitHub: "pe GitHub" form:
Project website: "Website-ul proiectului" description: 'Mulțumită acestui formular'
License: "Licență" browser_addons:
Version: "Versiune" firefox: 'Add-On standard de Firefox'
Documentation: "Documentație" chrome: 'Extensie Chrome'
Bug reports: "Bug-uri" mobile_apps:
On our support website: "Pe site-ul nostru de suport" android:
or: "sau" via_f_droid: 'prin F-Droid'
"wallabag is free and opensource. You can help us:": "wallabag este gratis și Open-Source. Cum ne poți ajuta:" via_google_play: 'prin Google Play'
"by contributing to the project:": "contribuind la proiect:" ios: 'prin iTunes Store'
an issue lists all our needs: "o problemă ne listează toate nevoile:" windows: 'prin Microsoft Store'
via Paypal: "prin PayPal" bookmarklet:
description: 'Drag &amp; drop acest link în bara de bookmark-uri:'
# Howto quickstart:
Form: Formular # page_title: 'Quickstart'
Thanks to this form: "Mulțumită acestui formular" # intro:
Browser addons: "Add-On-uri de Browser" # title: 'Welcome to wallabag!'
Mobile apps: "Aplicații mobile" # paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you."
Bookmarklet: "Bookmarklet" # paragraph_2: 'Follow us!'
Standard Firefox Add-On: "Add-On standard de Firefox" # configure:
Chrome Extension: "Extensie Chrome" # title: 'Configure the application'
download the application: "descarcă aplicația" # language: 'Change language and design'
"Drag &amp; drop this link to your bookmarks bar:": "Drag &amp; drop acest link în bara de bookmark-uri:" # rss: 'Enable RSS feeds'
# tagging_rules: 'Write rules to automatically tag your articles'
# admin:
# title: 'Administration'
# description: 'As an administrator, you have privileges on wallabag. You can:'
# new_user: 'Create a new user'
# analytics: 'Configure analytics'
# sharing: 'Enable some parameters about article sharing'
# export: 'Configure export'
# import: 'Configure import'
# first_steps:
# title: 'First steps'
# new_article: 'Save your first article'
# unread_articles: 'And classify it!'
# migrate:
# title: 'Migrate from an existing service'
# description: "Are you using another service? We'll help you to retrieve your data on wallabag."
# pocket: 'Migrate from Pocket'
# wallabag_v1: 'Migrate from wallabag v1'
# wallabag_v2: 'Migrate from wallabag v2'
# developer:
# title: 'Developers'
# create_application: 'Create your third application'
# docs:
# title: 'Full documentation'
# annotate: 'Annotate your article'
# export: 'Convert your articles into ePUB or PDF'
# search_filters: 'See how you can look for an article by using search engine and filters'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
# all_docs: 'And so many other articles!'
# support:
# title: 'Support'
# description: 'If you need some help, we are here for you.'
# github: 'On GitHub'
# email: 'By email'
# gitter: 'On Gitter'
# Flash messages tag:
Information updated: "Informație actualizată" page_title: 'Tag-uri'
"Config saved. Some parameters will be considered after disconnection.": "configurație salvată. Unii parametrii vor fi considerați după deconectare." list:
RSS information updated: "Informație RSS actualizată" # number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
Password updated: "Parolă actualizată"
Entry starred: "Articol adăugat la favorite"
Entry unstarred: "Articol șters de la favorite"
Entry archived: "Articol arhivat"
Entry unarchived: "Articol dezarhivat"
Entry deleted: "Articol șters"
# Entry import:
Mark as read: 'Marchează ca citit' # page_title: 'Import'
Favorite: 'Favorit' # page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.'
back: 'înapoi' # action:
original article: 'articol original' # import_contents: 'Import contents'
Add a tag: 'Adaugă un tag' # form:
Share: 'Dă mai departe' # mark_as_read_title: 'Mark all as read?'
Download: 'Descarcă' # mark_as_read_label: 'Mark all imported entries as read'
Does this article appear wrong?: "Îți pare ciudat articolul?" # file_label: 'File'
Problems?: 'Probleme?' # save_label: 'Upload file'
Edit title: "Editează titlul" # pocket:
# page_title: 'Import > Pocket'
# description: "This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
# config_missing:
# description: "Pocket import isn't configured."
# admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
# user_message: 'Your server admin needs to define an API Key for Pocket.'
# authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
# connect_to_pocket: 'Connect to Pocket and import data'
# wallabag_v1:
# page_title: 'Import > Wallabag v1'
# description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
# how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
# wallabag_v2:
# page_title: 'Import > Wallabag v2'
# description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
developer:
# page_title: 'Developer'
# welcome_message: 'Welcome to the wallabag API'
# documentation: 'Documentation'
# how_to_first_app: 'How to create my first application'
# full_documentation: 'View full API documentation'
# clients:
# title: 'Clients'
# create_new: 'Create a new client'
# existing_clients:
# title: 'Existing clients'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# field_uris: 'Redirect URIs'
# field_grant_types: 'Grant type allowed'
# no_client: 'No client yet.'
# remove:
# warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'Back'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'Back'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'Back'
validator:
password_must_match: 'Câmpurile destinate parolelor trebuie să se potrivească'
password_too_short: 'Parola ar trebui să conțină cel puțin 8 caractere'
# password_wrong_value: 'Wrong value for your current password'
# item_per_page_too_high: 'This will certainly kill the app'
# rss_limit_too_hight: 'This will certainly kill the app'
flashes:
config:
notice:
config_saved: 'Configurație salvată. Unii parametrii vor fi considerați după deconectare.'
password_updated: 'Parolă actualizată'
password_not_updated_demo: "In demonstration mode, you can't change password for this user."
user_updated: 'Informație actualizată'
rss_updated: 'Informație RSS actualizată'
# tagging_rules_updated: 'Tagging rules updated'
# tagging_rules_deleted: 'Tagging rule deleted'
# user_added: 'User "%username%" added'
# rss_token_updated: 'RSS token updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
# entry_saved: 'Entry saved'
# entry_updated: 'Entry updated'
# entry_reloaded: 'Entry reloaded'
# entry_reload_failed: 'Failed to reload entry'
entry_archived: 'Articol arhivat'
entry_unarchived: 'Articol dezarhivat'
entry_starred: 'Articol adăugat la favorite'
entry_unstarred: 'Articol șters de la favorite'
entry_deleted: 'Articol șters'
tag:
notice:
# tag_added: 'Tag added'
import:
notice:
# failed: 'Import failed, please try again.'
# failed_on_file: 'Error while processing import. Please verify your import file.'
# summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
notice:
# client_created: 'New client created.'
# client_deleted: 'Client deleted'

View file

@ -1,226 +1,417 @@
# Login security:
Keep me logged in: 'Oturumumu açık tut' login:
Forgot your password?: 'Şifrenizi mi unuttunuz?' page_title: 'wallabag'
Login: 'Giriş Yap' keep_logged_in: 'Oturumumu açık tut'
Back to login: 'Giriş yapma ekranına geri dön' forgot_password: 'Şifrenizi mi unuttunuz?'
Send: 'Gönder' submit: 'Giriş Yap'
Register: 'Kayıt Ol' register: 'Kayıt Ol'
username: 'Kullanıcı adı'
password: 'Şifre'
# cancel: 'Cancel'
resetting:
# description: "Enter your email address below and we'll send you password reset instructions."
register:
# page_title: 'Create an account'
# go_to_account: 'Go to your account'
# Menu menu:
unread: 'Okunmayan' left:
starred: 'Favoriler' unread: 'Okunmayan'
archive: 'Arşiv' starred: 'Favoriler'
all: 'Hepsi' archive: 'Arşiv'
tags: 'Etiketler' all_articles: 'Hepsi'
config: 'Yapılandırma' config: 'Yapılandırma'
import: 'İçe Aktar' tags: 'Etiketler'
howto: 'Yardım' # internal_settings: 'Internal Settings'
logout: ıkış Yap' import: 'İçe Aktar'
Filtered: 'Filtreli' howto: 'Yardım'
About: 'Hakkımızda' # developer: 'Developer'
logout: ıkış Yap'
about: 'Hakkımızda'
search: 'Ara'
# save_link: 'Save a link'
back_to_unread: 'Okunmayan makalelere geri dön'
top:
add_new_entry: 'Yeni bir makale ekle'
search: 'Ara'
filter_entries: 'Filtrele'
export: 'Dışa Aktar'
search_form:
input_label: 'Aramak istediğiniz herhangi bir şey yazın'
# Header footer:
Back to unread articles: 'Okunmayan makalelere geri dön' wallabag:
Add a new entry: 'Yeni bir makale ekle' elsewhere: 'wallabag her an seninle'
Search: 'Ara' social: 'Sosyal'
Filter entries: 'Filtrele' powered_by: 'powered by'
Enter your search here: 'Aramak istediğiniz herhangi bir şey yazın' about: 'Hakkımızda'
Save new entry: 'Yeni makaleyi kaydet'
# Config screen config:
Settings: 'Ayarlar' page_title: 'Yapılandırma'
User information: 'Kullanıcı bilgileri' tab_menu:
Tagging rules: "Etiketleme kuralları" settings: 'Ayarlar'
Password: 'Şifre' rss: 'RSS'
RSS: 'RSS' user_info: 'Kullanıcı bilgileri'
Add a user: 'Bir kullanıcı ekle' password: 'Şifre'
Theme: 'Tema' rules: 'Etiketleme kuralları'
Items per page: "Sayfa başına makale sayısı" new_user: 'Bir kullanıcı ekle'
Language: 'Dil' form:
Save: 'Kaydet' save: 'Kaydet'
RSS token: 'RSS belirteci (token)' form_settings:
Name: 'İsim' theme_label: 'Tema'
Email: 'E-posta' items_per_page_label: 'Sayfa başına makale sayısı'
No token: 'Belirteç (token) yok' language_label: 'Dil'
Reset your token: 'Belirteci (token) sıfırla' form_rss:
Create your token: 'Yeni belirteç (token) oluştur' description: 'wallabag RSS akışı kaydetmiş olduğunuz makalelerini favori RSS okuyucunuzda görüntülemenizi sağlar. Bunu yapabilmek için öncelikle belirteç (token) oluşturmalısınız.'
Rss limit: "RSS içeriğinden talep edilecek makale limiti" token_label: 'RSS belirteci (token)'
RSS links: 'RSS akış bağlantıları' no_token: 'Belirteç (token) yok'
"RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.": "wallabag RSS akışı kaydetmiş olduğunuz makalelerini favori RSS okuyucunuzda görüntülemenizi sağlar. Bunu yapabilmek için öncelikle belirteç (token) oluşturmalısınız." token_create: 'Yeni belirteç (token) oluştur'
Old password: 'Eski şifre' token_reset: 'Belirteci (token) sıfırla'
New password: 'Yeni şifre' rss_links: 'RSS akış bağlantıları'
Repeat new password: 'Yeni şifrenin tekrarı' rss_link:
Username: "Kullanıcı adı" unread: 'okunmayan'
Two factor authentication: "İki adımlı doğrulama" starred: 'favoriler'
"Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion": "İki adımlı doğrulamayı aktifleştirdiğinizde, her yeni güvenilmeyen bağlantılarda size e-posta ile bir kod alacaksınız." archive: 'arşiv'
Baggy: "Baggy" rss_limit: 'RSS içeriğinden talep edilecek makale limiti'
Material: "Material" form_user:
English: "İngilizce" two_factor_description: "İki adımlı doğrulamayı aktifleştirdiğinizde, her yeni güvenilmeyen bağlantılarda size e-posta ile bir kod alacaksınız."
Français: "Fransızca" name_label: 'İsim'
Deutsch: "Almanca" email_label: 'E-posta'
Türkçe: "Türkçe" twoFactorAuthentication_label: 'İki adımlı doğrulama'
form_password:
old_password_label: 'Eski şifre'
new_password_label: 'Yeni şifre'
repeat_new_password_label: 'Yeni şifrenin tekrarı'
form_rules:
# if_label: 'if'
# then_tag_as_label: 'then tag as'
# delete_rule_label: 'delete'
rule_label: 'Kural'
tags_label: 'Etiketler'
faq:
title: 'S.S.S.'
tagging_rules_definition_title: '« etiketleme kuralları » ne anlama geliyor?'
# tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.'
how_to_use_them_title: 'Bunu nasıl kullanırım?'
# how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
variables_available_title: 'Kurallar içerisinde hangi değişken ve operatörleri kullanabilirim?'
variables_available_description: 'Etiket kuralı oluşturmak istediğinizde aşağıdaki değişken ve operatörleri kullanabilirsin:'
meaning: 'Anlamı'
variable_description:
label: 'Değişken'
title: 'Makalenin başlığı'
url: 'Makalenin bağlantısı'
isArchived: 'Makale arşivlendi mi? Arşivlenmedi mi?'
isStarred: 'Makale favorilere eklendi mi? Eklenmedi mi?'
content: "Makalenin içeriği"
language: "Makalenin dili"
mimetype: "Makalenin mime türü"
readingTime: "Makalenin dakika cinsinden tahmini okuma süresi"
domainName: 'Makalenin bulunduğu internet sitesinin alan adı'
operator_description:
label: 'Operatör'
less_than: 'Küçüktür ve eşittir…'
strictly_less_than: 'Küçüktür…'
greater_than: 'Büyüktür ve eşittir…'
strictly_greater_than: 'Büyüktür…'
equal_to: 'Eşittir…'
not_equal_to: 'Eşit değildir…'
or: 'Bir kural veya birbaşkası'
and: 'Bir kural ve diğeri'
# matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
form_new_user:
username_label: 'Kullanıcı adı'
password_label: 'Şifre'
repeat_new_password_label: 'Yeni şifrenin tekrarı'
plain_password_label: '????'
email_label: 'E-posta'
# Tagging rules entry:
Rule: "Kural" page_titles:
Tags: "Etiketler" # unread: 'Unread entries'
FAQ: "S.S.S." # starred: 'Starred entries'
Variable: "Değişken" # archive: 'Archived entries'
Meaning: "Anlamı" # filtered: 'Filtered entries'
Operator: "Operatör" list:
"What does « tagging rules » mean?": "« etiketleme kuralları » ne anlama geliyor?" number_on_the_page: '{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var.'
"How do I use them?": "Bunu nasıl kullanırım?" reading_time: 'tahmini okuma süresi'
"Which variables and operators can I use to write rules?": "Kurallar içerisinde hangi değişken ve operatörleri kullanabilirim?" reading_time_minutes: 'tahmini okuma süresi: %readingTime% min'
"The following variables and operators can be used to create tagging rules:": "Etiket kuralı oluşturmak istediğinizde aşağıdaki değişken ve operatörleri kullanabilirsin:" reading_time_less_one_minute: 'tahmini okuma süresi: <small class="inferieur">&lt;</small> 1 min'
Title of the entry: "Makalenin başlığı" original_article: 'orijinal'
URL of the entry: "Makalenin bağlantısı" toogle_as_read: 'Okundu/okunmadı olarak işaretle'
The domain name of the entry: "Makalenin bulunduğu internet sitesinin alan adı" toogle_as_star: 'Favorilere ekle/çıkar'
"The entry's content": "Makalenin içeriği" delete: 'Sil'
"The entry's language": "Makalenin dili" export_title: 'Dışa Aktar'
"The entry's mime-type": "Makalenin mime türü" filters:
"The estimated entry's reading time, in minutes": "Makalenin dakika cinsinden tahmini okuma süresi" title: 'Filtreler'
"Whether the entry is archived or not": "Makale arşivlendi mi? Arşivlenmedi mi?" status_label: 'Durum'
"Whether the entry is starred or not": "Makale favorilere eklendi mi? Eklenmedi mi?" archived_label: 'Arşiv'
"Less than…": "Küçüktür ve eşittir…" starred_label: 'Favori'
"Strictly less than…": "Küçüktür…" preview_picture_label: 'Resim önizlemesi varsa'
"Greater than…": "Büyüktür ve eşittir…" preview_picture_help: 'Resim önizlemesi'
"Strictly greater than…": "Büyüktür…" language_label: 'Dil'
"Equal to…": "Eşittir…" reading_time:
"Not equal to…": "Eşit değildir…" label: 'Dakika cinsinden okuma süresi'
"One rule or another": "Bir kural veya birbaşkası" from: 'başlangıç'
"One rule and another": "Bir kural ve diğeri" to: 'bitiş'
domain_label: 'Alan adı'
created_at:
label: 'Oluşturulma tarihi'
from: 'başlangıç'
to: 'bitiş'
action:
clear: 'Temizle'
filter: 'Filtrele'
view:
left_menu:
# back_to_top: 'Back to top'
back_to_homepage: 'Back'
set_as_read: 'Okundu olarak işaretle'
set_as_unread: 'Okunmadı olarak işaretle'
set_as_favorite: 'Favorilere ekle/çıkar'
view_original_article: 'Orijinal makale'
re_fetch_content: 'İçeriği yenile'
delete: 'Sil'
add_a_tag: 'Bir etiket ekle'
share_content: 'Paylaş'
share_email_label: 'E-posta'
download: 'İndir'
# print: 'Print'
problem:
label: 'Bir sorun mu var?'
description: 'Bu makalede herhangi bir yanlışlık mı var?'
edit_title: 'Başlığı düzenle'
original_article: 'orijinal'
# annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
new:
page_title: 'Yeni makaleyi kaydet'
placeholder: 'http://website.com'
form_new:
url_label: Url
edit:
page_title: 'Makaleyi düzenle'
title_label: 'Başlık'
url_label: 'Url'
is_public_label: 'Herkes tarafından erişime açık olsun mu?'
save_label: 'Kaydet'
# Entries about:
'estimated reading time': 'tahmini okuma süresi' page_title: 'Hakkımızda'
original: "orijinal" top_menu:
Toggle mark as read: 'Okundu/okunmadı olarak işaretle' who_behind_wallabag: "wallabag'in arkasındakiler"
Toggle favorite: 'Favorilere ekle/çıkar' getting_help: 'Yardım'
Delete: 'Sil' helping: 'wallabag destek olun'
# contributors: 'Contributors'
# third_party: 'Third-party libraries'
who_behind_wallabag:
developped_by: 'Geliştiriciler'
website: 'i̇nternet sitesi'
many_contributors: 'Ve katkıda bulunanlar ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">GitHub üzerinde</a>'
project_website: 'Proje internet sitesi'
license: 'Lisans'
version: 'Sürüm'
getting_help:
documentation: 'Dokümantasyon'
bug_reports: 'Sorun bildir'
support: '<a href="https://support.wallabag.org">Destek internet sitesinde</a> ya da <a href="https://github.com/wallabag/wallabag/issues">GitHub üzerinde</a>'
helping:
description: 'wallabag açık kaynak kodlu ve ücretsizdir. Bize destek ol :'
by_contributing: 'projemize katkıda bulunun :'
by_contributing_2: 'ihtiyacımız olanların listelendiği yapılacaklar listesi'
by_paypal: 'PayPal ile'
contributors:
# description: 'Thank you to contributors on wallabag web application'
third_party:
# description: 'Here are the list of third-party libraries used in wallabag (with their licenses):'
# package: 'Package'
license: 'Lisans'
# Filters howto:
Filters: 'Filtreler' page_title: 'Yardım'
Status: 'Durum' # page_description: 'There are several ways to save an article:'
Archived: 'Arşiv' top_menu:
Starred: 'Favori' browser_addons: 'Tarayıcı eklentileri'
Preview picture: 'Resim önizlemesi' mobile_apps: 'Mobil uygulamalar'
Has a preview picture: 'Resim önizlemesi varsa' bookmarklet: 'Bookmarklet'
Reading time in minutes: 'Dakika cinsinden okuma süresi' form:
from: 'başlangıç' description: 'Yeni makale kaydet'
to: 'bitiş' browser_addons:
website.com: 'internet-sitesi.com' firefox: 'Standart Firefox Eklentisi'
Domain name: 'Alan adı' chrome: 'Chrome Eklentisi'
Creation date: 'Oluşturulma tarihi' mobile_apps:
dd/mm/yyyy: 'dd/mm/aaaa' android:
Clear: 'Temizle' # via_f_droid: 'via F-Droid'
Filter: 'Filtrele' # via_google_play: 'via Google Play'
# ios: 'on the iTunes Store'
# windows: 'on the Microsoft Store'
bookmarklet:
description: "Bu bağlantı ile yer imlerinizi sürükleyip bırakarak wallabag'e ekleyebilirsiniz:"
# About quickstart:
Who is behind wallabag: "wallabag'in arkasındakiler" page_title: 'Hızlı başlangıç'
Getting help: "Yardım" intro:
Helping wallabag: "wallabag destek olun" title: 'wallabag'
Developed by: "Geliştiriciler:" paragraph_1: "wallabag kurduğunuz için teşekkür ederiz. Bu sayfada biz size eşlik edecek ve ilginizi çekecek birkaç özellik göstereceğim."
website: "İnternet sitesi" paragraph_2: 'Bizi takip edin!'
And many others contributors ♥: "Ve katkıda bulunanlar ♥" configure:
on GitHub: "GitHub üzerinde" title: 'Uygulamayı Yapılandırma'
Project website: "Proje internet sitesi" language: 'Dili ve tasarımı değiştirme'
License: "Lisans" rss: 'RSS akışını aktifleştirme'
Version: "Sürüm" # tagging_rules: 'Write rules to automatically tag your articles'
Documentation: "Dokümantasyon" admin:
Bug reports: "Sorun bildir" # title: 'Administration'
On our support website: "Destek internet sitesinde" # description: 'As an administrator, you have privileges on wallabag. You can:'
or: "ya da" # new_user: 'Create a new user'
"wallabag is free and opensource. You can help us:": "wallabag açık kaynak kodlu ve ücretsizdir. Bize destek ol :" # analytics: 'Configure analytics'
"by contributing to the project:": "projemize katkıda bulunun :" # sharing: 'Enable some parameters about article sharing'
an issue lists all our needs: "ihtiyacımız olanların listelendiği yapılacaklar listesi" # export: 'Configure export'
via Paypal: "PayPal ile" # import: 'Configure import'
first_steps:
title: 'İlk adım'
new_article: 'İlk makalenizi kaydedin'
unread_articles: 'Ve bunu sınıflandırın!'
migrate:
title: 'Varolan servislerden veri aktarma'
description: "Kullanmakta olduğunuz farklı bir hizmet mi var? Biz size yardımcı olacak ve verilerinizi wallabag'e aktarmanıza yardımcı olacağız."
pocket: "Pocket üzerindeki verilerinizi wallabag'e aktarın"
wallabag_v1: "wallabag v1 üzerindeki verilerinizi wallabag'in yeni sürümüne aktarın"
wallabag_v2: "wallabag v2 üzerindeki verilerinizi wallabag'in yeni sürümüne aktarın"
developer:
# title: 'Developers'
# create_application: 'Create your third application'
docs:
title: 'Dokümantasyon'
# annotate: 'Annotate your article'
export: 'Makalelerinizi ePUB ya da PDF formatına çevirme'
search_filters: 'Makaleleri görüntülemek için arama motorlarını ve filteri kullanma'
# fetching_errors: 'What can I do if an article encounters errors during fetching?'
all_docs: 'Ve daha fazlası!'
support:
title: 'Destek'
description: 'Eğer yardıma ihtiyacınız varsa, biz her daim senin için burada olacağız.'
github: 'GitHub'
email: 'E-posta'
gitter: 'Gitter'
# Howto tag:
Form: "Form" page_title: 'Etiketler'
Thanks to this form: "Yeni makale kaydet" list:
Browser addons: "Tarayıcı eklentileri" number_on_the_page: '{0} Herhangi bir etiket yok.|{1} Burada bir adet etiket var.|]1,Inf[ Burada %count% adet etiket var.'
Mobile apps: "Mobil uygulamalar"
Bookmarklet: "Bookmarklet"
Standard Firefox Add-On: "Standart Firefox Eklentisi"
Chrome Extension: "Chrome Eklentisi"
download the application: "uygulamayı indir"
"Drag &amp; drop this link to your bookmarks bar:": "Bu bağlantı ile yer imlerinizi sürükleyip bırakarak wallabag'e ekleyebilirsiniz:"
via F-Droid: "F-Droid"
via Google Play: "Google Play"
bag it!: "bag it!"
# Flash messages import:
Information updated: "Bilgiler güncellendi" page_title: 'İçe Aktar'
"Config saved. Some parameters will be considered after disconnection.": "Yapılandırma ayarları kaydedildi. Bazı yapılandırmalar tekrar giriş yaptığınızda aktif olacaktır." page_description: 'wallabag içe aktarma aracına hoşgeldiniz. Lütfen içe aktarmak istediğiiz önceki servisinizi seçin.'
RSS information updated: "RSS bilgiler güncellendi" action:
Password updated: "Şifre güncellendi" import_contents: 'İçe Aktar contents'
Entry starred: "Makale favorilere eklendi" form:
Entry unstarred: "Makale favorilerden çıkartıldı" # mark_as_read_title: 'Mark all as read?'
Entry archived: "Makale arşivlendi" # mark_as_read_label: 'Mark all imported entries as read'
Entry unarchived: "Makale arşivden çıkartıldı" file_label: 'Dosya'
Entry reloaded: "Makale içeriği yenilendi" save_label: 'Dosyayı yükle'
Entry deleted: "Makale silindi" pocket:
Entry saved: "Makale kaydedildi" page_title: 'İçe Aktar > Pocket'
Tag added: "Etiket eklendi" description: "Bu araç tüm Pocket verinizi içe aktarır. Pocket içeriklerin getirilmesine izin vermez, okunabilen içerikler wallabag tarafından yeniden getirilir."
config_missing:
# description: "Pocket import isn't configured."
# admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
# user_message: 'Your server admin needs to define an API Key for Pocket.'
authorize_message: 'Pocket hesabınızda verilerinizi içe aktarabilmemiz için öncelikle aşağıdaki butona tıklayın. Daha sonra, getpocket.com üzerindeki uygulamamıza gereken izinleri verin. Hepsi bu kadar!'
connect_to_pocket: "Pocket'a bağlanın ve verilerinizi içe aktarın"
wallabag_v1:
page_title: 'İçe Aktar > Wallabag v1'
description: 'Bu araç wallabag v1 üzerindeki tüm makalelerinizi içe aktarır. Yapılandırma sayfasında, "Export your wallabag data" sekmesinden "JSON export" adımını izleyin. Bu adım size "wallabag-export-1-xxxx-xx-xx.json" isimli bir dosya verecektir.'
how_to: 'Aşağıdaki butona tıklayarak wallabag v1 tarafından dışa aktarılmış dosyanızı yükleyin.'
wallabag_v2:
page_title: 'İçe Aktar > Wallabag v2'
# description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
# Entry developer:
Mark as read: 'Okundu olarak işaretle' # page_title: 'Developer'
Mark as unread: 'Okunmadı olarak işaretle' # welcome_message: 'Welcome to the wallabag API'
Favorite: 'Favorilere ekle/çıkar' # documentation: 'Documentation'
back: 'geri dön' # how_to_first_app: 'How to create my first application'
original article: 'Orijinal makale' # full_documentation: 'View full API documentation'
Add a tag: 'Bir etiket ekle' # clients:
Share: 'Paylaş' # title: 'Clients'
Download: 'İndir' # create_new: 'Create a new client'
Does this article appear wrong?: "Bu makalede herhangi bir yanlışlık mı var?" # existing_clients:
Problems?: 'Bir sorun mu var?' # title: 'Existing clients'
Edit title: "Başlığı düzenle" # field_id: 'Client ID'
"{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.": "{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var." # field_secret: 'Client secret'
"{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.": "{0} Herhangi bir etiket yok.|{1} Burada bir adet etiket var.|]1,Inf[ Burada %count% adet etiket var." # field_uris: 'Redirect URIs'
Reload content: "İçeriği yenile" # field_grant_types: 'Grant type allowed'
Edit an entry: "Makaleyi düzenle" # no_client: 'No client yet.'
Title: "Başlık" # remove:
Is public: "Herkes tarafından erişime açık olsun mu?" # warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !'
# warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
# action: 'Remove this client'
# client:
# page_title: 'Developer > New client'
# page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
# form:
# redirect_uris_label: 'Redirect URIs'
# save_label: 'Create a new client'
# action_back: 'Back'
# client_parameter:
# page_title: 'Developer > Client parameters'
# page_description: 'Here are your client parameters.'
# field_id: 'Client ID'
# field_secret: 'Client secret'
# back: 'Back'
# read_howto: 'Read the howto "Create my first application"'
# howto:
# page_title: 'Developer > How to create my first application'
# description:
# paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
# paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
# paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
# paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
# paragraph_5: 'The API will return a response like this:'
# paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
# paragraph_7: 'This call will return all the entries for your user.'
# paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
# back: 'Back'
# Import validator:
Import: "İçe Aktar" # password_must_match: 'The password fields must match.'
"Import > Pocket": "İçe Aktar > Pocket" # password_too_short: 'Password should by at least 8 chars long'
"Import > Wallabag v1": "İçe Aktar > Wallabag v1" # password_wrong_value: 'Wrong value for your current password'
Welcome to wallabag importer. Please select your previous service that you want to migrate.: "wallabag içe aktarma aracına hoşgeldiniz. Lütfen içe aktarmak istediğiiz önceki servisinizi seçin." # item_per_page_too_high: 'This will certainly kill the app'
"This importer will import all your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag.": "Bu araç tüm Pocket verinizi içe aktarır. Pocket içeriklerin getirilmesine izin vermez, okunabilen içerikler wallabag tarafından yeniden getirilir." # rss_limit_too_hight: 'This will certainly kill the app'
"This importer will import all your wallabag v1 articles. On your config page, click on \"JSON export\" in the \"Export your wallabag data\" section. You will have a \"wallabag-export-1-xxxx-xx-xx.json\" file.": "Bu araç wallabag v1 üzerindeki tüm makalelerinizi içe aktarır. Yapılandırma sayfasında, \"Export your wallabag data\" sekmesinden \"JSON export\" adımını izleyin. Bu adım size \"wallabag-export-1-xxxx-xx-xx.json\" isimli bir dosya verecektir."
"You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.": "Pocket hesabınızda verilerinizi içe aktarabilmemiz için öncelikle aşağıdaki butona tıklayın. Daha sonra, getpocket.com üzerindeki uygulamamıza gereken izinleri verin. Hepsi bu kadar!"
Connect to Pocket and import data: "Pocket'a bağlanın ve verilerinizi içe aktarın"
Please select your wallabag export and click on the below button to upload and import it.: "Aşağıdaki butona tıklayarak wallabag v1 tarafından dışa aktarılmış dosyanızı yükleyin."
File: "Dosya"
Upload file: "Dosyayı yükle"
Import contents: "İçerikleri içe aktar"
# Quickstart flashes:
Welcome to wallabag!: "wallabag" config:
Quickstart: "Hızlı başlangıç" notice:
We'll accompany you to visit wallabag and show you some features which can interess you.: "wallabag kurduğunuz için teşekkür ederiz. Bu sayfada biz size eşlik edecek ve ilginizi çekecek birkaç özellik göstereceğim." config_saved: 'Yapılandırma ayarları kaydedildi. Bazı yapılandırmalar tekrar giriş yaptığınızda aktif olacaktır.'
Follow us!: "Bizi takip edin!" password_updated: 'Şifre güncellendi'
Configure the application: "Uygulamayı Yapılandırma" password_not_updated_demo: "In demonstration mode, you can't change password for this user."
Change language and design: "Dili ve tasarımı değiştirme" user_updated: 'Bilgiler güncellendi'
Enable RSS feeds: "RSS akışını aktifleştirme" rss_updated: 'RSS bilgiler güncellendi'
First steps: "İlk adım" tagging_rules_updated: 'Tagging rules updated'
Save your first article: "İlk makalenizi kaydedin" tagging_rules_deleted: 'Tagging rule deleted'
And classify it!: "Ve bunu sınıflandırın!" user_added: 'User "%username%" added'
Migrate from an existing service: "Varolan servislerden veri aktarma" rss_token_updated: 'RSS token updated'
You're using an other service? We'll help you to retrieve your data on wallabag.: "Kullanmakta olduğunuz farklı bir hizmet mi var? Biz size yardımcı olacak ve verilerinizi wallabag'e aktarmanıza yardımcı olacağız." entry:
Migrate from Pocket: "Pocket üzerindeki verilerinizi wallabag'e aktarın" notice:
Migrate from wallabag v1: "wallabag v1 üzerindeki verilerinizi wallabag'in yeni sürümüne aktarın" entry_already_saved: 'Entry already saved on %date%'
Full documentation: "Dokümantasyon" entry_saved: 'Makale kaydedildi'
Convert your articles into ePUB or PDF: "Makalelerinizi ePUB ya da PDF formatına çevirme" # entry_updated: 'Entry updated'
See how you can look for an article by using search engine and filters: "Makaleleri görüntülemek için arama motorlarını ve filteri kullanma" entry_reloaded: 'Makale içeriği yenilendi'
And so many other articles!: "Ve daha fazlası!" # entry_reload_failed: 'Failed to reload entry'
Support: "Destek" entry_archived: 'Makale arşivlendi'
Social: "Sosyal" entry_unarchived: 'Makale arşivden çıkartıldı'
If you need some help, we are here for you.: "Eğer yardıma ihtiyacınız varsa, biz her daim senin için burada olacağız." entry_starred: 'Makale favorilere eklendi'
On GitHub: "GitHub" entry_unstarred: 'Makale favorilerden çıkartıldı'
By email: "E-posta" entry_deleted: 'Makale silindi'
On Gitter: "Gitter" tag:
Export: "Dışa Aktar" notice:
"http://website": "http://internet-sitesi" tag_added: 'Etiket eklendi'
Take wallabag with you: "wallabag her an seninle" import:
about: "hakkımızda" notice:
powered by: "powered by" # failed: 'Import failed, please try again.'
# failed_on_file: 'Error while processing import. Please verify your import file.'
# summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer:
notice:
# client_created: 'New client created.'
# client_deleted: 'Client deleted'

View file

@ -1,3 +0,0 @@
# Config screen
The password fields must match: 'De indtastede adgangskoder skal være ens'
Password should by at least 8 chars long: 'Adgangskoden skal være mindst 8 tegn'

View file

@ -1,3 +0,0 @@
# Config screen
The password fields must match: 'Las contraseñas no coinciden'
Password should by at least 8 chars long: 'La contraseña debe tener al menos 8 carácteres'

View file

@ -1,3 +0,0 @@
# Config screen
The password fields must match: 'رمزها باید یکی باشند'
Password should by at least 8 chars long: 'رمز شما باید ۸ حرف یا بیشتر باشد'

View file

@ -1,3 +0,0 @@
# Config screen
The password fields must match: 'Les deux mots de passe doivent être les mêmes'
Password should by at least 8 chars long: 'Le mot de passe doit contenir au moins 8 caractères'

View file

@ -1,3 +0,0 @@
# Config screen
The password fields must match: 'Hasło w polach musi być takie same '
Password should by at least 8 chars long: 'Hasło powinno mieć minimum 8 znaków długości'

View file

@ -1,3 +0,0 @@
# Config screen
The password fields must match: 'Câmpurile destinate parolelor trebuie să se potrivească'
Password should by at least 8 chars long: 'Parola ar trebui să conțină cel puțin 8 caractere'