2017-11-08 01:14:37 +11:00
|
|
|
|
const de = {
|
2017-12-09 03:24:06 +11:00
|
|
|
|
chat: {
|
2017-12-09 03:31:17 +11:00
|
|
|
|
title: 'Chat'
|
2017-12-09 03:28:13 +11:00
|
|
|
|
},
|
2017-11-08 01:14:37 +11:00
|
|
|
|
nav: {
|
2017-12-09 03:24:06 +11:00
|
|
|
|
chat: 'Lokaler Chat',
|
2017-11-08 04:43:28 +11:00
|
|
|
|
timeline: 'Zeitleiste',
|
2017-11-08 04:22:25 +11:00
|
|
|
|
mentions: 'Erwähnungen',
|
|
|
|
|
public_tl: 'Lokale Zeitleiste',
|
|
|
|
|
twkn: 'Das gesamte Netzwerk'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Folgt dir!',
|
|
|
|
|
following: 'Folgst du!',
|
|
|
|
|
follow: 'Folgen',
|
2017-11-15 20:36:59 +11:00
|
|
|
|
blocked: 'Blockiert!',
|
|
|
|
|
block: 'Blockieren',
|
2017-11-08 04:22:25 +11:00
|
|
|
|
statuses: 'Beiträge',
|
|
|
|
|
mute: 'Stummschalten',
|
|
|
|
|
muted: 'Stummgeschaltet',
|
|
|
|
|
followers: 'Folgende',
|
|
|
|
|
followees: 'Folgt',
|
2018-03-12 21:11:07 +11:00
|
|
|
|
per_day: 'pro Tag',
|
|
|
|
|
remote_follow: 'Remote Follow'
|
2017-11-08 04:22:25 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Zeige Neuere',
|
2017-11-20 05:42:54 +11:00
|
|
|
|
error_fetching: 'Fehler beim Laden',
|
2017-11-08 04:22:25 +11:00
|
|
|
|
up_to_date: 'Aktuell',
|
2017-11-15 20:36:59 +11:00
|
|
|
|
load_older: 'Lade ältere Beiträge',
|
2018-04-13 01:40:15 +10:00
|
|
|
|
conversation: 'Unterhaltung',
|
|
|
|
|
collapse: 'Einklappen',
|
|
|
|
|
repeated: 'wiederholte'
|
2017-11-08 04:22:25 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Benutzereinstellungen',
|
|
|
|
|
name_bio: 'Name & Bio',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
avatar: 'Avatar',
|
|
|
|
|
current_avatar: 'Dein derzeitiger Avatar',
|
|
|
|
|
set_new_avatar: 'Setze neuen Avatar',
|
|
|
|
|
profile_banner: 'Profil Banner',
|
|
|
|
|
current_profile_banner: 'Dein derzeitiger Profil Banner',
|
|
|
|
|
set_new_profile_banner: 'Setze neuen Profil Banner',
|
|
|
|
|
profile_background: 'Profil Hintergrund',
|
|
|
|
|
set_new_profile_background: 'Setze neuen Profil Hintergrund',
|
|
|
|
|
settings: 'Einstellungen',
|
2017-11-15 20:36:59 +11:00
|
|
|
|
theme: 'Farbschema',
|
2017-11-20 05:42:54 +11:00
|
|
|
|
presets: 'Voreinstellungen',
|
2018-04-08 04:58:29 +10:00
|
|
|
|
theme_help: 'Benutze HTML Farbcodes (#rrggbb) um dein Farbschema anzupassen.',
|
2017-11-20 05:42:54 +11:00
|
|
|
|
background: 'Hintergrund',
|
|
|
|
|
foreground: 'Vordergrund',
|
|
|
|
|
text: 'Text',
|
|
|
|
|
links: 'Links',
|
2018-04-13 01:40:15 +10:00
|
|
|
|
cBlue: 'Blau (Antworten, Folgt dir)',
|
|
|
|
|
cRed: 'Rot (Abbrechen)',
|
|
|
|
|
cOrange: 'Orange (Favorisieren)',
|
|
|
|
|
cGreen: 'Grün (Retweet)',
|
|
|
|
|
btnRadius: 'Buttons',
|
|
|
|
|
panelRadius: 'Panel',
|
|
|
|
|
avatarRadius: 'Avatare',
|
|
|
|
|
avatarAltRadius: 'Avatare (Benachrichtigungen)',
|
|
|
|
|
tooltipRadius: 'Tooltips/Warnungen',
|
|
|
|
|
attachmentRadius: 'Anhänge',
|
2017-11-08 04:22:25 +11:00
|
|
|
|
filtering: 'Filter',
|
|
|
|
|
filtering_explanation: 'Alle Beiträge die diese Wörter enthalten werden ausgeblendet. Ein Wort pro Zeile.',
|
|
|
|
|
attachments: 'Anhänge',
|
2018-03-12 21:11:07 +11:00
|
|
|
|
hide_attachments_in_tl: 'Anhänge in der Zeitleiste ausblenden',
|
2017-11-08 04:22:25 +11:00
|
|
|
|
hide_attachments_in_convo: 'Anhänge in Unterhaltungen ausblenden',
|
2018-03-12 21:11:07 +11:00
|
|
|
|
nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für Anhänge, die als NSFW markiert sind',
|
2018-04-13 01:40:15 +10:00
|
|
|
|
stop_gifs: 'Play-on-hover GIFs',
|
2017-11-15 20:36:59 +11:00
|
|
|
|
autoload: 'Aktiviere automatisches Laden von älteren Beiträgen beim scrollen',
|
|
|
|
|
streaming: 'Aktiviere automatisches Laden (Streaming) von neuen Beiträgen',
|
2018-01-03 21:40:30 +11:00
|
|
|
|
reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover',
|
|
|
|
|
follow_import: 'Folgeliste importieren',
|
|
|
|
|
import_followers_from_a_csv_file: 'Importiere Kontakte, denen du folgen möchtest, aus einer CSV-Datei',
|
|
|
|
|
follows_imported: 'Folgeliste importiert! Die Bearbeitung kann eine Zeit lang dauern.',
|
|
|
|
|
follow_import_error: 'Fehler beim importieren der Folgeliste'
|
2017-11-08 04:22:25 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Benachrichtigungen',
|
|
|
|
|
read: 'Gelesen!',
|
2018-04-13 01:40:15 +10:00
|
|
|
|
followed_you: 'folgt dir',
|
|
|
|
|
favorited_you: 'favorisierte deine Nachricht',
|
|
|
|
|
repeated_you: 'wiederholte deine Nachricht'
|
2017-11-08 04:22:25 +11:00
|
|
|
|
},
|
2017-11-15 20:36:59 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'Anmelden',
|
|
|
|
|
username: 'Benutzername',
|
|
|
|
|
password: 'Passwort',
|
|
|
|
|
register: 'Registrieren',
|
|
|
|
|
logout: 'Abmelden'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registrierung',
|
|
|
|
|
fullname: 'Angezeigter Name',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
password_confirm: 'Passwort bestätigen'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Veröffentlichen',
|
|
|
|
|
default: 'Sitze gerade im Hofbräuhaus.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Finde Benutzer',
|
|
|
|
|
error_fetching_user: 'Fehler beim Suchen des Benutzers'
|
|
|
|
|
},
|
2017-11-08 04:22:25 +11:00
|
|
|
|
general: {
|
2017-11-20 05:42:54 +11:00
|
|
|
|
submit: 'Absenden',
|
|
|
|
|
apply: 'Anwenden'
|
2018-03-12 21:11:07 +11:00
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'Beiträge'
|
2017-11-08 01:14:37 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 03:55:08 +11:00
|
|
|
|
const fi = {
|
|
|
|
|
nav: {
|
|
|
|
|
timeline: 'Aikajana',
|
|
|
|
|
mentions: 'Maininnat',
|
|
|
|
|
public_tl: 'Julkinen Aikajana',
|
|
|
|
|
twkn: 'Koko Tunnettu Verkosto'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Seuraa sinua!',
|
|
|
|
|
following: 'Seuraat!',
|
|
|
|
|
follow: 'Seuraa',
|
|
|
|
|
statuses: 'Viestit',
|
|
|
|
|
mute: 'Hiljennä',
|
|
|
|
|
muted: 'Hiljennetty',
|
|
|
|
|
followers: 'Seuraajat',
|
|
|
|
|
followees: 'Seuraa',
|
|
|
|
|
per_day: 'päivässä'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Näytä uudet',
|
|
|
|
|
error_fetching: 'Virhe ladatessa viestejä',
|
|
|
|
|
up_to_date: 'Ajantasalla',
|
2017-11-08 21:34:15 +11:00
|
|
|
|
load_older: 'Lataa vanhempia viestejä',
|
2018-04-10 02:43:31 +10:00
|
|
|
|
conversation: 'Keskustelu',
|
|
|
|
|
collapse: 'Sulje',
|
|
|
|
|
repeated: 'toisti'
|
2017-11-08 03:55:08 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Käyttäjän asetukset',
|
|
|
|
|
name_bio: 'Nimi ja kuvaus',
|
|
|
|
|
name: 'Nimi',
|
|
|
|
|
bio: 'Kuvaus',
|
|
|
|
|
avatar: 'Profiilikuva',
|
|
|
|
|
current_avatar: 'Nykyinen profiilikuvasi',
|
|
|
|
|
set_new_avatar: 'Aseta uusi profiilikuva',
|
|
|
|
|
profile_banner: 'Juliste',
|
|
|
|
|
current_profile_banner: 'Nykyinen julisteesi',
|
|
|
|
|
set_new_profile_banner: 'Aseta uusi juliste',
|
|
|
|
|
profile_background: 'Taustakuva',
|
|
|
|
|
set_new_profile_background: 'Aseta uusi taustakuva',
|
|
|
|
|
settings: 'Asetukset',
|
|
|
|
|
theme: 'Teema',
|
2017-11-18 22:13:51 +11:00
|
|
|
|
presets: 'Valmiit teemat',
|
|
|
|
|
theme_help: 'Käytä heksadesimaalivärejä muokataksesi väriteemaasi.',
|
|
|
|
|
background: 'Tausta',
|
|
|
|
|
foreground: 'Korostus',
|
|
|
|
|
text: 'Teksti',
|
|
|
|
|
links: 'Linkit',
|
2017-11-08 03:55:08 +11:00
|
|
|
|
filtering: 'Suodatus',
|
|
|
|
|
filtering_explanation: 'Kaikki viestit, jotka sisältävät näitä sanoja, suodatetaan. Yksi sana per rivi.',
|
|
|
|
|
attachments: 'Liitteet',
|
|
|
|
|
hide_attachments_in_tl: 'Piilota liitteet aikajanalla',
|
|
|
|
|
hide_attachments_in_convo: 'Piilota liitteet keskusteluissa',
|
|
|
|
|
nsfw_clickthrough: 'Piilota NSFW liitteet klikkauksen taakse.',
|
|
|
|
|
autoload: 'Lataa vanhempia viestejä automaattisesti ruudun pohjalla',
|
2017-11-13 10:06:48 +11:00
|
|
|
|
streaming: 'Näytä uudet viestit automaattisesti ollessasi ruudun huipulla',
|
2017-11-08 03:55:08 +11:00
|
|
|
|
reply_link_preview: 'Keskusteluiden vastauslinkkien esikatselu'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Ilmoitukset',
|
|
|
|
|
read: 'Lue!',
|
2018-04-10 02:43:31 +10:00
|
|
|
|
followed_you: 'seuraa sinua',
|
|
|
|
|
favorited_you: 'tykkäsi viestistäsi',
|
|
|
|
|
repeated_you: 'toisti viestisi'
|
2017-11-08 03:55:08 +11:00
|
|
|
|
},
|
2017-11-08 21:34:15 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'Kirjaudu sisään',
|
|
|
|
|
username: 'Käyttäjänimi',
|
|
|
|
|
password: 'Salasana',
|
|
|
|
|
register: 'Rekisteröidy',
|
|
|
|
|
logout: 'Kirjaudu ulos'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Rekisteröityminen',
|
|
|
|
|
fullname: 'Koko nimi',
|
|
|
|
|
email: 'Sähköposti',
|
|
|
|
|
bio: 'Kuvaus',
|
|
|
|
|
password_confirm: 'Salasanan vahvistaminen'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Lähetetään',
|
|
|
|
|
default: 'Tulin juuri saunasta.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Hae käyttäjä',
|
|
|
|
|
error_fetching_user: 'Virhe hakiessa käyttäjää'
|
|
|
|
|
},
|
2017-11-08 03:55:08 +11:00
|
|
|
|
general: {
|
2017-11-18 22:13:51 +11:00
|
|
|
|
submit: 'Lähetä',
|
|
|
|
|
apply: 'Aseta'
|
2017-11-08 03:55:08 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 01:14:37 +11:00
|
|
|
|
const en = {
|
2017-12-05 05:08:33 +11:00
|
|
|
|
chat: {
|
|
|
|
|
title: 'Chat'
|
|
|
|
|
},
|
2017-11-08 01:14:37 +11:00
|
|
|
|
nav: {
|
2017-12-05 05:08:33 +11:00
|
|
|
|
chat: 'Local Chat',
|
2017-11-08 01:14:37 +11:00
|
|
|
|
timeline: 'Timeline',
|
|
|
|
|
mentions: 'Mentions',
|
|
|
|
|
public_tl: 'Public Timeline',
|
|
|
|
|
twkn: 'The Whole Known Network'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Follows you!',
|
|
|
|
|
following: 'Following!',
|
|
|
|
|
follow: 'Follow',
|
2017-11-08 07:38:28 +11:00
|
|
|
|
blocked: 'Blocked!',
|
|
|
|
|
block: 'Block',
|
2017-11-08 01:14:37 +11:00
|
|
|
|
statuses: 'Statuses',
|
|
|
|
|
mute: 'Mute',
|
|
|
|
|
muted: 'Muted',
|
|
|
|
|
followers: 'Followers',
|
|
|
|
|
followees: 'Following',
|
2018-02-02 06:30:49 +11:00
|
|
|
|
per_day: 'per day',
|
|
|
|
|
remote_follow: 'Remote follow'
|
2017-11-08 01:14:37 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Show new',
|
|
|
|
|
error_fetching: 'Error fetching updates',
|
|
|
|
|
up_to_date: 'Up-to-date',
|
2017-11-08 21:34:15 +11:00
|
|
|
|
load_older: 'Load older statuses',
|
2018-04-10 02:43:31 +10:00
|
|
|
|
conversation: 'Conversation',
|
|
|
|
|
collapse: 'Collapse',
|
|
|
|
|
repeated: 'repeated'
|
2017-11-08 01:14:37 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'User Settings',
|
|
|
|
|
name_bio: 'Name & Bio',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
avatar: 'Avatar',
|
|
|
|
|
current_avatar: 'Your current avatar',
|
|
|
|
|
set_new_avatar: 'Set new avatar',
|
|
|
|
|
profile_banner: 'Profile Banner',
|
|
|
|
|
current_profile_banner: 'Your current profile banner',
|
|
|
|
|
set_new_profile_banner: 'Set new profile banner',
|
|
|
|
|
profile_background: 'Profile Background',
|
|
|
|
|
set_new_profile_background: 'Set new profile background',
|
|
|
|
|
settings: 'Settings',
|
|
|
|
|
theme: 'Theme',
|
2017-11-18 22:13:51 +11:00
|
|
|
|
presets: 'Presets',
|
2018-04-08 04:58:29 +10:00
|
|
|
|
theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.',
|
2018-04-08 09:52:15 +10:00
|
|
|
|
radii_help: 'Set up interface edge rounding (in pixels)',
|
2017-11-18 22:13:51 +11:00
|
|
|
|
background: 'Background',
|
|
|
|
|
foreground: 'Foreground',
|
|
|
|
|
text: 'Text',
|
|
|
|
|
links: 'Links',
|
2018-04-08 09:52:15 +10:00
|
|
|
|
cBlue: 'Blue (Reply, follow)',
|
|
|
|
|
cRed: 'Red (Cancel)',
|
|
|
|
|
cOrange: 'Orange (Favorite)',
|
|
|
|
|
cGreen: 'Green (Retweet)',
|
|
|
|
|
btnRadius: 'Buttons',
|
2018-04-15 14:52:14 +10:00
|
|
|
|
inputRadius: 'Input fields',
|
2018-04-08 09:52:15 +10:00
|
|
|
|
panelRadius: 'Panels',
|
|
|
|
|
avatarRadius: 'Avatars',
|
|
|
|
|
avatarAltRadius: 'Avatars (Notifications)',
|
|
|
|
|
tooltipRadius: 'Tooltips/alerts',
|
|
|
|
|
attachmentRadius: 'Attachments',
|
2017-11-08 01:14:37 +11:00
|
|
|
|
filtering: 'Filtering',
|
2017-11-08 19:31:52 +11:00
|
|
|
|
filtering_explanation: 'All statuses containing these words will be muted, one per line',
|
2017-11-08 01:14:37 +11:00
|
|
|
|
attachments: 'Attachments',
|
|
|
|
|
hide_attachments_in_tl: 'Hide attachments in timeline',
|
|
|
|
|
hide_attachments_in_convo: 'Hide attachments in conversations',
|
|
|
|
|
nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding',
|
2018-03-12 10:31:33 +11:00
|
|
|
|
stop_gifs: 'Play-on-hover GIFs',
|
2017-11-08 01:14:37 +11:00
|
|
|
|
autoload: 'Enable automatic loading when scrolled to the bottom',
|
2017-11-13 10:06:48 +11:00
|
|
|
|
streaming: 'Enable automatic streaming of new posts when scrolled to the top',
|
2017-12-24 01:44:22 +11:00
|
|
|
|
reply_link_preview: 'Enable reply-link preview on mouse hover',
|
|
|
|
|
follow_import: 'Follow import',
|
2018-04-18 01:03:10 +10:00
|
|
|
|
import_followers_from_a_csv_file: 'Import follows from a csv file',
|
2017-12-24 01:44:22 +11:00
|
|
|
|
follows_imported: 'Follows imported! Processing them will take a while.',
|
2018-05-14 00:09:07 +10:00
|
|
|
|
follow_import_error: 'Error importing followers',
|
|
|
|
|
delete_account: 'Delete Account',
|
|
|
|
|
delete_account_description: 'Permanantly delete your account and all your messages.',
|
|
|
|
|
delete_account_instructions: 'Type your password in the input below to confirm account deletion.',
|
2018-05-20 21:16:49 +10:00
|
|
|
|
delete_account_error: 'There was an issue deleting your account. If this persists please contact your instance administrator.',
|
2018-05-14 09:47:08 +10:00
|
|
|
|
follow_export: 'Follow export',
|
2018-05-17 08:51:52 +10:00
|
|
|
|
follow_export_processing: 'Processing, you\'ll soon be asked to download your file',
|
2018-05-14 09:47:08 +10:00
|
|
|
|
follow_export_button: 'Export your follows to a csv file'
|
2017-11-08 01:14:37 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
2017-11-08 19:10:32 +11:00
|
|
|
|
notifications: 'Notifications',
|
2017-11-08 01:14:37 +11:00
|
|
|
|
read: 'Read!',
|
2018-04-10 02:43:31 +10:00
|
|
|
|
followed_you: 'followed you',
|
|
|
|
|
favorited_you: 'favorited your status',
|
|
|
|
|
repeated_you: 'repeated your status'
|
2017-11-08 01:14:37 +11:00
|
|
|
|
},
|
2017-11-08 21:34:15 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'Log in',
|
|
|
|
|
username: 'Username',
|
|
|
|
|
password: 'Password',
|
|
|
|
|
register: 'Register',
|
|
|
|
|
logout: 'Log out'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registration',
|
|
|
|
|
fullname: 'Display name',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
password_confirm: 'Password confirmation'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Posting',
|
|
|
|
|
default: 'Just landed in L.A.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Find user',
|
|
|
|
|
error_fetching_user: 'Error fetching user'
|
|
|
|
|
},
|
2017-11-08 01:14:37 +11:00
|
|
|
|
general: {
|
2017-11-18 22:13:51 +11:00
|
|
|
|
submit: 'Submit',
|
|
|
|
|
apply: 'Apply'
|
2018-03-12 11:59:03 +11:00
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'User Timeline'
|
2017-11-08 01:14:37 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-21 09:03:29 +10:00
|
|
|
|
const eo = {
|
|
|
|
|
chat: {
|
|
|
|
|
title: 'Babilo'
|
|
|
|
|
},
|
|
|
|
|
nav: {
|
|
|
|
|
chat: 'Loka babilo',
|
|
|
|
|
timeline: 'Tempovido',
|
|
|
|
|
mentions: 'Mencioj',
|
|
|
|
|
public_tl: 'Publika tempovido',
|
|
|
|
|
twkn: 'Tuta konata reto'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Abonas vin!',
|
|
|
|
|
following: 'Abonanta!',
|
|
|
|
|
follow: 'Aboni',
|
|
|
|
|
blocked: 'Barita!',
|
|
|
|
|
block: 'Bari',
|
|
|
|
|
statuses: 'Statoj',
|
|
|
|
|
mute: 'Silentigi',
|
|
|
|
|
muted: 'Silentigita',
|
|
|
|
|
followers: 'Abonantoj',
|
|
|
|
|
followees: 'Abonatoj',
|
|
|
|
|
per_day: 'tage',
|
|
|
|
|
remote_follow: 'Fora abono'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Montri novajn',
|
|
|
|
|
error_fetching: 'Eraro ĝisdatigante',
|
|
|
|
|
up_to_date: 'Ĝisdata',
|
|
|
|
|
load_older: 'Enlegi pli malnovajn statojn',
|
|
|
|
|
conversation: 'Interparolo',
|
|
|
|
|
collapse: 'Maletendi',
|
|
|
|
|
repeated: 'ripetata'
|
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Uzulaj agordoj',
|
|
|
|
|
name_bio: 'Nomo kaj prio',
|
|
|
|
|
name: 'Nomo',
|
|
|
|
|
bio: 'Prio',
|
|
|
|
|
avatar: 'Profilbildo',
|
|
|
|
|
current_avatar: 'Via nuna profilbildo',
|
|
|
|
|
set_new_avatar: 'Agordi novan profilbildon',
|
|
|
|
|
profile_banner: 'Profila rubando',
|
|
|
|
|
current_profile_banner: 'Via nuna profila rubando',
|
|
|
|
|
set_new_profile_banner: 'Agordi novan profilan rubandon',
|
|
|
|
|
profile_background: 'Profila fono',
|
|
|
|
|
set_new_profile_background: 'Agordi novan profilan fonon',
|
|
|
|
|
settings: 'Agordoj',
|
|
|
|
|
theme: 'Haŭto',
|
|
|
|
|
presets: 'Antaŭmetaĵoj',
|
|
|
|
|
theme_help: 'Uzu deksesumajn kolorkodojn (#rrvvbb) por adapti vian koloran haŭton.',
|
|
|
|
|
radii_help: 'Agordi fasadan rondigon de randoj (rastrumere)',
|
|
|
|
|
background: 'Fono',
|
|
|
|
|
foreground: 'Malfono',
|
|
|
|
|
text: 'Teksto',
|
|
|
|
|
links: 'Ligiloj',
|
|
|
|
|
cBlue: 'Blua (Respondo, abono)',
|
|
|
|
|
cRed: 'Ruĝa (Nuligo)',
|
|
|
|
|
cOrange: 'Orange (Ŝato)',
|
|
|
|
|
cGreen: 'Verda (Kunhavigo)',
|
|
|
|
|
btnRadius: 'Butonoj',
|
|
|
|
|
panelRadius: 'Paneloj',
|
|
|
|
|
avatarRadius: 'Profilbildoj',
|
|
|
|
|
avatarAltRadius: 'Profilbildoj (Sciigoj)',
|
|
|
|
|
tooltipRadius: 'Ŝpruchelpiloj/avertoj',
|
|
|
|
|
attachmentRadius: 'Kunsendaĵoj',
|
|
|
|
|
filtering: 'Filtrado',
|
|
|
|
|
filtering_explanation: 'Ĉiuj statoj kun tiuj ĉi vortoj silentiĝos, po unu linie',
|
|
|
|
|
attachments: 'Kunsendaĵoj',
|
|
|
|
|
hide_attachments_in_tl: 'Kaŝi kunsendaĵojn en tempovido',
|
|
|
|
|
hide_attachments_in_convo: 'Kaŝi kunsendaĵojn en interparoloj',
|
|
|
|
|
nsfw_clickthrough: 'Ŝalti traklakan kaŝon de konsternaj kunsendaĵoj',
|
|
|
|
|
stop_gifs: 'Movi GIF-bildojn dum ŝvebo',
|
|
|
|
|
autoload: 'Ŝalti memfaran enlegadon ĉe subo de paĝo',
|
|
|
|
|
streaming: 'Ŝalti memfaran fluigon de novaj afiŝoj ĉe supro de paĝo',
|
|
|
|
|
reply_link_preview: 'Ŝalti respond-ligilan antaŭvidon dum ŝvebo',
|
|
|
|
|
follow_import: 'Abona enporto',
|
|
|
|
|
import_followers_from_a_csv_file: 'Enporti abonojn de CSV-dosiero',
|
|
|
|
|
follows_imported: 'Abonoj enportiĝis! Traktado daŭros iom.',
|
|
|
|
|
follow_import_error: 'Eraro enportante abonojn'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Sciigoj',
|
|
|
|
|
read: 'Legita!',
|
|
|
|
|
followed_you: 'ekabonis vin',
|
|
|
|
|
favorited_you: 'ŝatis vian staton',
|
|
|
|
|
repeated_you: 'ripetis vian staton'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Saluti',
|
|
|
|
|
username: 'Salutnomo',
|
|
|
|
|
password: 'Pasvorto',
|
|
|
|
|
register: 'Registriĝi',
|
|
|
|
|
logout: 'Adiaŭi'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registriĝo',
|
|
|
|
|
fullname: 'Vidiga nomo',
|
|
|
|
|
email: 'Retpoŝtadreso',
|
|
|
|
|
bio: 'Prio',
|
|
|
|
|
password_confirm: 'Konfirmo de pasvorto'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Afiŝanta',
|
|
|
|
|
default: 'Ĵus alvenis la universalan kongreson!'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Trovi uzulon',
|
|
|
|
|
error_fetching_user: 'Eraro alportante uzulon'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
|
|
|
|
submit: 'Sendi',
|
|
|
|
|
apply: 'Apliki'
|
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'Uzula tempovido'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 21:44:33 +11:00
|
|
|
|
const et = {
|
|
|
|
|
nav: {
|
|
|
|
|
timeline: 'Ajajoon',
|
|
|
|
|
mentions: 'Mainimised',
|
|
|
|
|
public_tl: 'Avalik Ajajoon',
|
|
|
|
|
twkn: 'Kogu Teadaolev Võrgustik'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Jälgib sind!',
|
|
|
|
|
following: 'Jälgin!',
|
|
|
|
|
follow: 'Jälgi',
|
|
|
|
|
blocked: 'Blokeeritud!',
|
|
|
|
|
block: 'Blokeeri',
|
|
|
|
|
statuses: 'Staatuseid',
|
|
|
|
|
mute: 'Vaigista',
|
|
|
|
|
muted: 'Vaigistatud',
|
|
|
|
|
followers: 'Jälgijaid',
|
|
|
|
|
followees: 'Jälgitavaid',
|
|
|
|
|
per_day: 'päevas'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Näita uusi',
|
|
|
|
|
error_fetching: 'Viga uuenduste laadimisel',
|
|
|
|
|
up_to_date: 'Uuendatud',
|
2017-11-09 04:30:33 +11:00
|
|
|
|
load_older: 'Kuva vanemaid staatuseid',
|
|
|
|
|
conversation: 'Vestlus'
|
2017-11-08 21:44:33 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Kasutaja sätted',
|
|
|
|
|
name_bio: 'Nimi ja Bio',
|
|
|
|
|
name: 'Nimi',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
avatar: 'Profiilipilt',
|
|
|
|
|
current_avatar: 'Sinu praegune profiilipilt',
|
|
|
|
|
set_new_avatar: 'Vali uus profiilipilt',
|
|
|
|
|
profile_banner: 'Profiilibänner',
|
|
|
|
|
current_profile_banner: 'Praegune profiilibänner',
|
|
|
|
|
set_new_profile_banner: 'Vali uus profiilibänner',
|
|
|
|
|
profile_background: 'Profiilitaust',
|
|
|
|
|
set_new_profile_background: 'Vali uus profiilitaust',
|
|
|
|
|
settings: 'Sätted',
|
|
|
|
|
theme: 'Teema',
|
|
|
|
|
filtering: 'Sisu filtreerimine',
|
|
|
|
|
filtering_explanation: 'Kõiki staatuseid, mis sisaldavad neid sõnu, ei kuvata. Üks sõna reale.',
|
|
|
|
|
attachments: 'Manused',
|
|
|
|
|
hide_attachments_in_tl: 'Peida manused ajajoonel',
|
|
|
|
|
hide_attachments_in_convo: 'Peida manused vastlustes',
|
|
|
|
|
nsfw_clickthrough: 'Peida tööks-mittesobivad(NSFW) manuste hiireklõpsu taha',
|
|
|
|
|
autoload: 'Luba ajajoone automaatne uuendamine kui ajajoon on põhja keritud',
|
|
|
|
|
reply_link_preview: 'Luba algpostituse kuvamine vastustes'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Teavitused',
|
|
|
|
|
read: 'Loe!',
|
|
|
|
|
followed_you: 'alustas sinu jälgimist'
|
|
|
|
|
},
|
2017-11-09 04:30:33 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'Logi sisse',
|
|
|
|
|
username: 'Kasutajanimi',
|
|
|
|
|
password: 'Parool',
|
|
|
|
|
register: 'Registreeru',
|
|
|
|
|
logout: 'Logi välja'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registreerimine',
|
|
|
|
|
fullname: 'Kuvatav nimi',
|
|
|
|
|
email: 'E-post',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
password_confirm: 'Parooli kinnitamine'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Postitan',
|
|
|
|
|
default: 'Just sõitsin elektrirongiga Tallinnast Pääskülla.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Otsi kasutajaid',
|
|
|
|
|
error_fetching_user: 'Viga kasutaja leidmisel'
|
|
|
|
|
},
|
2017-11-08 21:44:33 +11:00
|
|
|
|
general: {
|
|
|
|
|
submit: 'Postita'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 19:12:48 +11:00
|
|
|
|
const hu = {
|
2017-11-08 11:14:18 +11:00
|
|
|
|
nav: {
|
|
|
|
|
timeline: 'Idővonal',
|
|
|
|
|
mentions: 'Említéseim',
|
|
|
|
|
public_tl: 'Publikus Idővonal',
|
|
|
|
|
twkn: 'Az Egész Ismert Hálózat'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Követ téged!',
|
|
|
|
|
following: 'Követve!',
|
|
|
|
|
follow: 'Követ',
|
2017-11-09 10:53:53 +11:00
|
|
|
|
blocked: 'Letiltva!',
|
|
|
|
|
block: 'Letilt',
|
2017-11-08 11:14:18 +11:00
|
|
|
|
statuses: 'Állapotok',
|
|
|
|
|
mute: 'Némít',
|
|
|
|
|
muted: 'Némított',
|
|
|
|
|
followers: 'Követők',
|
|
|
|
|
followees: 'Követettek',
|
|
|
|
|
per_day: 'naponta'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Újak mutatása',
|
|
|
|
|
error_fetching: 'Hiba a frissítések beszerzésénél',
|
|
|
|
|
up_to_date: 'Naprakész',
|
2017-11-09 10:53:53 +11:00
|
|
|
|
load_older: 'Régebbi állapotok betöltése',
|
|
|
|
|
conversation: 'Társalgás'
|
2017-11-08 11:14:18 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Felhasználói beállítások',
|
|
|
|
|
name_bio: 'Név és Bio',
|
|
|
|
|
name: 'Név',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
avatar: 'Avatár',
|
|
|
|
|
current_avatar: 'Jelenlegi avatár',
|
|
|
|
|
set_new_avatar: 'Új avatár',
|
|
|
|
|
profile_banner: 'Profil Banner',
|
|
|
|
|
current_profile_banner: 'Jelenlegi profil banner',
|
|
|
|
|
set_new_profile_banner: 'Új profil banner',
|
|
|
|
|
profile_background: 'Profil háttérkép',
|
|
|
|
|
set_new_profile_background: 'Új profil háttér beállítása',
|
|
|
|
|
settings: 'Beállítások',
|
|
|
|
|
theme: 'Téma',
|
|
|
|
|
filtering: 'Szűrés',
|
|
|
|
|
filtering_explanation: 'Minden tartalom mely ezen szavakat tartalmazza némítva lesz, soronként egy',
|
|
|
|
|
attachments: 'Csatolmányok',
|
|
|
|
|
hide_attachments_in_tl: 'Csatolmányok elrejtése az idővonalon',
|
|
|
|
|
hide_attachments_in_convo: 'Csatolmányok elrejtése a társalgásokban',
|
|
|
|
|
nsfw_clickthrough: 'NSFW átkattintási tartalom elrejtésének engedélyezése',
|
|
|
|
|
autoload: 'Autoatikus betöltés engedélyezése lap aljára görgetéskor',
|
|
|
|
|
reply_link_preview: 'Válasz-link előzetes mutatása egér rátételkor'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Értesítések',
|
|
|
|
|
read: 'Olvasva!',
|
|
|
|
|
followed_you: 'követ téged'
|
|
|
|
|
},
|
2017-11-09 10:53:53 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'Bejelentkezés',
|
|
|
|
|
username: 'Felhasználó név',
|
|
|
|
|
password: 'Jelszó',
|
|
|
|
|
register: 'Feliratkozás',
|
|
|
|
|
logout: 'Kijelentkezés'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Feliratkozás',
|
|
|
|
|
fullname: 'Teljes név',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
password_confirm: 'Jelszó megerősítése'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Küldés folyamatban',
|
|
|
|
|
default: 'Most érkeztem L.A.-be'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Felhasználó keresése',
|
|
|
|
|
error_fetching_user: 'Hiba felhasználó beszerzésével'
|
|
|
|
|
},
|
2017-11-08 11:14:18 +11:00
|
|
|
|
general: {
|
|
|
|
|
submit: 'Elküld'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-09 11:49:37 +11:00
|
|
|
|
const ro = {
|
2017-11-09 11:28:33 +11:00
|
|
|
|
nav: {
|
|
|
|
|
timeline: 'Cronologie',
|
|
|
|
|
mentions: 'Menționări',
|
|
|
|
|
public_tl: 'Cronologie Publică',
|
|
|
|
|
twkn: 'Toată Reșeaua Cunoscută'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Te urmărește!',
|
|
|
|
|
following: 'Urmărit!',
|
|
|
|
|
follow: 'Urmărește',
|
|
|
|
|
blocked: 'Blocat!',
|
|
|
|
|
block: 'Blochează',
|
|
|
|
|
statuses: 'Stări',
|
|
|
|
|
mute: 'Pune pe mut',
|
|
|
|
|
muted: 'Pus pe mut',
|
|
|
|
|
followers: 'Următori',
|
|
|
|
|
followees: 'Urmărește',
|
|
|
|
|
per_day: 'pe zi'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Arată cele noi',
|
|
|
|
|
error_fetching: 'Erare la preluarea actualizărilor',
|
|
|
|
|
up_to_date: 'La zi',
|
|
|
|
|
load_older: 'Încarcă stări mai vechi',
|
|
|
|
|
conversation: 'Conversație'
|
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Setările utilizatorului',
|
|
|
|
|
name_bio: 'Nume și Bio',
|
|
|
|
|
name: 'Nume',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
avatar: 'Avatar',
|
|
|
|
|
current_avatar: 'Avatarul curent',
|
|
|
|
|
set_new_avatar: 'Setează avatar nou',
|
|
|
|
|
profile_banner: 'Banner de profil',
|
|
|
|
|
current_profile_banner: 'Bannerul curent al profilului',
|
|
|
|
|
set_new_profile_banner: 'Setează banner nou la profil',
|
|
|
|
|
profile_background: 'Fundalul de profil',
|
|
|
|
|
set_new_profile_background: 'Setează fundal nou',
|
|
|
|
|
settings: 'Setări',
|
|
|
|
|
theme: 'Temă',
|
|
|
|
|
filtering: 'Filtru',
|
|
|
|
|
filtering_explanation: 'Toate stările care conțin aceste cuvinte vor fi puse pe mut, una pe linie',
|
|
|
|
|
attachments: 'Atașamente',
|
|
|
|
|
hide_attachments_in_tl: 'Ascunde atașamentele în cronologie',
|
|
|
|
|
hide_attachments_in_convo: 'Ascunde atașamentele în conversații',
|
|
|
|
|
nsfw_clickthrough: 'Permite ascunderea al atașamentelor NSFW',
|
|
|
|
|
autoload: 'Permite încărcarea automată când scrolat la capăt',
|
|
|
|
|
reply_link_preview: 'Permite previzualizarea linkului de răspuns la planarea de mouse'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Notificări',
|
|
|
|
|
read: 'Citit!',
|
|
|
|
|
followed_you: 'te-a urmărit'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Loghează',
|
|
|
|
|
username: 'Nume utilizator',
|
|
|
|
|
password: 'Parolă',
|
|
|
|
|
register: 'Înregistrare',
|
|
|
|
|
logout: 'Deloghează'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Îregistrare',
|
|
|
|
|
fullname: 'Numele întreg',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
password_confirm: 'Cofirmă parola'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Postează',
|
|
|
|
|
default: 'Nu de mult am aterizat în L.A.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Găsește utilizator',
|
|
|
|
|
error_fetching_user: 'Eroare la preluarea utilizatorului'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
|
|
|
|
submit: 'trimite'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 04:34:12 +11:00
|
|
|
|
const ja = {
|
2018-04-08 19:58:33 +10:00
|
|
|
|
chat: {
|
|
|
|
|
title: 'チャット'
|
|
|
|
|
},
|
2017-11-08 04:20:40 +11:00
|
|
|
|
nav: {
|
2018-04-08 19:58:33 +10:00
|
|
|
|
chat: 'ローカルチャット',
|
2017-11-08 04:20:40 +11:00
|
|
|
|
timeline: 'タイムライン',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
mentions: 'メンション',
|
2017-11-08 04:20:40 +11:00
|
|
|
|
public_tl: '公開タイムライン',
|
|
|
|
|
twkn: '接続しているすべてのネットワーク'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'フォローされました!',
|
|
|
|
|
following: 'フォロー中!',
|
|
|
|
|
follow: 'フォロー',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
blocked: 'ブロック済み!',
|
|
|
|
|
block: 'ブロック',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
statuses: '投稿',
|
2017-11-08 04:20:40 +11:00
|
|
|
|
mute: 'ミュート',
|
|
|
|
|
muted: 'ミュート済み',
|
|
|
|
|
followers: 'フォロワー',
|
|
|
|
|
followees: 'フォロー',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
per_day: '/日',
|
|
|
|
|
remote_follow: 'リモートフォロー'
|
2017-11-08 04:20:40 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
2018-04-13 00:43:43 +10:00
|
|
|
|
show_new: '更新',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
error_fetching: '更新の取得中にエラーが発生しました。',
|
2017-11-08 04:20:40 +11:00
|
|
|
|
up_to_date: '最新',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
load_older: '古い投稿を読み込む',
|
|
|
|
|
conversation: '会話',
|
|
|
|
|
collapse: '折り畳む',
|
|
|
|
|
repeated: 'リピート'
|
2017-11-08 04:20:40 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'ユーザー設定',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
name_bio: '名前とプロフィール',
|
2017-11-08 04:20:40 +11:00
|
|
|
|
name: '名前',
|
|
|
|
|
bio: 'プロフィール',
|
|
|
|
|
avatar: 'アバター',
|
|
|
|
|
current_avatar: 'あなたの現在のアバター',
|
|
|
|
|
set_new_avatar: '新しいアバターを設定する',
|
|
|
|
|
profile_banner: 'プロフィールバナー',
|
|
|
|
|
current_profile_banner: '現在のプロフィールバナー',
|
|
|
|
|
set_new_profile_banner: '新しいプロフィールバナーを設定する',
|
|
|
|
|
profile_background: 'プロフィールの背景',
|
|
|
|
|
set_new_profile_background: '新しいプロフィールの背景を設定する',
|
|
|
|
|
settings: '設定',
|
|
|
|
|
theme: 'テーマ',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
presets: 'プリセット',
|
2018-04-08 20:07:08 +10:00
|
|
|
|
theme_help: '16進数カラーコード (#aabbcc) を使用してカラーテーマをカスタマイズ出来ます。',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
radii_help: 'インターフェースの縁の丸さを設定する。',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
background: '背景',
|
|
|
|
|
foreground: '前景',
|
|
|
|
|
text: '文字',
|
|
|
|
|
links: 'リンク',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
cBlue: '青 (返信, フォロー)',
|
|
|
|
|
cRed: '赤 (キャンセル)',
|
|
|
|
|
cOrange: 'オレンジ (お気に入り)',
|
|
|
|
|
cGreen: '緑 (リツイート)',
|
|
|
|
|
btnRadius: 'ボタン',
|
|
|
|
|
panelRadius: 'パネル',
|
|
|
|
|
avatarRadius: 'アバター',
|
|
|
|
|
avatarAltRadius: 'アバター (通知)',
|
|
|
|
|
tooltipRadius: 'ツールチップ/アラート',
|
|
|
|
|
attachmentRadius: 'ファイル',
|
2017-11-08 04:20:40 +11:00
|
|
|
|
filtering: 'フィルタリング',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
filtering_explanation: 'これらの単語を含むすべてのものがミュートされます。1行に1つの単語を入力してください。',
|
2018-04-08 20:07:08 +10:00
|
|
|
|
attachments: 'ファイル',
|
|
|
|
|
hide_attachments_in_tl: 'タイムラインのファイルを隠す。',
|
|
|
|
|
hide_attachments_in_convo: '会話の中のファイルを隠す。',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
nsfw_clickthrough: 'NSFWファイルの非表示を有効にする。',
|
|
|
|
|
stop_gifs: 'カーソルを重ねた時にGIFを再生する。',
|
|
|
|
|
autoload: '下にスクロールした時に自動で読み込むようにする。',
|
|
|
|
|
streaming: '上までスクロールした時に自動でストリーミングされるようにする。',
|
2018-04-08 20:11:46 +10:00
|
|
|
|
reply_link_preview: 'マウスカーソルを重ねた時に返信のプレビューを表示するようにする。',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
follow_import: 'フォローインポート',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
import_followers_from_a_csv_file: 'CSVファイルからフォローをインポートする。',
|
|
|
|
|
follows_imported: 'フォローがインポートされました!処理に少し時間がかかるかもしれません。',
|
|
|
|
|
follow_import_error: 'フォロワーのインポート中にエラーが発生しました。'
|
2017-11-08 04:20:40 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: '通知',
|
|
|
|
|
read: '読んだ!',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
followed_you: 'フォローされました',
|
|
|
|
|
favorited_you: 'あなたの投稿がお気に入りされました',
|
|
|
|
|
repeated_you: 'あなたの投稿がリピートされました'
|
2017-11-08 04:20:40 +11:00
|
|
|
|
},
|
2017-11-09 00:10:13 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'ログイン',
|
2018-04-08 19:58:33 +10:00
|
|
|
|
username: 'ユーザー名',
|
2017-11-09 00:10:13 +11:00
|
|
|
|
password: 'パスワード',
|
|
|
|
|
register: '登録',
|
|
|
|
|
logout: 'ログアウト'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: '登録',
|
|
|
|
|
fullname: '表示名',
|
|
|
|
|
email: 'Eメール',
|
|
|
|
|
bio: 'プロフィール',
|
|
|
|
|
password_confirm: 'パスワードの確認'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: '投稿',
|
2018-04-13 00:43:43 +10:00
|
|
|
|
default: 'ちょうどL.A.に着陸しました。'
|
2017-11-09 00:10:13 +11:00
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'ユーザー検索',
|
|
|
|
|
error_fetching_user: 'ユーザー検索でエラーが発生しました'
|
|
|
|
|
},
|
2017-11-08 04:20:40 +11:00
|
|
|
|
general: {
|
2018-04-08 19:58:33 +10:00
|
|
|
|
submit: '送信',
|
|
|
|
|
apply: '適用'
|
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'ユーザータイムライン'
|
2017-11-08 04:20:40 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 19:05:10 +11:00
|
|
|
|
const fr = {
|
|
|
|
|
nav: {
|
2018-04-16 06:44:52 +10:00
|
|
|
|
chat: 'Chat local',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
timeline: 'Journal',
|
|
|
|
|
mentions: 'Notifications',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
public_tl: 'Statuts locaux',
|
|
|
|
|
twkn: 'Le réseau connu'
|
2017-11-08 19:05:10 +11:00
|
|
|
|
},
|
|
|
|
|
user_card: {
|
2018-04-07 13:28:23 +10:00
|
|
|
|
follows_you: 'Vous suit !',
|
|
|
|
|
following: 'Suivi !',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
follow: 'Suivre',
|
|
|
|
|
blocked: 'Bloqué',
|
|
|
|
|
block: 'Bloquer',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
statuses: 'Statuts',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
mute: 'Masquer',
|
|
|
|
|
muted: 'Masqué',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
followers: 'Vous suivent',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
followees: 'Suivis',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
per_day: 'par jour',
|
2018-04-16 06:44:52 +10:00
|
|
|
|
remote_follow: 'Suivre d\'une autre instance'
|
2017-11-08 19:05:10 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Afficher plus',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
error_fetching: 'Erreur en cherchant les mises à jour',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
up_to_date: 'À jour',
|
|
|
|
|
load_older: 'Afficher plus',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
conversation: 'Conversation',
|
|
|
|
|
collapse: 'Fermer',
|
|
|
|
|
repeated: 'a partagé'
|
2017-11-08 19:05:10 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
2017-11-10 20:52:10 +11:00
|
|
|
|
user_settings: 'Paramètres utilisateur',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
name_bio: 'Nom & Bio',
|
|
|
|
|
name: 'Nom',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
bio: 'Biographie',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
avatar: 'Avatar',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
current_avatar: 'Avatar actuel',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
set_new_avatar: 'Changer d\'avatar',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
profile_banner: 'Bannière de profil',
|
|
|
|
|
current_profile_banner: 'Bannière de profil actuelle',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
set_new_profile_banner: 'Changer de bannière',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
profile_background: 'Image de fond',
|
2018-04-16 04:14:29 +10:00
|
|
|
|
set_new_profile_background: 'Changer d\'image de fond',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
settings: 'Paramètres',
|
|
|
|
|
theme: 'Thème',
|
|
|
|
|
filtering: 'Filtre',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
filtering_explanation: 'Tout les statuts contenant ces mots seront masqués. Un mot par ligne.',
|
2017-11-08 19:05:10 +11:00
|
|
|
|
attachments: 'Pièces jointes',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
hide_attachments_in_tl: 'Masquer les pièces jointes dans le journal',
|
|
|
|
|
hide_attachments_in_convo: 'Masquer les pièces jointes dans les conversations',
|
|
|
|
|
nsfw_clickthrough: 'Masquer les images marquées comme contenu adulte ou sensible',
|
|
|
|
|
autoload: 'Charger la suite automatiquement une fois le bas de la page atteint',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
reply_link_preview: 'Afficher un aperçu lors du survol de liens vers une réponse',
|
2018-04-16 04:14:29 +10:00
|
|
|
|
presets: 'Thèmes prédéfinis',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
theme_help: 'Spécifiez des codes couleur hexadécimaux (#aabbcc) pour personnaliser les couleurs du thème',
|
2018-04-16 04:14:29 +10:00
|
|
|
|
background: 'Arrière plan',
|
|
|
|
|
foreground: 'Premier plan',
|
|
|
|
|
text: 'Texte',
|
|
|
|
|
links: 'Liens',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
streaming: 'Charger automatiquement les nouveaux statuts lorsque vous êtes au haut de la page',
|
2018-04-16 04:14:29 +10:00
|
|
|
|
follow_import: 'Importer ses abonnements',
|
|
|
|
|
import_followers_from_a_csv_file: 'Importer ses abonnements depuis un fichier csv',
|
|
|
|
|
follows_imported: 'Abonnements importés ! Le traitement peut prendre un moment.',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
follow_import_error: 'Erreur lors de l\'importation des abonnements.',
|
2018-04-16 06:44:52 +10:00
|
|
|
|
cBlue: 'Bleu (Répondre, suivre)',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
cRed: 'Rouge (Annuler)',
|
|
|
|
|
cOrange: 'Orange (Aimer)',
|
|
|
|
|
cGreen: 'Vert (Partager)',
|
|
|
|
|
btnRadius: 'Boutons',
|
|
|
|
|
panelRadius: 'Fenêtres',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
inputRadius: 'Champs de texte',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
avatarRadius: 'Avatars',
|
|
|
|
|
avatarAltRadius: 'Avatars (Notifications)',
|
|
|
|
|
tooltipRadius: 'Info-bulles/alertes ',
|
|
|
|
|
attachmentRadius: 'Pièces jointes',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
radii_help: 'Vous pouvez ici choisir le niveau d\'arrondi des angles de l\'interface (en pixels)',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
stop_gifs: 'N\'animer les GIFS que lors du survol du curseur de la souris'
|
2017-11-08 19:05:10 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
2018-04-07 13:28:23 +10:00
|
|
|
|
notifications: 'Notifications',
|
|
|
|
|
read: 'Lu !',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
followed_you: 'a commencé à vous suivre',
|
2018-04-16 06:44:52 +10:00
|
|
|
|
favorited_you: 'a aimé votre statut',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
repeated_you: 'a partagé votre statut'
|
2017-11-08 19:05:10 +11:00
|
|
|
|
},
|
2017-11-10 20:52:10 +11:00
|
|
|
|
login: {
|
2017-11-13 23:20:26 +11:00
|
|
|
|
login: 'Connexion',
|
2018-05-16 11:42:54 +10:00
|
|
|
|
username: 'Identifiant',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
password: 'Mot de passe',
|
|
|
|
|
register: 'S\'inscrire',
|
|
|
|
|
logout: 'Déconnexion'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Inscription',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
fullname: 'Pseudonyme',
|
2018-04-16 04:42:00 +10:00
|
|
|
|
email: 'Adresse email',
|
2017-11-10 20:52:10 +11:00
|
|
|
|
bio: 'Biographie',
|
2018-05-19 05:39:21 +10:00
|
|
|
|
password_confirm: 'Confirmation du mot de passe'
|
2017-11-10 20:52:10 +11:00
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Envoi en cours',
|
|
|
|
|
default: 'Écrivez ici votre prochain statut.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Chercher un utilisateur',
|
2018-05-15 21:17:32 +10:00
|
|
|
|
error_fetching_user: 'Erreur lors de la recherche de l\'utilisateur'
|
2017-11-10 20:52:10 +11:00
|
|
|
|
},
|
2017-11-08 19:05:10 +11:00
|
|
|
|
general: {
|
2018-04-16 04:14:29 +10:00
|
|
|
|
submit: 'Envoyer',
|
|
|
|
|
apply: 'Appliquer'
|
2018-04-16 04:42:00 +10:00
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'Journal de l\'utilisateur'
|
2017-11-08 19:05:10 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 19:09:34 +11:00
|
|
|
|
const it = {
|
|
|
|
|
nav: {
|
|
|
|
|
timeline: 'Sequenza temporale',
|
|
|
|
|
mentions: 'Menzioni',
|
|
|
|
|
public_tl: 'Sequenza temporale pubblica',
|
|
|
|
|
twkn: 'L\'intiera rete conosciuta'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Ti segue!',
|
|
|
|
|
following: 'Lo stai seguendo!',
|
|
|
|
|
follow: 'Segui',
|
|
|
|
|
statuses: 'Messaggi',
|
|
|
|
|
mute: 'Ammutolisci',
|
|
|
|
|
muted: 'Ammutoliti',
|
|
|
|
|
followers: 'Chi ti segue',
|
|
|
|
|
followees: 'Chi stai seguendo',
|
|
|
|
|
per_day: 'al giorno'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Mostra nuovi',
|
|
|
|
|
error_fetching: 'Errori nel prelievo aggiornamenti',
|
|
|
|
|
up_to_date: 'Aggiornato',
|
|
|
|
|
load_older: 'Carica messaggi più vecchi'
|
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Configurazione dell\'utente',
|
|
|
|
|
name_bio: 'Nome & Introduzione',
|
|
|
|
|
name: 'Nome',
|
|
|
|
|
bio: 'Introduzione',
|
|
|
|
|
avatar: 'Avatar',
|
|
|
|
|
current_avatar: 'Il tuo attuale avatar',
|
|
|
|
|
set_new_avatar: 'Scegli un nuovo avatar',
|
|
|
|
|
profile_banner: 'Sfondo del tuo profilo',
|
|
|
|
|
current_profile_banner: 'Sfondo attuale',
|
|
|
|
|
set_new_profile_banner: 'Scegli un nuovo sfondo per il tuo profilo',
|
|
|
|
|
profile_background: 'Sfondo della tua pagina',
|
|
|
|
|
set_new_profile_background: 'Scegli un nuovo sfondo per la tua pagina',
|
|
|
|
|
settings: 'Settaggi',
|
|
|
|
|
theme: 'Tema',
|
|
|
|
|
filtering: 'Filtri',
|
|
|
|
|
filtering_explanation: 'Filtra via le notifiche che contengono le seguenti parole (inserisci rigo per rigo le parole di innesco)',
|
|
|
|
|
attachments: 'Allegati',
|
|
|
|
|
hide_attachments_in_tl: 'Nascondi gli allegati presenti nella sequenza temporale',
|
|
|
|
|
hide_attachments_in_convo: 'Nascondi gli allegati presenti nelle conversazioni',
|
|
|
|
|
nsfw_clickthrough: 'Abilita la trasparenza degli allegati NSFW',
|
|
|
|
|
autoload: 'Abilita caricamento automatico quando si raggiunge il fondo schermo',
|
|
|
|
|
reply_link_preview: 'Ability il reply-link preview al passaggio del mouse'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Notifiche',
|
|
|
|
|
read: 'Leggi!',
|
|
|
|
|
followed_you: 'ti ha seguito'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
|
|
|
|
submit: 'Invia'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-02 19:27:04 +10:00
|
|
|
|
const oc = {
|
2018-04-04 02:05:32 +10:00
|
|
|
|
chat: {
|
2018-04-19 14:57:36 +10:00
|
|
|
|
title: 'Messatjariá'
|
2018-04-03 04:46:56 +10:00
|
|
|
|
},
|
2018-04-02 19:27:04 +10:00
|
|
|
|
nav: {
|
2018-04-03 04:46:56 +10:00
|
|
|
|
chat: 'Chat local',
|
|
|
|
|
timeline: 'Flux d’actualitat',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
mentions: 'Notificacions',
|
|
|
|
|
public_tl: 'Estatuts locals',
|
|
|
|
|
twkn: 'Lo malhum conegut'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Vos sèc !',
|
|
|
|
|
following: 'Seguit !',
|
|
|
|
|
follow: 'Seguir',
|
|
|
|
|
blocked: 'Blocat',
|
|
|
|
|
block: 'Blocar',
|
|
|
|
|
statuses: 'Estatuts',
|
2018-04-19 14:57:36 +10:00
|
|
|
|
mute: 'Amagar',
|
|
|
|
|
muted: 'Amagat',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
followers: 'Seguidors',
|
|
|
|
|
followees: 'Abonaments',
|
2018-04-03 04:46:56 +10:00
|
|
|
|
per_day: 'per jorn',
|
|
|
|
|
remote_follow: 'Seguir a distància'
|
2018-04-02 19:27:04 +10:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Ne veire mai',
|
|
|
|
|
error_fetching: 'Error en cercant de mesas a jorn',
|
2018-05-15 15:14:59 +10:00
|
|
|
|
up_to_date: 'A jorn',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
load_older: 'Ne veire mai',
|
2018-04-13 15:17:04 +10:00
|
|
|
|
conversation: 'Conversacion',
|
2018-04-19 14:57:36 +10:00
|
|
|
|
collapse: 'Tampar',
|
2018-04-13 15:17:04 +10:00
|
|
|
|
repeated: 'repetit'
|
2018-04-02 19:27:04 +10:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Paramètres utilizaire',
|
|
|
|
|
name_bio: 'Nom & Bio',
|
|
|
|
|
name: 'Nom',
|
|
|
|
|
bio: 'Biografia',
|
|
|
|
|
avatar: 'Avatar',
|
2018-04-03 04:46:56 +10:00
|
|
|
|
current_avatar: 'Vòstre avatar actual',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
set_new_avatar: 'Cambiar l’avatar',
|
|
|
|
|
profile_banner: 'Bandièra del perfil',
|
2018-04-03 04:48:01 +10:00
|
|
|
|
current_profile_banner: 'Bandièra actuala del perfil',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
set_new_profile_banner: 'Cambiar de bandièra',
|
|
|
|
|
profile_background: 'Imatge de fons',
|
|
|
|
|
set_new_profile_background: 'Cambiar l’imatge de fons',
|
|
|
|
|
settings: 'Paramètres',
|
|
|
|
|
theme: 'Tèma',
|
2018-04-03 04:46:56 +10:00
|
|
|
|
presets: 'Pre-enregistrats',
|
2018-04-08 04:58:29 +10:00
|
|
|
|
theme_help: 'Emplegatz los còdis de color hex (#rrggbb) per personalizar vòstre tèma de color.',
|
2018-04-13 15:17:04 +10:00
|
|
|
|
radii_help: 'Configurar los caires arredondits de l’interfàcia (en pixèls)',
|
2018-04-03 04:46:56 +10:00
|
|
|
|
background: 'Rèire plan',
|
|
|
|
|
foreground: 'Endavant',
|
|
|
|
|
text: 'Tèxte',
|
|
|
|
|
links: 'Ligams',
|
2018-04-12 14:57:57 +10:00
|
|
|
|
cBlue: 'Blau (Respondre, seguir)',
|
2018-04-12 14:56:56 +10:00
|
|
|
|
cRed: 'Roge (Anullar)',
|
|
|
|
|
cOrange: 'Irange (Metre en favorit)',
|
|
|
|
|
cGreen: 'Verd (Repartajar)',
|
2018-05-15 15:14:59 +10:00
|
|
|
|
inputRadius: 'Camps tèxte',
|
2018-04-12 14:56:56 +10:00
|
|
|
|
btnRadius: 'Botons',
|
|
|
|
|
panelRadius: 'Panèls',
|
|
|
|
|
avatarRadius: 'Avatars',
|
|
|
|
|
avatarAltRadius: 'Avatars (Notificacions)',
|
|
|
|
|
tooltipRadius: 'Astúcias/Alèrta',
|
|
|
|
|
attachmentRadius: 'Pèças juntas',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
filtering: 'Filtre',
|
|
|
|
|
filtering_explanation: 'Totes los estatuts amb aqueles mots seràn en silenci, un mot per linha.',
|
|
|
|
|
attachments: 'Pèças juntas',
|
|
|
|
|
hide_attachments_in_tl: 'Rescondre las pèças juntas',
|
|
|
|
|
hide_attachments_in_convo: 'Rescondre las pèças juntas dins las conversacions',
|
|
|
|
|
nsfw_clickthrough: 'Activar lo clic per mostrar los imatges marcats coma pels adults o sensibles',
|
2018-04-13 15:17:04 +10:00
|
|
|
|
stop_gifs: 'Lançar los GIFs al subrevòl',
|
2018-04-02 19:27:04 +10:00
|
|
|
|
autoload: 'Activar lo cargament automatic un còp arribat al cap de la pagina',
|
2018-04-03 04:46:56 +10:00
|
|
|
|
streaming: 'Activar lo cargament automatic dels novèls estatus en anar amont',
|
|
|
|
|
reply_link_preview: 'Activar l’apercebut en passar la mirga',
|
|
|
|
|
follow_import: 'Importar los abonaments',
|
|
|
|
|
import_followers_from_a_csv_file: 'Importar los seguidors d’un fichièr csv',
|
|
|
|
|
follows_imported: 'Seguidors importats. Lo tractament pòt trigar una estona.',
|
|
|
|
|
follow_import_error: 'Error en important los seguidors'
|
2018-04-02 19:27:04 +10:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Notficacions',
|
|
|
|
|
read: 'Legit !',
|
2018-05-15 15:14:59 +10:00
|
|
|
|
followed_you: 'vos sèc',
|
2018-04-19 14:57:36 +10:00
|
|
|
|
favorited_you: 'a aimat vòstre estatut',
|
2018-04-13 15:17:04 +10:00
|
|
|
|
repeated_you: 'a repetit your vòstre estatut'
|
2018-04-02 19:27:04 +10:00
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Connexion',
|
|
|
|
|
username: 'Nom d’utilizaire',
|
|
|
|
|
password: 'Senhal',
|
|
|
|
|
register: 'Se marcar',
|
|
|
|
|
logout: 'Desconnexion'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Inscripcion',
|
|
|
|
|
fullname: 'Nom complèt',
|
|
|
|
|
email: 'Adreça de corrièl',
|
|
|
|
|
bio: 'Biografia',
|
|
|
|
|
password_confirm: 'Confirmar lo senhal'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Mandadís',
|
|
|
|
|
default: 'Escrivètz aquí vòstre estatut.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Cercar un utilizaire',
|
|
|
|
|
error_fetching_user: 'Error pendent la recèrca d’un utilizaire'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
2018-04-03 04:46:56 +10:00
|
|
|
|
submit: 'Mandar',
|
|
|
|
|
apply: 'Aplicar'
|
|
|
|
|
},
|
2018-04-04 02:05:32 +10:00
|
|
|
|
user_profile: {
|
2018-05-15 15:14:59 +10:00
|
|
|
|
timeline_title: 'Flux utilizaire'
|
2018-04-02 19:27:04 +10:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-08 19:57:51 +11:00
|
|
|
|
const pl = {
|
2018-04-13 18:29:28 +10:00
|
|
|
|
chat: {
|
|
|
|
|
title: 'Czat'
|
|
|
|
|
},
|
2017-11-08 19:57:51 +11:00
|
|
|
|
nav: {
|
2018-04-13 18:29:28 +10:00
|
|
|
|
chat: 'Lokalny czat',
|
2017-11-08 19:57:51 +11:00
|
|
|
|
timeline: 'Oś czasu',
|
|
|
|
|
mentions: 'Wzmianki',
|
|
|
|
|
public_tl: 'Publiczna oś czasu',
|
|
|
|
|
twkn: 'Cała znana sieć'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Obserwuje cię!',
|
|
|
|
|
following: 'Obserwowany!',
|
|
|
|
|
follow: 'Obserwuj',
|
|
|
|
|
blocked: 'Zablokowany!',
|
|
|
|
|
block: 'Zablokuj',
|
|
|
|
|
statuses: 'Statusy',
|
|
|
|
|
mute: 'Wycisz',
|
|
|
|
|
muted: 'Wyciszony',
|
|
|
|
|
followers: 'Obserwujący',
|
|
|
|
|
followees: 'Obserwowani',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
per_day: 'dziennie',
|
|
|
|
|
remote_follow: 'Zdalna obserwacja'
|
2017-11-08 19:57:51 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Pokaż nowe',
|
|
|
|
|
error_fetching: 'Błąd pobierania',
|
|
|
|
|
up_to_date: 'Na bieżąco',
|
2017-11-08 23:41:11 +11:00
|
|
|
|
load_older: 'Załaduj starsze statusy',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
conversation: 'Rozmowa',
|
|
|
|
|
collapse: 'Zwiń',
|
|
|
|
|
repeated: 'powtórzono'
|
2017-11-08 19:57:51 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Ustawienia użytkownika',
|
|
|
|
|
name_bio: 'Imię i bio',
|
|
|
|
|
name: 'Imię',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
avatar: 'Awatar',
|
|
|
|
|
current_avatar: 'Twój obecny awatar',
|
|
|
|
|
set_new_avatar: 'Ustaw nowy awatar',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
profile_banner: 'Banner profilu',
|
2017-11-08 19:57:51 +11:00
|
|
|
|
current_profile_banner: 'Twój obecny banner profilu',
|
|
|
|
|
set_new_profile_banner: 'Ustaw nowy banner profilu',
|
|
|
|
|
profile_background: 'Tło profilu',
|
|
|
|
|
set_new_profile_background: 'Ustaw nowe tło profilu',
|
|
|
|
|
settings: 'Ustawienia',
|
|
|
|
|
theme: 'Motyw',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
presets: 'Gotowe motywy',
|
|
|
|
|
theme_help: 'Użyj kolorów w notacji szesnastkowej (#rrggbb), by stworzyć swój motyw.',
|
|
|
|
|
radii_help: 'Ustaw zaokrąglenie krawędzi interfejsu (w pikselach)',
|
|
|
|
|
background: 'Tło',
|
|
|
|
|
foreground: 'Pierwszy plan',
|
|
|
|
|
text: 'Tekst',
|
|
|
|
|
links: 'Łącza',
|
|
|
|
|
cBlue: 'Niebieski (odpowiedz, obserwuj)',
|
|
|
|
|
cRed: 'Czerwony (anuluj)',
|
|
|
|
|
cOrange: 'Pomarańczowy (ulubione)',
|
|
|
|
|
cGreen: 'Zielony (powtórzenia)',
|
|
|
|
|
btnRadius: 'Przyciski',
|
|
|
|
|
panelRadius: 'Panele',
|
|
|
|
|
avatarRadius: 'Awatary',
|
|
|
|
|
avatarAltRadius: 'Awatary (powiadomienia)',
|
|
|
|
|
tooltipRadius: 'Etykiety/alerty',
|
|
|
|
|
attachmentRadius: 'Załączniki',
|
2017-11-08 19:57:51 +11:00
|
|
|
|
filtering: 'Filtrowanie',
|
|
|
|
|
filtering_explanation: 'Wszystkie statusy zawierające te słowa będą wyciszone. Jedno słowo na linijkę',
|
|
|
|
|
attachments: 'Załączniki',
|
|
|
|
|
hide_attachments_in_tl: 'Ukryj załączniki w osi czasu',
|
|
|
|
|
hide_attachments_in_convo: 'Ukryj załączniki w rozmowach',
|
|
|
|
|
nsfw_clickthrough: 'Włącz domyślne ukrywanie załączników o treści nieprzyzwoitej (NSFW)',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
stop_gifs: 'Odtwarzaj GIFy po najechaniu kursorem',
|
2017-11-08 19:57:51 +11:00
|
|
|
|
autoload: 'Włącz automatyczne ładowanie po przewinięciu do końca strony',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
streaming: 'Włącz automatycznie strumieniowanie nowych postów gdy na początku strony',
|
|
|
|
|
reply_link_preview: 'Włącz dymek z podglądem postu po najechaniu na znak odpowiedzi',
|
|
|
|
|
follow_import: 'Import obserwowanych',
|
|
|
|
|
import_followers_from_a_csv_file: 'Importuj obserwowanych z pliku CSV',
|
|
|
|
|
follows_imported: 'Obserwowani zaimportowani! Przetwarzanie może trochę potrwać.',
|
|
|
|
|
follow_import_error: 'Błąd przy importowaniu obserwowanych'
|
2017-11-08 19:57:51 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Powiadomienia',
|
|
|
|
|
read: 'Przeczytane!',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
followed_you: 'obserwuje cię',
|
|
|
|
|
favorited_you: 'dodał twój status do ulubionych',
|
|
|
|
|
repeated_you: 'powtórzył twój status'
|
2017-11-08 19:57:51 +11:00
|
|
|
|
},
|
2017-11-08 23:41:11 +11:00
|
|
|
|
login: {
|
|
|
|
|
login: 'Zaloguj',
|
|
|
|
|
username: 'Użytkownik',
|
|
|
|
|
password: 'Hasło',
|
|
|
|
|
register: 'Zarejestruj',
|
|
|
|
|
logout: 'Wyloguj'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Rejestracja',
|
2018-04-13 18:29:28 +10:00
|
|
|
|
fullname: 'Wyświetlana nazwa profilu',
|
2017-11-08 23:41:11 +11:00
|
|
|
|
email: 'Email',
|
|
|
|
|
bio: 'Bio',
|
|
|
|
|
password_confirm: 'Potwierdzenie hasła'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Wysyłanie',
|
|
|
|
|
default: 'Właśnie wróciłem z kościoła'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Znajdź użytkownika',
|
|
|
|
|
error_fetching_user: 'Błąd przy pobieraniu profilu'
|
|
|
|
|
},
|
2017-11-08 19:57:51 +11:00
|
|
|
|
general: {
|
2018-04-13 18:29:28 +10:00
|
|
|
|
submit: 'Wyślij',
|
|
|
|
|
apply: 'Zastosuj'
|
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'Oś czasu użytkownika'
|
2017-11-08 19:57:51 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-09 16:30:49 +11:00
|
|
|
|
const es = {
|
2018-02-08 14:46:50 +11:00
|
|
|
|
chat: {
|
|
|
|
|
title: 'Chat'
|
|
|
|
|
},
|
2017-11-09 16:30:49 +11:00
|
|
|
|
nav: {
|
2018-02-08 14:46:50 +11:00
|
|
|
|
chat: 'Chat Local',
|
2017-11-09 16:30:49 +11:00
|
|
|
|
timeline: 'Línea Temporal',
|
|
|
|
|
mentions: 'Menciones',
|
|
|
|
|
public_tl: 'Línea Temporal Pública',
|
|
|
|
|
twkn: 'Toda La Red Conocida'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: '¡Te sigue!',
|
|
|
|
|
following: '¡Siguiendo!',
|
|
|
|
|
follow: 'Seguir',
|
|
|
|
|
blocked: '¡Bloqueado!',
|
|
|
|
|
block: 'Bloquear',
|
|
|
|
|
statuses: 'Estados',
|
|
|
|
|
mute: 'Silenciar',
|
|
|
|
|
muted: 'Silenciado',
|
|
|
|
|
followers: 'Seguidores',
|
|
|
|
|
followees: 'Siguiendo',
|
2018-02-08 14:51:33 +11:00
|
|
|
|
per_day: 'por día',
|
2018-02-08 14:46:50 +11:00
|
|
|
|
remote_follow: 'Seguir'
|
2017-11-09 16:30:49 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Mostrar lo nuevo',
|
|
|
|
|
error_fetching: 'Error al cargar las actualizaciones',
|
|
|
|
|
up_to_date: 'Actualizado',
|
|
|
|
|
load_older: 'Cargar actualizaciones anteriores',
|
|
|
|
|
conversation: 'Conversación'
|
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Ajustes de Usuario',
|
|
|
|
|
name_bio: 'Nombre y Biografía',
|
|
|
|
|
name: 'Nombre',
|
|
|
|
|
bio: 'Biografía',
|
|
|
|
|
avatar: 'Avatar',
|
|
|
|
|
current_avatar: 'Tu avatar actual',
|
|
|
|
|
set_new_avatar: 'Cambiar avatar',
|
|
|
|
|
profile_banner: 'Cabecera del perfil',
|
|
|
|
|
current_profile_banner: 'Cabecera actual',
|
|
|
|
|
set_new_profile_banner: 'Cambiar cabecera',
|
|
|
|
|
profile_background: 'Fondo del Perfil',
|
|
|
|
|
set_new_profile_background: 'Cambiar fondo del perfil',
|
|
|
|
|
settings: 'Ajustes',
|
|
|
|
|
theme: 'Tema',
|
2018-02-08 14:46:50 +11:00
|
|
|
|
presets: 'Por defecto',
|
2018-04-08 04:58:29 +10:00
|
|
|
|
theme_help: 'Use códigos de color hexadecimales (#rrggbb) para personalizar su tema de colores.',
|
2018-02-08 14:46:50 +11:00
|
|
|
|
background: 'Segundo plano',
|
|
|
|
|
foreground: 'Primer plano',
|
|
|
|
|
text: 'Texto',
|
|
|
|
|
links: 'Links',
|
2017-11-09 16:30:49 +11:00
|
|
|
|
filtering: 'Filtros',
|
|
|
|
|
filtering_explanation: 'Todos los estados que contengan estas palabras serán silenciados, una por línea',
|
|
|
|
|
attachments: 'Adjuntos',
|
|
|
|
|
hide_attachments_in_tl: 'Ocultar adjuntos en la línea temporal',
|
|
|
|
|
hide_attachments_in_convo: 'Ocultar adjuntos en las conversaciones',
|
|
|
|
|
nsfw_clickthrough: 'Activar el clic para ocultar los adjuntos NSFW',
|
|
|
|
|
autoload: 'Activar carga automática al llegar al final de la página',
|
2018-02-08 14:46:50 +11:00
|
|
|
|
streaming: 'Habilite la transmisión automática de nuevas publicaciones cuando se desplaza hacia la parte superior',
|
2018-02-08 14:51:33 +11:00
|
|
|
|
reply_link_preview: 'Activar la previsualización del enlace de responder al pasar el ratón por encima',
|
2018-02-08 14:46:50 +11:00
|
|
|
|
follow_import: 'Importar personas que tú sigues',
|
|
|
|
|
import_followers_from_a_csv_file: 'Importar personas que tú sigues apartir de un archivo csv',
|
|
|
|
|
follows_imported: '¡Importado! Procesarlos llevará tiempo.',
|
|
|
|
|
follow_import_error: 'Error al importal el archivo'
|
2017-11-09 16:30:49 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Notificaciones',
|
|
|
|
|
read: '¡Leído!',
|
|
|
|
|
followed_you: 'empezó a seguirte'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Identificación',
|
|
|
|
|
username: 'Usuario',
|
|
|
|
|
password: 'Contraseña',
|
|
|
|
|
register: 'Registrar',
|
|
|
|
|
logout: 'Salir'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registro',
|
|
|
|
|
fullname: 'Nombre a mostrar',
|
|
|
|
|
email: 'Correo electrónico',
|
|
|
|
|
bio: 'Biografía',
|
|
|
|
|
password_confirm: 'Confirmación de contraseña'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Publicando',
|
|
|
|
|
default: 'Acabo de aterrizar en L.A.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Encontrar usuario',
|
|
|
|
|
error_fetching_user: 'Error al buscar usuario'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
2018-02-08 14:51:33 +11:00
|
|
|
|
submit: 'Enviar',
|
2018-02-08 14:46:50 +11:00
|
|
|
|
apply: 'Aplicar'
|
2017-11-09 16:30:49 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-11 15:21:49 +11:00
|
|
|
|
const pt = {
|
2018-01-31 15:02:36 +11:00
|
|
|
|
chat: {
|
|
|
|
|
title: 'Chat'
|
|
|
|
|
},
|
2017-11-11 15:21:49 +11:00
|
|
|
|
nav: {
|
2018-01-31 15:02:36 +11:00
|
|
|
|
chat: 'Chat Local',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
timeline: 'Linha do tempo',
|
|
|
|
|
mentions: 'Menções',
|
|
|
|
|
public_tl: 'Linha do tempo pública',
|
|
|
|
|
twkn: 'Toda a rede conhecida'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Segue você!',
|
|
|
|
|
following: 'Seguindo!',
|
|
|
|
|
follow: 'Seguir',
|
|
|
|
|
blocked: 'Bloqueado!',
|
|
|
|
|
block: 'Bloquear',
|
|
|
|
|
statuses: 'Postagens',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
mute: 'Silenciar',
|
|
|
|
|
muted: 'Silenciado',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
followers: 'Seguidores',
|
|
|
|
|
followees: 'Seguindo',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
per_day: 'por dia',
|
|
|
|
|
remote_follow: 'Seguidor Remoto'
|
2017-11-11 15:21:49 +11:00
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Mostrar novas',
|
|
|
|
|
error_fetching: 'Erro buscando atualizações',
|
|
|
|
|
up_to_date: 'Atualizado',
|
|
|
|
|
load_older: 'Carregar postagens antigas',
|
|
|
|
|
conversation: 'Conversa'
|
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Configurações de Usuário',
|
|
|
|
|
name_bio: 'Nome & Biografia',
|
|
|
|
|
name: 'Nome',
|
|
|
|
|
bio: 'Biografia',
|
|
|
|
|
avatar: 'Avatar',
|
|
|
|
|
current_avatar: 'Seu avatar atual',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
set_new_avatar: 'Alterar avatar',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
profile_banner: 'Capa de perfil',
|
|
|
|
|
current_profile_banner: 'Sua capa de perfil atual',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
set_new_profile_banner: 'Alterar capa de perfil',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
profile_background: 'Plano de fundo de perfil',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
set_new_profile_background: 'Alterar o plano de fundo de perfil',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
settings: 'Configurações',
|
|
|
|
|
theme: 'Tema',
|
2018-01-31 15:02:36 +11:00
|
|
|
|
presets: 'Predefinições',
|
2018-04-08 04:58:29 +10:00
|
|
|
|
theme_help: 'Use cores em código hexadecimal (#rrggbb) para personalizar seu esquema de cores.',
|
2018-01-31 15:02:36 +11:00
|
|
|
|
background: 'Plano de Fundo',
|
|
|
|
|
foreground: 'Primeiro Plano',
|
|
|
|
|
text: 'Texto',
|
|
|
|
|
links: 'Links',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
filtering: 'Filtragem',
|
|
|
|
|
filtering_explanation: 'Todas as postagens contendo estas palavras serão silenciadas, uma por linha.',
|
|
|
|
|
attachments: 'Anexos',
|
|
|
|
|
hide_attachments_in_tl: 'Ocultar anexos na linha do tempo.',
|
|
|
|
|
hide_attachments_in_convo: 'Ocultar anexos em conversas',
|
|
|
|
|
nsfw_clickthrough: 'Habilitar clique para ocultar anexos NSFW',
|
|
|
|
|
autoload: 'Habilitar carregamento automático quando a rolagem chegar ao fim.',
|
2018-01-31 15:02:36 +11:00
|
|
|
|
streaming: 'Habilitar o fluxo automático de postagens quando ao topo da página',
|
|
|
|
|
reply_link_preview: 'Habilitar a pré-visualização de link de respostas ao passar o mouse.',
|
|
|
|
|
follow_import: 'Importar seguidas',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
import_followers_from_a_csv_file: 'Importe seguidores a partir de um arquivo CSV',
|
|
|
|
|
follows_imported: 'Seguidores importados! O processamento pode demorar um pouco.',
|
|
|
|
|
follow_import_error: 'Erro ao importar seguidores'
|
2017-11-11 15:21:49 +11:00
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Notificações',
|
|
|
|
|
read: 'Ler!',
|
|
|
|
|
followed_you: 'seguiu você'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Entrar',
|
|
|
|
|
username: 'Usuário',
|
|
|
|
|
password: 'Senha',
|
|
|
|
|
register: 'Registrar',
|
|
|
|
|
logout: 'Sair'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registro',
|
|
|
|
|
fullname: 'Nome para exibição',
|
2018-03-20 12:24:20 +11:00
|
|
|
|
email: 'Correio eletrônico',
|
2017-11-11 15:21:49 +11:00
|
|
|
|
bio: 'Biografia',
|
|
|
|
|
password_confirm: 'Confirmação de senha'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Publicando',
|
|
|
|
|
default: 'Acabo de aterrizar em L.A.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Buscar usuário',
|
|
|
|
|
error_fetching_user: 'Erro procurando usuário'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
2018-01-31 15:02:36 +11:00
|
|
|
|
submit: 'Enviar',
|
|
|
|
|
apply: 'Aplicar'
|
2017-11-11 15:21:49 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-12 02:59:17 +11:00
|
|
|
|
const ru = {
|
|
|
|
|
chat: {
|
|
|
|
|
title: 'Чат'
|
|
|
|
|
},
|
|
|
|
|
nav: {
|
|
|
|
|
chat: 'Локальный чат',
|
|
|
|
|
timeline: 'Лента',
|
|
|
|
|
mentions: 'Упоминания',
|
|
|
|
|
public_tl: 'Публичная лента',
|
|
|
|
|
twkn: 'Федеративная лента'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Читает вас',
|
|
|
|
|
following: 'Читаю',
|
|
|
|
|
follow: 'Читать',
|
|
|
|
|
blocked: 'Заблокирован',
|
|
|
|
|
block: 'Заблокировать',
|
|
|
|
|
statuses: 'Статусы',
|
|
|
|
|
mute: 'Игнорировать',
|
|
|
|
|
muted: 'Игнорирую',
|
|
|
|
|
followers: 'Читатели',
|
|
|
|
|
followees: 'Читаемые',
|
|
|
|
|
per_day: 'в день',
|
|
|
|
|
remote_follow: 'Читать удалённо'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Показать новые',
|
|
|
|
|
error_fetching: 'Ошибка при обновлении',
|
|
|
|
|
up_to_date: 'Обновлено',
|
|
|
|
|
load_older: 'Загрузить старые статусы',
|
2018-04-13 23:57:28 +10:00
|
|
|
|
conversation: 'Разговор',
|
|
|
|
|
collapse: 'Свернуть',
|
|
|
|
|
repeated: 'повторил(а)'
|
2018-02-12 02:59:17 +11:00
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Настройки пользователя',
|
|
|
|
|
name_bio: 'Имя и описание',
|
|
|
|
|
name: 'Имя',
|
|
|
|
|
bio: 'Описание',
|
|
|
|
|
avatar: 'Аватар',
|
|
|
|
|
current_avatar: 'Текущий аватар',
|
|
|
|
|
set_new_avatar: 'Загрузить новый аватар',
|
|
|
|
|
profile_banner: 'Баннер профиля',
|
|
|
|
|
current_profile_banner: 'Текущий баннер профиля',
|
|
|
|
|
set_new_profile_banner: 'Загрузить новый баннер профиля',
|
|
|
|
|
profile_background: 'Фон профиля',
|
|
|
|
|
set_new_profile_background: 'Загрузить новый фон профиля',
|
|
|
|
|
settings: 'Настройки',
|
|
|
|
|
theme: 'Тема',
|
|
|
|
|
presets: 'Пресеты',
|
2018-04-08 04:58:29 +10:00
|
|
|
|
theme_help: 'Используйте шестнадцатеричные коды цветов (#rrggbb) для настройки темы.',
|
2018-04-13 23:57:28 +10:00
|
|
|
|
radii_help: 'Округление краёв элементов интерфейса (в пикселях)',
|
2018-02-12 02:59:17 +11:00
|
|
|
|
background: 'Фон',
|
|
|
|
|
foreground: 'Передний план',
|
|
|
|
|
text: 'Текст',
|
|
|
|
|
links: 'Ссылки',
|
2018-04-14 00:01:02 +10:00
|
|
|
|
cBlue: 'Ответить, читать',
|
|
|
|
|
cRed: 'Отменить',
|
|
|
|
|
cOrange: 'Нравится',
|
|
|
|
|
cGreen: 'Повторить',
|
2018-04-13 23:57:28 +10:00
|
|
|
|
btnRadius: 'Кнопки',
|
2018-04-15 14:25:59 +10:00
|
|
|
|
inputRadius: 'Поля ввода',
|
2018-04-13 23:57:28 +10:00
|
|
|
|
panelRadius: 'Панели',
|
|
|
|
|
avatarRadius: 'Аватары',
|
|
|
|
|
avatarAltRadius: 'Аватары в уведомлениях',
|
|
|
|
|
tooltipRadius: 'Всплывающие подсказки/уведомления',
|
|
|
|
|
attachmentRadius: 'Прикреплённые файлы',
|
2018-02-12 02:59:17 +11:00
|
|
|
|
filtering: 'Фильтрация',
|
|
|
|
|
filtering_explanation: 'Все статусы, содержащие данные слова, будут игнорироваться, по одному в строке',
|
|
|
|
|
attachments: 'Вложения',
|
|
|
|
|
hide_attachments_in_tl: 'Прятать вложения в ленте',
|
|
|
|
|
hide_attachments_in_convo: 'Прятать вложения в разговорах',
|
2018-03-12 10:31:33 +11:00
|
|
|
|
stop_gifs: 'Проигрывать GIF анимации только при наведении',
|
2018-02-12 02:59:17 +11:00
|
|
|
|
nsfw_clickthrough: 'Включить скрытие NSFW вложений',
|
|
|
|
|
autoload: 'Включить автоматическую загрузку при прокрутке вниз',
|
|
|
|
|
streaming: 'Включить автоматическую загрузку новых сообщений при прокрутке вверх',
|
|
|
|
|
reply_link_preview: 'Включить предварительный просмотр ответа при наведении мыши',
|
|
|
|
|
follow_import: 'Импортировать читаемых',
|
|
|
|
|
import_followers_from_a_csv_file: 'Импортировать читаемых из файла .csv',
|
|
|
|
|
follows_imported: 'Список читаемых импортирован. Обработка займёт некоторое время..',
|
|
|
|
|
follow_import_error: 'Ошибка при импортировании читаемых.'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Уведомления',
|
|
|
|
|
read: 'Прочесть',
|
2018-04-13 23:57:28 +10:00
|
|
|
|
followed_you: 'начал(а) читать вас',
|
|
|
|
|
favorited_you: 'нравится ваш статус',
|
|
|
|
|
repeated_you: 'повторил(а) ваш статус'
|
2018-02-12 02:59:17 +11:00
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Войти',
|
|
|
|
|
username: 'Имя пользователя',
|
|
|
|
|
password: 'Пароль',
|
|
|
|
|
register: 'Зарегистрироваться',
|
|
|
|
|
logout: 'Выйти'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Регистрация',
|
|
|
|
|
fullname: 'Отображаемое имя',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
bio: 'Описание',
|
|
|
|
|
password_confirm: 'Подтверждение пароля'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Отправляется',
|
|
|
|
|
default: 'Что нового?'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Найти пользователя',
|
|
|
|
|
error_fetching_user: 'Пользователь не найден'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
|
|
|
|
submit: 'Отправить',
|
|
|
|
|
apply: 'Применить'
|
2018-03-12 11:59:03 +11:00
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'Лента пользователя'
|
2018-02-12 02:59:17 +11:00
|
|
|
|
}
|
|
|
|
|
}
|
2018-04-21 10:19:55 +10:00
|
|
|
|
const nb = {
|
|
|
|
|
chat: {
|
|
|
|
|
title: 'Chat'
|
|
|
|
|
},
|
|
|
|
|
nav: {
|
|
|
|
|
chat: 'Lokal Chat',
|
|
|
|
|
timeline: 'Tidslinje',
|
|
|
|
|
mentions: 'Nevnt',
|
|
|
|
|
public_tl: 'Offentlig Tidslinje',
|
|
|
|
|
twkn: 'Det hele kjente nettverket'
|
|
|
|
|
},
|
|
|
|
|
user_card: {
|
|
|
|
|
follows_you: 'Følger deg!',
|
|
|
|
|
following: 'Følger!',
|
|
|
|
|
follow: 'Følg',
|
|
|
|
|
blocked: 'Blokkert!',
|
|
|
|
|
block: 'Blokker',
|
|
|
|
|
statuses: 'Statuser',
|
|
|
|
|
mute: 'Demp',
|
|
|
|
|
muted: 'Dempet',
|
|
|
|
|
followers: 'Følgere',
|
|
|
|
|
followees: 'Følger',
|
|
|
|
|
per_day: 'per dag',
|
|
|
|
|
remote_follow: 'Følg eksternt'
|
|
|
|
|
},
|
|
|
|
|
timeline: {
|
|
|
|
|
show_new: 'Vis nye',
|
|
|
|
|
error_fetching: 'Feil ved henting av oppdateringer',
|
|
|
|
|
up_to_date: 'Oppdatert',
|
|
|
|
|
load_older: 'Last eldre statuser',
|
|
|
|
|
conversation: 'Samtale',
|
|
|
|
|
collapse: 'Sammenfold',
|
|
|
|
|
repeated: 'gjentok'
|
|
|
|
|
},
|
|
|
|
|
settings: {
|
|
|
|
|
user_settings: 'Brukerinstillinger',
|
|
|
|
|
name_bio: 'Navn & Biografi',
|
|
|
|
|
name: 'Navn',
|
|
|
|
|
bio: 'Biografi',
|
|
|
|
|
avatar: 'Profilbilde',
|
|
|
|
|
current_avatar: 'Ditt nåværende profilbilde',
|
|
|
|
|
set_new_avatar: 'Rediger profilbilde',
|
|
|
|
|
profile_banner: 'Profil-banner',
|
|
|
|
|
current_profile_banner: 'Din nåværende profil-banner',
|
|
|
|
|
set_new_profile_banner: 'Sett ny profil-banner',
|
|
|
|
|
profile_background: 'Profil-bakgrunn',
|
|
|
|
|
set_new_profile_background: 'Rediger profil-bakgrunn',
|
|
|
|
|
settings: 'Innstillinger',
|
|
|
|
|
theme: 'Tema',
|
|
|
|
|
presets: 'Forhåndsdefinerte fargekoder',
|
|
|
|
|
theme_help: 'Bruk heksadesimale fargekoder (#rrggbb) til å endre farge-temaet ditt.',
|
|
|
|
|
radii_help: 'Bestem hvor runde hjørnene i brukergrensesnittet skal være (i piksler)',
|
|
|
|
|
background: 'Bakgrunn',
|
|
|
|
|
foreground: 'Framgrunn',
|
|
|
|
|
text: 'Tekst',
|
|
|
|
|
links: 'Linker',
|
|
|
|
|
cBlue: 'Blå (Svar, følg)',
|
|
|
|
|
cRed: 'Rød (Avbryt)',
|
|
|
|
|
cOrange: 'Oransje (Lik)',
|
|
|
|
|
cGreen: 'Grønn (Gjenta)',
|
|
|
|
|
btnRadius: 'Knapper',
|
|
|
|
|
panelRadius: 'Panel',
|
|
|
|
|
avatarRadius: 'Profilbilde',
|
|
|
|
|
avatarAltRadius: 'Profilbilde (Varslinger)',
|
|
|
|
|
tooltipRadius: 'Verktøytips/advarsler',
|
|
|
|
|
attachmentRadius: 'Vedlegg',
|
|
|
|
|
filtering: 'Filtrering',
|
|
|
|
|
filtering_explanation: 'Alle statuser som inneholder disse ordene vil bli dempet, en kombinasjon av tegn per linje',
|
|
|
|
|
attachments: 'Vedlegg',
|
|
|
|
|
hide_attachments_in_tl: 'Gjem vedlegg på tidslinje',
|
|
|
|
|
hide_attachments_in_convo: 'Gjem vedlegg i samtaler',
|
|
|
|
|
nsfw_clickthrough: 'Krev trykk for å vise statuser som kan være upassende',
|
|
|
|
|
stop_gifs: 'Spill av GIFs når du holder over dem',
|
|
|
|
|
autoload: 'Automatisk lasting når du blar ned til bunnen',
|
|
|
|
|
streaming: 'Automatisk strømming av nye statuser når du har bladd til toppen',
|
|
|
|
|
reply_link_preview: 'Vis en forhåndsvisning når du holder musen over svar til en status',
|
|
|
|
|
follow_import: 'Importer følginger',
|
|
|
|
|
import_followers_from_a_csv_file: 'Importer følginger fra en csv fil',
|
|
|
|
|
follows_imported: 'Følginger imported! Det vil ta litt tid å behandle de.',
|
|
|
|
|
follow_import_error: 'Feil ved importering av følginger.'
|
|
|
|
|
},
|
|
|
|
|
notifications: {
|
|
|
|
|
notifications: 'Varslinger',
|
|
|
|
|
read: 'Les!',
|
|
|
|
|
followed_you: 'fulgte deg',
|
|
|
|
|
favorited_you: 'likte din status',
|
|
|
|
|
repeated_you: 'Gjentok din status'
|
|
|
|
|
},
|
|
|
|
|
login: {
|
|
|
|
|
login: 'Logg inn',
|
|
|
|
|
username: 'Brukernavn',
|
|
|
|
|
password: 'Passord',
|
|
|
|
|
register: 'Registrer',
|
|
|
|
|
logout: 'Logg ut'
|
|
|
|
|
},
|
|
|
|
|
registration: {
|
|
|
|
|
registration: 'Registrering',
|
|
|
|
|
fullname: 'Visningsnavn',
|
|
|
|
|
email: 'Epost-adresse',
|
|
|
|
|
bio: 'Biografi',
|
|
|
|
|
password_confirm: 'Bekreft passord'
|
|
|
|
|
},
|
|
|
|
|
post_status: {
|
|
|
|
|
posting: 'Publiserer',
|
|
|
|
|
default: 'Landet akkurat i L.A.'
|
|
|
|
|
},
|
|
|
|
|
finder: {
|
|
|
|
|
find_user: 'Finn bruker',
|
|
|
|
|
error_fetching_user: 'Feil ved henting av bruker'
|
|
|
|
|
},
|
|
|
|
|
general: {
|
|
|
|
|
submit: 'Legg ut',
|
|
|
|
|
apply: 'Bruk'
|
|
|
|
|
},
|
|
|
|
|
user_profile: {
|
|
|
|
|
timeline_title: 'Bruker-tidslinje'
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-02-12 02:59:17 +11:00
|
|
|
|
|
2017-11-08 01:14:37 +11:00
|
|
|
|
const messages = {
|
|
|
|
|
de,
|
2017-11-08 03:55:08 +11:00
|
|
|
|
fi,
|
2017-11-08 04:20:40 +11:00
|
|
|
|
en,
|
2018-04-21 09:24:33 +10:00
|
|
|
|
eo,
|
2017-11-08 21:44:33 +11:00
|
|
|
|
et,
|
2017-11-08 11:14:18 +11:00
|
|
|
|
hu,
|
2017-11-09 11:28:33 +11:00
|
|
|
|
ro,
|
2017-11-08 19:05:10 +11:00
|
|
|
|
ja,
|
2017-11-08 19:09:34 +11:00
|
|
|
|
fr,
|
2017-11-08 19:57:51 +11:00
|
|
|
|
it,
|
2018-04-04 02:06:28 +10:00
|
|
|
|
oc,
|
2017-11-09 16:30:49 +11:00
|
|
|
|
pl,
|
2017-11-11 15:21:49 +11:00
|
|
|
|
es,
|
2018-02-12 02:59:17 +11:00
|
|
|
|
pt,
|
2018-04-21 10:19:55 +10:00
|
|
|
|
ru,
|
|
|
|
|
nb
|
2017-11-08 01:14:37 +11:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default messages
|