Merge branch 'master' into FEATURE/login-remember-me-always
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"edit-config-tab": "Edit Config",
|
||||
"custom-css-tab": "Custom Styles",
|
||||
"heading": "Configuration Options",
|
||||
"download-config-button": "Download Config",
|
||||
"download-config-button": "View / Export Config",
|
||||
"edit-config-button": "Edit Config",
|
||||
"edit-css-button": "Edit Custom CSS",
|
||||
"cloud-sync-button": "Enable Cloud Sync",
|
||||
@@ -102,6 +102,7 @@
|
||||
"export-button": "Export Custom Variables",
|
||||
"reset-button": "Reset Styles for",
|
||||
"show-all-button": "Show All Variables",
|
||||
"change-fonts-button": "Change Fonts",
|
||||
"save-button": "Save",
|
||||
"cancel-button": "Cancel",
|
||||
"saved-toast": "{theme} Updated Successfully",
|
||||
@@ -113,6 +114,7 @@
|
||||
"location-local-label": "Apply Locally",
|
||||
"location-disk-label": "Write Changes to Config File",
|
||||
"save-button": "Save Changes",
|
||||
"preview-button": "Preview Changes",
|
||||
"valid-label": "Config is Valid",
|
||||
"status-success-msg": "Task Complete",
|
||||
"status-fail-msg": "Task Failed",
|
||||
@@ -165,9 +167,82 @@
|
||||
"restore-success-msg": "Config Restored Successfully"
|
||||
},
|
||||
"menu": {
|
||||
"sametab": "Open in Current Tab",
|
||||
"newtab": "Open in New Tab",
|
||||
"modal": "Open in Pop-Up Modal",
|
||||
"workspace": "Open in Workspace View"
|
||||
"open-section-title": "Open In",
|
||||
"sametab": "Current Tab",
|
||||
"newtab": "New Tab",
|
||||
"modal": "Pop-Up Modal",
|
||||
"workspace": "Workspace View",
|
||||
"options-section-title": "Options",
|
||||
"edit-item": "Edit",
|
||||
"move-item": "Copy or Move",
|
||||
"remove-item": "Remove"
|
||||
},
|
||||
"context-menus": {
|
||||
"item": {
|
||||
"open-section-title": "Open In",
|
||||
"sametab": "Current Tab",
|
||||
"newtab": "New Tab",
|
||||
"modal": "Pop-Up Modal",
|
||||
"workspace": "Workspace View",
|
||||
"options-section-title": "Options",
|
||||
"edit-item": "Edit",
|
||||
"move-item": "Copy or Move",
|
||||
"remove-item": "Remove"
|
||||
},
|
||||
"section": {
|
||||
"open-section": "Open Section",
|
||||
"edit-section": "Edit",
|
||||
"move-section": "Move To",
|
||||
"remove-section": "Remove"
|
||||
}
|
||||
},
|
||||
"interactive-editor": {
|
||||
"menu": {
|
||||
"start-editing-tooltip": "Enter the Interactive Editor",
|
||||
"edit-site-data-subheading": "Edit Site Data",
|
||||
"edit-page-info-btn": "Edit Page Info",
|
||||
"edit-page-info-tooltip": "App title, description, nav links, footer text, etc",
|
||||
"edit-app-config-btn": "Edit App Config",
|
||||
"edit-app-config-tooltip": "All other app configuration options",
|
||||
"config-save-methods-subheading": "Config Saving Options",
|
||||
"save-locally-btn": "Save Locally",
|
||||
"save-locally-tooltip": "Save config locally, to browser storage. This will not affect your config file, but changes will only be saved on this device",
|
||||
"save-disk-btn": "Save to Disk",
|
||||
"save-disk-tooltip": "Save config to the conf.yml file on disk. This will backup, and then over-write your existing config",
|
||||
"export-config-btn": "Export Config",
|
||||
"export-config-tooltip": "View and export new config, either to a file, or to clipboard",
|
||||
"cloud-backup-btn": "Backup to Cloud",
|
||||
"cloud-backup-tooltip": "Save encrypted backup of configuration to cloud",
|
||||
"edit-raw-config-btn": "Edit Raw Config",
|
||||
"edit-raw-config-tooltip": "View and modify raw config via JSON editor",
|
||||
"cancel-changes-btn": "Cancel Edit",
|
||||
"cancel-changes-tooltip": "Reset current modifications, and exit Edit Mode. This will not affect your saved config",
|
||||
"edit-mode-name": "Edit Mode",
|
||||
"edit-mode-subtitle": "You are in Edit Mode",
|
||||
"edit-mode-description": "This means you can make modifications to your config, and preview the results, but until you save, none of your changes will be preserved.",
|
||||
"save-stage-btn": "Save",
|
||||
"cancel-stage-btn": "Cancel"
|
||||
},
|
||||
"edit-section": {
|
||||
"edit-section-title": "Edit Section",
|
||||
"add-section-title": "Add New Section",
|
||||
"edit-tooltip": "Click to Edit, or right-click for more options",
|
||||
"remove-confirm": "Are you sure you want to remove this section? This action can be undone later."
|
||||
},
|
||||
"edit-app-config": {
|
||||
"warning-msg-title": "Proceed with Caution",
|
||||
"warning-msg-l1": "The following options are for advanced app configuration.",
|
||||
"warning-msg-l2": "If you are unsure about any of the fields, please reference the",
|
||||
"warning-msg-docs": "documentation",
|
||||
"warning-msg-l3": "to avoid unintended consequences."
|
||||
},
|
||||
"export": {
|
||||
"export-title": "Export Config",
|
||||
"copy-clipboard-btn": "Copy to Clipboard",
|
||||
"copy-clipboard-tooltip": "Copy all app config to system clipboard, in YAML format",
|
||||
"download-file-btn": "Download as File",
|
||||
"download-file-tooltip": "Download all app config to your device, in a YAML file",
|
||||
"view-title": "View Config"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -78,7 +78,7 @@
|
||||
"item-size-small": "Petite",
|
||||
"item-size-medium": "Moyenne",
|
||||
"item-size-large": "Grande",
|
||||
"config-launcher-label": "Config.",
|
||||
"config-launcher-label": "Configuration",
|
||||
"config-launcher-tooltip": "Modifier la configuration",
|
||||
"sign-out-tooltip": "Déconnexion",
|
||||
"sign-in-tooltip": "Connexion",
|
||||
@@ -102,6 +102,7 @@
|
||||
"export-button": "Exporter des variables personnalisées",
|
||||
"reset-button": "Réinitialiser les styles pour",
|
||||
"show-all-button": "Afficher toutes les variables",
|
||||
"change-fonts-button": "Changer les Polices d'écritures",
|
||||
"save-button": "Enregistrer",
|
||||
"cancel-button": "Annuler",
|
||||
"saved-toast": "{theme} mis à jour avec succès",
|
||||
@@ -113,6 +114,7 @@
|
||||
"location-local-label": "Appliquer localement",
|
||||
"location-disk-label": "Appliquer dans le fichier de configuration",
|
||||
"save-button": "Enregistrer",
|
||||
"preview-button": "Prévisuliser les modifications",
|
||||
"valid-label": "La configuration est valide",
|
||||
"status-success-msg": "Tâche terminée",
|
||||
"status-fail-msg": "Échec de la tâche",
|
||||
@@ -165,9 +167,78 @@
|
||||
"restore-success-msg": "Configuration restaurée avec succès"
|
||||
},
|
||||
"menu": {
|
||||
"open-section-title": "Ouvrir ...",
|
||||
"sametab": "Ouvrir dans l'onglet actuel",
|
||||
"newtab": "Ouvrir dans un nouvel onglet",
|
||||
"modal": "Ouvrir en mode fenêtré",
|
||||
"workspace": "Ouvrir en plein écran"
|
||||
"workspace": "Ouvrir en plein écran",
|
||||
"options-section-title": "Options",
|
||||
"edit-item": "Modifier",
|
||||
"move-item": "Copier et Déplacer",
|
||||
"remove-item": "Supprimer"
|
||||
},
|
||||
"context-menus": {
|
||||
"item": {
|
||||
"open-section-title": "Ouvrir ...",
|
||||
"sametab": "Ouvrir dans l'onglet actuel",
|
||||
"newtab": "Ouvrir dans un nouvel onglet",
|
||||
"modal": "Ouvrir en mode fenêtré",
|
||||
"workspace": "Ouvrir en plein écran",
|
||||
"options-section-title": "Options",
|
||||
"edit-item": "Modifier",
|
||||
"move-item": "Copier et Déplacer",
|
||||
"remove-item": "Supprimer"
|
||||
},
|
||||
"section": {
|
||||
"open-section": "Ouvrir",
|
||||
"edit-section": "Modifier",
|
||||
"move-section": "Déplacer vers",
|
||||
"remove-section": "Supprimer"
|
||||
}
|
||||
},
|
||||
"interactive-editor": {
|
||||
"menu": {
|
||||
"start-editing-tooltip": "Entrer dans l'éditeur interactif",
|
||||
"edit-site-data-subheading": "Modifier l'application",
|
||||
"edit-page-info-btn": "Modifier les informations",
|
||||
"edit-page-info-tooltip": "Titre de l'application, description, liens de navigation, texte de pied de page, etc.",
|
||||
"edit-app-config-btn": "Modifier la configuration",
|
||||
"edit-app-config-tooltip": "Toutes les autres options de configuration",
|
||||
"config-save-methods-subheading": "Options de sauvegarde",
|
||||
"save-locally-btn": "Enregistrer localement",
|
||||
"save-locally-tooltip": "Enregistrez la configuration localement, dans le stockage du navigateur. Cela n'affectera pas votre fichier de configuration, mais les modifications ne seront présentes que sur cet appareil",
|
||||
"save-disk-btn": "Enregistrer sur le disque",
|
||||
"save-disk-tooltip": "Enregistrez la configuration dans le fichier conf.yml sur le disque. Cela sauvegardera, puis écrasera votre configuration existante",
|
||||
"export-config-btn": "Exporter la configuration",
|
||||
"export-config-tooltip": "Afficher et exporter la nouvelle configuration, soit dans un fichier, soit dans le presse-papier",
|
||||
"cancel-changes-btn": "Annuler",
|
||||
"cancel-changes-tooltip": "Réinitialisez les modifications en cours et quittez le mode d'édition. Cela n'affectera pas votre configuration enregistrée",
|
||||
"edit-mode-name": "Éditeur interactif",
|
||||
"edit-mode-subtitle": "Vous êtes en mode d'édition",
|
||||
"edit-mode-description": "Vous pouvez apporter des modifications à votre configuration et prévisualiser les résultats, mais jusqu'à ce que vous sauvegardiez, aucune de vos modifications ne sera conservée.",
|
||||
"save-stage-btn": "Enregistrer",
|
||||
"cancel-stage-btn": "Annuler"
|
||||
},
|
||||
"edit-section": {
|
||||
"edit-section-title": "Éditeur",
|
||||
"add-section-title": "Ajouter une section",
|
||||
"edit-tooltip": "Cliquer pour modifier ou cliquer droit pour plus d'options",
|
||||
"remove-confirm": "Voulez-vous vraiment supprimer cette section ? Cette action peut être annulée ultérieurement."
|
||||
},
|
||||
"edit-app-config": {
|
||||
"warning-msg-title": "Procéder avec prudence",
|
||||
"warning-msg-l1": "Les options suivantes concernent la configuration avancée de l'application.",
|
||||
"warning-msg-l2": "Si vous n'êtes pas sûr de l'un des champs, veuillez consulter la",
|
||||
"warning-msg-docs": "documentation",
|
||||
"warning-msg-l3": "pour éviter des conséquences inattendues."
|
||||
},
|
||||
"export": {
|
||||
"export-title": "Exporter la configuration",
|
||||
"copy-clipboard-btn": "Copier dans le presse-papier",
|
||||
"copy-clipboard-tooltip": "Copier la configuration complète de l'application sur votre appareil dans un fichier YAML",
|
||||
"download-file-btn": "Télécharger",
|
||||
"download-file-tooltip": "Téléchargez la configuration complète de l'application sur votre appareil dans un fichier YAML",
|
||||
"view-title": "Afficher la configuration"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
172
src/assets/locales/nb.json
Normal file
172
src/assets/locales/nb.json
Normal file
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"home": {
|
||||
"no-results": "Ingen søkeresultater",
|
||||
"no-data": "Ingen data konfigurert"
|
||||
},
|
||||
"search": {
|
||||
"search-label": "Søk",
|
||||
"search-placeholder": "Begynn å skrive for å filtrere",
|
||||
"clear-search-tooltip": "Fjern søk",
|
||||
"enter-to-search-web": "Trykk enter for å søke på nettet"
|
||||
},
|
||||
"login": {
|
||||
"title": "Dashy",
|
||||
"username-label": "Brukernavn",
|
||||
"password-label": "Passord",
|
||||
"login-button": "Logg inn",
|
||||
"remember-me-label": "Husk meg",
|
||||
"remember-me-never": "Aldri",
|
||||
"remember-me-hour": "4 timer",
|
||||
"remember-me-day": "1 dag",
|
||||
"remember-me-week": "1 uke",
|
||||
"error-missing-username": "Mangler brukernavn",
|
||||
"error-missing-password": "Manglende passord",
|
||||
"error-incorrect-username": "Bruker ikke funnet",
|
||||
"error-incorrect-password": "Feil passord",
|
||||
"success-message": "Logger på...",
|
||||
"logout-message": "Logget ut",
|
||||
"already-logged-in-title": "Allerede logget inn",
|
||||
"already-logged-in-text": "Du er logget inn som",
|
||||
"continue-to-dashboard": "Fortsett til dashbordet",
|
||||
"log-out-button": "Logg ut",
|
||||
"continue-guest-button": "Fortsett som gjest"
|
||||
},
|
||||
"config": {
|
||||
"main-tab": "Hovedmeny",
|
||||
"view-config-tab": "Vis konfigurering",
|
||||
"edit-config-tab": "Rediger konfigurering",
|
||||
"custom-css-tab": "Egendefinerte stiler",
|
||||
"heading": "Konfigurasjonsalternativer",
|
||||
"download-config-button": "Last ned konfigurasjon",
|
||||
"edit-config-button": "Rediger konfigurering",
|
||||
"edit-css-button": "Rediger tilpasset CSS",
|
||||
"cloud-sync-button": "Aktiver skysynkronisering",
|
||||
"edit-cloud-sync-button": "Rediger skysynkronisering",
|
||||
"rebuild-app-button": "Bygg program",
|
||||
"change-language-button": "Endre appspråk",
|
||||
"reset-settings-button": "Tilbakestill lokale innstillinger",
|
||||
"app-info-button": "Appinfo",
|
||||
"backup-note": "Det anbefales å ta en sikkerhetskopi av konfigurasjonen din før du gjør endringer.",
|
||||
"reset-config-msg-l1": "Dette fjerner alle brukerinnstillinger fra lokal lagring, men påvirker ikke din 'conf.yml' -fil.",
|
||||
"reset-config-msg-l2": "Du bør først ta sikkerhetskopi av eventuelle endringer du har gjort lokalt, hvis du vil bruke dem i fremtiden.",
|
||||
"reset-config-msg-l3": "Er du sikker på at du vil fortsette?",
|
||||
"data-cleared-msg": "Data slettet vellykket",
|
||||
"actions-label": "Handlinger",
|
||||
"copy-config-label": "Kopier konfigurasjon",
|
||||
"data-copied-msg": "Konfig er kopiert til utklippstavlen",
|
||||
"reset-config-label": "Tilbakestill konfigurasjon",
|
||||
"css-save-btn": "Lagre endringer",
|
||||
"css-note-label": "Merk",
|
||||
"css-note-l1": "Du må oppdatere siden for at endringene dine skal tre i kraft.",
|
||||
"css-note-l2": "Overstyring av stiler lagres bare lokalt, så det anbefales å lage en kopi av CSS.",
|
||||
"css-note-l3": "For å fjerne alle egendefinerte stiler, slett innholdet og trykk Lagre endringer"
|
||||
},
|
||||
"alternate-views": {
|
||||
"alternate-view-heading": "Bytt visning",
|
||||
"default": "Standard",
|
||||
"workspace": "Workspace",
|
||||
"minimal": "Minimal"
|
||||
},
|
||||
"settings": {
|
||||
"theme-label": "Tema",
|
||||
"layout-label": "Layout",
|
||||
"layout-auto": "Auto",
|
||||
"layout-horizontal": "Horisontal",
|
||||
"layout-vertical": "Vertikal",
|
||||
"item-size-label": "Enhetsstørrelse",
|
||||
"item-size-small": "Small",
|
||||
"item-size-medium": "Medium",
|
||||
"item-size-large": "Large",
|
||||
"config-launcher-label": "Konfig",
|
||||
"config-launcher-tooltip": "Oppdater konfigurasjon",
|
||||
"sign-out-tooltip": "Logg av",
|
||||
"sign-in-tooltip": "Logg inn",
|
||||
"sign-in-welcome": "Hei {brukernavn}!"
|
||||
},
|
||||
"updates": {
|
||||
"app-version-note": "Dashy-versjon",
|
||||
"up-to-date": "Oppdatert",
|
||||
"out-of-date": "Oppdatering tilgjengelig",
|
||||
"unsupported-version-l1": "Du bruker en ikke-støttet versjon av Dashy",
|
||||
"unsupported-version-l2": "For den beste opplevelsen og de siste sikkerhetsoppdateringene, vennligst oppdater til"
|
||||
},
|
||||
"language-switcher": {
|
||||
"title": "Endre applikasjonsspråk",
|
||||
"dropdown-label": "Velg et språk",
|
||||
"save-button": "Lagre",
|
||||
"success-msg": "Språk oppdatert til"
|
||||
},
|
||||
"theme-maker": {
|
||||
"title": "Temakonfigurator",
|
||||
"export-button": "Eksporter tilpassede variabler",
|
||||
"reset-button": "Tilbakestill stiler for",
|
||||
"show-all-button": "Vis alle variabler",
|
||||
"save-button": "Lagre",
|
||||
"cancel-button": "Avbryt",
|
||||
"saved-toast": "{theme} Oppdatert vellykket",
|
||||
"copied-toast": "Temadata for {theme} kopiert til utklippstavlen",
|
||||
"reset-toast": "Egendefinerte farger for {theme} fjernet"
|
||||
},
|
||||
"config-editor": {
|
||||
"save-location-label": "Lagre beliggenhet",
|
||||
"location-local-label": "Søk lokalt",
|
||||
"location-disk-label": "Skriv endringer i konfigurasjonsfil",
|
||||
"save-button": "Lagre endringer",
|
||||
"valid-label": "Konfigurasjon er gyldig",
|
||||
"status-success-msg": "Oppgaven fullført",
|
||||
"status-fail-msg": "Oppgaven mislyktes",
|
||||
"success-msg-disk": "Konfigurasjonsfil skrevet til disk med hell",
|
||||
"success-msg-local": "Lokale endringer er lagret",
|
||||
"success-note-l1": "Appen bør bygge om automatisk.",
|
||||
"success-note-l2": "Dette kan ta opptil et minutt.",
|
||||
"success-note-l3": "Du må oppdatere siden for at endringene skal tre i kraft.",
|
||||
"error-msg-save-mode": "Velg en lagringsmodus: lokal eller fil",
|
||||
"error-msg-cannot-save": "Det oppsto en feil under konfigurering",
|
||||
"error-msg-bad-json": "Feil i JSON, muligens feilformet",
|
||||
"warning-msg-validation": "Valideringsadvarsel",
|
||||
"not-admin-note": "Du kan ikke skrive endret til disk, fordi du ikke er logget inn som admin"
|
||||
},
|
||||
"app-rebuild": {
|
||||
"title": "Ombygg applikasjon",
|
||||
"rebuild-note-l1": "En ombygging er nødvendig for at endringer skrevet i conf.yml-filen skal tre i kraft.",
|
||||
"rebuild-note-l2": "Dette bør skje automatisk, men hvis det ikke har blitt gjort, kan du manuelt utløse det her.",
|
||||
"rebuild-note-l3": "Dette er ikke nødvendig for endringer som er lagret lokalt.",
|
||||
"rebuild-button": "Start Build",
|
||||
"rebuilding-status-1": "Building ...",
|
||||
"rebuilding-status-2": "Dette kan ta noen minutter",
|
||||
"error-permission": "Du har ikke tillatelse til å utløse denne handlingen",
|
||||
"success-msg": "Byggingen er fullført",
|
||||
"fail-msg": "Byggoperasjonen mislyktes",
|
||||
"reload-note": "En sideinnlasting er nå nødvendig for at endringer skal tre i kraft",
|
||||
"reload-button": "Last siden på nytt"
|
||||
},
|
||||
"cloud-sync": {
|
||||
"title": "Sikkerhetskopiering & gjenoppretting",
|
||||
"intro-l1": "Sikkerhetskopiering og gjenoppretting er en valgfri funksjon, som lar deg laste opp konfigurasjonen din til internett og deretter gjenopprette den på en hvilken som helst annen enhet eller forekomst av Dashy.",
|
||||
"intro-l2": "Alle data er helt ende-til-ende-kryptert med AES, og bruker passordet ditt som nøkkelen.",
|
||||
"intro-l3": "For mer informasjon, se",
|
||||
"backup-title-setup": "Lag en sikkerhetskopi",
|
||||
"backup-title-update": "Oppdater sikkerhetskopi",
|
||||
"password-label-setup": "Velg et passord",
|
||||
"password-label-update": "Skriv inn passordet ditt",
|
||||
"backup-button-setup": "Sikkerhetskopiering",
|
||||
"backup-button-update": "Oppdater sikkerhetskopi",
|
||||
"backup-id-label": "Din sikkerhetskopi-ID",
|
||||
"backup-id-note": "Dette brukes til å gjenopprette fra sikkerhetskopier senere. Så behold det, sammen med passordet ditt et trygt sted.",
|
||||
"restore-title": "Gjenopprett en sikkerhetskopi",
|
||||
"restore-id-label": "Gjenopprett ID",
|
||||
"restore-password-label": "Passord",
|
||||
"restore-button": "Gjenopprett",
|
||||
"backup-missing-password": "Manglende passord",
|
||||
"backup-error-unknown": "Kan ikke behandle forespørselen",
|
||||
"backup-error-password": "Feil passord. Skriv inn ditt nåværende passord.",
|
||||
"backup-success-msg": "Fullført vellykket",
|
||||
"restore-success-msg": "Konfigurasjon gjenopprettet vellykket"
|
||||
},
|
||||
"menu": {
|
||||
"sametab": "Åpne i nåværende fane",
|
||||
"newtab": "Åpne i ny fane",
|
||||
"modal": "Åpne i popup-modus",
|
||||
"workspace": "Åpne i Workspace-visning"
|
||||
}
|
||||
}
|
||||
172
src/assets/locales/pl.json
Normal file
172
src/assets/locales/pl.json
Normal file
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"home": {
|
||||
"no-results": "Brak wyników",
|
||||
"no-data": "Brak danych"
|
||||
},
|
||||
"search": {
|
||||
"search-label": "Wyszukaj",
|
||||
"search-placeholder": "Zacznij pisać aby przefiltrować",
|
||||
"clear-search-tooltip": "Wyczyść",
|
||||
"enter-to-search-web": "Naciśnij ENTER aby przeszukać internet"
|
||||
},
|
||||
"login": {
|
||||
"title": "Dashy",
|
||||
"username-label": "Użytkownik",
|
||||
"password-label": "Hasło",
|
||||
"login-button": "Zaloguj",
|
||||
"remember-me-label": "Zapamiętaj mnie",
|
||||
"remember-me-never": "Nigdy",
|
||||
"remember-me-hour": "4 godziny",
|
||||
"remember-me-day": "Dzień",
|
||||
"remember-me-week": "Tydzień",
|
||||
"error-missing-username": "Nie podano nazwy użytkownika",
|
||||
"error-missing-password": "Nie podano hasła",
|
||||
"error-incorrect-username": "Nie znaleziono użytkownika",
|
||||
"error-incorrect-password": "Niepoprawne hasło",
|
||||
"success-message": "Zalogowano...",
|
||||
"logout-message": "Wylogowano",
|
||||
"already-logged-in-title": "Jesteś już zalogowany",
|
||||
"already-logged-in-text": "Zalogowano jako",
|
||||
"proceed-to-dashboard": "Przejdź do panelu",
|
||||
"log-out-button": "Wyloguj",
|
||||
"proceed-guest-button": "Kontynuuj jako gość"
|
||||
},
|
||||
"config": {
|
||||
"main-tab": "Menu główne",
|
||||
"view-config-tab": "Wyświetl konfigurację",
|
||||
"edit-config-tab": "Edytuj konfigurację",
|
||||
"custom-css-tab": "Niestandardowy styl",
|
||||
"heading": "Opcje konfiguracji",
|
||||
"download-config-button": "Pobierz plik konfiguracji",
|
||||
"edit-config-button": "Edytuj konfigurację",
|
||||
"edit-css-button": "Edytuj styl CSS",
|
||||
"cloud-sync-button": "Ustawienia chmury",
|
||||
"edit-cloud-sync-button": "Ustawienia chmury",
|
||||
"rebuild-app-button": "Przebuduj aplikację",
|
||||
"change-language-button": "Zmień język",
|
||||
"reset-settings-button": "Zresetuj pamięć podręczną",
|
||||
"app-info-button": "Informacje o aplikacji",
|
||||
"backup-note": "Przed dokonaniem zmian zaleca się zapisanie kopii zapasowej konfiguracji.",
|
||||
"reset-config-msg-l1": "Zostaną usunięte wszystkie ustawienia zapisane w pamięci podręcznej (Nie dotyczy pliku 'conf.yml'). ",
|
||||
"reset-config-msg-l2": "Zrób kopię zapasową jeśli obecne ustawienia są ważne.",
|
||||
"reset-config-msg-l3": "Czy na pewno chcesz kontynuować?",
|
||||
"data-cleared-msg": "Dane wyczyszczone pomyślnie",
|
||||
"actions-label": "Akcje",
|
||||
"copy-config-label": "Kopia konfiguracji",
|
||||
"data-copied-msg": "Konfiguracja skopiowana do schowka",
|
||||
"reset-config-label": "Zresetuj konfigurację",
|
||||
"css-save-btn": "Zapisz zmiany",
|
||||
"css-note-label": "Informacja",
|
||||
"css-note-l1": "Po dokonaniu zmian konieczne będzie odświeżenie strony.",
|
||||
"css-note-l2": "Nadpisane style przechowywane są w pamięci podręcznej, zaleca się więc wykonanie kopii stylu CSS.",
|
||||
"css-note-l3": "Aby usunąć niestandardowe style, wyczyść zawartość pola tekstowego i naciśnij Zapisz zmiany"
|
||||
},
|
||||
"alternate-views": {
|
||||
"alternate-view-heading": "Zmień widok",
|
||||
"default": "Domyślny",
|
||||
"workspace": "Obszar roboczy",
|
||||
"minimal": "Minimalny"
|
||||
},
|
||||
"settings": {
|
||||
"theme-label": "Motyw",
|
||||
"layout-label": "Układ",
|
||||
"layout-auto": "Automatyczny",
|
||||
"layout-horizontal": "Poziomy",
|
||||
"layout-vertical": "Pionowy",
|
||||
"item-size-label": "Rozmiar elementu",
|
||||
"item-size-small": "Mały",
|
||||
"item-size-medium": "Średni",
|
||||
"item-size-large": "Duży",
|
||||
"config-launcher-label": "Konfiguracja",
|
||||
"config-launcher-tooltip": "Przejdź do ustawień",
|
||||
"sign-out-tooltip": "Wyloguj",
|
||||
"sign-in-tooltip": "Zaloguj",
|
||||
"sign-in-welcome": "Cześć {username}!"
|
||||
},
|
||||
"updates": {
|
||||
"app-version-note": "wersja Dashy",
|
||||
"up-to-date": "Aktualna",
|
||||
"out-of-date": "Dostępna aktualizacja",
|
||||
"unsupported-version-l1": "Używasz niewspieranej wersji Dashy",
|
||||
"unsupported-version-l2": "Zaleca się zaktualizowanie do"
|
||||
},
|
||||
"language-switcher": {
|
||||
"title": "Zmień język",
|
||||
"dropdown-label": "Wybierz język",
|
||||
"save-button": "Zapisz",
|
||||
"success-msg": "Język zmieniony na"
|
||||
},
|
||||
"theme-maker": {
|
||||
"title": "Konfigurator motywu",
|
||||
"export-button": "Eksportuj zmienne",
|
||||
"reset-button": " Zresetuj styl",
|
||||
"show-all-button": "Pokaż wszystkie zmienne",
|
||||
"save-button": "Zapisz",
|
||||
"cancel-button": "Anuluj",
|
||||
"saved-toast": "Pomyślnie zaktualizowano {theme}",
|
||||
"copied-toast": "Dane motywu {theme} zostały skopiowane do schowka",
|
||||
"reset-toast": "Niestandardowe kolory dla {theme} usunięte"
|
||||
},
|
||||
"config-editor": {
|
||||
"save-location-label": "Lokalizacja zapisu",
|
||||
"location-local-label": "Pamięć podręczna",
|
||||
"location-disk-label": "Plik na dysku",
|
||||
"save-button": "Zapisz",
|
||||
"valid-label": "Konfiguracja poprawna",
|
||||
"status-success-msg": "Zadanie ukończone",
|
||||
"status-fail-msg": "Zadanie nie powiodło się",
|
||||
"success-msg-disk": "Pomyślnie zapisano na dysku",
|
||||
"success-msg-local": "Pomyślnie zapisano w pamięci podręcznej",
|
||||
"success-note-l1": "Aplikacja powinna automatycznie się przebudować.",
|
||||
"success-note-l2": "Może to zająć około minuty.",
|
||||
"success-note-l3": "Będzie konieczne odświeżenie strony",
|
||||
"error-msg-save-mode": "Proszę wybrać pomiędzy pamięcią podręczną lub plikiem na dysku",
|
||||
"error-msg-cannot-save": "Wystąpił błąd podczas zapisywania",
|
||||
"error-msg-bad-json": "Błąd w JSON",
|
||||
"warning-msg-validation": "Ostrzeżenie",
|
||||
"not-admin-note": "Nie możesz zapisywać na dysku, wymagane uprawnienia administratora"
|
||||
},
|
||||
"app-rebuild": {
|
||||
"title": "Przebuduj aplikację",
|
||||
"rebuild-note-l1": "Przebudowanie jest koniecznne po dokonaniu zmian w pliku: conf.yml.",
|
||||
"rebuild-note-l2": "Powinno to nastąpić automatycznie, jeśli jednak tak się nie stanie możesz je wymusić tutaj.",
|
||||
"rebuild-note-l3": "Zmiany w pamięci podręcznej nie wymagają przebudowania aplikacji.",
|
||||
"rebuild-button": "Rozpocznij",
|
||||
"rebuilding-status-1": "Budowanie...",
|
||||
"rebuilding-status-2": "Może to zająć kilka minut",
|
||||
"error-permission": "Nie masz odpowiednich uprawnień do wykonania tej akcji",
|
||||
"success-msg": "Budowanie zakończone pomyślnie",
|
||||
"fail-msg": "Budowanie nie powiodło się",
|
||||
"reload-note": "Zmiany będą widoczne po odświeżeniu strony",
|
||||
"reload-button": "Odśwież stronę"
|
||||
},
|
||||
"cloud-sync": {
|
||||
"title": "Kopia zapasowa w chmurze",
|
||||
"intro-l1": "Tworzenie i przywracanie z chmury to opcjonalna funkcja, która umożliwia zapisanie konfiguracji w sieci, by później wgrać je na innym urządzeniu z Dashy.",
|
||||
"intro-l2": "Wszystkie dane są w pełni zaszyfrowane z wykorzystaniem AES, kluczem będzie podane hasło.",
|
||||
"intro-l3": "Aby uzyskać więcej informacji przejdź do",
|
||||
"backup-title-setup": "Tworzenie",
|
||||
"backup-title-update": "Zaktualizuj",
|
||||
"password-label-setup": "Wybierz hasło",
|
||||
"password-label-update": "Wprowadź hasło",
|
||||
"backup-button-setup": "Zapisz",
|
||||
"backup-button-update": "Zaktualizuj",
|
||||
"backup-id-label": "Identyfikator kopii zapasowej",
|
||||
"backup-id-note": "Wymagany do przywrócenia. Zapisz wraz z hasłem w bezpiecznym miejscu",
|
||||
"restore-title": "Przywracanie",
|
||||
"restore-id-label": "Identyfikator",
|
||||
"restore-password-label": "Hasło",
|
||||
"restore-button": "Przywróć",
|
||||
"backup-missing-password": "Nie podano hasła",
|
||||
"backup-error-unknown": "Nie udało się wykonać operacji",
|
||||
"backup-error-password": "Hasło niepoprawne. Proszę wprowadzić aktualne hasło.",
|
||||
"backup-success-msg": "zakończono pomyślnie",
|
||||
"restore-success-msg": "Przywrócono pomyślnie"
|
||||
},
|
||||
"menu": {
|
||||
"sametab": "Otwórz w tej karcie",
|
||||
"newtab": "Otwórz w nowej karcie",
|
||||
"modal": "Otwórz w oknie modalnym",
|
||||
"workspace": "Otwórz w obszarze roboczym"
|
||||
}
|
||||
}
|
||||
@@ -29,7 +29,7 @@
|
||||
"already-logged-in-text": "Prijavljeni ste kot",
|
||||
"proceed-to-dashboard": "Nadaljujte na nadzorno ploščo",
|
||||
"log-out-button": "Odjava",
|
||||
"proceed-guest-button": "Nadaljujte kot gost"
|
||||
"proceed-guest-button": "Nadaljujte kot gost"
|
||||
},
|
||||
"config": {
|
||||
"main-tab": "Glavni Meni",
|
||||
@@ -62,10 +62,11 @@
|
||||
"css-note-l3": "Če želite odstraniti vse sloge po meri, izbrišite vsebino in pritisnite Shrani spremembe"
|
||||
},
|
||||
"alternate-views": {
|
||||
"alternate-view-heading": "Spremeni Pogled",
|
||||
"default": "Privzeto",
|
||||
"workspace": "Delovni prostor",
|
||||
"minimal": "Minimalno"
|
||||
},
|
||||
},
|
||||
"settings": {
|
||||
"theme-label": "Tema",
|
||||
"layout-label": "Postavitev",
|
||||
@@ -100,6 +101,7 @@
|
||||
"export-button": "Izvozi Spremenljivke po Meri",
|
||||
"reset-button": "Ponastavi Sloge za",
|
||||
"show-all-button": "Pokaži Vse Spremenljivke",
|
||||
"change-fonts-button": "Spremeni Pisavo",
|
||||
"save-button": "Shrani",
|
||||
"cancel-button": "Prekliči",
|
||||
"saved-toast": "{theme} Posodbljena Uspešno",
|
||||
@@ -111,6 +113,7 @@
|
||||
"location-local-label": "Shrani Lokalno",
|
||||
"location-disk-label": "Zapišite spremembe v datoteko za konfiguracijo",
|
||||
"save-button": "Shrani Spremembe",
|
||||
"preview-button": "Predogled Sprememb",
|
||||
"valid-label": "Konfiguracija je veljavna",
|
||||
"status-success-msg": "Operacija dokončana",
|
||||
"status-fail-msg": "Operacija ni uspela",
|
||||
@@ -163,10 +166,82 @@
|
||||
"restore-success-msg": "Konfiguracija Uspešno Obnovljena"
|
||||
},
|
||||
"menu": {
|
||||
"open-section-title": "Odpri V",
|
||||
"sametab": "Odpri v Trenutnem Zavihku",
|
||||
"newtab": "Odpri v Novem Zavihku",
|
||||
"modal": "Odpri v Pojavnem Oknu",
|
||||
"workspace": "Odpri v Delovnem Pogledu"
|
||||
"workspace": "Odpri v Delovnem Pogledu",
|
||||
"options-section-title": "Nastavitve",
|
||||
"edit-item": "Uredi",
|
||||
"move-item": "Kopiral ali Premakni",
|
||||
"remove-item": "Odstrani"
|
||||
},
|
||||
"context-menus": {
|
||||
"item": {
|
||||
"open-section-title": "Odpri V",
|
||||
"sametab": "Trenutni Zavihek",
|
||||
"newtab": "Nov Zavihek",
|
||||
"modal": "Pojavno Okno",
|
||||
"workspace": "Delovni Pogled",
|
||||
"options-section-title": "Nastavitve",
|
||||
"edit-item": "Uredi",
|
||||
"move-item": "Kopiral ali Premakni",
|
||||
"remove-item": "Odstrani"
|
||||
},
|
||||
"section": {
|
||||
"open-section": "Odpri Razdelek",
|
||||
"edit-section": "Uredi",
|
||||
"move-section": "Premakni v",
|
||||
"remove-section": "Odstrani"
|
||||
}
|
||||
},
|
||||
"interactive-editor": {
|
||||
"menu": {
|
||||
"start-editing-tooltip": "Vstopite v Interaktivni Urejevalnik",
|
||||
"edit-site-data-subheading": "Uredi Podatke Strani",
|
||||
"edit-page-info-btn": "Uredi Informacije Strani",
|
||||
"edit-page-info-tooltip": "Naslov, opis, nav linki, teks noge. itd",
|
||||
"edit-app-config-btn": "Urejanje Konfiguracije",
|
||||
"edit-app-config-tooltip": "Vse druge možnosti konfiguracije aplikacije",
|
||||
"config-save-methods-subheading": "Možnosti Shranjevanja Konfiguracije",
|
||||
"save-locally-btn": "Shrani Lokalno",
|
||||
"save-locally-tooltip": "Shranite konfiguracijo lokalno v pomnilnik brskalnika. To ne bo vplivalo na vašo konfiguracijsko datoteko, vendar bodo spremembe shranjene samo v tej napravi",
|
||||
"save-disk-btn": "Shrani na Disk",
|
||||
"save-disk-tooltip": "Shranite konfiguracijo v datoteko conf.yml na disku. To bo varnostno kopiralo in nato prepisalo vašo obstoječo konfiguracijo",
|
||||
"export-config-btn": "Izvozi Nastavitve",
|
||||
"export-config-tooltip": "Oglejte si in izvozite novo konfiguracijo v datoteko ali v odložišče",
|
||||
"cloud-backup-btn": "Varnostno kopiranje v Oblak",
|
||||
"cloud-backup-tooltip": "Shranite šifrirano varnostno kopijo konfiguracije v oblak",
|
||||
"edit-raw-config-btn": "Urejanje Raw Konfiguracije",
|
||||
"edit-raw-config-tooltip": "Oglejte si in spremenite raw konfiguracijo prek urejevalnika JSON",
|
||||
"cancel-changes-btn": "Prekliči Urejanje",
|
||||
"cancel-changes-tooltip": "Ponastavite trenutne spremembe in zapustite način urejanja. To ne bo vplivalo na vašo shranjeno konfiguracijo",
|
||||
"edit-mode-name": "Način Urejanja",
|
||||
"edit-mode-subtitle": "Ste v načinu za Urejanje",
|
||||
"edit-mode-description": "To pomeni, da lahko spremenite svojo konfiguracijo in si ogledate predogled rezultatov, vendar dokler ne shranite, nobena od vaših sprememb ne bo ohranjena.",
|
||||
"save-stage-btn": "Shrani",
|
||||
"cancel-stage-btn": "Prekliči"
|
||||
},
|
||||
"edit-section": {
|
||||
"edit-section-title": "Uredi Razdelek",
|
||||
"add-section-title": "Dodaj Razdelek",
|
||||
"edit-tooltip": "Kliknite za Urejanje ali z desno tipko miške kliknite za Več Možnosti",
|
||||
"remove-confirm": "Ali ste prepričani, da želite odstraniti ta razdelek? To dejanje lahko pozneje razveljavite."
|
||||
},
|
||||
"edit-app-config": {
|
||||
"warning-msg-title": "Nadaljuj Previdno",
|
||||
"warning-msg-l1": "Naslednje možnosti so za napredno konfiguracijo aplikacije.",
|
||||
"warning-msg-l2": "Če niste prepričani glede katerega od polj, se obrnite na",
|
||||
"warning-msg-docs": "dokumentacija",
|
||||
"warning-msg-l3": "da bi se izognili neželenim posledicam."
|
||||
},
|
||||
"export": {
|
||||
"export-title": "Izvozi Nastavitve",
|
||||
"copy-clipboard-btn": "Kopirati v Odložišče",
|
||||
"copy-clipboard-tooltip": "Kopirajte vso konfiguracijo aplikacije v sistemsko odložišče v formatu YAML",
|
||||
"download-file-btn": "Prenesi kot Datoteko",
|
||||
"download-file-tooltip": "Prenesite vso konfiguracijo aplikacije v svojo napravo v formatu YAML",
|
||||
"view-title": "Ogled Konfiguracije"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
104
src/assets/locales/zz-pirate.json
Normal file
104
src/assets/locales/zz-pirate.json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"home": {
|
||||
"no-results": "Nay Search Results",
|
||||
"no-data": "Nay Data Configured"
|
||||
},
|
||||
"search": {
|
||||
"search-placeholder": "Start typin' t' filter",
|
||||
"enter-to-search-web": "Press enter t' search th' web"
|
||||
},
|
||||
"login": {
|
||||
"remember-me-label": "Remember me fer",
|
||||
"error-missing-username": "Missin' Username",
|
||||
"error-missing-password": "Missin' Password",
|
||||
"success-message": "Loggin' in...",
|
||||
"already-logged-in-text": "ye're logged in as",
|
||||
"proceed-to-dashboard": "Proceed t' Dashboard",
|
||||
"log-out-button": "Logout Ye All",
|
||||
"proceed-guest-button": "Proceed as Ye Guest"
|
||||
},
|
||||
"config": {
|
||||
"main-tab": "Ya Main Menu",
|
||||
"heading": "Ye Configuration Options",
|
||||
"download-config-button": "Download Config",
|
||||
"reset-settings-button": "Reset Ship Settin's",
|
||||
"change-language-button": "Change Ye Language",
|
||||
"cloud-sync-button": "Enable Ship Sync",
|
||||
"app-info-button": "Th' Ship Info",
|
||||
"backup-note": "It be recommend t' make a backup o' yer configuration before makin' changes.",
|
||||
"reset-config-msg-l1": "This will remove all user settin's from local storage, but won't effect yer 'conf.yml' file.",
|
||||
"reset-config-msg-l2": "ye should first backup any changes ye've made locally, if ye want t' use them in th' future.",
|
||||
"reset-config-msg-l3": "be ye sure ye want t' proceed?",
|
||||
"data-copied-msg": "Config has been copied t' clipboardd",
|
||||
"css-note-l1": "ye will need t' refresh th' page fer yer changes t' take effect.",
|
||||
"css-note-l2": "Styles overrides be only stored locally, so it be recommended t' make a copy o' yer CSS.",
|
||||
"css-note-l3": "To remove all custom styles, delete th' contents and hit Save Changes"
|
||||
},
|
||||
"settings": {
|
||||
"sign-in-welcome": "Ahoy {username}!"
|
||||
},
|
||||
"updates": {
|
||||
"app-version-note": "Dashy version",
|
||||
"up-to-date": "Up-to-Date",
|
||||
"out-of-date": "Update Available",
|
||||
"unsupported-version-l1": "You are using a ye' old version of Dashy",
|
||||
"unsupported-version-l2": "For th' best experience, and recent security patches, please update to"
|
||||
},
|
||||
"language-switcher": {
|
||||
"success-msg": "Language Updated t'"
|
||||
},
|
||||
"theme-maker": {
|
||||
"copied-toast": "Theme data for {theme} copied t' ye clipboard"
|
||||
},
|
||||
"config-editor": {
|
||||
"save-location-label": "Save Location",
|
||||
"location-local-label": "Apply Locally",
|
||||
"location-disk-label": "Write Changes to Config File",
|
||||
"save-button": "Save Changes",
|
||||
"valid-label": "Config is Valid",
|
||||
"status-success-msg": "Task Complete",
|
||||
"status-fail-msg": "Task Failed",
|
||||
"success-msg-disk": "Th' config file written to disk successfully",
|
||||
"success-msg-local": "Ye local changes were successfully saved",
|
||||
"success-note-l1": "th' app should rebuild automatically.",
|
||||
"success-note-l2": "This may take up t' a minute.",
|
||||
"success-note-l3": "ye will need t' refresh th' page fer changes t' take effect.",
|
||||
"error-msg-cannot-save": "An error occurred savin' config",
|
||||
"error-msg-bad-json": "Error in ye JSON, possibly malformed",
|
||||
"warning-msg-validation": "Validation Warnin' Ahead",
|
||||
"not-admin-note": "ye cannot write changed t' disk, because ye be not logged in as an admin"
|
||||
},
|
||||
"app-rebuild": {
|
||||
"title": "Rebuild Application",
|
||||
"rebuild-note-l1": "A rebuild be required fer changes written t' th' conf.yml file t' take effect.",
|
||||
"rebuild-note-l2": "This should happen automatically, but if it hasn't, ye can manually trigger it here.",
|
||||
"rebuild-note-l3": "This be not required fer modifications stored locally.",
|
||||
"rebuild-button": "Start Build",
|
||||
"rebuilding-status-1": "Buildin...",
|
||||
"error-permission": "ye dern't have permission t' trigger this action",
|
||||
"success-msg": "Ayhyo, build did complete successfully!",
|
||||
"fail-msg": "Build operation did fail",
|
||||
"reload-note": "A page reload be now required fer changes t' take effect",
|
||||
"reload-button": "Reload Ye Page"
|
||||
},
|
||||
"cloud-sync": {
|
||||
"intro-l1": "Cloud backup and restore be an optional feature, that enables ye t' upload yer config t' th' internet, and then restore it on any other device or instance o' Dashy.",
|
||||
"intro-l2": "All data be fully end-t'-end encrypted with AES, usin' yer password as th' key.",
|
||||
"intro-l3": "For more info, please see th'",
|
||||
"backup-title-setup": "Make ye Backup",
|
||||
"backup-title-update": "Update ye Backup",
|
||||
"password-label-setup": "Choose ye Password",
|
||||
"password-label-update": "Enter yer Password",
|
||||
"backup-id-label": "Yer Backup ID",
|
||||
"backup-id-note": "This be used t' restore from backups later. So keep it, along with yer password somewhere safe.",
|
||||
"backup-missing-password": "Missin'g' Password",
|
||||
"backup-error-unknown": "Unable t' process request",
|
||||
"backup-error-password": "Incorrect password. Walk the plank! Please enter yer current password."
|
||||
},
|
||||
"menu": {
|
||||
"sametab": "Stay Aboard",
|
||||
"newtab": "Walk the Plank",
|
||||
"modal": "Open in ye Pop-Up Ship",
|
||||
"workspace": "Open on Workspace Deck"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user