Support Brazilian Portuguese 🇧🇷 (#1653)
This commit is contained in:
commit
662399d665
72 changed files with 10985 additions and 9476 deletions
4
.github/workflows/l18n-crowdin.yml
vendored
4
.github/workflows/l18n-crowdin.yml
vendored
|
@ -2,8 +2,8 @@ name: Sync crowdin translation
|
|||
|
||||
on:
|
||||
push:
|
||||
paths: # run action automatically when en/translation.json file is changed
|
||||
- "apps/photos/public/locales/en/translation.json"
|
||||
paths: # run action automatically when en-US/translation.json file is changed
|
||||
- "apps/photos/public/locales/en-US/translation.json"
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "0 */24 * * *" # Every 24 hours - https://crontab.guru/#0_*/12_*_*_*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const nextConfigBase = require('@ente/shared/next/next.config.base.js');
|
||||
const nextConfigBase = require('@/next/next.config.base.js');
|
||||
|
||||
module.exports = {
|
||||
...nextConfigBase,
|
||||
|
|
|
@ -2,14 +2,13 @@
|
|||
"name": "accounts",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build"
|
||||
"dependencies": {
|
||||
"@/next": "*",
|
||||
"@ente/accounts": "*",
|
||||
"@ente/shared": "*"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.6.4",
|
||||
"@types/react": "^18"
|
||||
},
|
||||
"types": "src/index.ts"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@ import { useLocalState } from '@ente/shared/hooks/useLocalState';
|
|||
import { setupI18n } from '@/ui/i18n';
|
||||
import HTTPService from '@ente/shared/network/HTTPService';
|
||||
import { LS_KEYS, getData } from '@ente/shared/storage/localStorage';
|
||||
import { getUserLocaleString } from '@ente/shared/storage/localStorage/helpers';
|
||||
import { getTheme } from '@ente/shared/themes';
|
||||
import { THEME_COLOR } from '@ente/shared/themes/constants';
|
||||
import createEmotionCache from '@ente/shared/themes/createEmotionCache';
|
||||
|
@ -64,7 +63,7 @@ export default function App(props: EnteAppProps) {
|
|||
const [themeColor] = useLocalState(LS_KEYS.THEME, THEME_COLOR.DARK);
|
||||
|
||||
useEffect(() => {
|
||||
setupI18n(getUserLocaleString()).finally(() => setIsI18nReady(true));
|
||||
setupI18n().finally(() => setIsI18nReady(true));
|
||||
}, []);
|
||||
|
||||
const setupPackageName = () => {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
const nextConfigBase = require('@ente/shared/next/next.config.base.js');
|
||||
const nextConfigBase = require('@/next/next.config.base.js');
|
||||
|
||||
module.exports = nextConfigBase;
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
"name": "auth",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build"
|
||||
"dependencies": {
|
||||
"@/next": "*",
|
||||
"@ente/accounts": "*",
|
||||
"@ente/shared": "*"
|
||||
}
|
||||
}
|
||||
|
|
644
apps/auth/public/locales/de-DE/translation.json
Normal file
644
apps/auth/public/locales/de-DE/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private Sicherungen</div><div>für deine Erinnerungen</div>",
|
||||
"HERO_SLIDE_1": "Standardmäßig Ende-zu-Ende verschlüsselt",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Sicher gespeichert</div><div>in einem Luftschutzbunker</div>",
|
||||
"HERO_SLIDE_2": "Entwickelt um zu bewahren",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Verfügbar</div><div> überall</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Anmelden",
|
||||
"SIGN_UP": "Registrieren",
|
||||
"NEW_USER": "Neu bei ente",
|
||||
"EXISTING_USER": "Existierender Benutzer",
|
||||
"ENTER_NAME": "Name eingeben",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Füge einen Namen hinzu, damit deine Freunde wissen, wem sie für diese tollen Fotos zu danken haben!",
|
||||
"ENTER_EMAIL": "E-Mail-Adresse eingeben",
|
||||
"EMAIL_ERROR": "Geben Sie eine gültige E-Mail-Adresse ein",
|
||||
"REQUIRED": "Erforderlich",
|
||||
"EMAIL_SENT": "Bestätigungscode an <a>{{email}}</a> gesendet",
|
||||
"CHECK_INBOX": "Bitte überprüfe deinen E-Mail-Posteingang (und Spam), um die Verifizierung abzuschließen",
|
||||
"ENTER_OTT": "Bestätigungscode",
|
||||
"RESEND_MAIL": "Code erneut senden",
|
||||
"VERIFY": "Überprüfen",
|
||||
"UNKNOWN_ERROR": "Ein Fehler ist aufgetreten, bitte versuche es erneut",
|
||||
"INVALID_CODE": "Falscher Bestätigungscode",
|
||||
"EXPIRED_CODE": "Ihr Bestätigungscode ist abgelaufen",
|
||||
"SENDING": "Wird gesendet...",
|
||||
"SENT": "Gesendet!",
|
||||
"PASSWORD": "Passwort",
|
||||
"LINK_PASSWORD": "Passwort zum Entsperren des Albums eingeben",
|
||||
"RETURN_PASSPHRASE_HINT": "Passwort",
|
||||
"SET_PASSPHRASE": "Passwort setzen",
|
||||
"VERIFY_PASSPHRASE": "Einloggen",
|
||||
"INCORRECT_PASSPHRASE": "Falsches Passwort",
|
||||
"ENTER_ENC_PASSPHRASE": "Bitte gib ein Passwort ein, mit dem wir deine Daten verschlüsseln können",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Willkommen bei <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Wo deine besten Fotos leben",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generierung von Verschlüsselungsschlüsseln...",
|
||||
"PASSPHRASE_HINT": "Passwort",
|
||||
"CONFIRM_PASSPHRASE": "Passwort bestätigen",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Die Passwörter stimmen nicht überein",
|
||||
"CONSOLE_WARNING_STOP": "STOPP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "Neues Album",
|
||||
"ENTER_ALBUM_NAME": "Albumname",
|
||||
"CLOSE_OPTION": "Schließen (Esc)",
|
||||
"ENTER_FILE_NAME": "Dateiname",
|
||||
"CLOSE": "Schließen",
|
||||
"NO": "Nein",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Hochladen",
|
||||
"IMPORT": "Importieren",
|
||||
"ADD_PHOTOS": "Fotos hinzufügen",
|
||||
"ADD_MORE_PHOTOS": "Mehr Fotos hinzufügen",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Foto auswählen",
|
||||
"FILE_UPLOAD": "Datei hochladen",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Hochladen wird vorbereitet",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Sicherung abgeschlossen"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Abonnement abgelaufen",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Speichergrenze überschritten",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Erstellen",
|
||||
"DOWNLOAD": "Herunterladen",
|
||||
"DOWNLOAD_OPTION": "Herunterladen (D)",
|
||||
"DOWNLOAD_FAVORITES": "Favoriten herunterladen",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Als PNG kopieren (Strg / Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Herein-/Herauszoomen",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Lade dein erstes Foto hoch",
|
||||
"IMPORT_YOUR_FOLDERS": "Importiere deiner Ordner",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Dateien löschen?",
|
||||
"TRASH_FILE_TITLE": "Datei löschen?",
|
||||
"DELETE_FILES_TITLE": "Sofort löschen?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Löschen",
|
||||
"DELETE_OPTION": "Löschen (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Ein einzelnes Album",
|
||||
"OR": "oder",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Ihre Sitzung ist abgelaufen. Bitte loggen Sie sich erneut ein, um fortzufahren",
|
||||
"SESSION_EXPIRED": "Sitzung abgelaufen",
|
||||
"PASSWORD_GENERATION_FAILED": "Dein Browser konnte keinen starken Schlüssel generieren, der den Verschlüsselungsstandards des Entes entspricht, bitte versuche die mobile App oder einen anderen Browser zu verwenden",
|
||||
"CHANGE_PASSWORD": "Passwort ändern",
|
||||
"GO_BACK": "Zurück",
|
||||
"RECOVERY_KEY": "Wiederherstellungsschlüssel",
|
||||
"SAVE_LATER": "Auf später verschieben",
|
||||
"SAVE": "Schlüssel speichern",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Passwort vergessen",
|
||||
"RECOVER_ACCOUNT": "Konto wiederherstellen",
|
||||
"RECOVERY_KEY_HINT": "Wiederherstellungsschlüssel",
|
||||
"RECOVER": "Wiederherstellen",
|
||||
"NO_RECOVERY_KEY": "Kein Wiederherstellungsschlüssel?",
|
||||
"INCORRECT_RECOVERY_KEY": "Falscher Wiederherstellungs-Schlüssel",
|
||||
"SORRY": "Entschuldigung",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Aufgrund unseres Ende-zu-Ende-Verschlüsselungsprotokolls können Ihre Daten nicht ohne Ihr Passwort oder Ihren Wiederherstellungsschlüssel entschlüsselt werden",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Bitte sende eine E-Mail an <a>{{emailID}}</a> von deiner registrierten E-Mail-Adresse",
|
||||
"CONTACT_SUPPORT": "Support kontaktieren",
|
||||
"REQUEST_FEATURE": "Feature anfragen",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Bestätigen",
|
||||
"CANCEL": "Abbrechen",
|
||||
"LOGOUT": "Ausloggen",
|
||||
"DELETE_ACCOUNT": "Konto löschen",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Sind sie sicher, dass sie sich ausloggen möchten?",
|
||||
"CHANGE_EMAIL": "E-Mail-Adresse ändern",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Erfolgreich",
|
||||
"ERROR": "Fehler",
|
||||
"MESSAGE": "Nachricht",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Desktopanwendung herunterladen",
|
||||
"EXPORT": "Daten exportieren",
|
||||
"SUBSCRIPTION": "Abonnement",
|
||||
"SUBSCRIBE": "Abonnieren",
|
||||
"MANAGEMENT_PORTAL": "Zahlungsmethode verwalten",
|
||||
"MANAGE_FAMILY_PORTAL": "Familiengruppe verwalten",
|
||||
"LEAVE_FAMILY_PLAN": "Familienabo verlassen",
|
||||
"LEAVE": "Verlassen",
|
||||
"LEAVE_FAMILY_CONFIRM": "Bist du sicher, dass du den Familien-Tarif verlassen möchtest?",
|
||||
"CHOOSE_PLAN": "Wähle dein Abonnement",
|
||||
"MANAGE_PLAN": "Verwalte dein Abonnement",
|
||||
"ACTIVE": "Aktiv",
|
||||
"OFFLINE_MSG": "Du bist offline, gecachte Erinnerungen werden angezeigt",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Sie haben einen Familienplan verwaltet von",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Erneuert am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Endet am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Ihr Abo endet am {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Sie haben Ihr Speichervolumen überschritten, bitte <a>upgraden Sie</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Kauf des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Aktualisierung des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Zahlungsmethode aktualisieren",
|
||||
"MONTHLY": "Monatlich",
|
||||
"YEARLY": "Jährlich",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sind Sie sicher, dass Sie Ihren Tarif ändern möchten?",
|
||||
"UPDATE_SUBSCRIPTION": "Plan ändern",
|
||||
"CANCEL_SUBSCRIPTION": "Abonnement kündigen",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Abonnement reaktivieren",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Umbenennen",
|
||||
"RENAME_FILE": "Datei umbenennen",
|
||||
"RENAME_COLLECTION": "Album umbenennen",
|
||||
"DELETE_COLLECTION_TITLE": "Album löschen?",
|
||||
"DELETE_COLLECTION": "Album löschen",
|
||||
"DELETE_COLLECTION_MESSAGE": "Auch die Fotos (und Videos) in diesem Album aus <a>allen</a> anderen Alben löschen, die sie enthalten?",
|
||||
"DELETE_PHOTOS": "Fotos löschen",
|
||||
"KEEP_PHOTOS": "Fotos behalten",
|
||||
"SHARE": "Teilen",
|
||||
"SHARE_COLLECTION": "Album teilen",
|
||||
"SHAREES": "Geteilt mit",
|
||||
"SHARE_WITH_SELF": "Du kannst nicht mit dir selbst teilen",
|
||||
"ALREADY_SHARED": "Hoppla, Sie teilen dies bereits mit {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Album herunterladen",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Suchen",
|
||||
"SEARCH_RESULTS": "Ergebnisse durchsuchen",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Standort",
|
||||
"CITY": "Location",
|
||||
"DATE": "Datum",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"THING": "Inhalt",
|
||||
"FILE_CAPTION": "Beschreibung",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "Keine Erinnerungen",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Zum Album hinzufügen",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "Personen",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"CAPTION_PLACEHOLDER": "Eine Beschreibung hinzufügen",
|
||||
"LOCATION": "Standort",
|
||||
"SHOW_ON_MAP": "In OpenStreetMap öffnen",
|
||||
"MAP": "Karte",
|
||||
"MAP_SETTINGS": "Karten\nEinstellungen",
|
||||
"ENABLE_MAPS": "Karten aktivieren?",
|
||||
"ENABLE_MAP": "Karte aktivieren",
|
||||
"DISABLE_MAPS": "Karten deaktivieren?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Karte deaktivieren",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "Alle EXIF-Daten anzeigen",
|
||||
"NO_EXIF": "Keine EXIF-Daten",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Zwei-Faktor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Zwei-Faktor-Authentifizierung",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Geben Sie den Code manuell ein",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "QR‐Code stattdessen scannen",
|
||||
"ENABLE_TWO_FACTOR": "Zwei-Faktor-Authentifizierung aktivieren",
|
||||
"ENABLE": "Aktivieren",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Falscher Code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Deaktiviere die Zwei-Faktor-Authentifizierung",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Deaktivieren",
|
||||
"RECONFIGURE": "Neu einrichten",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Daten exportieren",
|
||||
"SELECT_FOLDER": "Ordner auswählen",
|
||||
"DESTINATION": "Zielort",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "OTP senden",
|
||||
"EMAIl_ALREADY_OWNED": "Diese E-Mail wird bereits verwendet",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Fehlgeschlagene Uploads ",
|
||||
"SKIPPED_FILES": "Ignorierte Uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Das Vorschaubild konnte nicht erzeugt werden",
|
||||
"UNSUPPORTED_FILES": "Nicht unterstützte Dateien",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente unterstützt diese Dateiformate noch nicht",
|
||||
"BLOCKED_UPLOADS": "Blockierte Uploads",
|
||||
"SKIPPED_VIDEOS": "Übersprungene Videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In Bearbeitung",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Große Dateien",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Zu wenig Speicher",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie die maximale Größe für Ihren Speicherplan überschreiten",
|
||||
"TOO_LARGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie unsere maximale Dateigröße überschreiten",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "Diese Dateien wurden hochgeladen, aber leider konnten wir nicht die Thumbnails für sie generieren.",
|
||||
"UPLOAD_TO_COLLECTION": "In Album hochladen",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archiv",
|
||||
"FAVORITES": "Favoriten",
|
||||
"ARCHIVE_COLLECTION": "Album archivieren",
|
||||
"ARCHIVE_SECTION_NAME": "Archiv",
|
||||
"ALL_SECTION_NAME": "Alle",
|
||||
"MOVE_TO_COLLECTION": "Zum Album verschieben",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Verschieben",
|
||||
"ADD": "Hinzufügen",
|
||||
"REMOVE": "Entfernen",
|
||||
"YES_REMOVE": "Ja, entfernen",
|
||||
"REMOVE_FROM_COLLECTION": "Aus Album entfernen",
|
||||
"TRASH": "Papierkorb",
|
||||
"MOVE_TO_TRASH": "In Papierkorb verschieben",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Dauerhaft löschen",
|
||||
"RESTORE": "Wiederherstellen",
|
||||
"RESTORE_TO_COLLECTION": "In Album wiederherstellen",
|
||||
"EMPTY_TRASH": "Papierkorb leeren",
|
||||
"EMPTY_TRASH_TITLE": "Papierkorb leeren?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Ja, verlassen",
|
||||
"LEAVE_ALBUM": "Album verlassen",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Geteiltes Album verlassen?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "Dateien in einem freigegebenen Album können nicht gelöscht werden",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Ältestem",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Zuletzt aktualisiert",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Komprimiere",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Installieren",
|
||||
"SHARING_DETAILS": "Details teilen",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Entfernen?",
|
||||
"CONFIRM_REMOVE": "Ja, entfernen",
|
||||
"MANAGE": "Verwalten",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Teilnehmer entfernen",
|
||||
"OWNER": "Besitzer",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - Nicht gefunden",
|
||||
"LINK_EXPIRED": "Link ist abgelaufen",
|
||||
"LINK_EXPIRED_MESSAGE": "Dieser Link ist abgelaufen oder wurde deaktiviert!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, dieses Album wurde auf zu vielen Geräten angezeigt!",
|
||||
"FILE_DOWNLOAD": "Downloads erlauben",
|
||||
"LINK_PASSWORD_LOCK": "Passwort Sperre",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Geräte Limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Ablaufdatum des Links",
|
||||
"NEVER": "Niemals",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Passwort Sperre",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "Datei",
|
||||
"UPLOAD_DIRS": "Ordner",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google Takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "Du hast keine Duplikate, die gelöscht werden können",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Dateien",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Hochladen stoppen?",
|
||||
"YES_STOP_UPLOADS": "Ja, Hochladen stoppen",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "Alle Alben",
|
||||
"ALBUMS": "Alben",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Gib den 6-stelligen Code aus\ndeiner Authentifizierungs-App ein.",
|
||||
"CREATE_ACCOUNT": "Account erstellen",
|
||||
"COPIED": "Kopiert",
|
||||
"CANVAS_BLOCKED_TITLE": "Vorschaubild konnte nicht erstellt werden",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Jetzt upgraden",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Speicher",
|
||||
"USED": "verwendet",
|
||||
"YOU": "Sie",
|
||||
"FAMILY": "Familie",
|
||||
"FREE": "frei",
|
||||
"OF": "von",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Ordner hinzufügen",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Ja, Stopp",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "Jahr",
|
||||
"FAMILY_PLAN": "Familientarif",
|
||||
"DOWNLOAD_LOGS": "Logs herunterladen",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Beliebt",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB für 1 Jahr",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authentifizieren",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Egal",
|
||||
"UPDATE_AVAILABLE": "Neue Version verfügbar",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Jetzt installieren",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Beim nächsten Start installieren",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Diese Version ignorieren",
|
||||
"TODAY": "Heute",
|
||||
"YESTERDAY": "Gestern",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Beta deaktivieren",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Erweitert",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Passwortstärke: Schwach",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Passwortstärke: Stark",
|
||||
"PREFERENCES": "Einstellungen",
|
||||
"LANGUAGE": "Sprache",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "nach einer Stunde",
|
||||
"DAY": "nach einem Tag",
|
||||
"WEEK": "nach 1 Woche",
|
||||
"MONTH": "nach einem Monat",
|
||||
"YEAR": "nach einem Jahr"
|
||||
},
|
||||
"COPY_LINK": "Link kopieren",
|
||||
"DONE": "Fertig",
|
||||
"LINK_SHARE_TITLE": "Oder einen Link teilen",
|
||||
"REMOVE_LINK": "Link entfernen",
|
||||
"CREATE_PUBLIC_SHARING": "Öffentlichen Link erstellen",
|
||||
"PUBLIC_LINK_CREATED": "Öffentlicher Link erstellt",
|
||||
"PUBLIC_LINK_ENABLED": "Öffentlicher Link aktiviert",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export gestartet",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export abgeschlossen",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Kontolöschung bestätigen",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "Weiter",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Versteckt",
|
||||
"HIDE": "Ausblenden",
|
||||
"UNHIDE": "Einblenden",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sortieren nach",
|
||||
"NEWEST_FIRST": "Neueste zuerst",
|
||||
"OLDEST_FIRST": "Älteste zuerst",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "Diese Datei konnte nicht in der Vorschau angezeigt werden. Klicken Sie hier, um das Original herunterzuladen.",
|
||||
"SELECT_COLLECTION": "Album auswählen",
|
||||
"PIN_ALBUM": "Album anheften",
|
||||
"UNPIN_ALBUM": "Album lösen",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private Sicherungen</div><div>für deine Erinnerungen</div>",
|
||||
"HERO_SLIDE_1": "Standardmäßig Ende-zu-Ende verschlüsselt",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Sicher gespeichert</div><div>in einem Luftschutzbunker</div>",
|
||||
"HERO_SLIDE_2": "Entwickelt um zu bewahren",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Verfügbar</div><div> überall</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Anmelden",
|
||||
"SIGN_UP": "Registrieren",
|
||||
"NEW_USER": "Neu bei ente",
|
||||
"EXISTING_USER": "Existierender Benutzer",
|
||||
"ENTER_NAME": "Name eingeben",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Füge einen Namen hinzu, damit deine Freunde wissen, wem sie für diese tollen Fotos zu danken haben!",
|
||||
"ENTER_EMAIL": "E-Mail-Adresse eingeben",
|
||||
"EMAIL_ERROR": "Geben Sie eine gültige E-Mail-Adresse ein",
|
||||
"REQUIRED": "Erforderlich",
|
||||
"EMAIL_SENT": "Bestätigungscode an <a>{{email}}</a> gesendet",
|
||||
"CHECK_INBOX": "Bitte überprüfe deinen E-Mail-Posteingang (und Spam), um die Verifizierung abzuschließen",
|
||||
"ENTER_OTT": "Bestätigungscode",
|
||||
"RESEND_MAIL": "Code erneut senden",
|
||||
"VERIFY": "Überprüfen",
|
||||
"UNKNOWN_ERROR": "Ein Fehler ist aufgetreten, bitte versuche es erneut",
|
||||
"INVALID_CODE": "Falscher Bestätigungscode",
|
||||
"EXPIRED_CODE": "Ihr Bestätigungscode ist abgelaufen",
|
||||
"SENDING": "Wird gesendet...",
|
||||
"SENT": "Gesendet!",
|
||||
"PASSWORD": "Passwort",
|
||||
"LINK_PASSWORD": "Passwort zum Entsperren des Albums eingeben",
|
||||
"RETURN_PASSPHRASE_HINT": "Passwort",
|
||||
"SET_PASSPHRASE": "Passwort setzen",
|
||||
"VERIFY_PASSPHRASE": "Einloggen",
|
||||
"INCORRECT_PASSPHRASE": "Falsches Passwort",
|
||||
"ENTER_ENC_PASSPHRASE": "Bitte gib ein Passwort ein, mit dem wir deine Daten verschlüsseln können",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "Willkommen bei <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Wo deine besten Fotos leben",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generierung von Verschlüsselungsschlüsseln...",
|
||||
"PASSPHRASE_HINT": "Passwort",
|
||||
"CONFIRM_PASSPHRASE": "Passwort bestätigen",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "Die Passwörter stimmen nicht überein",
|
||||
"CONSOLE_WARNING_STOP": "STOPP!",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "Neues Album",
|
||||
"ENTER_ALBUM_NAME": "Albumname",
|
||||
"CLOSE_OPTION": "Schließen (Esc)",
|
||||
"ENTER_FILE_NAME": "Dateiname",
|
||||
"CLOSE": "Schließen",
|
||||
"NO": "Nein",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "Hochladen",
|
||||
"IMPORT": "Importieren",
|
||||
"ADD_PHOTOS": "Fotos hinzufügen",
|
||||
"ADD_MORE_PHOTOS": "Mehr Fotos hinzufügen",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "Foto auswählen",
|
||||
"FILE_UPLOAD": "Datei hochladen",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Hochladen wird vorbereitet",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "Sicherung abgeschlossen"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "Abonnement abgelaufen",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Speichergrenze überschritten",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "Erstellen",
|
||||
"DOWNLOAD": "Herunterladen",
|
||||
"DOWNLOAD_OPTION": "Herunterladen (D)",
|
||||
"DOWNLOAD_FAVORITES": "Favoriten herunterladen",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "Als PNG kopieren (Strg / Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "Herein-/Herauszoomen",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "Lade dein erstes Foto hoch",
|
||||
"IMPORT_YOUR_FOLDERS": "Importiere deiner Ordner",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "Dateien löschen?",
|
||||
"TRASH_FILE_TITLE": "Datei löschen?",
|
||||
"DELETE_FILES_TITLE": "Sofort löschen?",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "Löschen",
|
||||
"DELETE_OPTION": "Löschen (DEL)",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Ein einzelnes Album",
|
||||
"OR": "oder",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "Ihre Sitzung ist abgelaufen. Bitte loggen Sie sich erneut ein, um fortzufahren",
|
||||
"SESSION_EXPIRED": "Sitzung abgelaufen",
|
||||
"PASSWORD_GENERATION_FAILED": "Dein Browser konnte keinen starken Schlüssel generieren, der den Verschlüsselungsstandards des Entes entspricht, bitte versuche die mobile App oder einen anderen Browser zu verwenden",
|
||||
"CHANGE_PASSWORD": "Passwort ändern",
|
||||
"GO_BACK": "Zurück",
|
||||
"RECOVERY_KEY": "Wiederherstellungsschlüssel",
|
||||
"SAVE_LATER": "Auf später verschieben",
|
||||
"SAVE": "Schlüssel speichern",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "Passwort vergessen",
|
||||
"RECOVER_ACCOUNT": "Konto wiederherstellen",
|
||||
"RECOVERY_KEY_HINT": "Wiederherstellungsschlüssel",
|
||||
"RECOVER": "Wiederherstellen",
|
||||
"NO_RECOVERY_KEY": "Kein Wiederherstellungsschlüssel?",
|
||||
"INCORRECT_RECOVERY_KEY": "Falscher Wiederherstellungs-Schlüssel",
|
||||
"SORRY": "Entschuldigung",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Aufgrund unseres Ende-zu-Ende-Verschlüsselungsprotokolls können Ihre Daten nicht ohne Ihr Passwort oder Ihren Wiederherstellungsschlüssel entschlüsselt werden",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Bitte sende eine E-Mail an <a>{{emailID}}</a> von deiner registrierten E-Mail-Adresse",
|
||||
"CONTACT_SUPPORT": "Support kontaktieren",
|
||||
"REQUEST_FEATURE": "Feature anfragen",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Bestätigen",
|
||||
"CANCEL": "Abbrechen",
|
||||
"LOGOUT": "Ausloggen",
|
||||
"DELETE_ACCOUNT": "Konto löschen",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "Sind sie sicher, dass sie sich ausloggen möchten?",
|
||||
"CHANGE_EMAIL": "E-Mail-Adresse ändern",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Erfolgreich",
|
||||
"ERROR": "Fehler",
|
||||
"MESSAGE": "Nachricht",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "Desktopanwendung herunterladen",
|
||||
"EXPORT": "Daten exportieren",
|
||||
"SUBSCRIPTION": "Abonnement",
|
||||
"SUBSCRIBE": "Abonnieren",
|
||||
"MANAGEMENT_PORTAL": "Zahlungsmethode verwalten",
|
||||
"MANAGE_FAMILY_PORTAL": "Familiengruppe verwalten",
|
||||
"LEAVE_FAMILY_PLAN": "Familienabo verlassen",
|
||||
"LEAVE": "Verlassen",
|
||||
"LEAVE_FAMILY_CONFIRM": "Bist du sicher, dass du den Familien-Tarif verlassen möchtest?",
|
||||
"CHOOSE_PLAN": "Wähle dein Abonnement",
|
||||
"MANAGE_PLAN": "Verwalte dein Abonnement",
|
||||
"ACTIVE": "Aktiv",
|
||||
"OFFLINE_MSG": "Du bist offline, gecachte Erinnerungen werden angezeigt",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Sie haben einen Familienplan verwaltet von",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Erneuert am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Endet am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Ihr Abo endet am {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Sie haben Ihr Speichervolumen überschritten, bitte <a>upgraden Sie</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Kauf des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Aktualisierung des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "Zahlungsmethode aktualisieren",
|
||||
"MONTHLY": "Monatlich",
|
||||
"YEARLY": "Jährlich",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sind Sie sicher, dass Sie Ihren Tarif ändern möchten?",
|
||||
"UPDATE_SUBSCRIPTION": "Plan ändern",
|
||||
"CANCEL_SUBSCRIPTION": "Abonnement kündigen",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "Abonnement reaktivieren",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "Umbenennen",
|
||||
"RENAME_FILE": "Datei umbenennen",
|
||||
"RENAME_COLLECTION": "Album umbenennen",
|
||||
"DELETE_COLLECTION_TITLE": "Album löschen?",
|
||||
"DELETE_COLLECTION": "Album löschen",
|
||||
"DELETE_COLLECTION_MESSAGE": "Auch die Fotos (und Videos) in diesem Album aus <a>allen</a> anderen Alben löschen, die sie enthalten?",
|
||||
"DELETE_PHOTOS": "Fotos löschen",
|
||||
"KEEP_PHOTOS": "Fotos behalten",
|
||||
"SHARE": "Teilen",
|
||||
"SHARE_COLLECTION": "Album teilen",
|
||||
"SHAREES": "Geteilt mit",
|
||||
"SHARE_WITH_SELF": "Du kannst nicht mit dir selbst teilen",
|
||||
"ALREADY_SHARED": "Hoppla, Sie teilen dies bereits mit {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "Album herunterladen",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "Suchen",
|
||||
"SEARCH_RESULTS": "Ergebnisse durchsuchen",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Standort",
|
||||
"CITY": "",
|
||||
"DATE": "Datum",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"THING": "Inhalt",
|
||||
"FILE_CAPTION": "Beschreibung",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "Keine Erinnerungen",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "Zum Album hinzufügen",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "Personen",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"CAPTION_PLACEHOLDER": "Eine Beschreibung hinzufügen",
|
||||
"LOCATION": "Standort",
|
||||
"SHOW_ON_MAP": "In OpenStreetMap öffnen",
|
||||
"MAP": "Karte",
|
||||
"MAP_SETTINGS": "Karten\nEinstellungen",
|
||||
"ENABLE_MAPS": "Karten aktivieren?",
|
||||
"ENABLE_MAP": "Karte aktivieren",
|
||||
"DISABLE_MAPS": "Karten deaktivieren?",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "Karte deaktivieren",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "Alle EXIF-Daten anzeigen",
|
||||
"NO_EXIF": "Keine EXIF-Daten",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Zwei-Faktor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Zwei-Faktor-Authentifizierung",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "Geben Sie den Code manuell ein",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "QR‐Code stattdessen scannen",
|
||||
"ENABLE_TWO_FACTOR": "Zwei-Faktor-Authentifizierung aktivieren",
|
||||
"ENABLE": "Aktivieren",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "Falscher Code",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Deaktiviere die Zwei-Faktor-Authentifizierung",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "Deaktivieren",
|
||||
"RECONFIGURE": "Neu einrichten",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "Daten exportieren",
|
||||
"SELECT_FOLDER": "Ordner auswählen",
|
||||
"DESTINATION": "Zielort",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "OTP senden",
|
||||
"EMAIl_ALREADY_OWNED": "Diese E-Mail wird bereits verwendet",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "Fehlgeschlagene Uploads ",
|
||||
"SKIPPED_FILES": "Ignorierte Uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Das Vorschaubild konnte nicht erzeugt werden",
|
||||
"UNSUPPORTED_FILES": "Nicht unterstützte Dateien",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "ente unterstützt diese Dateiformate noch nicht",
|
||||
"BLOCKED_UPLOADS": "Blockierte Uploads",
|
||||
"SKIPPED_VIDEOS": "Übersprungene Videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In Bearbeitung",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "Große Dateien",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Zu wenig Speicher",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie die maximale Größe für Ihren Speicherplan überschreiten",
|
||||
"TOO_LARGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie unsere maximale Dateigröße überschreiten",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "Diese Dateien wurden hochgeladen, aber leider konnten wir nicht die Thumbnails für sie generieren.",
|
||||
"UPLOAD_TO_COLLECTION": "In Album hochladen",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "Archiv",
|
||||
"FAVORITES": "Favoriten",
|
||||
"ARCHIVE_COLLECTION": "Album archivieren",
|
||||
"ARCHIVE_SECTION_NAME": "Archiv",
|
||||
"ALL_SECTION_NAME": "Alle",
|
||||
"MOVE_TO_COLLECTION": "Zum Album verschieben",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "Verschieben",
|
||||
"ADD": "Hinzufügen",
|
||||
"REMOVE": "Entfernen",
|
||||
"YES_REMOVE": "Ja, entfernen",
|
||||
"REMOVE_FROM_COLLECTION": "Aus Album entfernen",
|
||||
"TRASH": "Papierkorb",
|
||||
"MOVE_TO_TRASH": "In Papierkorb verschieben",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "Dauerhaft löschen",
|
||||
"RESTORE": "Wiederherstellen",
|
||||
"RESTORE_TO_COLLECTION": "In Album wiederherstellen",
|
||||
"EMPTY_TRASH": "Papierkorb leeren",
|
||||
"EMPTY_TRASH_TITLE": "Papierkorb leeren?",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "Ja, verlassen",
|
||||
"LEAVE_ALBUM": "Album verlassen",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Geteiltes Album verlassen?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "Dateien in einem freigegebenen Album können nicht gelöscht werden",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Ältestem",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Zuletzt aktualisiert",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "Komprimiere",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "Installieren",
|
||||
"SHARING_DETAILS": "Details teilen",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "Entfernen?",
|
||||
"CONFIRM_REMOVE": "Ja, entfernen",
|
||||
"MANAGE": "Verwalten",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Teilnehmer entfernen",
|
||||
"OWNER": "Besitzer",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "404 - Nicht gefunden",
|
||||
"LINK_EXPIRED": "Link ist abgelaufen",
|
||||
"LINK_EXPIRED_MESSAGE": "Dieser Link ist abgelaufen oder wurde deaktiviert!",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, dieses Album wurde auf zu vielen Geräten angezeigt!",
|
||||
"FILE_DOWNLOAD": "Downloads erlauben",
|
||||
"LINK_PASSWORD_LOCK": "Passwort Sperre",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "Geräte Limit",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "Ablaufdatum des Links",
|
||||
"NEVER": "Niemals",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "Passwort Sperre",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "Datei",
|
||||
"UPLOAD_DIRS": "Ordner",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google Takeout",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "Du hast keine Duplikate, die gelöscht werden können",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "Dateien",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "Hochladen stoppen?",
|
||||
"YES_STOP_UPLOADS": "Ja, Hochladen stoppen",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "Alle Alben",
|
||||
"ALBUMS": "Alben",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "Gib den 6-stelligen Code aus\ndeiner Authentifizierungs-App ein.",
|
||||
"CREATE_ACCOUNT": "Account erstellen",
|
||||
"COPIED": "Kopiert",
|
||||
"CANVAS_BLOCKED_TITLE": "Vorschaubild konnte nicht erstellt werden",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "Jetzt upgraden",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "Speicher",
|
||||
"USED": "verwendet",
|
||||
"YOU": "Sie",
|
||||
"FAMILY": "Familie",
|
||||
"FREE": "frei",
|
||||
"OF": "von",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "Ordner hinzufügen",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "Ja, Stopp",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "Jahr",
|
||||
"FAMILY_PLAN": "Familientarif",
|
||||
"DOWNLOAD_LOGS": "Logs herunterladen",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Beliebt",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB für 1 Jahr",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "Authentifizieren",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "Egal",
|
||||
"UPDATE_AVAILABLE": "Neue Version verfügbar",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "Jetzt installieren",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Beim nächsten Start installieren",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "Diese Version ignorieren",
|
||||
"TODAY": "Heute",
|
||||
"YESTERDAY": "Gestern",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "Beta deaktivieren",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "Erweitert",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Passwortstärke: Schwach",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Passwortstärke: Stark",
|
||||
"PREFERENCES": "Einstellungen",
|
||||
"LANGUAGE": "Sprache",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "nach einer Stunde",
|
||||
"DAY": "nach einem Tag",
|
||||
"WEEK": "nach 1 Woche",
|
||||
"MONTH": "nach einem Monat",
|
||||
"YEAR": "nach einem Jahr"
|
||||
},
|
||||
"COPY_LINK": "Link kopieren",
|
||||
"DONE": "Fertig",
|
||||
"LINK_SHARE_TITLE": "Oder einen Link teilen",
|
||||
"REMOVE_LINK": "Link entfernen",
|
||||
"CREATE_PUBLIC_SHARING": "Öffentlichen Link erstellen",
|
||||
"PUBLIC_LINK_CREATED": "Öffentlicher Link erstellt",
|
||||
"PUBLIC_LINK_ENABLED": "Öffentlicher Link aktiviert",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export gestartet",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "Export abgeschlossen",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Kontolöschung bestätigen",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "Weiter",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "Versteckt",
|
||||
"HIDE": "Ausblenden",
|
||||
"UNHIDE": "Einblenden",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "Sortieren nach",
|
||||
"NEWEST_FIRST": "Neueste zuerst",
|
||||
"OLDEST_FIRST": "Älteste zuerst",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "Diese Datei konnte nicht in der Vorschau angezeigt werden. Klicken Sie hier, um das Original herunterzuladen.",
|
||||
"SELECT_COLLECTION": "Album auswählen",
|
||||
"PIN_ALBUM": "Album anheften",
|
||||
"UNPIN_ALBUM": "Album lösen",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -38,8 +38,8 @@
|
|||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generando claves de encriptación...",
|
||||
"PASSPHRASE_HINT": "Contraseña",
|
||||
"CONFIRM_PASSPHRASE": "Confirmar contraseña",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Las contraseñas no coinciden",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Esta es una característica del navegador destinada a los desarrolladores. Por favor, no copie y pegue código sin verificar aquí.",
|
||||
|
@ -79,7 +79,7 @@
|
|||
"DOWNLOAD_OPTION": "Descargar (D)",
|
||||
"DOWNLOAD_FAVORITES": "Descargar favoritos",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Descargar no categorizados",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copiar como PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Alternar pantalla completa (F)",
|
||||
"ZOOM_IN_OUT": "Acercar/alejar",
|
||||
|
@ -159,7 +159,7 @@
|
|||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Se renueva en {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina el {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Tu suscripción será cancelada el {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Ha excedido su cuota de almacenamiento, por favor <a>actualice</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Hemos recibido tu pago</p><p>¡Tu suscripción es válida hasta <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Tu compra ha sido cancelada, por favor inténtalo de nuevo si quieres suscribirte",
|
||||
|
@ -174,7 +174,7 @@
|
|||
"UPDATE_SUBSCRIPTION": "Cambiar de plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancelar suscripción",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Todos tus datos serán eliminados de nuestros servidores al final de este periodo de facturación.</p><p>¿Está seguro de que desea cancelar su suscripción?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "No se pudo cancelar la suscripción",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Suscripción cancelada correctamente",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivar la suscripción",
|
||||
|
@ -210,13 +210,13 @@
|
|||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Álbum",
|
||||
"LOCATION": "Localización",
|
||||
"CITY": "",
|
||||
"CITY": "Location",
|
||||
"DATE": "Fecha",
|
||||
"FILE_NAME": "Nombre del archivo",
|
||||
"THING": "Contenido",
|
||||
"FILE_CAPTION": "Descripción",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No hay recuerdos",
|
||||
"photos_count_one": "1 recuerdo",
|
||||
|
@ -239,14 +239,14 @@
|
|||
"CAPTION_PLACEHOLDER": "Añadir una descripción",
|
||||
"LOCATION": "Localización",
|
||||
"SHOW_ON_MAP": "Ver en OpenStreetMap",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Detalles",
|
||||
"VIEW_EXIF": "Ver todos los datos de EXIF",
|
||||
"NO_EXIF": "No hay datos EXIF",
|
||||
|
@ -313,8 +313,8 @@
|
|||
"MOVE_TO_COLLECTION": "Mover al álbum",
|
||||
"UNARCHIVE": "Desarchivar",
|
||||
"UNARCHIVE_COLLECTION": "Desarchivar álbum",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Mover",
|
||||
"ADD": "Añadir",
|
||||
"REMOVE": "Eliminar",
|
||||
|
@ -357,40 +357,40 @@
|
|||
"CAPTION_CHARACTER_LIMIT": "Máximo 5000 caracteres",
|
||||
"DATE_TIME_ORIGINAL": "EXIF: Fecha original",
|
||||
"DATE_TIME_DIGITIZED": "EXIF: Fecha Digitalizado",
|
||||
"METADATA_DATE": "",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Hora personalizada",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Reabrir planes",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Error al abrir los planes",
|
||||
"INSTALL": "Instalar",
|
||||
"SHARING_DETAILS": "Compartir detalles",
|
||||
"MODIFY_SHARING": "Modificar compartir",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Propietario",
|
||||
"COLLABORATORS": "Colaboradores",
|
||||
"ADD_MORE": "Añadir más",
|
||||
"VIEWERS": "",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "O elige uno existente",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - No Encontrado",
|
||||
"LINK_EXPIRED": "Enlace expirado",
|
||||
"LINK_EXPIRED_MESSAGE": "Este enlace ha caducado o ha sido desactivado!",
|
||||
|
@ -436,10 +436,10 @@
|
|||
"albums_other": "{{count}} álbumes",
|
||||
"ALL_ALBUMS": "Todos los álbumes",
|
||||
"ALBUMS": "Álbumes",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Ingrese el código de seis dígitos de su aplicación de autenticación a continuación.",
|
||||
"CREATE_ACCOUNT": "Crear cuenta",
|
||||
"COPIED": "Copiado",
|
||||
|
@ -543,10 +543,10 @@
|
|||
"PUBLIC_COLLECT_SUBTEXT": "Permitir a las personas con el enlace añadir fotos al álbum compartido.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success}} / {{progress.total}}</a> archivos exportados",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Exportar iniciando",
|
||||
"IN_PROGRESS": "Exportación ya en curso",
|
||||
|
@ -575,69 +575,70 @@
|
|||
"at": "a las",
|
||||
"AUTH_NEXT": "siguiente",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Descarga nuestra aplicación móvil para administrar tus secretos",
|
||||
"HIDDEN": "",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Ocultar",
|
||||
"UNHIDE": "Mostrar",
|
||||
"UNHIDE_TO_COLLECTION": "Hacer visible al álbum",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transformar",
|
||||
"COLORS": "Colores",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
644
apps/auth/public/locales/fa-IR/translation.json
Normal file
644
apps/auth/public/locales/fa-IR/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "به <a/> خوش آمدید",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "به <a/> خوش آمدید",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -38,8 +38,8 @@
|
|||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Génération des clés de chiffrement...",
|
||||
"PASSPHRASE_HINT": "Mot de passe",
|
||||
"CONFIRM_PASSPHRASE": "Confirmer le mot de passe",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Les mots de passe ne correspondent pas",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Ceci est une fonction de navigateur dédiée aux développeurs. Veuillez ne pas copier-coller un code non vérifié à cet endroit.",
|
||||
|
@ -85,9 +85,9 @@
|
|||
"ZOOM_IN_OUT": "Zoom +/-",
|
||||
"PREVIOUS": "Précédent (←)",
|
||||
"NEXT": "Suivant (→)",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Chargez votre 1ere photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Importez vos dossiers",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Déposez pour sauvegarder vos fichiers",
|
||||
|
@ -159,7 +159,7 @@
|
|||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renouveler le {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Pris fin le {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Votre abonnement sera annulé le {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Vous avez dépassé votre quota de stockage, veuillez <a> mettre à niveau </a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Nous avons reçu votre paiement </p><p>Votre abonnement est valide jusqu'au <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Votre achat est annulé, veuillez réessayer si vous souhaitez vous abonner",
|
||||
|
@ -174,7 +174,7 @@
|
|||
"UPDATE_SUBSCRIPTION": "Changer de plan",
|
||||
"CANCEL_SUBSCRIPTION": "Annuler l'abonnement",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Toutes vos données seront supprimées de nos serveurs à la fin de cette période d'abonnement.</p><p>Voulez-vous vraiment annuler votre abonnement?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Échec lors de l'annulation de l'abonnement",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Votre abonnement a bien été annulé",
|
||||
"REACTIVATE_SUBSCRIPTION": "Réactiver l'abonnement",
|
||||
|
@ -210,7 +210,7 @@
|
|||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "l'album",
|
||||
"LOCATION": "Emplacement",
|
||||
"CITY": "",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "Nom de fichier",
|
||||
"THING": "Chose",
|
||||
|
@ -623,21 +623,22 @@
|
|||
"PHOTO_EDITOR": "Éditeur de photos",
|
||||
"FASTER_UPLOAD": "Chargements plus rapides",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Router les chargements vers les serveurs à proximité",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Éléments indexés",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
644
apps/auth/public/locales/it-IT/translation.json
Normal file
644
apps/auth/public/locales/it-IT/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backup privati</div><div>dei tuoi ricordi</div>",
|
||||
"HERO_SLIDE_1": "Crittografia end-to-end",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Salvati in modo sicuro</div><div>in un rifugio antiatomico</div>",
|
||||
"HERO_SLIDE_2": "Progettato per sopravvivere",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponibile</div><div> ovunque</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Accedi",
|
||||
"SIGN_UP": "Registrati",
|
||||
"NEW_USER": "Nuovo utente",
|
||||
"EXISTING_USER": "Accedi",
|
||||
"ENTER_NAME": "Inserisci il nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Aggiungi un nome in modo che i tuoi amici sappiano chi ringraziare per queste fantastiche foto!",
|
||||
"ENTER_EMAIL": "Inserisci l'indirizzo email",
|
||||
"EMAIL_ERROR": "Inserisci un indirizzo email valido",
|
||||
"REQUIRED": "Campo obbligatorio",
|
||||
"EMAIL_SENT": "Codice di verifica inviato a <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Controlla la tua casella di posta (e lo spam) per completare la verifica",
|
||||
"ENTER_OTT": "Codice di verifica",
|
||||
"RESEND_MAIL": "Reinvia codice",
|
||||
"VERIFY": "Verifica",
|
||||
"UNKNOWN_ERROR": "Qualcosa è andato storto, per favore riprova",
|
||||
"INVALID_CODE": "Codice di verifica non valido",
|
||||
"EXPIRED_CODE": "Il tuo codice di verifica è scaduto",
|
||||
"SENDING": "Invio in corso...",
|
||||
"SENT": "Inviato!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Inserisci la password per sbloccare l'album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Imposta una password",
|
||||
"VERIFY_PASSPHRASE": "Accedi",
|
||||
"INCORRECT_PASSPHRASE": "Password sbagliata",
|
||||
"ENTER_ENC_PASSPHRASE": "Inserisci una password per crittografare i tuoi dati",
|
||||
"PASSPHRASE_DISCLAIMER": "Non memorizziamo la tua password, quindi se la dimentichi, <strong>non saremo in grado di aiutarti </strong>a recuperare i tuoi dati senza una chiave di recupero.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Benvenuto su <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "Archiviazione e condivisione di foto crittografate end-to-end",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Dove vivono le tue migliori foto",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generazione delle chiavi di crittografia...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Conferma la password",
|
||||
"REFERRAL_CODE_HINT": "Come hai conosciuto Ente? (opzionale)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Le password non corrispondono",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Questa è una funzionalità del browser destinata agli sviluppatori. Non copiare né incollare codice non verificato qui.",
|
||||
"CREATE_COLLECTION": "Nuovo album",
|
||||
"ENTER_ALBUM_NAME": "Nome album",
|
||||
"CLOSE_OPTION": "Chiudi (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome del file",
|
||||
"CLOSE": "Chiudi",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nulla da vedere qui! 👀",
|
||||
"UPLOAD": "Carica",
|
||||
"IMPORT": "Importa",
|
||||
"ADD_PHOTOS": "Aggiungi foto",
|
||||
"ADD_MORE_PHOTOS": "Aggiungi altre foto",
|
||||
"add_photos_one": "Aggiungi elemento",
|
||||
"add_photos_other": "Aggiungi {{count, number}} elementi",
|
||||
"SELECT_PHOTOS": "Seleziona foto",
|
||||
"FILE_UPLOAD": "Carica file",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparazione all'upload",
|
||||
"1": "Lettura dei file metadati di google",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file metadati estratti",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file salvati",
|
||||
"4": "Annullamento dei caricamenti rimanenti",
|
||||
"5": "Backup completato"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "I seguenti file non sono stati caricati",
|
||||
"SUBSCRIPTION_EXPIRED": "Abbonamento scaduto",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Il tuo abbonamento è scaduto, per favore <a>rinnova</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Limite d'archiviazione superato",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "Il primo caricamento potrebbe richiedere del tempo",
|
||||
"USER_DOES_NOT_EXIST": "Purtroppo non abbiamo trovato nessun account con quell'indirizzo e-mail",
|
||||
"NO_ACCOUNT": "Non ho un account",
|
||||
"ACCOUNT_EXISTS": "Ho già un account",
|
||||
"CREATE": "Crea",
|
||||
"DOWNLOAD": "Scarica",
|
||||
"DOWNLOAD_OPTION": "Scarica (D)",
|
||||
"DOWNLOAD_FAVORITES": "Scarica i preferiti",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Scarica i file senza categoria",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Scarica gli elementi nascosti",
|
||||
"COPY_OPTION": "Copia come PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Attiva/disattiva schermo intero (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Precedente (←)",
|
||||
"NEXT": "Successivo (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Carica la tua prima foto",
|
||||
"IMPORT_YOUR_FOLDERS": "Importa una cartella",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Rilascia per eseguire il backup dei file",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Rilascia per aggiungere la cartella osservata",
|
||||
"TRASH_FILES_TITLE": "Elimina file?",
|
||||
"TRASH_FILE_TITLE": "Eliminare il file?",
|
||||
"DELETE_FILES_TITLE": "Eliminare immediatamente?",
|
||||
"DELETE_FILES_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"DELETE": "Cancella",
|
||||
"DELETE_OPTION": "Cancella (DEL)",
|
||||
"FAVORITE_OPTION": "Preferito (L)",
|
||||
"UNFAVORITE_OPTION": "Rimuovi dai preferiti (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Selezionate più cartelle",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Vuoi caricarli in",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Un album singolo",
|
||||
"OR": "o",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Album separati",
|
||||
"SESSION_EXPIRED_MESSAGE": "La sessione è scaduta. Per continuare, esegui nuovamente l'accesso",
|
||||
"SESSION_EXPIRED": "Sessione scaduta",
|
||||
"PASSWORD_GENERATION_FAILED": "Il tuo browser non è stato in grado di generare una chiave forte che soddisfa gli standard di crittografia ente, prova ad usare l'app per dispositivi mobili o un altro browser",
|
||||
"CHANGE_PASSWORD": "Cambia password",
|
||||
"GO_BACK": "Torna indietro",
|
||||
"RECOVERY_KEY": "Chiave di recupero",
|
||||
"SAVE_LATER": "Fallo più tardi",
|
||||
"SAVE": "Salva Chiave",
|
||||
"RECOVERY_KEY_DESCRIPTION": "Se dimentichi la tua password, l'unico modo per recuperare i tuoi dati è con questa chiave.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Impossibile generare il codice di recupero, riprova",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "Non memorizziamo questa chiave, quindi salvala in un luogo sicuro",
|
||||
"FORGOT_PASSWORD": "Password dimenticata",
|
||||
"RECOVER_ACCOUNT": "Recupera account",
|
||||
"RECOVERY_KEY_HINT": "Chiave di recupero",
|
||||
"RECOVER": "Recupera",
|
||||
"NO_RECOVERY_KEY": "Nessuna chiave di recupero?",
|
||||
"INCORRECT_RECOVERY_KEY": "Chiave di recupero errata",
|
||||
"SORRY": "Siamo spiacenti",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "A causa della natura del nostro protocollo di crittografia end-to-end, i tuoi dati non possono essere decifrati senza la tua password o chiave di ripristino",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Per favore invia un'email a <a>{{emailID}}</a> dal tuo indirizzo email registrato",
|
||||
"CONTACT_SUPPORT": "Contatta il supporto",
|
||||
"REQUEST_FEATURE": "Richiedi una funzionalità",
|
||||
"SUPPORT": "Supporto",
|
||||
"CONFIRM": "Conferma",
|
||||
"CANCEL": "Annulla",
|
||||
"LOGOUT": "Disconnettiti",
|
||||
"DELETE_ACCOUNT": "Elimina account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Per favore invia una email a <a>{{emailID}}</a> dal tuo indirizzo email registrato.</p><p>La tua richiesta verrà elaborata entro 72 ore.</p>",
|
||||
"LOGOUT_MESSAGE": "Sei sicuro di volerti disconnettere?",
|
||||
"CHANGE_EMAIL": "Cambia email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Operazione riuscita",
|
||||
"ERROR": "Errore",
|
||||
"MESSAGE": "Messaggio",
|
||||
"INSTALL_MOBILE_APP": "Installa la nostra app <a>Android</a> o <b>iOS</b> per eseguire il backup automatico di tutte le tue foto",
|
||||
"DOWNLOAD_APP_MESSAGE": "Siamo spiacenti, questa operazione è attualmente supportata solo sulla nostra app desktop",
|
||||
"DOWNLOAD_APP": "Scarica l'app per desktop",
|
||||
"EXPORT": "Esporta Dati",
|
||||
"SUBSCRIPTION": "Abbonamento",
|
||||
"SUBSCRIBE": "Iscriviti",
|
||||
"MANAGEMENT_PORTAL": "Gestisci i metodi di pagamento",
|
||||
"MANAGE_FAMILY_PORTAL": "Gestisci piano famiglia",
|
||||
"LEAVE_FAMILY_PLAN": "Abbandona il piano famiglia",
|
||||
"LEAVE": "Lascia",
|
||||
"LEAVE_FAMILY_CONFIRM": "Sei sicuro di voler uscire dal piano famiglia?",
|
||||
"CHOOSE_PLAN": "Scegli il tuo piano",
|
||||
"MANAGE_PLAN": "Gestisci il tuo abbonamento",
|
||||
"ACTIVE": "Attivo",
|
||||
"OFFLINE_MSG": "Sei offline, i ricordi memorizzati nella cache vengono mostrati",
|
||||
"FREE_SUBSCRIPTION_INFO": "Sei sul piano <strong>gratuito</strong> che scade il {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Fai parte di un piano famiglia gestito da",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Si rinnova il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Il tuo abbonamento verrà annullato il {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Hai superato la quota di archiviazione assegnata, si prega di aggiornare <a></a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Abbiamo ricevuto il tuo pagamento</p><p>Il tuo abbonamento è valido fino a <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Il tuo acquisto è stato annullato, riprova se vuoi iscriverti",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Acquisto abbonamento non riuscito, riprova",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "L'aggiornamento dell'abbonamento non è riuscito, riprova",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "Siamo spiacenti, il pagamento non è andato a buon fine quando abbiamo provato ad addebitare alla sua carta, la preghiamo di aggiornare il suo metodo di pagamento e riprovare",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "Non siamo in grado di autenticare il tuo metodo di pagamento. Per favore scegli un metodo di pagamento diverso e riprova",
|
||||
"UPDATE_PAYMENT_METHOD": "Aggiorna metodo di pagamento",
|
||||
"MONTHLY": "Mensile",
|
||||
"YEARLY": "Annuale",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sei sicuro di voler cambiare il piano?",
|
||||
"UPDATE_SUBSCRIPTION": "Cambia piano",
|
||||
"CANCEL_SUBSCRIPTION": "Annulla abbonamento",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Tutti i tuoi dati saranno cancellati dai nostri server alla fine di questo periodo di fatturazione.</p><p>Sei sicuro di voler annullare il tuo abbonamento?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Impossibile annullare l'abbonamento",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Abbonamento annullato con successo",
|
||||
"REACTIVATE_SUBSCRIPTION": "Riattiva abbonamento",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Una volta riattivato, ti verrà addebitato il valore di {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Iscrizione attivata con successo ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Grazie",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Annulla abbonamento mobile",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Per favore contattaci su <a>{{emailID}}</a> per gestire il tuo abbonamento",
|
||||
"RENAME": "Rinomina",
|
||||
"RENAME_FILE": "Rinomina file",
|
||||
"RENAME_COLLECTION": "Rinomina album",
|
||||
"DELETE_COLLECTION_TITLE": "Eliminare l'album?",
|
||||
"DELETE_COLLECTION": "Elimina album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Elimina foto",
|
||||
"KEEP_PHOTOS": "Mantieni foto",
|
||||
"SHARE": "Condividi",
|
||||
"SHARE_COLLECTION": "Condividi album",
|
||||
"SHAREES": "Condividi con",
|
||||
"SHARE_WITH_SELF": "Ops, non puoi condividere a te stesso",
|
||||
"ALREADY_SHARED": "Ops, lo stai già condividendo con {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Condividere gli album non è consentito",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "La condivisione è disabilitata per gli account free",
|
||||
"DOWNLOAD_COLLECTION": "Scarica album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Sei sicuro di volere scaricare l'album interamente?</p><p>Tutti i file saranno messi in coda per il download</p>",
|
||||
"CREATE_ALBUM_FAILED": "Operazione di creazione dell'album fallita, per favore riprova",
|
||||
"SEARCH": "Ricerca",
|
||||
"SEARCH_RESULTS": "Risultati della ricerca",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Posizione",
|
||||
"CITY": "Posizione",
|
||||
"DATE": "Data",
|
||||
"FILE_NAME": "Nome file",
|
||||
"THING": "Contenuto",
|
||||
"FILE_CAPTION": "Descrizione",
|
||||
"FILE_TYPE": "Tipo del file",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "Nessuna memoria",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Aggiungi all'album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "Questo video non può essere riprodotto nel tuo browser",
|
||||
"PEOPLE": "Persone",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "volti non identificati",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "testo",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "Nome file",
|
||||
"CAPTION_PLACEHOLDER": "Aggiungi una descrizione",
|
||||
"LOCATION": "Posizione",
|
||||
"SHOW_ON_MAP": "Guarda su OpenStreetMap",
|
||||
"MAP": "Mappa",
|
||||
"MAP_SETTINGS": "Impostazioni Mappa",
|
||||
"ENABLE_MAPS": "Attivare Mappa?",
|
||||
"ENABLE_MAP": "Attivare mappa",
|
||||
"DISABLE_MAPS": "Disattivare Mappa?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Due fattori",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Autenticazione a due fattori",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scansiona il codice QR qui sotto con la tua app di autenticazione preferita",
|
||||
"ENTER_CODE_MANUALLY": "Inserisci il codice manualmente",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Inserisci questo codice nella tua app di autenticazione preferita",
|
||||
"SCAN_QR_CODE": "Oppure scansiona il codice QR",
|
||||
"ENABLE_TWO_FACTOR": "Attiva due fattori",
|
||||
"ENABLE": "Attiva",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Codice errato",
|
||||
"TWO_FACTOR_INFO": "Aggiungi un ulteriore livello di sicurezza richiedendo più informazioni rispetto a email e password per eseguire l'accesso al tuo account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Esporta dati",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Invia OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email già in uso",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Caricamento fallito ",
|
||||
"SKIPPED_FILES": "Ignora caricamenti",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Caricamenti eseguiti con successo",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Video saltati",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In corso",
|
||||
"INPROGRESS_UPLOADS": "Caricamenti in corso",
|
||||
"TOO_LARGE_UPLOADS": "File pesanti",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Spazio insufficiente",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Questi file non sono stati caricati perché supererebbero la capacità massima del tuo piano di spazio d'archiviazione",
|
||||
"TOO_LARGE_INFO": "Questi file non sono stati caricati perché superano il nostro limite di pesantezza di un file",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archivio",
|
||||
"FAVORITES": "Preferiti",
|
||||
"ARCHIVE_COLLECTION": "Album archiviato",
|
||||
"ARCHIVE_SECTION_NAME": "Archivio",
|
||||
"ALL_SECTION_NAME": "Tutto",
|
||||
"MOVE_TO_COLLECTION": "Sposta nell'album",
|
||||
"UNARCHIVE": "Rimuovi dall'archivio",
|
||||
"UNARCHIVE_COLLECTION": "Rimuovi album dall'archivio",
|
||||
"HIDE_COLLECTION": "Nascondi album",
|
||||
"UNHIDE_COLLECTION": "Rimuovi album dai nascosti",
|
||||
"MOVE": "Sposta",
|
||||
"ADD": "Aggiungi",
|
||||
"REMOVE": "Rimuovi",
|
||||
"YES_REMOVE": "Sì, rimuovi",
|
||||
"REMOVE_FROM_COLLECTION": "Rimuovi dall'album",
|
||||
"TRASH": "Cestino",
|
||||
"MOVE_TO_TRASH": "Sposta nel cestino",
|
||||
"TRASH_FILES_MESSAGE": "Gli elementi selezionati verranno eliminati da tutti gli album e spostati nel cestino.",
|
||||
"TRASH_FILE_MESSAGE": "Il file verrà eliminato da tutti gli album e spostato nel cestino.",
|
||||
"DELETE_PERMANENTLY": "Elimina definitivamente",
|
||||
"RESTORE": "Ripristina",
|
||||
"RESTORE_TO_COLLECTION": "Ripristina nell'album",
|
||||
"EMPTY_TRASH": "Svuota il cestino",
|
||||
"EMPTY_TRASH_TITLE": "Vuoi svuotare il cestino?",
|
||||
"EMPTY_TRASH_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"LEAVE_SHARED_ALBUM": "Sì, esci",
|
||||
"LEAVE_ALBUM": "Abbandona l'album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Abbandonare l'album condiviso?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Meno recente",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Ultimo aggiornamento",
|
||||
"SORT_BY_NAME": "Nome",
|
||||
"COMPRESS_THUMBNAILS": "Comprimi miniature",
|
||||
"THUMBNAIL_REPLACED": "Miniature compresse",
|
||||
"FIX_THUMBNAIL": "Comprimi",
|
||||
"FIX_THUMBNAIL_LATER": "Comprimi più tardi",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Installa",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "Nessun partecipante",
|
||||
"participants_one": "1 partecipante",
|
||||
"participants_other": "{{count, number}} partecipanti",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Partecipanti",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Rimuovere?",
|
||||
"CONFIRM_REMOVE": "Sì, rimuovi",
|
||||
"MANAGE": "Gestisci",
|
||||
"ADDED_AS": "Aggiunto come",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Rimuovi partecipante",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - non trovato",
|
||||
"LINK_EXPIRED": "Link scaduto",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Cartella",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Album",
|
||||
"ALL_ALBUMS": "Tutti gli Album",
|
||||
"ALBUMS": "Album",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Crea account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "Tu",
|
||||
"FAMILY": "Famiglia",
|
||||
"FREE": "gratis",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "Ancora nessuna cartella aggiunta!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Cambia Cartella",
|
||||
"TWO_MONTHS_FREE": "Ottieni 2 mesi gratis sui piani annuali",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB per 1 anno",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Autenticati",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Oggi",
|
||||
"YESTERDAY": "Ieri",
|
||||
"NAME_PLACEHOLDER": "Nome...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Seleziona tema",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "Più dettagli",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Avanzate",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Sicurezza password: Debole",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Sicurezza password: Moderata",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Sicurezza password: Forte",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Lingua",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "dopo un'ora",
|
||||
"DAY": "dopo un giorno",
|
||||
"WEEK": "dopo una settimana",
|
||||
"MONTH": "dopo un mese",
|
||||
"YEAR": "dopo un anno"
|
||||
},
|
||||
"COPY_LINK": "Copia link",
|
||||
"DONE": "Fatto",
|
||||
"LINK_SHARE_TITLE": "O condividi un link",
|
||||
"REMOVE_LINK": "Rimuovi link",
|
||||
"CREATE_PUBLIC_SHARING": "Crea link pubblico",
|
||||
"PUBLIC_LINK_CREATED": "Link pubblick creato",
|
||||
"PUBLIC_LINK_ENABLED": "Link pubblico attivato",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Seleziona un motivo",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backup privati</div><div>dei tuoi ricordi</div>",
|
||||
"HERO_SLIDE_1": "Crittografia end-to-end",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Salvati in modo sicuro</div><div>in un rifugio antiatomico</div>",
|
||||
"HERO_SLIDE_2": "Progettato per sopravvivere",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponibile</div><div> ovunque</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Accedi",
|
||||
"SIGN_UP": "Registrati",
|
||||
"NEW_USER": "Nuovo utente",
|
||||
"EXISTING_USER": "Accedi",
|
||||
"ENTER_NAME": "Inserisci il nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Aggiungi un nome in modo che i tuoi amici sappiano chi ringraziare per queste fantastiche foto!",
|
||||
"ENTER_EMAIL": "Inserisci l'indirizzo email",
|
||||
"EMAIL_ERROR": "Inserisci un indirizzo email valido",
|
||||
"REQUIRED": "Campo obbligatorio",
|
||||
"EMAIL_SENT": "Codice di verifica inviato a <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Controlla la tua casella di posta (e lo spam) per completare la verifica",
|
||||
"ENTER_OTT": "Codice di verifica",
|
||||
"RESEND_MAIL": "Reinvia codice",
|
||||
"VERIFY": "Verifica",
|
||||
"UNKNOWN_ERROR": "Qualcosa è andato storto, per favore riprova",
|
||||
"INVALID_CODE": "Codice di verifica non valido",
|
||||
"EXPIRED_CODE": "Il tuo codice di verifica è scaduto",
|
||||
"SENDING": "Invio in corso...",
|
||||
"SENT": "Inviato!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Inserisci la password per sbloccare l'album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Imposta una password",
|
||||
"VERIFY_PASSPHRASE": "Accedi",
|
||||
"INCORRECT_PASSPHRASE": "Password sbagliata",
|
||||
"ENTER_ENC_PASSPHRASE": "Inserisci una password per crittografare i tuoi dati",
|
||||
"PASSPHRASE_DISCLAIMER": "Non memorizziamo la tua password, quindi se la dimentichi, <strong>non saremo in grado di aiutarti </strong>a recuperare i tuoi dati senza una chiave di recupero.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Benvenuto su <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "Archiviazione e condivisione di foto crittografate end-to-end",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Dove vivono le tue migliori foto",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generazione delle chiavi di crittografia...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Conferma la password",
|
||||
"REFERRAL_CODE_HINT": "Come hai conosciuto Ente? (opzionale)",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "Le password non corrispondono",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Questa è una funzionalità del browser destinata agli sviluppatori. Non copiare né incollare codice non verificato qui.",
|
||||
"CREATE_COLLECTION": "Nuovo album",
|
||||
"ENTER_ALBUM_NAME": "Nome album",
|
||||
"CLOSE_OPTION": "Chiudi (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome del file",
|
||||
"CLOSE": "Chiudi",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nulla da vedere qui! 👀",
|
||||
"UPLOAD": "Carica",
|
||||
"IMPORT": "Importa",
|
||||
"ADD_PHOTOS": "Aggiungi foto",
|
||||
"ADD_MORE_PHOTOS": "Aggiungi altre foto",
|
||||
"add_photos_one": "Aggiungi elemento",
|
||||
"add_photos_other": "Aggiungi {{count, number}} elementi",
|
||||
"SELECT_PHOTOS": "Seleziona foto",
|
||||
"FILE_UPLOAD": "Carica file",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparazione all'upload",
|
||||
"1": "Lettura dei file metadati di google",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file metadati estratti",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file salvati",
|
||||
"4": "Annullamento dei caricamenti rimanenti",
|
||||
"5": "Backup completato"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "I seguenti file non sono stati caricati",
|
||||
"SUBSCRIPTION_EXPIRED": "Abbonamento scaduto",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Il tuo abbonamento è scaduto, per favore <a>rinnova</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Limite d'archiviazione superato",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "Il primo caricamento potrebbe richiedere del tempo",
|
||||
"USER_DOES_NOT_EXIST": "Purtroppo non abbiamo trovato nessun account con quell'indirizzo e-mail",
|
||||
"NO_ACCOUNT": "Non ho un account",
|
||||
"ACCOUNT_EXISTS": "Ho già un account",
|
||||
"CREATE": "Crea",
|
||||
"DOWNLOAD": "Scarica",
|
||||
"DOWNLOAD_OPTION": "Scarica (D)",
|
||||
"DOWNLOAD_FAVORITES": "Scarica i preferiti",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Scarica i file senza categoria",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Scarica gli elementi nascosti",
|
||||
"COPY_OPTION": "Copia come PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Attiva/disattiva schermo intero (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Precedente (←)",
|
||||
"NEXT": "Successivo (→)",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "Carica la tua prima foto",
|
||||
"IMPORT_YOUR_FOLDERS": "Importa una cartella",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Rilascia per eseguire il backup dei file",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Rilascia per aggiungere la cartella osservata",
|
||||
"TRASH_FILES_TITLE": "Elimina file?",
|
||||
"TRASH_FILE_TITLE": "Eliminare il file?",
|
||||
"DELETE_FILES_TITLE": "Eliminare immediatamente?",
|
||||
"DELETE_FILES_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"DELETE": "Cancella",
|
||||
"DELETE_OPTION": "Cancella (DEL)",
|
||||
"FAVORITE_OPTION": "Preferito (L)",
|
||||
"UNFAVORITE_OPTION": "Rimuovi dai preferiti (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Selezionate più cartelle",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Vuoi caricarli in",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Un album singolo",
|
||||
"OR": "o",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Album separati",
|
||||
"SESSION_EXPIRED_MESSAGE": "La sessione è scaduta. Per continuare, esegui nuovamente l'accesso",
|
||||
"SESSION_EXPIRED": "Sessione scaduta",
|
||||
"PASSWORD_GENERATION_FAILED": "Il tuo browser non è stato in grado di generare una chiave forte che soddisfa gli standard di crittografia ente, prova ad usare l'app per dispositivi mobili o un altro browser",
|
||||
"CHANGE_PASSWORD": "Cambia password",
|
||||
"GO_BACK": "Torna indietro",
|
||||
"RECOVERY_KEY": "Chiave di recupero",
|
||||
"SAVE_LATER": "Fallo più tardi",
|
||||
"SAVE": "Salva Chiave",
|
||||
"RECOVERY_KEY_DESCRIPTION": "Se dimentichi la tua password, l'unico modo per recuperare i tuoi dati è con questa chiave.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Impossibile generare il codice di recupero, riprova",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "Non memorizziamo questa chiave, quindi salvala in un luogo sicuro",
|
||||
"FORGOT_PASSWORD": "Password dimenticata",
|
||||
"RECOVER_ACCOUNT": "Recupera account",
|
||||
"RECOVERY_KEY_HINT": "Chiave di recupero",
|
||||
"RECOVER": "Recupera",
|
||||
"NO_RECOVERY_KEY": "Nessuna chiave di recupero?",
|
||||
"INCORRECT_RECOVERY_KEY": "Chiave di recupero errata",
|
||||
"SORRY": "Siamo spiacenti",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "A causa della natura del nostro protocollo di crittografia end-to-end, i tuoi dati non possono essere decifrati senza la tua password o chiave di ripristino",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Per favore invia un'email a <a>{{emailID}}</a> dal tuo indirizzo email registrato",
|
||||
"CONTACT_SUPPORT": "Contatta il supporto",
|
||||
"REQUEST_FEATURE": "Richiedi una funzionalità",
|
||||
"SUPPORT": "Supporto",
|
||||
"CONFIRM": "Conferma",
|
||||
"CANCEL": "Annulla",
|
||||
"LOGOUT": "Disconnettiti",
|
||||
"DELETE_ACCOUNT": "Elimina account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Per favore invia una email a <a>{{emailID}}</a> dal tuo indirizzo email registrato.</p><p>La tua richiesta verrà elaborata entro 72 ore.</p>",
|
||||
"LOGOUT_MESSAGE": "Sei sicuro di volerti disconnettere?",
|
||||
"CHANGE_EMAIL": "Cambia email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Operazione riuscita",
|
||||
"ERROR": "Errore",
|
||||
"MESSAGE": "Messaggio",
|
||||
"INSTALL_MOBILE_APP": "Installa la nostra app <a>Android</a> o <b>iOS</b> per eseguire il backup automatico di tutte le tue foto",
|
||||
"DOWNLOAD_APP_MESSAGE": "Siamo spiacenti, questa operazione è attualmente supportata solo sulla nostra app desktop",
|
||||
"DOWNLOAD_APP": "Scarica l'app per desktop",
|
||||
"EXPORT": "Esporta Dati",
|
||||
"SUBSCRIPTION": "Abbonamento",
|
||||
"SUBSCRIBE": "Iscriviti",
|
||||
"MANAGEMENT_PORTAL": "Gestisci i metodi di pagamento",
|
||||
"MANAGE_FAMILY_PORTAL": "Gestisci piano famiglia",
|
||||
"LEAVE_FAMILY_PLAN": "Abbandona il piano famiglia",
|
||||
"LEAVE": "Lascia",
|
||||
"LEAVE_FAMILY_CONFIRM": "Sei sicuro di voler uscire dal piano famiglia?",
|
||||
"CHOOSE_PLAN": "Scegli il tuo piano",
|
||||
"MANAGE_PLAN": "Gestisci il tuo abbonamento",
|
||||
"ACTIVE": "Attivo",
|
||||
"OFFLINE_MSG": "Sei offline, i ricordi memorizzati nella cache vengono mostrati",
|
||||
"FREE_SUBSCRIPTION_INFO": "Sei sul piano <strong>gratuito</strong> che scade il {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Fai parte di un piano famiglia gestito da",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Si rinnova il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Il tuo abbonamento verrà annullato il {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Hai superato la quota di archiviazione assegnata, si prega di aggiornare <a></a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Abbiamo ricevuto il tuo pagamento</p><p>Il tuo abbonamento è valido fino a <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Il tuo acquisto è stato annullato, riprova se vuoi iscriverti",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Acquisto abbonamento non riuscito, riprova",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "L'aggiornamento dell'abbonamento non è riuscito, riprova",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "Siamo spiacenti, il pagamento non è andato a buon fine quando abbiamo provato ad addebitare alla sua carta, la preghiamo di aggiornare il suo metodo di pagamento e riprovare",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "Non siamo in grado di autenticare il tuo metodo di pagamento. Per favore scegli un metodo di pagamento diverso e riprova",
|
||||
"UPDATE_PAYMENT_METHOD": "Aggiorna metodo di pagamento",
|
||||
"MONTHLY": "Mensile",
|
||||
"YEARLY": "Annuale",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sei sicuro di voler cambiare il piano?",
|
||||
"UPDATE_SUBSCRIPTION": "Cambia piano",
|
||||
"CANCEL_SUBSCRIPTION": "Annulla abbonamento",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Tutti i tuoi dati saranno cancellati dai nostri server alla fine di questo periodo di fatturazione.</p><p>Sei sicuro di voler annullare il tuo abbonamento?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Impossibile annullare l'abbonamento",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Abbonamento annullato con successo",
|
||||
"REACTIVATE_SUBSCRIPTION": "Riattiva abbonamento",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Una volta riattivato, ti verrà addebitato il valore di {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Iscrizione attivata con successo ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Grazie",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Annulla abbonamento mobile",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Per favore contattaci su <a>{{emailID}}</a> per gestire il tuo abbonamento",
|
||||
"RENAME": "Rinomina",
|
||||
"RENAME_FILE": "Rinomina file",
|
||||
"RENAME_COLLECTION": "Rinomina album",
|
||||
"DELETE_COLLECTION_TITLE": "Eliminare l'album?",
|
||||
"DELETE_COLLECTION": "Elimina album",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "Elimina foto",
|
||||
"KEEP_PHOTOS": "Mantieni foto",
|
||||
"SHARE": "Condividi",
|
||||
"SHARE_COLLECTION": "Condividi album",
|
||||
"SHAREES": "Condividi con",
|
||||
"SHARE_WITH_SELF": "Ops, non puoi condividere a te stesso",
|
||||
"ALREADY_SHARED": "Ops, lo stai già condividendo con {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Condividere gli album non è consentito",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "La condivisione è disabilitata per gli account free",
|
||||
"DOWNLOAD_COLLECTION": "Scarica album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Sei sicuro di volere scaricare l'album interamente?</p><p>Tutti i file saranno messi in coda per il download</p>",
|
||||
"CREATE_ALBUM_FAILED": "Operazione di creazione dell'album fallita, per favore riprova",
|
||||
"SEARCH": "Ricerca",
|
||||
"SEARCH_RESULTS": "Risultati della ricerca",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Posizione",
|
||||
"CITY": "Posizione",
|
||||
"DATE": "Data",
|
||||
"FILE_NAME": "Nome file",
|
||||
"THING": "Contenuto",
|
||||
"FILE_CAPTION": "Descrizione",
|
||||
"FILE_TYPE": "Tipo del file",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "Nessuna memoria",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "Aggiungi all'album",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "Questo video non può essere riprodotto nel tuo browser",
|
||||
"PEOPLE": "Persone",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "volti non identificati",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "testo",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "Nome file",
|
||||
"CAPTION_PLACEHOLDER": "Aggiungi una descrizione",
|
||||
"LOCATION": "Posizione",
|
||||
"SHOW_ON_MAP": "Guarda su OpenStreetMap",
|
||||
"MAP": "Mappa",
|
||||
"MAP_SETTINGS": "Impostazioni Mappa",
|
||||
"ENABLE_MAPS": "Attivare Mappa?",
|
||||
"ENABLE_MAP": "Attivare mappa",
|
||||
"DISABLE_MAPS": "Disattivare Mappa?",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Due fattori",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Autenticazione a due fattori",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scansiona il codice QR qui sotto con la tua app di autenticazione preferita",
|
||||
"ENTER_CODE_MANUALLY": "Inserisci il codice manualmente",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Inserisci questo codice nella tua app di autenticazione preferita",
|
||||
"SCAN_QR_CODE": "Oppure scansiona il codice QR",
|
||||
"ENABLE_TWO_FACTOR": "Attiva due fattori",
|
||||
"ENABLE": "Attiva",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "Codice errato",
|
||||
"TWO_FACTOR_INFO": "Aggiungi un ulteriore livello di sicurezza richiedendo più informazioni rispetto a email e password per eseguire l'accesso al tuo account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "Esporta dati",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "Invia OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email già in uso",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "Caricamento fallito ",
|
||||
"SKIPPED_FILES": "Ignora caricamenti",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "Caricamenti eseguiti con successo",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "Video saltati",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In corso",
|
||||
"INPROGRESS_UPLOADS": "Caricamenti in corso",
|
||||
"TOO_LARGE_UPLOADS": "File pesanti",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Spazio insufficiente",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Questi file non sono stati caricati perché supererebbero la capacità massima del tuo piano di spazio d'archiviazione",
|
||||
"TOO_LARGE_INFO": "Questi file non sono stati caricati perché superano il nostro limite di pesantezza di un file",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "Archivio",
|
||||
"FAVORITES": "Preferiti",
|
||||
"ARCHIVE_COLLECTION": "Album archiviato",
|
||||
"ARCHIVE_SECTION_NAME": "Archivio",
|
||||
"ALL_SECTION_NAME": "Tutto",
|
||||
"MOVE_TO_COLLECTION": "Sposta nell'album",
|
||||
"UNARCHIVE": "Rimuovi dall'archivio",
|
||||
"UNARCHIVE_COLLECTION": "Rimuovi album dall'archivio",
|
||||
"HIDE_COLLECTION": "Nascondi album",
|
||||
"UNHIDE_COLLECTION": "Rimuovi album dai nascosti",
|
||||
"MOVE": "Sposta",
|
||||
"ADD": "Aggiungi",
|
||||
"REMOVE": "Rimuovi",
|
||||
"YES_REMOVE": "Sì, rimuovi",
|
||||
"REMOVE_FROM_COLLECTION": "Rimuovi dall'album",
|
||||
"TRASH": "Cestino",
|
||||
"MOVE_TO_TRASH": "Sposta nel cestino",
|
||||
"TRASH_FILES_MESSAGE": "Gli elementi selezionati verranno eliminati da tutti gli album e spostati nel cestino.",
|
||||
"TRASH_FILE_MESSAGE": "Il file verrà eliminato da tutti gli album e spostato nel cestino.",
|
||||
"DELETE_PERMANENTLY": "Elimina definitivamente",
|
||||
"RESTORE": "Ripristina",
|
||||
"RESTORE_TO_COLLECTION": "Ripristina nell'album",
|
||||
"EMPTY_TRASH": "Svuota il cestino",
|
||||
"EMPTY_TRASH_TITLE": "Vuoi svuotare il cestino?",
|
||||
"EMPTY_TRASH_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"LEAVE_SHARED_ALBUM": "Sì, esci",
|
||||
"LEAVE_ALBUM": "Abbandona l'album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Abbandonare l'album condiviso?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Meno recente",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Ultimo aggiornamento",
|
||||
"SORT_BY_NAME": "Nome",
|
||||
"COMPRESS_THUMBNAILS": "Comprimi miniature",
|
||||
"THUMBNAIL_REPLACED": "Miniature compresse",
|
||||
"FIX_THUMBNAIL": "Comprimi",
|
||||
"FIX_THUMBNAIL_LATER": "Comprimi più tardi",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "Installa",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "Nessun partecipante",
|
||||
"participants_one": "1 partecipante",
|
||||
"participants_other": "{{count, number}} partecipanti",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "Partecipanti",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "Rimuovere?",
|
||||
"CONFIRM_REMOVE": "Sì, rimuovi",
|
||||
"MANAGE": "Gestisci",
|
||||
"ADDED_AS": "Aggiunto come",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Rimuovi partecipante",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "404 - non trovato",
|
||||
"LINK_EXPIRED": "Link scaduto",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "Cartella",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Album",
|
||||
"ALL_ALBUMS": "Tutti gli Album",
|
||||
"ALBUMS": "Album",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "Crea account",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "Tu",
|
||||
"FAMILY": "Famiglia",
|
||||
"FREE": "gratis",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "Ancora nessuna cartella aggiunta!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "Cambia Cartella",
|
||||
"TWO_MONTHS_FREE": "Ottieni 2 mesi gratis sui piani annuali",
|
||||
"GB": "GB",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB per 1 anno",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "Autenticati",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "Oggi",
|
||||
"YESTERDAY": "Ieri",
|
||||
"NAME_PLACEHOLDER": "Nome...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "Seleziona tema",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "Più dettagli",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "Avanzate",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Sicurezza password: Debole",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Sicurezza password: Moderata",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Sicurezza password: Forte",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "Lingua",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "dopo un'ora",
|
||||
"DAY": "dopo un giorno",
|
||||
"WEEK": "dopo una settimana",
|
||||
"MONTH": "dopo un mese",
|
||||
"YEAR": "dopo un anno"
|
||||
},
|
||||
"COPY_LINK": "Copia link",
|
||||
"DONE": "Fatto",
|
||||
"LINK_SHARE_TITLE": "O condividi un link",
|
||||
"REMOVE_LINK": "Rimuovi link",
|
||||
"CREATE_PUBLIC_SHARING": "Crea link pubblico",
|
||||
"PUBLIC_LINK_CREATED": "Link pubblick creato",
|
||||
"PUBLIC_LINK_ENABLED": "Link pubblico attivato",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Seleziona un motivo",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -625,18 +625,19 @@
|
|||
"FASTER_UPLOAD_DESCRIPTION": "Uploaden door nabije servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magische Zoekfunctie Status",
|
||||
"INDEXED_ITEMS": "Geïndexeerde bestanden",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache map",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Losse hand",
|
||||
"APPLY_CROP": "Bijsnijden toepassen",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "Tenminste één transformatie of kleuraanpassing moet worden uitgevoerd voordat u opslaat."
|
644
apps/auth/public/locales/pt-BR/translation.json
Normal file
644
apps/auth/public/locales/pt-BR/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backups privados</div><div>para as suas memórias</div>",
|
||||
"HERO_SLIDE_1": "Criptografia de ponta a ponta por padrão",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Armazenado com segurança</div><div>em um abrigo avançado</div>",
|
||||
"HERO_SLIDE_2": "Feito para ter logenvidade",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponível</div><div> em qualquer lugar</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Entrar",
|
||||
"SIGN_UP": "Registrar",
|
||||
"NEW_USER": "Novo no ente",
|
||||
"EXISTING_USER": "Utilizador existente",
|
||||
"ENTER_NAME": "Insira o nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Adicione um nome para que os seus amigos saibam a quem agradecer por estas ótimas fotos!",
|
||||
"ENTER_EMAIL": "Insira o endereço de e-mail",
|
||||
"EMAIL_ERROR": "Inserir um endereço de e-mail válido",
|
||||
"REQUIRED": "Obrigatório",
|
||||
"EMAIL_SENT": "Código de verificação enviado para <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Verifique a sua caixa de entrada (e spam) para concluir a verificação",
|
||||
"ENTER_OTT": "Código de verificação",
|
||||
"RESEND_MAIL": "Reenviar código",
|
||||
"VERIFY": "Verificar",
|
||||
"UNKNOWN_ERROR": "Ocorreu um erro. Tente novamente",
|
||||
"INVALID_CODE": "Código de verificação inválido",
|
||||
"EXPIRED_CODE": "O seu código de verificação expirou",
|
||||
"SENDING": "Enviando...",
|
||||
"SENT": "Enviado!",
|
||||
"PASSWORD": "Senha",
|
||||
"LINK_PASSWORD": "Insira a senha para desbloquear o álbum",
|
||||
"RETURN_PASSPHRASE_HINT": "Senha",
|
||||
"SET_PASSPHRASE": "Definir senha",
|
||||
"VERIFY_PASSPHRASE": "Iniciar sessão",
|
||||
"INCORRECT_PASSPHRASE": "Palavra-passe incorreta",
|
||||
"ENTER_ENC_PASSPHRASE": "Por favor, digite uma senha que podemos usar para criptografar seus dados",
|
||||
"PASSPHRASE_DISCLAIMER": "Não armazenamos sua senha, portanto, se você esquecê-la, <strong>não poderemos ajudar</strong>na recuperação de seus dados sem uma chave de recuperação.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Bem-vindo ao <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "Armazenamento criptografado de ponta a ponta de fotos e compartilhamento",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Onde suas melhores fotos vivem",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Gerando chaves de criptografia...",
|
||||
"PASSPHRASE_HINT": "Senha",
|
||||
"CONFIRM_PASSPHRASE": "Confirmar senha",
|
||||
"REFERRAL_CODE_HINT": "Como você ouviu sobre o Ente? (opcional)",
|
||||
"REFERRAL_INFO": "Não rastreamos instalações do aplicativo. Seria útil se você nos contasse onde nos encontrou!",
|
||||
"PASSPHRASE_MATCH_ERROR": "As senhas não coincidem",
|
||||
"CONSOLE_WARNING_STOP": "PARAR!",
|
||||
"CONSOLE_WARNING_DESC": "Este é um recurso de navegador destinado a desenvolvedores. Por favor, não copie e cole o código não confirmado aqui.",
|
||||
"CREATE_COLLECTION": "Novo álbum",
|
||||
"ENTER_ALBUM_NAME": "Nome do álbum",
|
||||
"CLOSE_OPTION": "Fechar (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome do arquivo",
|
||||
"CLOSE": "Fechar",
|
||||
"NO": "Não",
|
||||
"NOTHING_HERE": "Nada para ver aqui! 👀",
|
||||
"UPLOAD": "Enviar",
|
||||
"IMPORT": "Importar",
|
||||
"ADD_PHOTOS": "Adicionar fotos",
|
||||
"ADD_MORE_PHOTOS": "Adicionar mais fotos",
|
||||
"add_photos_one": "Adicionar item",
|
||||
"add_photos_other": "Adicionar {{count, number}} itens",
|
||||
"SELECT_PHOTOS": "Selecionar fotos",
|
||||
"FILE_UPLOAD": "Envio de Arquivo",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparando para enviar",
|
||||
"1": "Lendo arquivos de metadados do google",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} metadados dos arquivos extraídos",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} arquivos processados",
|
||||
"4": "Cancelando envios restante",
|
||||
"5": "Backup concluído"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "Os seguintes arquivos não foram enviados",
|
||||
"SUBSCRIPTION_EXPIRED": "Assinatura expirada",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Sua assinatura expirou, por favor <a>renove-a</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Limite de armazenamento excedido",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "Primeiro carregamento pode levar algum tempo",
|
||||
"USER_DOES_NOT_EXIST": "Desculpe, não foi possível encontrar um usuário com este e-mail",
|
||||
"NO_ACCOUNT": "Não possui uma conta",
|
||||
"ACCOUNT_EXISTS": "Já possui uma conta",
|
||||
"CREATE": "Criar",
|
||||
"DOWNLOAD": "Baixar",
|
||||
"DOWNLOAD_OPTION": "Baixar (D)",
|
||||
"DOWNLOAD_FAVORITES": "Baixar favoritos",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Baixar não categorizado",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Baixar itens ocultos",
|
||||
"COPY_OPTION": "Copiar como PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Mudar para tela cheia (F)",
|
||||
"ZOOM_IN_OUT": "Ampliar/Reduzir",
|
||||
"PREVIOUS": "Anterior (←)",
|
||||
"NEXT": "Próximo (→)",
|
||||
"TITLE_PHOTOS": "Ente Fotos",
|
||||
"TITLE_ALBUMS": "Ente Fotos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Envie sua primeira foto",
|
||||
"IMPORT_YOUR_FOLDERS": "Importar suas pastas",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Arraste para salvar seus arquivos",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Arraste para adicionar pasta monitorada",
|
||||
"TRASH_FILES_TITLE": "Excluir arquivos?",
|
||||
"TRASH_FILE_TITLE": "Excluir arquivo?",
|
||||
"DELETE_FILES_TITLE": "Excluir imediatamente?",
|
||||
"DELETE_FILES_MESSAGE": "Os arquivos selecionados serão excluídos permanentemente da sua conta ente.",
|
||||
"DELETE": "Excluir",
|
||||
"DELETE_OPTION": "Excluir (DEL)",
|
||||
"FAVORITE_OPTION": "Favorito (L)",
|
||||
"UNFAVORITE_OPTION": "Remover Favorito (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Várias pastas detectadas",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Gostaria de enviá-los para",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Um único álbum",
|
||||
"OR": "ou",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Álbuns separados",
|
||||
"SESSION_EXPIRED_MESSAGE": "A sua sessão expirou. Por favor inicie sessão novamente para continuar",
|
||||
"SESSION_EXPIRED": "Sessão expirada",
|
||||
"PASSWORD_GENERATION_FAILED": "Seu navegador foi incapaz de gerar uma chave forte que atende aos padrões de criptografia, por favor, tente usar o aplicativo móvel ou outro navegador",
|
||||
"CHANGE_PASSWORD": "Alterar senha",
|
||||
"GO_BACK": "Voltar",
|
||||
"RECOVERY_KEY": "Chave de recuperação",
|
||||
"SAVE_LATER": "Fazer isso mais tarde",
|
||||
"SAVE": "Salvar Chave",
|
||||
"RECOVERY_KEY_DESCRIPTION": "Caso você esqueça sua senha, a única maneira de recuperar seus dados é com essa chave.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Não foi possível gerar o código de recuperação, tente novamente",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "Não armazenamos essa chave, por favor, salve essa chave de palavras em um lugar seguro",
|
||||
"FORGOT_PASSWORD": "Esqueci a senha",
|
||||
"RECOVER_ACCOUNT": "Recuperar conta",
|
||||
"RECOVERY_KEY_HINT": "Chave de recuperação",
|
||||
"RECOVER": "Recuperar",
|
||||
"NO_RECOVERY_KEY": "Não possui a chave de recuperação?",
|
||||
"INCORRECT_RECOVERY_KEY": "Chave de recuperação incorreta",
|
||||
"SORRY": "Desculpe",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Devido à natureza do nosso protocolo de criptografia de ponta a ponta, seus dados não podem ser descriptografados sem sua senha ou chave de recuperação",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Por favor, envie um e-mail para <a>{{emailID}}<a> a partir do seu endereço de e-mail registrado",
|
||||
"CONTACT_SUPPORT": "Falar com o suporte",
|
||||
"REQUEST_FEATURE": "Solicitar Funcionalidade",
|
||||
"SUPPORT": "Suporte",
|
||||
"CONFIRM": "Confirmar",
|
||||
"CANCEL": "Cancelar",
|
||||
"LOGOUT": "Encerrar sessão",
|
||||
"DELETE_ACCOUNT": "Excluir conta",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Por favor, envie um e-mail para <a>{{emailID}}</a> a partir do seu endereço de e-mail registrado.</p><p>Seu pedido será processado dentro de 72 horas.</p>",
|
||||
"LOGOUT_MESSAGE": "Você tem certeza que deseja encerrar a sessão?",
|
||||
"CHANGE_EMAIL": "Mudar e-mail",
|
||||
"OK": "Aceitar",
|
||||
"SUCCESS": "Bem-sucedido",
|
||||
"ERROR": "Erro",
|
||||
"MESSAGE": "Mensagem",
|
||||
"INSTALL_MOBILE_APP": "Instale nosso aplicativo <a>Android</a> ou <b>iOS</b> para fazer backup automático de todas as suas fotos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Desculpe, esta operação só é suportada em nosso aplicativo para computador",
|
||||
"DOWNLOAD_APP": "Baixar aplicativo para computador",
|
||||
"EXPORT": "Exportar dados",
|
||||
"SUBSCRIPTION": "Assinatura",
|
||||
"SUBSCRIBE": "Assinar",
|
||||
"MANAGEMENT_PORTAL": "Gerenciar métodos de pagamento",
|
||||
"MANAGE_FAMILY_PORTAL": "Gerenciar Família",
|
||||
"LEAVE_FAMILY_PLAN": "Sair do plano familiar",
|
||||
"LEAVE": "Sair",
|
||||
"LEAVE_FAMILY_CONFIRM": "Tem certeza que deseja sair do plano familiar?",
|
||||
"CHOOSE_PLAN": "Escolha seu plano",
|
||||
"MANAGE_PLAN": "Gerenciar sua assinatura",
|
||||
"ACTIVE": "Ativo",
|
||||
"OFFLINE_MSG": "Você está offline, memórias em cache estão sendo mostradas",
|
||||
"FREE_SUBSCRIPTION_INFO": "Você está no plano <strong>gratuito</strong> que expira em {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Você está em um plano familiar gerenciado por",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renovações em {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina em {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Sua assinatura será cancelada em {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Seu complemento {{storage, string}} é válido até o dia {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Você excedeu sua cota de armazenamento, por favor <a>atualize</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Recebemos o seu pagamento</p><p>Sua assinatura é válida até <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Sua compra foi cancelada, por favor, tente novamente se quiser assinar",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Falha na compra de assinatura, tente novamente",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Falha ao atualizar assinatura, tente novamente",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "Desculpe-nos, o pagamento falhou quando tentamos cobrar o seu cartão, por favor atualize seu método de pagamento e tente novamente",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "Não foi possível autenticar seu método de pagamento. Por favor, escolha outro método de pagamento e tente novamente",
|
||||
"UPDATE_PAYMENT_METHOD": "Atualizar forma de pagamento",
|
||||
"MONTHLY": "Mensal",
|
||||
"YEARLY": "Anual",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Tem certeza que deseja trocar de plano?",
|
||||
"UPDATE_SUBSCRIPTION": "Mudar de plano",
|
||||
"CANCEL_SUBSCRIPTION": "Cancelar assinatura",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Todos os seus dados serão excluídos dos nossos servidores no final deste período de cobrança.</p><p>Você tem certeza que deseja cancelar sua assinatura?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Tem certeza que deseja cancelar sua assinatura?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Falha ao cancelar a assinatura",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Assinatura cancelada com sucesso",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reativar assinatura",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Uma vez reativado, você será cobrado em {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Assinatura ativada com sucesso ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Falha ao reativar as renovações de assinaturas",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Obrigado",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancelar assinatura móvel",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Por favor, cancele sua assinatura do aplicativo móvel para ativar uma assinatura aqui",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Entre em contato com <a>{{emailID}}</a> para gerenciar sua assinatura",
|
||||
"RENAME": "Renomear",
|
||||
"RENAME_FILE": "Renomear arquivo",
|
||||
"RENAME_COLLECTION": "Renomear álbum",
|
||||
"DELETE_COLLECTION_TITLE": "Excluir álbum?",
|
||||
"DELETE_COLLECTION": "Excluir álbum",
|
||||
"DELETE_COLLECTION_MESSAGE": "Também excluir as fotos (e vídeos) presentes neste álbum de <a>todos os</a> outros álbuns dos quais eles fazem parte?",
|
||||
"DELETE_PHOTOS": "Excluir fotos",
|
||||
"KEEP_PHOTOS": "Manter fotos",
|
||||
"SHARE": "Compartilhar",
|
||||
"SHARE_COLLECTION": "Compartilhar álbum",
|
||||
"SHAREES": "Compartilhado com",
|
||||
"SHARE_WITH_SELF": "Você não pode compartilhar consigo mesmo",
|
||||
"ALREADY_SHARED": "Ops, você já está compartilhando isso com {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Álbum compartilhado não permitido",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Compartilhamento está desabilitado para contas gratuitas",
|
||||
"DOWNLOAD_COLLECTION": "Baixar álbum",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Tem certeza que deseja baixar o álbum completo?</p><p>Todos os arquivos serão colocados na fila para baixar sequencialmente</p>",
|
||||
"CREATE_ALBUM_FAILED": "Falha ao criar álbum, por favor tente novamente",
|
||||
"SEARCH": "Pesquisar",
|
||||
"SEARCH_RESULTS": "Resultados de pesquisa",
|
||||
"NO_RESULTS": "Nenhum resultado encontrado",
|
||||
"SEARCH_HINT": "Pesquisar por álbuns, datas, descrições, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Álbum",
|
||||
"LOCATION": "Local",
|
||||
"CITY": "Local",
|
||||
"DATE": "Data",
|
||||
"FILE_NAME": "Nome do arquivo",
|
||||
"THING": "Conteúdo",
|
||||
"FILE_CAPTION": "Descrição",
|
||||
"FILE_TYPE": "Tipo de arquivo",
|
||||
"CLIP": "Mágica"
|
||||
},
|
||||
"photos_count_zero": "Sem memórias",
|
||||
"photos_count_one": "1 memória",
|
||||
"photos_count_other": "{{count, number}} memórias",
|
||||
"TERMS_AND_CONDITIONS": "Eu concordo com os <a>termos</a> e <b>a política de privacidade</b>",
|
||||
"ADD_TO_COLLECTION": "Adicionar ao álbum",
|
||||
"SELECTED": "selecionado",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "Este vídeo não pode ser reproduzido no seu navegador",
|
||||
"PEOPLE": "Pessoas",
|
||||
"INDEXING_SCHEDULED": "Indexação está programada...",
|
||||
"ANALYZING_PHOTOS": "Indexando fotos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexando pessoas em {{indexStatus.nSyncedFiles,number}} fotos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "rostos não identificados",
|
||||
"OBJECTS": "objetos",
|
||||
"TEXT": "texto",
|
||||
"INFO": "Informação ",
|
||||
"INFO_OPTION": "Informação (I)",
|
||||
"FILE_NAME": "Nome do arquivo",
|
||||
"CAPTION_PLACEHOLDER": "Adicionar uma descrição",
|
||||
"LOCATION": "Local",
|
||||
"SHOW_ON_MAP": "Ver no OpenStreetMap",
|
||||
"MAP": "Mapa",
|
||||
"MAP_SETTINGS": "Ajustes do mapa",
|
||||
"ENABLE_MAPS": "Habilitar mapa?",
|
||||
"ENABLE_MAP": "Habilitar mapa",
|
||||
"DISABLE_MAPS": "Desativar Mapas?",
|
||||
"ENABLE_MAP_DESCRIPTION": "Isto mostrará suas fotos em um mapa do mundo.</p> <p>Este mapa é hospedado pelo <a>OpenStreetMap <a>, e os exatos locais de suas fotos nunca são compartilhados.</p> <p>Você pode desativar esse recurso a qualquer momento nas Configurações.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>Isto irá desativar a exibição de suas fotos em um mapa mundial.</p> <p>Você pode ativar este recurso a qualquer momento nas Configurações.</p>",
|
||||
"DISABLE_MAP": "Desabilitar mapa",
|
||||
"DETAILS": "Detalhes",
|
||||
"VIEW_EXIF": "Ver todos os dados EXIF",
|
||||
"NO_EXIF": "Sem dados EXIF",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Dois fatores",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Autenticação de dois fatores",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Digitalize o código QR abaixo com o seu aplicativo de autenticador favorito",
|
||||
"ENTER_CODE_MANUALLY": "Inserir código manualmente",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Por favor, insira este código no seu aplicativo autenticador favorito",
|
||||
"SCAN_QR_CODE": "Em vez disso, escaneie um Código QR",
|
||||
"ENABLE_TWO_FACTOR": "Ativar autenticação de dois fatores",
|
||||
"ENABLE": "Habilitar",
|
||||
"LOST_DEVICE": "Dispositivo de dois fatores perdido",
|
||||
"INCORRECT_CODE": "Código incorreto",
|
||||
"TWO_FACTOR_INFO": "Adicione uma camada adicional de segurança, exigindo mais do que seu e-mail e senha para entrar na sua conta",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Desativar autenticação de dois fatores",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Atualize seu dispositivo autenticador",
|
||||
"DISABLE": "Desativar",
|
||||
"RECONFIGURE": "Reconfigurar",
|
||||
"UPDATE_TWO_FACTOR": "Atualizar dois fatores",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuar adiante anulará qualquer autenticador configurado anteriormente",
|
||||
"UPDATE": "Atualização",
|
||||
"DISABLE_TWO_FACTOR": "Desativar autenticação de dois fatores",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Você tem certeza de que deseja desativar a autenticação de dois fatores",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Não foi possível desativar dois fatores, por favor tente novamente",
|
||||
"EXPORT_DATA": "Exportar dados",
|
||||
"SELECT_FOLDER": "Selecione a pasta",
|
||||
"DESTINATION": "Destino",
|
||||
"START": "Iniciar",
|
||||
"LAST_EXPORT_TIME": "Data da última exportação",
|
||||
"EXPORT_AGAIN": "Resincronizar",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Armazenamento local não acessível",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Seu navegador ou uma extensão está bloqueando o ente de salvar os dados no armazenamento local. Por favor, tente carregar esta página depois de alternar o modo de navegação.",
|
||||
"SEND_OTT": "Enviar códigos OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Este e-mail já está em uso",
|
||||
"ETAGS_BLOCKED": "<p>Não foi possível fazer o envio dos seguintes arquivos devido à configuração do seu navegador.</p><p>Por favor, desative quaisquer complementos que possam estar impedindo o ente de utilizar <code>eTags</code> para enviar arquivos grandes, ou utilize nosso <a>aplicativo para computador</a> para uma experiência de importação mais confiável.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Atualmente, não oferecemos suporte para adicionar vídeos através de links públicos.</p><p>Para compartilhar vídeos, por favor, faça <a>cadastro</a> no ente e compartilhe com os destinatários pretendidos usando seus e-mails.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "Os arquivos de foto e vídeo das suas Fotos em Movimento foram mesclados em um único arquivo",
|
||||
"RETRY_FAILED": "Repetir envios que falharam",
|
||||
"FAILED_UPLOADS": "Envios com falhas ",
|
||||
"SKIPPED_FILES": "Envios ignorados",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Falha ao gerar miniaturas",
|
||||
"UNSUPPORTED_FILES": "Arquivos não suportados",
|
||||
"SUCCESSFUL_UPLOADS": "Envios bem sucedidos",
|
||||
"SKIPPED_INFO": "Ignorar estes como existem arquivos com nomes correspondentes no mesmo álbum",
|
||||
"UNSUPPORTED_INFO": "ente ainda não suporta estes formatos de arquivo",
|
||||
"BLOCKED_UPLOADS": "Envios bloqueados",
|
||||
"SKIPPED_VIDEOS": "Vídeos ignorados",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "Em andamento",
|
||||
"INPROGRESS_UPLOADS": "Envios em andamento",
|
||||
"TOO_LARGE_UPLOADS": "Arquivos grandes",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Armazenamento insuficiente",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Estes arquivos não foram carregados pois excedem o tamanho máximo para seu plano de armazenamento",
|
||||
"TOO_LARGE_INFO": "Estes arquivos não foram carregados pois excedem nosso limite máximo de tamanho de arquivo",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "Estes arquivos foram enviados, mas infelizmente não conseguimos gerar as miniaturas para eles.",
|
||||
"UPLOAD_TO_COLLECTION": "Enviar para o álbum",
|
||||
"UNCATEGORIZED": "Sem categoria",
|
||||
"ARCHIVE": "Arquivar",
|
||||
"FAVORITES": "Favoritos",
|
||||
"ARCHIVE_COLLECTION": "Arquivar álbum",
|
||||
"ARCHIVE_SECTION_NAME": "Arquivar",
|
||||
"ALL_SECTION_NAME": "Todos",
|
||||
"MOVE_TO_COLLECTION": "Mover para álbum",
|
||||
"UNARCHIVE": "Desarquivar",
|
||||
"UNARCHIVE_COLLECTION": "Desarquivar álbum",
|
||||
"HIDE_COLLECTION": "Ocultar álbum",
|
||||
"UNHIDE_COLLECTION": "Reexibir álbum",
|
||||
"MOVE": "Mover",
|
||||
"ADD": "Adicionar",
|
||||
"REMOVE": "Remover",
|
||||
"YES_REMOVE": "Sim, remover",
|
||||
"REMOVE_FROM_COLLECTION": "Remover do álbum",
|
||||
"TRASH": "Lixeira",
|
||||
"MOVE_TO_TRASH": "Mover para a lixeira",
|
||||
"TRASH_FILES_MESSAGE": "Os itens selecionados serão excluídos de todos os álbuns e movidos para o lixo.",
|
||||
"TRASH_FILE_MESSAGE": "Os itens selecionados serão excluídos de todos os álbuns e movidos para o lixo.",
|
||||
"DELETE_PERMANENTLY": "Excluir permanentemente",
|
||||
"RESTORE": "Restaurar",
|
||||
"RESTORE_TO_COLLECTION": "Restaurar para álbum",
|
||||
"EMPTY_TRASH": "Esvaziar a lixeira",
|
||||
"EMPTY_TRASH_TITLE": "Esvaziar a lixeira?",
|
||||
"EMPTY_TRASH_MESSAGE": "Estes arquivos serão excluídos permanentemente da sua conta do ente.",
|
||||
"LEAVE_SHARED_ALBUM": "Sim, sair",
|
||||
"LEAVE_ALBUM": "Sair do álbum",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Sair do álbum compartilhado?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "Você deixará o álbum e ele deixará de ser visível para você.",
|
||||
"NOT_FILE_OWNER": "Você não pode excluir arquivos em um álbum compartilhado",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Os itens selecionados serão removidos deste álbum. Itens que estão somente neste álbum serão movidos a aba Sem Categoria.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Alguns dos itens que você está removendo foram adicionados por outras pessoas, e você perderá o acesso a eles.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Mais antigo",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Última atualização",
|
||||
"SORT_BY_NAME": "Nome",
|
||||
"COMPRESS_THUMBNAILS": "Compactar miniaturas",
|
||||
"THUMBNAIL_REPLACED": "Miniaturas compactadas",
|
||||
"FIX_THUMBNAIL": "Compactar",
|
||||
"FIX_THUMBNAIL_LATER": "Compactar depois",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Algumas miniaturas de seus vídeos podem ser compactadas para economizar espaço. Você gostaria de compactá-las?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Miniaturas compactadas com sucesso",
|
||||
"REPLACE_THUMBNAIL_NOOP": "Você não tem nenhuma miniatura que possa ser compactadas mais",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Não foi possível compactar algumas das suas miniaturas, por favor tente novamente",
|
||||
"FIX_CREATION_TIME": "Corrigir hora",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Selecione a carteira que você deseja usar",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Todos os arquivos atualizados com sucesso",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 caracteres no máximo",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Tempo personalizado",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Reabrir planos",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Falha ao abrir planos",
|
||||
"INSTALL": "Instalar",
|
||||
"SHARING_DETAILS": "Detalhes de compartilhamento",
|
||||
"MODIFY_SHARING": "Modificar compartilhamento",
|
||||
"ADD_COLLABORATORS": "Adicionar colaboradores",
|
||||
"ADD_NEW_EMAIL": "Adicionar um novo email",
|
||||
"shared_with_people_zero": "Compartilhar com pessoas específicas",
|
||||
"shared_with_people_one": "Compartilhado com 1 pessoa",
|
||||
"shared_with_people_other": "Compartilhado com {{count, number}} pessoas",
|
||||
"participants_zero": "Nenhum participante",
|
||||
"participants_one": "1 participante",
|
||||
"participants_other": "{{count, number}} participantes",
|
||||
"ADD_VIEWERS": "Adicionar visualizações",
|
||||
"PARTICIPANTS": "Participantes",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} Não poderá adicionar mais fotos a este álbum<p><p>Eles ainda poderão remover as fotos existentes adicionadas por eles<p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} poderá adicionar fotos ao álbum",
|
||||
"CONVERT_TO_VIEWER": "Sim, converter para visualizador",
|
||||
"CONVERT_TO_COLLABORATOR": "Sim, converter para colaborador",
|
||||
"CHANGE_PERMISSION": "Alterar permissões?",
|
||||
"REMOVE_PARTICIPANT": "Remover?",
|
||||
"CONFIRM_REMOVE": "Sim, remover",
|
||||
"MANAGE": "Gerenciar",
|
||||
"ADDED_AS": "Adicionado como",
|
||||
"COLLABORATOR_RIGHTS": "Os colaboradores podem adicionar fotos e vídeos ao álbum compartilhado",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remover participante",
|
||||
"OWNER": "Proprietário",
|
||||
"COLLABORATORS": "Colaboradores",
|
||||
"ADD_MORE": "Adicionar mais",
|
||||
"VIEWERS": "Visualizações",
|
||||
"OR_ADD_EXISTING": "Ou escolha um existente",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "</p>{{selectedEmail}} será removido deste álbum compartilhado</p> <p>Quaisquer fotos adicionadas por eles também serão removidas do álbum</p>",
|
||||
"NOT_FOUND": "404 Página não encontrada",
|
||||
"LINK_EXPIRED": "Link expirado",
|
||||
"LINK_EXPIRED_MESSAGE": "Este link expirou ou foi desativado!",
|
||||
"MANAGE_LINK": "Gerenciar link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Desculpe, este álbum foi visualizado em muitos dispositivos!",
|
||||
"FILE_DOWNLOAD": "Permitir transferências",
|
||||
"LINK_PASSWORD_LOCK": "Bloqueio de senha",
|
||||
"PUBLIC_COLLECT": "Permitir adicionar fotos",
|
||||
"LINK_DEVICE_LIMIT": "Limite de dispositivos",
|
||||
"NO_DEVICE_LIMIT": "Nenhum",
|
||||
"LINK_EXPIRY": "Expiração do link",
|
||||
"NEVER": "Nunca",
|
||||
"DISABLE_FILE_DOWNLOAD": "Desabilitar transferência",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Tem certeza de que deseja desativar o botão de download para arquivos?</p><p>Os visualizadores ainda podem capturar imagens da tela ou salvar uma cópia de suas fotos usando ferramentas externas.</p>",
|
||||
"MALICIOUS_CONTENT": "Contém conteúdo malicioso",
|
||||
"COPYRIGHT": "Viola os direitos autorais de alguém que estou autorizado a representar",
|
||||
"SHARED_USING": "Compartilhar usando ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use o código <strong>{{referralCode}}</strong> para obter 10 GB de graça",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Desativar bloqueio por senha",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Tem certeza que deseja desativar o bloqueio por senha?",
|
||||
"PASSWORD_LOCK": "Bloqueio de senha",
|
||||
"LOCK": "Bloquear",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Logs de depuração",
|
||||
"UPLOAD_FILES": "Arquivo",
|
||||
"UPLOAD_DIRS": "Pasta",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google Takeout",
|
||||
"DEDUPLICATE_FILES": "Arquivos Deduplicados",
|
||||
"AUTHENTICATOR_SECTION": "Autenticação",
|
||||
"NO_DUPLICATES_FOUND": "Você não tem arquivos duplicados que possam ser limpos",
|
||||
"CLUB_BY_CAPTURE_TIME": "Agrupar por tempo de captura",
|
||||
"FILES": "Arquivos",
|
||||
"EACH": "Cada",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "Os seguintes arquivos foram listados com base em seus tamanhos, por favor, reveja e exclua os itens que você acredita que são duplicados",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Tem certeza que deseja parar todos os envios em andamento?",
|
||||
"STOP_UPLOADS_HEADER": "Parar envios?",
|
||||
"YES_STOP_UPLOADS": "Sim, parar envios",
|
||||
"STOP_DOWNLOADS_HEADER": "Parar transferências?",
|
||||
"YES_STOP_DOWNLOADS": "Sim, parar transferências",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Tem certeza que deseja parar todos as transferências em andamento?",
|
||||
"albums_one": "1 Álbum",
|
||||
"albums_other": "{{count, number}} Álbuns",
|
||||
"ALL_ALBUMS": "Todos os álbuns",
|
||||
"ALBUMS": "Álbuns",
|
||||
"ALL_HIDDEN_ALBUMS": "Todos os álbuns ocultos",
|
||||
"HIDDEN_ALBUMS": "Álbuns ocultos",
|
||||
"HIDDEN_ITEMS": "Itens ocultos",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Itens_ocultos",
|
||||
"ENTER_TWO_FACTOR_OTP": "Digite o código de 6 dígitos de\nseu aplicativo autenticador.",
|
||||
"CREATE_ACCOUNT": "Criar uma conta",
|
||||
"COPIED": "Copiado",
|
||||
"CANVAS_BLOCKED_TITLE": "Não foi possível gerar miniatura",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>Parece que o seu navegador desativou o acesso à tela que é necessário para gerar miniaturas para as suas fotos </p> <p> Por favor, habilite o acesso à tela do seu navegador, ou veja nosso aplicativo para computador</p>",
|
||||
"WATCH_FOLDERS": "Pastas monitoradas",
|
||||
"UPGRADE_NOW": "Aprimorar agora",
|
||||
"RENEW_NOW": "Renovar agora",
|
||||
"STORAGE": "Armazenamento",
|
||||
"USED": "usado",
|
||||
"YOU": "Você",
|
||||
"FAMILY": "Família",
|
||||
"FREE": "grátis",
|
||||
"OF": "de",
|
||||
"WATCHED_FOLDERS": "Pastas monitoradas",
|
||||
"NO_FOLDERS_ADDED": "Nenhuma pasta adicionada ainda!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "As pastas que você adicionar aqui serão monitoradas automaticamente",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Enviar novos arquivos para o ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remover arquivos excluídos do ente",
|
||||
"ADD_FOLDER": "Adicionar pasta",
|
||||
"STOP_WATCHING": "Parar de acompanhar",
|
||||
"STOP_WATCHING_FOLDER": "Parar de acompanhar a pasta?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Seus arquivos existentes não serão excluídos, mas ente irá parar de atualizar automaticamente o álbum associado em alterações nesta pasta.",
|
||||
"YES_STOP": "Sim, parar",
|
||||
"MONTH_SHORT": "mês",
|
||||
"YEAR": "ano",
|
||||
"FAMILY_PLAN": "Plano familiar",
|
||||
"DOWNLOAD_LOGS": "Baixar logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>Isto irá baixar os logs de depuração, que você pode enviar para nós para ajudar a depurar seu problema.</p><p> Por favor, note que os nomes de arquivos serão incluídos para ajudar a rastrear problemas com arquivos específicos. </p>",
|
||||
"CHANGE_FOLDER": "Alterar pasta",
|
||||
"TWO_MONTHS_FREE": "Obtenha 2 meses gratuitos em planos anuais",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continuar com teste gratuito",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB por 1 ano",
|
||||
"CURRENT_USAGE": "O uso atual é <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "O navegador da web que você está usando não é poderoso o suficiente para criptografar suas fotos. Por favor, tente entrar para o ente no computador ou baixe o aplicativo móvel.",
|
||||
"DRAG_AND_DROP_HINT": "Ou arraste e solte na janela ente",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Seus dados enviados serão agendados para exclusão e sua conta será excluída permanentemente.<br/><br/>Essa ação não é reversível.",
|
||||
"AUTHENTICATE": "Autenticar",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Enviado para coleção única",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Enviada para separar coleções",
|
||||
"NEVERMIND": "Esquecer",
|
||||
"UPDATE_AVAILABLE": "Atualização disponível",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "Uma nova versão do ente está pronta para ser instalada.",
|
||||
"INSTALL_NOW": "Instalar agora",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Instalar na próxima inicialização",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "Uma nova versão do ente foi lançada, mas não pode ser baixada e instalada automaticamente.",
|
||||
"DOWNLOAD_AND_INSTALL": "Baixar e instalar",
|
||||
"IGNORE_THIS_VERSION": "Ignorar esta versão",
|
||||
"TODAY": "Hoje",
|
||||
"YESTERDAY": "Ontem",
|
||||
"NAME_PLACEHOLDER": "Nome...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Não foi possível criar álbuns a partir da mistura de arquivos/pastas",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>Você arrastou e deixou uma mistura de arquivos e pastas.</p><p>Por favor, forneça apenas arquivos ou apenas pastas ao selecionar a opção para criar álbuns separados</p>",
|
||||
"CHOSE_THEME": "Escolher tema",
|
||||
"ML_SEARCH": "Reconhecimento facial",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>Isso permitirá aprendizado de máquina no dispositivo e busca facial, iniciando a análise de suas fotos enviadas localmente.</p><p>Na primeira execução após o login ou habilitação desta funcionalidade, será feito o download de todas as imagens no dispositivo local para análise. Portanto, ative isso apenas se estiver confortável com o consumo de largura de banda e processamento local de todas as imagens em sua biblioteca de fotos.</p><p>Se esta for a primeira vez que você está habilitando isso, também solicitaremos sua permissão para processar dados faciais.</p>",
|
||||
"ML_MORE_DETAILS": "Mais detalhes",
|
||||
"ENABLE_FACE_SEARCH": "Habilitar reconhecimento facial",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Habilitar reconhecimento facial?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>Se você habilitar o reconhecimento facial, o aplicativo extrairá a geometria do rosto de suas fotos. Isso ocorrerá em seu dispositivo, e quaisquer dados biométricos gerados serão criptografados de ponta a ponta.<p/><p><a>Por favor, clique aqui para obter mais detalhes sobre esta funcionalidade em nossa política de privacidade</a></p>",
|
||||
"DISABLE_BETA": "Pausar reconhecimento",
|
||||
"DISABLE_FACE_SEARCH": "Desativar reconhecimento facial",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Desativar reconhecimento facial?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente irá parar de processar geometria facial.</p><p>Você pode reativar o reconhecimento facial novamente, se desejar, então esta operação está segura.</p>",
|
||||
"ADVANCED": "Avançado",
|
||||
"FACE_SEARCH_CONFIRMATION": "Eu entendo, e desejo permitir que o ente processe a geometria do rosto",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Força da senha: fraca",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Força da senha: moderada",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Força da senha: forte",
|
||||
"PREFERENCES": "Preferências",
|
||||
"LANGUAGE": "Idioma",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Diretório de exportação inválido",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>O diretório de exportação que você selecionou não existe.</p><p> Por favor, selecione um diretório válido.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Falha na verificação de assinatura",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "após uma hora",
|
||||
"DAY": "após um dia",
|
||||
"WEEK": "após uma semana",
|
||||
"MONTH": "após um mês",
|
||||
"YEAR": "após um ano"
|
||||
},
|
||||
"COPY_LINK": "Copiar link",
|
||||
"DONE": "Concluído",
|
||||
"LINK_SHARE_TITLE": "Ou compartilhe um link",
|
||||
"REMOVE_LINK": "Remover link",
|
||||
"CREATE_PUBLIC_SHARING": "Criar link público",
|
||||
"PUBLIC_LINK_CREATED": "Link público criado",
|
||||
"PUBLIC_LINK_ENABLED": "Link público ativado",
|
||||
"COLLECT_PHOTOS": "Coletar fotos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Permita que as pessoas com o link também adicionem fotos ao álbum compartilhado.",
|
||||
"STOP_EXPORT": "Parar",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> itens sincronizados",
|
||||
"MIGRATING_EXPORT": "Preparando...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renomeando pastas do álbum...",
|
||||
"TRASHING_DELETED_FILES": "Descartando arquivos excluídos...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Descartando álbuns excluídos...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Exportação iniciada",
|
||||
"IN_PROGRESS": "Exportação já em andamento",
|
||||
"FINISH": "Exportação finalizada",
|
||||
"UP_TO_DATE": "Não há arquivos novos para exportar"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sincronizar continuamente",
|
||||
"TOTAL_ITEMS": "Total de itens",
|
||||
"PENDING_ITEMS": "Itens pendentes",
|
||||
"EXPORT_STARTING": "Iniciando a exportação...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "Qual é o principal motivo para você excluir sua conta?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Selecione um motivo",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "Está faltando um recurso que eu preciso",
|
||||
"BROKEN_BEHAVIOR": "O aplicativo ou um determinado recurso não está funcionando como eu acredito que deveria",
|
||||
"FOUND_ANOTHER_SERVICE": "Encontrei outro serviço que gosto mais",
|
||||
"NOT_LISTED": "Meu motivo não está listado"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "Sentimos muito em vê-lo partir. Explique por que você está partindo para nos ajudar a melhorar.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Comentários",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Sim, desejo excluir permanentemente esta conta e todos os seus dados",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirmar exclusão da conta",
|
||||
"FEEDBACK_REQUIRED": "Por favor, ajude-nos com esta informação",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "O que o outro serviço faz melhor?",
|
||||
"RECOVER_TWO_FACTOR": "Recuperar dois fatores",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "próximo",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Baixe nosso aplicativo móvel para gerenciar seus segredos",
|
||||
"HIDDEN": "Escondido",
|
||||
"HIDE": "Ocultar",
|
||||
"UNHIDE": "Desocultar",
|
||||
"UNHIDE_TO_COLLECTION": "Reexibir para o álbum",
|
||||
"SORT_BY": "Ordenar por",
|
||||
"NEWEST_FIRST": "Mais recentes primeiro",
|
||||
"OLDEST_FIRST": "Mais antigo primeiro",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "Este arquivo não pôde ser pré-visualizado. Clique aqui para baixar o original.",
|
||||
"SELECT_COLLECTION": "Selecionar álbum",
|
||||
"PIN_ALBUM": "Fixar álbum",
|
||||
"UNPIN_ALBUM": "Desafixar álbum",
|
||||
"DOWNLOAD_COMPLETE": "Transferência concluída",
|
||||
"DOWNLOADING_COLLECTION": "Transferindo {{name}}",
|
||||
"DOWNLOAD_FAILED": "Falha ao baixar",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} arquivos",
|
||||
"CRASH_REPORTING": "Relatório de falhas",
|
||||
"CHRISTMAS": "Natal",
|
||||
"CHRISTMAS_EVE": "Véspera de Natal",
|
||||
"NEW_YEAR": "Ano Novo",
|
||||
"NEW_YEAR_EVE": "Véspera de Ano Novo",
|
||||
"IMAGE": "Imagem",
|
||||
"VIDEO": "Vídeo",
|
||||
"LIVE_PHOTO": "Fotos em movimento",
|
||||
"CONVERT": "Converter",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Tem certeza de que deseja fechar o editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Baixe sua imagem editada ou salve uma cópia para o ente para persistir nas alterações.",
|
||||
"BRIGHTNESS": "Brilho",
|
||||
"CONTRAST": "Contraste",
|
||||
"SATURATION": "Saturação",
|
||||
"BLUR": "Desfoque",
|
||||
"INVERT_COLORS": "Inverter Cores",
|
||||
"ASPECT_RATIO": "Proporção da imagem",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Girar para a Esquerda",
|
||||
"ROTATE_RIGHT": "Girar para a Direita",
|
||||
"FLIP_VERTICALLY": "Inverter verticalmente",
|
||||
"FLIP_HORIZONTALLY": "Inverter horizontalmente",
|
||||
"DOWNLOAD_EDITED": "Transferência Editada",
|
||||
"SAVE_A_COPY_TO_ENTE": "Salvar uma cópia para o ente",
|
||||
"RESTORE_ORIGINAL": "Restaurar original",
|
||||
"TRANSFORM": "Transformar",
|
||||
"COLORS": "Cores",
|
||||
"FLIP": "Inverter",
|
||||
"ROTATION": "Rotação",
|
||||
"RESET": "Redefinir",
|
||||
"PHOTO_EDITOR": "Editor de Fotos",
|
||||
"FASTER_UPLOAD": "Envios mais rápidos",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Rotas enviam em servidores próximos",
|
||||
"MAGIC_SEARCH_STATUS": "Estado da busca mágica",
|
||||
"INDEXED_ITEMS": "Itens indexados",
|
||||
"CAST_ALBUM_TO_TV": "Reproduzir álbum na TV",
|
||||
"ENTER_CAST_PIN_CODE": "Digite o código que você vê na TV abaixo para parear este dispositivo.",
|
||||
"PAIR_DEVICE_TO_TV": "Parear dispositivos",
|
||||
"TV_NOT_FOUND": "TV não encontrada. Você inseriu o PIN correto?",
|
||||
"AUTO_CAST_PAIR": "Pareamento automático",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "O Auto Pair requer a conexão com servidores do Google e só funciona com dispositivos Chromecast. O Google não receberá dados confidenciais, como suas fotos.",
|
||||
"PAIR_WITH_PIN": "Parear com PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Escolha um dispositivo compatível com casts no navegador popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Parear com o PIN funciona para qualquer dispositivo de tela grande onde você deseja reproduzir seu álbum.",
|
||||
"VISIT_CAST_ENTE_IO": "Acesse cast.ente.io no dispositivo que você deseja parear.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair falhou. Por favor, tente novamente.",
|
||||
"CACHE_DIRECTORY": "Pasta de Cache",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Aplicar Recorte",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "Pelo menos uma transformação ou ajuste de cor deve ser feito antes de salvar."
|
||||
}
|
644
apps/auth/public/locales/pt-PT/translation.json
Normal file
644
apps/auth/public/locales/pt-PT/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backups privados</div><div>para as suas memórias</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponível</div><div> em qualquer lugar</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Entrar",
|
||||
"SIGN_UP": "Registar",
|
||||
"NEW_USER": "Novo no ente",
|
||||
"EXISTING_USER": "Utilizador existente",
|
||||
"ENTER_NAME": "Insira o nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Adicione um nome para que os seus amigos saibam a quem agradecer por estas ótimas fotos!",
|
||||
"ENTER_EMAIL": "Insira o endereço de email",
|
||||
"EMAIL_ERROR": "Inserir um endereço de email válido",
|
||||
"REQUIRED": "Obrigatório",
|
||||
"EMAIL_SENT": "Código de verificação enviado para <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Verifique a sua caixa de entrada (e spam) para concluir a verificação",
|
||||
"ENTER_OTT": "Código de verificação",
|
||||
"RESEND_MAIL": "Reenviar código",
|
||||
"VERIFY": "Verificar",
|
||||
"UNKNOWN_ERROR": "Ocorreu um erro. Tente novamente",
|
||||
"INVALID_CODE": "Código de verificação inválido",
|
||||
"EXPIRED_CODE": "O seu código de verificação expirou",
|
||||
"SENDING": "A enviar...",
|
||||
"SENT": "Enviado!",
|
||||
"PASSWORD": "Palavra-passe",
|
||||
"LINK_PASSWORD": "Introduza a palavra-passe para desbloquear o álbum",
|
||||
"RETURN_PASSPHRASE_HINT": "Palavra-passe",
|
||||
"SET_PASSPHRASE": "Definir palavra-passe",
|
||||
"VERIFY_PASSPHRASE": "Entrar",
|
||||
"INCORRECT_PASSPHRASE": "Palavra-passe incorreta",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Bem-vindo ao <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "PARAR!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "Novo álbum",
|
||||
"ENTER_ALBUM_NAME": "Nome do álbum",
|
||||
"CLOSE_OPTION": "Fechar (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome do ficheiro",
|
||||
"CLOSE": "Fechar",
|
||||
"NO": "Não",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Importar",
|
||||
"ADD_PHOTOS": "Adicionar fotos",
|
||||
"ADD_MORE_PHOTOS": "Adicionar mais fotos",
|
||||
"add_photos_one": "Adicionar item",
|
||||
"add_photos_other": "Adicionar {{count, number}} itens",
|
||||
"SELECT_PHOTOS": "Selecionar fotos",
|
||||
"FILE_UPLOAD": "Enviar Ficheiro",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Não possui uma conta",
|
||||
"ACCOUNT_EXISTS": "Já possui uma conta",
|
||||
"CREATE": "Criar",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backups privados</div><div>para as suas memórias</div>",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponível</div><div> em qualquer lugar</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Entrar",
|
||||
"SIGN_UP": "Registar",
|
||||
"NEW_USER": "Novo no ente",
|
||||
"EXISTING_USER": "Utilizador existente",
|
||||
"ENTER_NAME": "Insira o nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Adicione um nome para que os seus amigos saibam a quem agradecer por estas ótimas fotos!",
|
||||
"ENTER_EMAIL": "Insira o endereço de email",
|
||||
"EMAIL_ERROR": "Inserir um endereço de email válido",
|
||||
"REQUIRED": "Obrigatório",
|
||||
"EMAIL_SENT": "Código de verificação enviado para <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Verifique a sua caixa de entrada (e spam) para concluir a verificação",
|
||||
"ENTER_OTT": "Código de verificação",
|
||||
"RESEND_MAIL": "Reenviar código",
|
||||
"VERIFY": "Verificar",
|
||||
"UNKNOWN_ERROR": "Ocorreu um erro. Tente novamente",
|
||||
"INVALID_CODE": "Código de verificação inválido",
|
||||
"EXPIRED_CODE": "O seu código de verificação expirou",
|
||||
"SENDING": "A enviar...",
|
||||
"SENT": "Enviado!",
|
||||
"PASSWORD": "Palavra-passe",
|
||||
"LINK_PASSWORD": "Introduza a palavra-passe para desbloquear o álbum",
|
||||
"RETURN_PASSPHRASE_HINT": "Palavra-passe",
|
||||
"SET_PASSPHRASE": "Definir palavra-passe",
|
||||
"VERIFY_PASSPHRASE": "Entrar",
|
||||
"INCORRECT_PASSPHRASE": "Palavra-passe incorreta",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "Bem-vindo ao <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "PARAR!",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "Novo álbum",
|
||||
"ENTER_ALBUM_NAME": "Nome do álbum",
|
||||
"CLOSE_OPTION": "Fechar (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome do ficheiro",
|
||||
"CLOSE": "Fechar",
|
||||
"NO": "Não",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "Importar",
|
||||
"ADD_PHOTOS": "Adicionar fotos",
|
||||
"ADD_MORE_PHOTOS": "Adicionar mais fotos",
|
||||
"add_photos_one": "Adicionar item",
|
||||
"add_photos_other": "Adicionar {{count, number}} itens",
|
||||
"SELECT_PHOTOS": "Selecionar fotos",
|
||||
"FILE_UPLOAD": "Enviar Ficheiro",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "Não possui uma conta",
|
||||
"ACCOUNT_EXISTS": "Já possui uma conta",
|
||||
"CREATE": "Criar",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
644
apps/auth/public/locales/ru-RU/translation.json
Normal file
644
apps/auth/public/locales/ru-RU/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Welcome to <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
644
apps/auth/public/locales/tr-TR/translation.json
Normal file
644
apps/auth/public/locales/tr-TR/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Welcome to <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -625,18 +625,19 @@
|
|||
"FASTER_UPLOAD_DESCRIPTION": "通过附近的服务器路由上传",
|
||||
"MAGIC_SEARCH_STATUS": "魔法搜索状态",
|
||||
"INDEXED_ITEMS": "索引项目",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CAST_ALBUM_TO_TV": "在电视上播放相册",
|
||||
"ENTER_CAST_PIN_CODE": "输入您在下面的电视上看到的代码来配对此设备。",
|
||||
"PAIR_DEVICE_TO_TV": "配对设备",
|
||||
"TV_NOT_FOUND": "未找到电视。您输入的 PIN 码正确吗?",
|
||||
"AUTO_CAST_PAIR": "自动配对",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "自动配对需要连接到 Google 服务器,且仅适用于支持 Chromecast 的设备。Google 不会接收敏感数据,例如您的照片。",
|
||||
"PAIR_WITH_PIN": "用 PIN 配对",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "从浏览器弹出窗口中选择兼容 Cast 的设备。",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "用 PIN 配对适用于任何大屏幕设备,您可以在这些设备上播放您的相册。",
|
||||
"VISIT_CAST_ENTE_IO": "在您要配对的设备上访问 cast.ente.io 。",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast 自动配对失败。请再试一次。",
|
||||
"CACHE_DIRECTORY": "缓存文件夹",
|
||||
"PASSKEYS": "通行密钥",
|
||||
"FREEHAND": "手画",
|
||||
"APPLY_CROP": "应用裁剪",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "保存之前必须至少执行一项转换或颜色调整。"
|
|
@ -37,7 +37,6 @@ import { useLocalState } from '@ente/shared/hooks/useLocalState';
|
|||
import { PHOTOS_PAGES as PAGES } from '@ente/shared/constants/pages';
|
||||
import { getTheme } from '@ente/shared/themes';
|
||||
import '../../public/css/global.css';
|
||||
import { getUserLocaleString } from '@ente/shared/storage/localStorage/helpers';
|
||||
|
||||
type AppContextType = {
|
||||
showNavBar: (show: boolean) => void;
|
||||
|
@ -81,7 +80,7 @@ export default function App(props: EnteAppProps) {
|
|||
|
||||
useEffect(() => {
|
||||
//setup i18n
|
||||
setupI18n(getUserLocaleString()).finally(() => setIsI18nReady(true));
|
||||
setupI18n().finally(() => setIsI18nReady(true));
|
||||
// set client package name in headers
|
||||
HTTPService.setHeaders({
|
||||
'X-Client-Package': CLIENT_PACKAGE_NAMES.get(APPS.AUTH),
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
const nextConfigBase = require('@ente/shared/next/next.config.base.js');
|
||||
const nextConfigBase = require('@/next/next.config.base.js');
|
||||
|
||||
module.exports = nextConfigBase;
|
||||
|
|
|
@ -2,13 +2,12 @@
|
|||
"name": "cast",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"mime-types": "^2.1.35",
|
||||
"jszip": "3.10.1"
|
||||
"@/next": "*",
|
||||
"@ente/accounts": "*",
|
||||
"@ente/shared": "*",
|
||||
"jszip": "3.10.1",
|
||||
"mime-types": "^2.1.35"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.69.5"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
const nextConfigBase = require('@ente/shared/next/next.config.base.js');
|
||||
const nextConfigBase = require('@/next/next.config.base.js');
|
||||
|
||||
module.exports = nextConfigBase;
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@/ui": "*",
|
||||
"@/utils": "*",
|
||||
"@/next": "*",
|
||||
"@date-io/date-fns": "^2.14.0",
|
||||
"@ente/accounts": "*",
|
||||
"@ente/shared": "*",
|
||||
"@mui/x-date-pickers": "^5.0.0-alpha.6",
|
||||
"@stripe/stripe-js": "^1.13.2",
|
||||
"@tensorflow-models/coco-ssd": "^2.2.2",
|
||||
|
@ -32,7 +33,6 @@
|
|||
"hdbscan": "0.0.1-alpha.5",
|
||||
"heic-convert": "^2.0.0",
|
||||
"idb": "^7.1.1",
|
||||
"is-electron": "^2.2.2",
|
||||
"jszip": "3.10.1",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-defaulticon-compatibility": "^0.1.1",
|
||||
|
@ -58,7 +58,6 @@
|
|||
"uuid": "^9.0.0",
|
||||
"vscode-uri": "^3.0.7",
|
||||
"xml-js": "^1.6.11",
|
||||
"yup": "^0.29.3",
|
||||
"zxcvbn": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -76,7 +75,6 @@
|
|||
"@types/react-window-infinite-loader": "^1.0.3",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"@types/wicg-file-system-access": "^2020.9.5",
|
||||
"@types/yup": "^0.29.7",
|
||||
"@types/zxcvbn": "^4.4.1"
|
||||
}
|
||||
}
|
||||
|
|
644
apps/photos/public/locales/de-DE/translation.json
Normal file
644
apps/photos/public/locales/de-DE/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private Sicherungen</div><div>für deine Erinnerungen</div>",
|
||||
"HERO_SLIDE_1": "Standardmäßig Ende-zu-Ende verschlüsselt",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Sicher gespeichert</div><div>in einem Luftschutzbunker</div>",
|
||||
"HERO_SLIDE_2": "Entwickelt um zu bewahren",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Verfügbar</div><div> überall</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Anmelden",
|
||||
"SIGN_UP": "Registrieren",
|
||||
"NEW_USER": "Neu bei ente",
|
||||
"EXISTING_USER": "Existierender Benutzer",
|
||||
"ENTER_NAME": "Name eingeben",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Füge einen Namen hinzu, damit deine Freunde wissen, wem sie für diese tollen Fotos zu danken haben!",
|
||||
"ENTER_EMAIL": "E-Mail-Adresse eingeben",
|
||||
"EMAIL_ERROR": "Geben Sie eine gültige E-Mail-Adresse ein",
|
||||
"REQUIRED": "Erforderlich",
|
||||
"EMAIL_SENT": "Bestätigungscode an <a>{{email}}</a> gesendet",
|
||||
"CHECK_INBOX": "Bitte überprüfe deinen E-Mail-Posteingang (und Spam), um die Verifizierung abzuschließen",
|
||||
"ENTER_OTT": "Bestätigungscode",
|
||||
"RESEND_MAIL": "Code erneut senden",
|
||||
"VERIFY": "Überprüfen",
|
||||
"UNKNOWN_ERROR": "Ein Fehler ist aufgetreten, bitte versuche es erneut",
|
||||
"INVALID_CODE": "Falscher Bestätigungscode",
|
||||
"EXPIRED_CODE": "Ihr Bestätigungscode ist abgelaufen",
|
||||
"SENDING": "Wird gesendet...",
|
||||
"SENT": "Gesendet!",
|
||||
"PASSWORD": "Passwort",
|
||||
"LINK_PASSWORD": "Passwort zum Entsperren des Albums eingeben",
|
||||
"RETURN_PASSPHRASE_HINT": "Passwort",
|
||||
"SET_PASSPHRASE": "Passwort setzen",
|
||||
"VERIFY_PASSPHRASE": "Einloggen",
|
||||
"INCORRECT_PASSPHRASE": "Falsches Passwort",
|
||||
"ENTER_ENC_PASSPHRASE": "Bitte gib ein Passwort ein, mit dem wir deine Daten verschlüsseln können",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Willkommen bei <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Wo deine besten Fotos leben",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generierung von Verschlüsselungsschlüsseln...",
|
||||
"PASSPHRASE_HINT": "Passwort",
|
||||
"CONFIRM_PASSPHRASE": "Passwort bestätigen",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Die Passwörter stimmen nicht überein",
|
||||
"CONSOLE_WARNING_STOP": "STOPP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "Neues Album",
|
||||
"ENTER_ALBUM_NAME": "Albumname",
|
||||
"CLOSE_OPTION": "Schließen (Esc)",
|
||||
"ENTER_FILE_NAME": "Dateiname",
|
||||
"CLOSE": "Schließen",
|
||||
"NO": "Nein",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Hochladen",
|
||||
"IMPORT": "Importieren",
|
||||
"ADD_PHOTOS": "Fotos hinzufügen",
|
||||
"ADD_MORE_PHOTOS": "Mehr Fotos hinzufügen",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Foto auswählen",
|
||||
"FILE_UPLOAD": "Datei hochladen",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Hochladen wird vorbereitet",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Sicherung abgeschlossen"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Abonnement abgelaufen",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Speichergrenze überschritten",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Erstellen",
|
||||
"DOWNLOAD": "Herunterladen",
|
||||
"DOWNLOAD_OPTION": "Herunterladen (D)",
|
||||
"DOWNLOAD_FAVORITES": "Favoriten herunterladen",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Als PNG kopieren (Strg / Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Herein-/Herauszoomen",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Lade dein erstes Foto hoch",
|
||||
"IMPORT_YOUR_FOLDERS": "Importiere deiner Ordner",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Dateien löschen?",
|
||||
"TRASH_FILE_TITLE": "Datei löschen?",
|
||||
"DELETE_FILES_TITLE": "Sofort löschen?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Löschen",
|
||||
"DELETE_OPTION": "Löschen (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Ein einzelnes Album",
|
||||
"OR": "oder",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Ihre Sitzung ist abgelaufen. Bitte loggen Sie sich erneut ein, um fortzufahren",
|
||||
"SESSION_EXPIRED": "Sitzung abgelaufen",
|
||||
"PASSWORD_GENERATION_FAILED": "Dein Browser konnte keinen starken Schlüssel generieren, der den Verschlüsselungsstandards des Entes entspricht, bitte versuche die mobile App oder einen anderen Browser zu verwenden",
|
||||
"CHANGE_PASSWORD": "Passwort ändern",
|
||||
"GO_BACK": "Zurück",
|
||||
"RECOVERY_KEY": "Wiederherstellungsschlüssel",
|
||||
"SAVE_LATER": "Auf später verschieben",
|
||||
"SAVE": "Schlüssel speichern",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Passwort vergessen",
|
||||
"RECOVER_ACCOUNT": "Konto wiederherstellen",
|
||||
"RECOVERY_KEY_HINT": "Wiederherstellungsschlüssel",
|
||||
"RECOVER": "Wiederherstellen",
|
||||
"NO_RECOVERY_KEY": "Kein Wiederherstellungsschlüssel?",
|
||||
"INCORRECT_RECOVERY_KEY": "Falscher Wiederherstellungs-Schlüssel",
|
||||
"SORRY": "Entschuldigung",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Aufgrund unseres Ende-zu-Ende-Verschlüsselungsprotokolls können Ihre Daten nicht ohne Ihr Passwort oder Ihren Wiederherstellungsschlüssel entschlüsselt werden",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Bitte sende eine E-Mail an <a>{{emailID}}</a> von deiner registrierten E-Mail-Adresse",
|
||||
"CONTACT_SUPPORT": "Support kontaktieren",
|
||||
"REQUEST_FEATURE": "Feature anfragen",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Bestätigen",
|
||||
"CANCEL": "Abbrechen",
|
||||
"LOGOUT": "Ausloggen",
|
||||
"DELETE_ACCOUNT": "Konto löschen",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Sind sie sicher, dass sie sich ausloggen möchten?",
|
||||
"CHANGE_EMAIL": "E-Mail-Adresse ändern",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Erfolgreich",
|
||||
"ERROR": "Fehler",
|
||||
"MESSAGE": "Nachricht",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Desktopanwendung herunterladen",
|
||||
"EXPORT": "Daten exportieren",
|
||||
"SUBSCRIPTION": "Abonnement",
|
||||
"SUBSCRIBE": "Abonnieren",
|
||||
"MANAGEMENT_PORTAL": "Zahlungsmethode verwalten",
|
||||
"MANAGE_FAMILY_PORTAL": "Familiengruppe verwalten",
|
||||
"LEAVE_FAMILY_PLAN": "Familienabo verlassen",
|
||||
"LEAVE": "Verlassen",
|
||||
"LEAVE_FAMILY_CONFIRM": "Bist du sicher, dass du den Familien-Tarif verlassen möchtest?",
|
||||
"CHOOSE_PLAN": "Wähle dein Abonnement",
|
||||
"MANAGE_PLAN": "Verwalte dein Abonnement",
|
||||
"ACTIVE": "Aktiv",
|
||||
"OFFLINE_MSG": "Du bist offline, gecachte Erinnerungen werden angezeigt",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Sie haben einen Familienplan verwaltet von",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Erneuert am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Endet am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Ihr Abo endet am {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Sie haben Ihr Speichervolumen überschritten, bitte <a>upgraden Sie</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Kauf des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Aktualisierung des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Zahlungsmethode aktualisieren",
|
||||
"MONTHLY": "Monatlich",
|
||||
"YEARLY": "Jährlich",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sind Sie sicher, dass Sie Ihren Tarif ändern möchten?",
|
||||
"UPDATE_SUBSCRIPTION": "Plan ändern",
|
||||
"CANCEL_SUBSCRIPTION": "Abonnement kündigen",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Abonnement reaktivieren",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Umbenennen",
|
||||
"RENAME_FILE": "Datei umbenennen",
|
||||
"RENAME_COLLECTION": "Album umbenennen",
|
||||
"DELETE_COLLECTION_TITLE": "Album löschen?",
|
||||
"DELETE_COLLECTION": "Album löschen",
|
||||
"DELETE_COLLECTION_MESSAGE": "Auch die Fotos (und Videos) in diesem Album aus <a>allen</a> anderen Alben löschen, die sie enthalten?",
|
||||
"DELETE_PHOTOS": "Fotos löschen",
|
||||
"KEEP_PHOTOS": "Fotos behalten",
|
||||
"SHARE": "Teilen",
|
||||
"SHARE_COLLECTION": "Album teilen",
|
||||
"SHAREES": "Geteilt mit",
|
||||
"SHARE_WITH_SELF": "Du kannst nicht mit dir selbst teilen",
|
||||
"ALREADY_SHARED": "Hoppla, Sie teilen dies bereits mit {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Album herunterladen",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Suchen",
|
||||
"SEARCH_RESULTS": "Ergebnisse durchsuchen",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Standort",
|
||||
"CITY": "Location",
|
||||
"DATE": "Datum",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"THING": "Inhalt",
|
||||
"FILE_CAPTION": "Beschreibung",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "Keine Erinnerungen",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Zum Album hinzufügen",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "Personen",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"CAPTION_PLACEHOLDER": "Eine Beschreibung hinzufügen",
|
||||
"LOCATION": "Standort",
|
||||
"SHOW_ON_MAP": "In OpenStreetMap öffnen",
|
||||
"MAP": "Karte",
|
||||
"MAP_SETTINGS": "Karten\nEinstellungen",
|
||||
"ENABLE_MAPS": "Karten aktivieren?",
|
||||
"ENABLE_MAP": "Karte aktivieren",
|
||||
"DISABLE_MAPS": "Karten deaktivieren?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Karte deaktivieren",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "Alle EXIF-Daten anzeigen",
|
||||
"NO_EXIF": "Keine EXIF-Daten",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Zwei-Faktor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Zwei-Faktor-Authentifizierung",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Geben Sie den Code manuell ein",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "QR‐Code stattdessen scannen",
|
||||
"ENABLE_TWO_FACTOR": "Zwei-Faktor-Authentifizierung aktivieren",
|
||||
"ENABLE": "Aktivieren",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Falscher Code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Deaktiviere die Zwei-Faktor-Authentifizierung",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Deaktivieren",
|
||||
"RECONFIGURE": "Neu einrichten",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Daten exportieren",
|
||||
"SELECT_FOLDER": "Ordner auswählen",
|
||||
"DESTINATION": "Zielort",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "OTP senden",
|
||||
"EMAIl_ALREADY_OWNED": "Diese E-Mail wird bereits verwendet",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Fehlgeschlagene Uploads ",
|
||||
"SKIPPED_FILES": "Ignorierte Uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Das Vorschaubild konnte nicht erzeugt werden",
|
||||
"UNSUPPORTED_FILES": "Nicht unterstützte Dateien",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente unterstützt diese Dateiformate noch nicht",
|
||||
"BLOCKED_UPLOADS": "Blockierte Uploads",
|
||||
"SKIPPED_VIDEOS": "Übersprungene Videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In Bearbeitung",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Große Dateien",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Zu wenig Speicher",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie die maximale Größe für Ihren Speicherplan überschreiten",
|
||||
"TOO_LARGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie unsere maximale Dateigröße überschreiten",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "Diese Dateien wurden hochgeladen, aber leider konnten wir nicht die Thumbnails für sie generieren.",
|
||||
"UPLOAD_TO_COLLECTION": "In Album hochladen",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archiv",
|
||||
"FAVORITES": "Favoriten",
|
||||
"ARCHIVE_COLLECTION": "Album archivieren",
|
||||
"ARCHIVE_SECTION_NAME": "Archiv",
|
||||
"ALL_SECTION_NAME": "Alle",
|
||||
"MOVE_TO_COLLECTION": "Zum Album verschieben",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Verschieben",
|
||||
"ADD": "Hinzufügen",
|
||||
"REMOVE": "Entfernen",
|
||||
"YES_REMOVE": "Ja, entfernen",
|
||||
"REMOVE_FROM_COLLECTION": "Aus Album entfernen",
|
||||
"TRASH": "Papierkorb",
|
||||
"MOVE_TO_TRASH": "In Papierkorb verschieben",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Dauerhaft löschen",
|
||||
"RESTORE": "Wiederherstellen",
|
||||
"RESTORE_TO_COLLECTION": "In Album wiederherstellen",
|
||||
"EMPTY_TRASH": "Papierkorb leeren",
|
||||
"EMPTY_TRASH_TITLE": "Papierkorb leeren?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Ja, verlassen",
|
||||
"LEAVE_ALBUM": "Album verlassen",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Geteiltes Album verlassen?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "Dateien in einem freigegebenen Album können nicht gelöscht werden",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Ältestem",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Zuletzt aktualisiert",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Komprimiere",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Installieren",
|
||||
"SHARING_DETAILS": "Details teilen",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Entfernen?",
|
||||
"CONFIRM_REMOVE": "Ja, entfernen",
|
||||
"MANAGE": "Verwalten",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Teilnehmer entfernen",
|
||||
"OWNER": "Besitzer",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - Nicht gefunden",
|
||||
"LINK_EXPIRED": "Link ist abgelaufen",
|
||||
"LINK_EXPIRED_MESSAGE": "Dieser Link ist abgelaufen oder wurde deaktiviert!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, dieses Album wurde auf zu vielen Geräten angezeigt!",
|
||||
"FILE_DOWNLOAD": "Downloads erlauben",
|
||||
"LINK_PASSWORD_LOCK": "Passwort Sperre",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Geräte Limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Ablaufdatum des Links",
|
||||
"NEVER": "Niemals",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Passwort Sperre",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "Datei",
|
||||
"UPLOAD_DIRS": "Ordner",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google Takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "Du hast keine Duplikate, die gelöscht werden können",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Dateien",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Hochladen stoppen?",
|
||||
"YES_STOP_UPLOADS": "Ja, Hochladen stoppen",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "Alle Alben",
|
||||
"ALBUMS": "Alben",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Gib den 6-stelligen Code aus\ndeiner Authentifizierungs-App ein.",
|
||||
"CREATE_ACCOUNT": "Account erstellen",
|
||||
"COPIED": "Kopiert",
|
||||
"CANVAS_BLOCKED_TITLE": "Vorschaubild konnte nicht erstellt werden",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Jetzt upgraden",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Speicher",
|
||||
"USED": "verwendet",
|
||||
"YOU": "Sie",
|
||||
"FAMILY": "Familie",
|
||||
"FREE": "frei",
|
||||
"OF": "von",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Ordner hinzufügen",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Ja, Stopp",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "Jahr",
|
||||
"FAMILY_PLAN": "Familientarif",
|
||||
"DOWNLOAD_LOGS": "Logs herunterladen",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Beliebt",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB für 1 Jahr",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authentifizieren",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Egal",
|
||||
"UPDATE_AVAILABLE": "Neue Version verfügbar",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Jetzt installieren",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Beim nächsten Start installieren",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Diese Version ignorieren",
|
||||
"TODAY": "Heute",
|
||||
"YESTERDAY": "Gestern",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Beta deaktivieren",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Erweitert",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Passwortstärke: Schwach",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Passwortstärke: Stark",
|
||||
"PREFERENCES": "Einstellungen",
|
||||
"LANGUAGE": "Sprache",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "nach einer Stunde",
|
||||
"DAY": "nach einem Tag",
|
||||
"WEEK": "nach 1 Woche",
|
||||
"MONTH": "nach einem Monat",
|
||||
"YEAR": "nach einem Jahr"
|
||||
},
|
||||
"COPY_LINK": "Link kopieren",
|
||||
"DONE": "Fertig",
|
||||
"LINK_SHARE_TITLE": "Oder einen Link teilen",
|
||||
"REMOVE_LINK": "Link entfernen",
|
||||
"CREATE_PUBLIC_SHARING": "Öffentlichen Link erstellen",
|
||||
"PUBLIC_LINK_CREATED": "Öffentlicher Link erstellt",
|
||||
"PUBLIC_LINK_ENABLED": "Öffentlicher Link aktiviert",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export gestartet",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export abgeschlossen",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Kontolöschung bestätigen",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "Weiter",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Versteckt",
|
||||
"HIDE": "Ausblenden",
|
||||
"UNHIDE": "Einblenden",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sortieren nach",
|
||||
"NEWEST_FIRST": "Neueste zuerst",
|
||||
"OLDEST_FIRST": "Älteste zuerst",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "Diese Datei konnte nicht in der Vorschau angezeigt werden. Klicken Sie hier, um das Original herunterzuladen.",
|
||||
"SELECT_COLLECTION": "Album auswählen",
|
||||
"PIN_ALBUM": "Album anheften",
|
||||
"UNPIN_ALBUM": "Album lösen",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private Sicherungen</div><div>für deine Erinnerungen</div>",
|
||||
"HERO_SLIDE_1": "Standardmäßig Ende-zu-Ende verschlüsselt",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Sicher gespeichert</div><div>in einem Luftschutzbunker</div>",
|
||||
"HERO_SLIDE_2": "Entwickelt um zu bewahren",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Verfügbar</div><div> überall</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Anmelden",
|
||||
"SIGN_UP": "Registrieren",
|
||||
"NEW_USER": "Neu bei ente",
|
||||
"EXISTING_USER": "Existierender Benutzer",
|
||||
"ENTER_NAME": "Name eingeben",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Füge einen Namen hinzu, damit deine Freunde wissen, wem sie für diese tollen Fotos zu danken haben!",
|
||||
"ENTER_EMAIL": "E-Mail-Adresse eingeben",
|
||||
"EMAIL_ERROR": "Geben Sie eine gültige E-Mail-Adresse ein",
|
||||
"REQUIRED": "Erforderlich",
|
||||
"EMAIL_SENT": "Bestätigungscode an <a>{{email}}</a> gesendet",
|
||||
"CHECK_INBOX": "Bitte überprüfe deinen E-Mail-Posteingang (und Spam), um die Verifizierung abzuschließen",
|
||||
"ENTER_OTT": "Bestätigungscode",
|
||||
"RESEND_MAIL": "Code erneut senden",
|
||||
"VERIFY": "Überprüfen",
|
||||
"UNKNOWN_ERROR": "Ein Fehler ist aufgetreten, bitte versuche es erneut",
|
||||
"INVALID_CODE": "Falscher Bestätigungscode",
|
||||
"EXPIRED_CODE": "Ihr Bestätigungscode ist abgelaufen",
|
||||
"SENDING": "Wird gesendet...",
|
||||
"SENT": "Gesendet!",
|
||||
"PASSWORD": "Passwort",
|
||||
"LINK_PASSWORD": "Passwort zum Entsperren des Albums eingeben",
|
||||
"RETURN_PASSPHRASE_HINT": "Passwort",
|
||||
"SET_PASSPHRASE": "Passwort setzen",
|
||||
"VERIFY_PASSPHRASE": "Einloggen",
|
||||
"INCORRECT_PASSPHRASE": "Falsches Passwort",
|
||||
"ENTER_ENC_PASSPHRASE": "Bitte gib ein Passwort ein, mit dem wir deine Daten verschlüsseln können",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "Willkommen bei <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Wo deine besten Fotos leben",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generierung von Verschlüsselungsschlüsseln...",
|
||||
"PASSPHRASE_HINT": "Passwort",
|
||||
"CONFIRM_PASSPHRASE": "Passwort bestätigen",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "Die Passwörter stimmen nicht überein",
|
||||
"CONSOLE_WARNING_STOP": "STOPP!",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "Neues Album",
|
||||
"ENTER_ALBUM_NAME": "Albumname",
|
||||
"CLOSE_OPTION": "Schließen (Esc)",
|
||||
"ENTER_FILE_NAME": "Dateiname",
|
||||
"CLOSE": "Schließen",
|
||||
"NO": "Nein",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "Hochladen",
|
||||
"IMPORT": "Importieren",
|
||||
"ADD_PHOTOS": "Fotos hinzufügen",
|
||||
"ADD_MORE_PHOTOS": "Mehr Fotos hinzufügen",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "Foto auswählen",
|
||||
"FILE_UPLOAD": "Datei hochladen",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Hochladen wird vorbereitet",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "Sicherung abgeschlossen"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "Abonnement abgelaufen",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Speichergrenze überschritten",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "Erstellen",
|
||||
"DOWNLOAD": "Herunterladen",
|
||||
"DOWNLOAD_OPTION": "Herunterladen (D)",
|
||||
"DOWNLOAD_FAVORITES": "Favoriten herunterladen",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "Als PNG kopieren (Strg / Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "Herein-/Herauszoomen",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "Lade dein erstes Foto hoch",
|
||||
"IMPORT_YOUR_FOLDERS": "Importiere deiner Ordner",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "Dateien löschen?",
|
||||
"TRASH_FILE_TITLE": "Datei löschen?",
|
||||
"DELETE_FILES_TITLE": "Sofort löschen?",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "Löschen",
|
||||
"DELETE_OPTION": "Löschen (DEL)",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Ein einzelnes Album",
|
||||
"OR": "oder",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "Ihre Sitzung ist abgelaufen. Bitte loggen Sie sich erneut ein, um fortzufahren",
|
||||
"SESSION_EXPIRED": "Sitzung abgelaufen",
|
||||
"PASSWORD_GENERATION_FAILED": "Dein Browser konnte keinen starken Schlüssel generieren, der den Verschlüsselungsstandards des Entes entspricht, bitte versuche die mobile App oder einen anderen Browser zu verwenden",
|
||||
"CHANGE_PASSWORD": "Passwort ändern",
|
||||
"GO_BACK": "Zurück",
|
||||
"RECOVERY_KEY": "Wiederherstellungsschlüssel",
|
||||
"SAVE_LATER": "Auf später verschieben",
|
||||
"SAVE": "Schlüssel speichern",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "Passwort vergessen",
|
||||
"RECOVER_ACCOUNT": "Konto wiederherstellen",
|
||||
"RECOVERY_KEY_HINT": "Wiederherstellungsschlüssel",
|
||||
"RECOVER": "Wiederherstellen",
|
||||
"NO_RECOVERY_KEY": "Kein Wiederherstellungsschlüssel?",
|
||||
"INCORRECT_RECOVERY_KEY": "Falscher Wiederherstellungs-Schlüssel",
|
||||
"SORRY": "Entschuldigung",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Aufgrund unseres Ende-zu-Ende-Verschlüsselungsprotokolls können Ihre Daten nicht ohne Ihr Passwort oder Ihren Wiederherstellungsschlüssel entschlüsselt werden",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Bitte sende eine E-Mail an <a>{{emailID}}</a> von deiner registrierten E-Mail-Adresse",
|
||||
"CONTACT_SUPPORT": "Support kontaktieren",
|
||||
"REQUEST_FEATURE": "Feature anfragen",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Bestätigen",
|
||||
"CANCEL": "Abbrechen",
|
||||
"LOGOUT": "Ausloggen",
|
||||
"DELETE_ACCOUNT": "Konto löschen",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "Sind sie sicher, dass sie sich ausloggen möchten?",
|
||||
"CHANGE_EMAIL": "E-Mail-Adresse ändern",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Erfolgreich",
|
||||
"ERROR": "Fehler",
|
||||
"MESSAGE": "Nachricht",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "Desktopanwendung herunterladen",
|
||||
"EXPORT": "Daten exportieren",
|
||||
"SUBSCRIPTION": "Abonnement",
|
||||
"SUBSCRIBE": "Abonnieren",
|
||||
"MANAGEMENT_PORTAL": "Zahlungsmethode verwalten",
|
||||
"MANAGE_FAMILY_PORTAL": "Familiengruppe verwalten",
|
||||
"LEAVE_FAMILY_PLAN": "Familienabo verlassen",
|
||||
"LEAVE": "Verlassen",
|
||||
"LEAVE_FAMILY_CONFIRM": "Bist du sicher, dass du den Familien-Tarif verlassen möchtest?",
|
||||
"CHOOSE_PLAN": "Wähle dein Abonnement",
|
||||
"MANAGE_PLAN": "Verwalte dein Abonnement",
|
||||
"ACTIVE": "Aktiv",
|
||||
"OFFLINE_MSG": "Du bist offline, gecachte Erinnerungen werden angezeigt",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Sie haben einen Familienplan verwaltet von",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Erneuert am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Endet am {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Ihr Abo endet am {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Sie haben Ihr Speichervolumen überschritten, bitte <a>upgraden Sie</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Kauf des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Aktualisierung des Abonnements fehlgeschlagen Bitte versuchen Sie es erneut",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "Zahlungsmethode aktualisieren",
|
||||
"MONTHLY": "Monatlich",
|
||||
"YEARLY": "Jährlich",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sind Sie sicher, dass Sie Ihren Tarif ändern möchten?",
|
||||
"UPDATE_SUBSCRIPTION": "Plan ändern",
|
||||
"CANCEL_SUBSCRIPTION": "Abonnement kündigen",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "Abonnement reaktivieren",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "Umbenennen",
|
||||
"RENAME_FILE": "Datei umbenennen",
|
||||
"RENAME_COLLECTION": "Album umbenennen",
|
||||
"DELETE_COLLECTION_TITLE": "Album löschen?",
|
||||
"DELETE_COLLECTION": "Album löschen",
|
||||
"DELETE_COLLECTION_MESSAGE": "Auch die Fotos (und Videos) in diesem Album aus <a>allen</a> anderen Alben löschen, die sie enthalten?",
|
||||
"DELETE_PHOTOS": "Fotos löschen",
|
||||
"KEEP_PHOTOS": "Fotos behalten",
|
||||
"SHARE": "Teilen",
|
||||
"SHARE_COLLECTION": "Album teilen",
|
||||
"SHAREES": "Geteilt mit",
|
||||
"SHARE_WITH_SELF": "Du kannst nicht mit dir selbst teilen",
|
||||
"ALREADY_SHARED": "Hoppla, Sie teilen dies bereits mit {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "Album herunterladen",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "Suchen",
|
||||
"SEARCH_RESULTS": "Ergebnisse durchsuchen",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Standort",
|
||||
"CITY": "",
|
||||
"DATE": "Datum",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"THING": "Inhalt",
|
||||
"FILE_CAPTION": "Beschreibung",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "Keine Erinnerungen",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "Zum Album hinzufügen",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "Personen",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "Dateiname",
|
||||
"CAPTION_PLACEHOLDER": "Eine Beschreibung hinzufügen",
|
||||
"LOCATION": "Standort",
|
||||
"SHOW_ON_MAP": "In OpenStreetMap öffnen",
|
||||
"MAP": "Karte",
|
||||
"MAP_SETTINGS": "Karten\nEinstellungen",
|
||||
"ENABLE_MAPS": "Karten aktivieren?",
|
||||
"ENABLE_MAP": "Karte aktivieren",
|
||||
"DISABLE_MAPS": "Karten deaktivieren?",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "Karte deaktivieren",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "Alle EXIF-Daten anzeigen",
|
||||
"NO_EXIF": "Keine EXIF-Daten",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Zwei-Faktor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Zwei-Faktor-Authentifizierung",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "Geben Sie den Code manuell ein",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "QR‐Code stattdessen scannen",
|
||||
"ENABLE_TWO_FACTOR": "Zwei-Faktor-Authentifizierung aktivieren",
|
||||
"ENABLE": "Aktivieren",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "Falscher Code",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Deaktiviere die Zwei-Faktor-Authentifizierung",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "Deaktivieren",
|
||||
"RECONFIGURE": "Neu einrichten",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "Daten exportieren",
|
||||
"SELECT_FOLDER": "Ordner auswählen",
|
||||
"DESTINATION": "Zielort",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "OTP senden",
|
||||
"EMAIl_ALREADY_OWNED": "Diese E-Mail wird bereits verwendet",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "Fehlgeschlagene Uploads ",
|
||||
"SKIPPED_FILES": "Ignorierte Uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Das Vorschaubild konnte nicht erzeugt werden",
|
||||
"UNSUPPORTED_FILES": "Nicht unterstützte Dateien",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "ente unterstützt diese Dateiformate noch nicht",
|
||||
"BLOCKED_UPLOADS": "Blockierte Uploads",
|
||||
"SKIPPED_VIDEOS": "Übersprungene Videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In Bearbeitung",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "Große Dateien",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Zu wenig Speicher",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie die maximale Größe für Ihren Speicherplan überschreiten",
|
||||
"TOO_LARGE_INFO": "Diese Dateien wurden nicht hochgeladen, da sie unsere maximale Dateigröße überschreiten",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "Diese Dateien wurden hochgeladen, aber leider konnten wir nicht die Thumbnails für sie generieren.",
|
||||
"UPLOAD_TO_COLLECTION": "In Album hochladen",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "Archiv",
|
||||
"FAVORITES": "Favoriten",
|
||||
"ARCHIVE_COLLECTION": "Album archivieren",
|
||||
"ARCHIVE_SECTION_NAME": "Archiv",
|
||||
"ALL_SECTION_NAME": "Alle",
|
||||
"MOVE_TO_COLLECTION": "Zum Album verschieben",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "Verschieben",
|
||||
"ADD": "Hinzufügen",
|
||||
"REMOVE": "Entfernen",
|
||||
"YES_REMOVE": "Ja, entfernen",
|
||||
"REMOVE_FROM_COLLECTION": "Aus Album entfernen",
|
||||
"TRASH": "Papierkorb",
|
||||
"MOVE_TO_TRASH": "In Papierkorb verschieben",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "Dauerhaft löschen",
|
||||
"RESTORE": "Wiederherstellen",
|
||||
"RESTORE_TO_COLLECTION": "In Album wiederherstellen",
|
||||
"EMPTY_TRASH": "Papierkorb leeren",
|
||||
"EMPTY_TRASH_TITLE": "Papierkorb leeren?",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "Ja, verlassen",
|
||||
"LEAVE_ALBUM": "Album verlassen",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Geteiltes Album verlassen?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "Dateien in einem freigegebenen Album können nicht gelöscht werden",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Ältestem",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Zuletzt aktualisiert",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "Komprimiere",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "Installieren",
|
||||
"SHARING_DETAILS": "Details teilen",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "Entfernen?",
|
||||
"CONFIRM_REMOVE": "Ja, entfernen",
|
||||
"MANAGE": "Verwalten",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Teilnehmer entfernen",
|
||||
"OWNER": "Besitzer",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "404 - Nicht gefunden",
|
||||
"LINK_EXPIRED": "Link ist abgelaufen",
|
||||
"LINK_EXPIRED_MESSAGE": "Dieser Link ist abgelaufen oder wurde deaktiviert!",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, dieses Album wurde auf zu vielen Geräten angezeigt!",
|
||||
"FILE_DOWNLOAD": "Downloads erlauben",
|
||||
"LINK_PASSWORD_LOCK": "Passwort Sperre",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "Geräte Limit",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "Ablaufdatum des Links",
|
||||
"NEVER": "Niemals",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "Passwort Sperre",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "Datei",
|
||||
"UPLOAD_DIRS": "Ordner",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google Takeout",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "Du hast keine Duplikate, die gelöscht werden können",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "Dateien",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "Hochladen stoppen?",
|
||||
"YES_STOP_UPLOADS": "Ja, Hochladen stoppen",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "Alle Alben",
|
||||
"ALBUMS": "Alben",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "Gib den 6-stelligen Code aus\ndeiner Authentifizierungs-App ein.",
|
||||
"CREATE_ACCOUNT": "Account erstellen",
|
||||
"COPIED": "Kopiert",
|
||||
"CANVAS_BLOCKED_TITLE": "Vorschaubild konnte nicht erstellt werden",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "Jetzt upgraden",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "Speicher",
|
||||
"USED": "verwendet",
|
||||
"YOU": "Sie",
|
||||
"FAMILY": "Familie",
|
||||
"FREE": "frei",
|
||||
"OF": "von",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "Ordner hinzufügen",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "Ja, Stopp",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "Jahr",
|
||||
"FAMILY_PLAN": "Familientarif",
|
||||
"DOWNLOAD_LOGS": "Logs herunterladen",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Beliebt",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB für 1 Jahr",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "Authentifizieren",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "Egal",
|
||||
"UPDATE_AVAILABLE": "Neue Version verfügbar",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "Jetzt installieren",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Beim nächsten Start installieren",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "Diese Version ignorieren",
|
||||
"TODAY": "Heute",
|
||||
"YESTERDAY": "Gestern",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "Beta deaktivieren",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "Erweitert",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Passwortstärke: Schwach",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Passwortstärke: Stark",
|
||||
"PREFERENCES": "Einstellungen",
|
||||
"LANGUAGE": "Sprache",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "nach einer Stunde",
|
||||
"DAY": "nach einem Tag",
|
||||
"WEEK": "nach 1 Woche",
|
||||
"MONTH": "nach einem Monat",
|
||||
"YEAR": "nach einem Jahr"
|
||||
},
|
||||
"COPY_LINK": "Link kopieren",
|
||||
"DONE": "Fertig",
|
||||
"LINK_SHARE_TITLE": "Oder einen Link teilen",
|
||||
"REMOVE_LINK": "Link entfernen",
|
||||
"CREATE_PUBLIC_SHARING": "Öffentlichen Link erstellen",
|
||||
"PUBLIC_LINK_CREATED": "Öffentlicher Link erstellt",
|
||||
"PUBLIC_LINK_ENABLED": "Öffentlicher Link aktiviert",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export gestartet",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "Export abgeschlossen",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Kontolöschung bestätigen",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "Weiter",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "Versteckt",
|
||||
"HIDE": "Ausblenden",
|
||||
"UNHIDE": "Einblenden",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "Sortieren nach",
|
||||
"NEWEST_FIRST": "Neueste zuerst",
|
||||
"OLDEST_FIRST": "Älteste zuerst",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "Diese Datei konnte nicht in der Vorschau angezeigt werden. Klicken Sie hier, um das Original herunterzuladen.",
|
||||
"SELECT_COLLECTION": "Album auswählen",
|
||||
"PIN_ALBUM": "Album anheften",
|
||||
"UNPIN_ALBUM": "Album lösen",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
644
apps/photos/public/locales/en-US/translation.json
Normal file
644
apps/photos/public/locales/en-US/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Welcome to <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -38,8 +38,8 @@
|
|||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generando claves de encriptación...",
|
||||
"PASSPHRASE_HINT": "Contraseña",
|
||||
"CONFIRM_PASSPHRASE": "Confirmar contraseña",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Las contraseñas no coinciden",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Esta es una característica del navegador destinada a los desarrolladores. Por favor, no copie y pegue código sin verificar aquí.",
|
||||
|
@ -79,7 +79,7 @@
|
|||
"DOWNLOAD_OPTION": "Descargar (D)",
|
||||
"DOWNLOAD_FAVORITES": "Descargar favoritos",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Descargar no categorizados",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copiar como PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Alternar pantalla completa (F)",
|
||||
"ZOOM_IN_OUT": "Acercar/alejar",
|
||||
|
@ -159,7 +159,7 @@
|
|||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Se renueva en {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina el {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Tu suscripción será cancelada el {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Ha excedido su cuota de almacenamiento, por favor <a>actualice</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Hemos recibido tu pago</p><p>¡Tu suscripción es válida hasta <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Tu compra ha sido cancelada, por favor inténtalo de nuevo si quieres suscribirte",
|
||||
|
@ -174,7 +174,7 @@
|
|||
"UPDATE_SUBSCRIPTION": "Cambiar de plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancelar suscripción",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Todos tus datos serán eliminados de nuestros servidores al final de este periodo de facturación.</p><p>¿Está seguro de que desea cancelar su suscripción?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "No se pudo cancelar la suscripción",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Suscripción cancelada correctamente",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivar la suscripción",
|
||||
|
@ -210,13 +210,13 @@
|
|||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Álbum",
|
||||
"LOCATION": "Localización",
|
||||
"CITY": "",
|
||||
"CITY": "Location",
|
||||
"DATE": "Fecha",
|
||||
"FILE_NAME": "Nombre del archivo",
|
||||
"THING": "Contenido",
|
||||
"FILE_CAPTION": "Descripción",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No hay recuerdos",
|
||||
"photos_count_one": "1 recuerdo",
|
||||
|
@ -239,14 +239,14 @@
|
|||
"CAPTION_PLACEHOLDER": "Añadir una descripción",
|
||||
"LOCATION": "Localización",
|
||||
"SHOW_ON_MAP": "Ver en OpenStreetMap",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Detalles",
|
||||
"VIEW_EXIF": "Ver todos los datos de EXIF",
|
||||
"NO_EXIF": "No hay datos EXIF",
|
||||
|
@ -313,8 +313,8 @@
|
|||
"MOVE_TO_COLLECTION": "Mover al álbum",
|
||||
"UNARCHIVE": "Desarchivar",
|
||||
"UNARCHIVE_COLLECTION": "Desarchivar álbum",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Mover",
|
||||
"ADD": "Añadir",
|
||||
"REMOVE": "Eliminar",
|
||||
|
@ -357,40 +357,40 @@
|
|||
"CAPTION_CHARACTER_LIMIT": "Máximo 5000 caracteres",
|
||||
"DATE_TIME_ORIGINAL": "EXIF: Fecha original",
|
||||
"DATE_TIME_DIGITIZED": "EXIF: Fecha Digitalizado",
|
||||
"METADATA_DATE": "",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Hora personalizada",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Reabrir planes",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Error al abrir los planes",
|
||||
"INSTALL": "Instalar",
|
||||
"SHARING_DETAILS": "Compartir detalles",
|
||||
"MODIFY_SHARING": "Modificar compartir",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Propietario",
|
||||
"COLLABORATORS": "Colaboradores",
|
||||
"ADD_MORE": "Añadir más",
|
||||
"VIEWERS": "",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "O elige uno existente",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - No Encontrado",
|
||||
"LINK_EXPIRED": "Enlace expirado",
|
||||
"LINK_EXPIRED_MESSAGE": "Este enlace ha caducado o ha sido desactivado!",
|
||||
|
@ -436,10 +436,10 @@
|
|||
"albums_other": "{{count}} álbumes",
|
||||
"ALL_ALBUMS": "Todos los álbumes",
|
||||
"ALBUMS": "Álbumes",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Ingrese el código de seis dígitos de su aplicación de autenticación a continuación.",
|
||||
"CREATE_ACCOUNT": "Crear cuenta",
|
||||
"COPIED": "Copiado",
|
||||
|
@ -543,10 +543,10 @@
|
|||
"PUBLIC_COLLECT_SUBTEXT": "Permitir a las personas con el enlace añadir fotos al álbum compartido.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success}} / {{progress.total}}</a> archivos exportados",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Exportar iniciando",
|
||||
"IN_PROGRESS": "Exportación ya en curso",
|
||||
|
@ -575,69 +575,70 @@
|
|||
"at": "a las",
|
||||
"AUTH_NEXT": "siguiente",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Descarga nuestra aplicación móvil para administrar tus secretos",
|
||||
"HIDDEN": "",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Ocultar",
|
||||
"UNHIDE": "Mostrar",
|
||||
"UNHIDE_TO_COLLECTION": "Hacer visible al álbum",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transformar",
|
||||
"COLORS": "Colores",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
644
apps/photos/public/locales/fa-IR/translation.json
Normal file
644
apps/photos/public/locales/fa-IR/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "به <a/> خوش آمدید",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "به <a/> خوش آمدید",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
644
apps/photos/public/locales/fi-FI/translation.json
Normal file
644
apps/photos/public/locales/fi-FI/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Welcome to <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -38,8 +38,8 @@
|
|||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Génération des clés de chiffrement...",
|
||||
"PASSPHRASE_HINT": "Mot de passe",
|
||||
"CONFIRM_PASSPHRASE": "Confirmer le mot de passe",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Les mots de passe ne correspondent pas",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Ceci est une fonction de navigateur dédiée aux développeurs. Veuillez ne pas copier-coller un code non vérifié à cet endroit.",
|
||||
|
@ -85,9 +85,9 @@
|
|||
"ZOOM_IN_OUT": "Zoom +/-",
|
||||
"PREVIOUS": "Précédent (←)",
|
||||
"NEXT": "Suivant (→)",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Chargez votre 1ere photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Importez vos dossiers",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Déposez pour sauvegarder vos fichiers",
|
||||
|
@ -159,7 +159,7 @@
|
|||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renouveler le {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Pris fin le {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Votre abonnement sera annulé le {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Vous avez dépassé votre quota de stockage, veuillez <a> mettre à niveau </a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Nous avons reçu votre paiement </p><p>Votre abonnement est valide jusqu'au <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Votre achat est annulé, veuillez réessayer si vous souhaitez vous abonner",
|
||||
|
@ -174,7 +174,7 @@
|
|||
"UPDATE_SUBSCRIPTION": "Changer de plan",
|
||||
"CANCEL_SUBSCRIPTION": "Annuler l'abonnement",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Toutes vos données seront supprimées de nos serveurs à la fin de cette période d'abonnement.</p><p>Voulez-vous vraiment annuler votre abonnement?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Échec lors de l'annulation de l'abonnement",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Votre abonnement a bien été annulé",
|
||||
"REACTIVATE_SUBSCRIPTION": "Réactiver l'abonnement",
|
||||
|
@ -210,7 +210,7 @@
|
|||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "l'album",
|
||||
"LOCATION": "Emplacement",
|
||||
"CITY": "",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "Nom de fichier",
|
||||
"THING": "Chose",
|
||||
|
@ -623,21 +623,22 @@
|
|||
"PHOTO_EDITOR": "Éditeur de photos",
|
||||
"FASTER_UPLOAD": "Chargements plus rapides",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Router les chargements vers les serveurs à proximité",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Éléments indexés",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
644
apps/photos/public/locales/it-IT/translation.json
Normal file
644
apps/photos/public/locales/it-IT/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backup privati</div><div>dei tuoi ricordi</div>",
|
||||
"HERO_SLIDE_1": "Crittografia end-to-end",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Salvati in modo sicuro</div><div>in un rifugio antiatomico</div>",
|
||||
"HERO_SLIDE_2": "Progettato per sopravvivere",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponibile</div><div> ovunque</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Accedi",
|
||||
"SIGN_UP": "Registrati",
|
||||
"NEW_USER": "Nuovo utente",
|
||||
"EXISTING_USER": "Accedi",
|
||||
"ENTER_NAME": "Inserisci il nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Aggiungi un nome in modo che i tuoi amici sappiano chi ringraziare per queste fantastiche foto!",
|
||||
"ENTER_EMAIL": "Inserisci l'indirizzo email",
|
||||
"EMAIL_ERROR": "Inserisci un indirizzo email valido",
|
||||
"REQUIRED": "Campo obbligatorio",
|
||||
"EMAIL_SENT": "Codice di verifica inviato a <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Controlla la tua casella di posta (e lo spam) per completare la verifica",
|
||||
"ENTER_OTT": "Codice di verifica",
|
||||
"RESEND_MAIL": "Reinvia codice",
|
||||
"VERIFY": "Verifica",
|
||||
"UNKNOWN_ERROR": "Qualcosa è andato storto, per favore riprova",
|
||||
"INVALID_CODE": "Codice di verifica non valido",
|
||||
"EXPIRED_CODE": "Il tuo codice di verifica è scaduto",
|
||||
"SENDING": "Invio in corso...",
|
||||
"SENT": "Inviato!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Inserisci la password per sbloccare l'album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Imposta una password",
|
||||
"VERIFY_PASSPHRASE": "Accedi",
|
||||
"INCORRECT_PASSPHRASE": "Password sbagliata",
|
||||
"ENTER_ENC_PASSPHRASE": "Inserisci una password per crittografare i tuoi dati",
|
||||
"PASSPHRASE_DISCLAIMER": "Non memorizziamo la tua password, quindi se la dimentichi, <strong>non saremo in grado di aiutarti </strong>a recuperare i tuoi dati senza una chiave di recupero.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Benvenuto su <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "Archiviazione e condivisione di foto crittografate end-to-end",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Dove vivono le tue migliori foto",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generazione delle chiavi di crittografia...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Conferma la password",
|
||||
"REFERRAL_CODE_HINT": "Come hai conosciuto Ente? (opzionale)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Le password non corrispondono",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Questa è una funzionalità del browser destinata agli sviluppatori. Non copiare né incollare codice non verificato qui.",
|
||||
"CREATE_COLLECTION": "Nuovo album",
|
||||
"ENTER_ALBUM_NAME": "Nome album",
|
||||
"CLOSE_OPTION": "Chiudi (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome del file",
|
||||
"CLOSE": "Chiudi",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nulla da vedere qui! 👀",
|
||||
"UPLOAD": "Carica",
|
||||
"IMPORT": "Importa",
|
||||
"ADD_PHOTOS": "Aggiungi foto",
|
||||
"ADD_MORE_PHOTOS": "Aggiungi altre foto",
|
||||
"add_photos_one": "Aggiungi elemento",
|
||||
"add_photos_other": "Aggiungi {{count, number}} elementi",
|
||||
"SELECT_PHOTOS": "Seleziona foto",
|
||||
"FILE_UPLOAD": "Carica file",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparazione all'upload",
|
||||
"1": "Lettura dei file metadati di google",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file metadati estratti",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file salvati",
|
||||
"4": "Annullamento dei caricamenti rimanenti",
|
||||
"5": "Backup completato"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "I seguenti file non sono stati caricati",
|
||||
"SUBSCRIPTION_EXPIRED": "Abbonamento scaduto",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Il tuo abbonamento è scaduto, per favore <a>rinnova</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Limite d'archiviazione superato",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "Il primo caricamento potrebbe richiedere del tempo",
|
||||
"USER_DOES_NOT_EXIST": "Purtroppo non abbiamo trovato nessun account con quell'indirizzo e-mail",
|
||||
"NO_ACCOUNT": "Non ho un account",
|
||||
"ACCOUNT_EXISTS": "Ho già un account",
|
||||
"CREATE": "Crea",
|
||||
"DOWNLOAD": "Scarica",
|
||||
"DOWNLOAD_OPTION": "Scarica (D)",
|
||||
"DOWNLOAD_FAVORITES": "Scarica i preferiti",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Scarica i file senza categoria",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Scarica gli elementi nascosti",
|
||||
"COPY_OPTION": "Copia come PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Attiva/disattiva schermo intero (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Precedente (←)",
|
||||
"NEXT": "Successivo (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Carica la tua prima foto",
|
||||
"IMPORT_YOUR_FOLDERS": "Importa una cartella",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Rilascia per eseguire il backup dei file",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Rilascia per aggiungere la cartella osservata",
|
||||
"TRASH_FILES_TITLE": "Elimina file?",
|
||||
"TRASH_FILE_TITLE": "Eliminare il file?",
|
||||
"DELETE_FILES_TITLE": "Eliminare immediatamente?",
|
||||
"DELETE_FILES_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"DELETE": "Cancella",
|
||||
"DELETE_OPTION": "Cancella (DEL)",
|
||||
"FAVORITE_OPTION": "Preferito (L)",
|
||||
"UNFAVORITE_OPTION": "Rimuovi dai preferiti (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Selezionate più cartelle",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Vuoi caricarli in",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Un album singolo",
|
||||
"OR": "o",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Album separati",
|
||||
"SESSION_EXPIRED_MESSAGE": "La sessione è scaduta. Per continuare, esegui nuovamente l'accesso",
|
||||
"SESSION_EXPIRED": "Sessione scaduta",
|
||||
"PASSWORD_GENERATION_FAILED": "Il tuo browser non è stato in grado di generare una chiave forte che soddisfa gli standard di crittografia ente, prova ad usare l'app per dispositivi mobili o un altro browser",
|
||||
"CHANGE_PASSWORD": "Cambia password",
|
||||
"GO_BACK": "Torna indietro",
|
||||
"RECOVERY_KEY": "Chiave di recupero",
|
||||
"SAVE_LATER": "Fallo più tardi",
|
||||
"SAVE": "Salva Chiave",
|
||||
"RECOVERY_KEY_DESCRIPTION": "Se dimentichi la tua password, l'unico modo per recuperare i tuoi dati è con questa chiave.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Impossibile generare il codice di recupero, riprova",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "Non memorizziamo questa chiave, quindi salvala in un luogo sicuro",
|
||||
"FORGOT_PASSWORD": "Password dimenticata",
|
||||
"RECOVER_ACCOUNT": "Recupera account",
|
||||
"RECOVERY_KEY_HINT": "Chiave di recupero",
|
||||
"RECOVER": "Recupera",
|
||||
"NO_RECOVERY_KEY": "Nessuna chiave di recupero?",
|
||||
"INCORRECT_RECOVERY_KEY": "Chiave di recupero errata",
|
||||
"SORRY": "Siamo spiacenti",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "A causa della natura del nostro protocollo di crittografia end-to-end, i tuoi dati non possono essere decifrati senza la tua password o chiave di ripristino",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Per favore invia un'email a <a>{{emailID}}</a> dal tuo indirizzo email registrato",
|
||||
"CONTACT_SUPPORT": "Contatta il supporto",
|
||||
"REQUEST_FEATURE": "Richiedi una funzionalità",
|
||||
"SUPPORT": "Supporto",
|
||||
"CONFIRM": "Conferma",
|
||||
"CANCEL": "Annulla",
|
||||
"LOGOUT": "Disconnettiti",
|
||||
"DELETE_ACCOUNT": "Elimina account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Per favore invia una email a <a>{{emailID}}</a> dal tuo indirizzo email registrato.</p><p>La tua richiesta verrà elaborata entro 72 ore.</p>",
|
||||
"LOGOUT_MESSAGE": "Sei sicuro di volerti disconnettere?",
|
||||
"CHANGE_EMAIL": "Cambia email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Operazione riuscita",
|
||||
"ERROR": "Errore",
|
||||
"MESSAGE": "Messaggio",
|
||||
"INSTALL_MOBILE_APP": "Installa la nostra app <a>Android</a> o <b>iOS</b> per eseguire il backup automatico di tutte le tue foto",
|
||||
"DOWNLOAD_APP_MESSAGE": "Siamo spiacenti, questa operazione è attualmente supportata solo sulla nostra app desktop",
|
||||
"DOWNLOAD_APP": "Scarica l'app per desktop",
|
||||
"EXPORT": "Esporta Dati",
|
||||
"SUBSCRIPTION": "Abbonamento",
|
||||
"SUBSCRIBE": "Iscriviti",
|
||||
"MANAGEMENT_PORTAL": "Gestisci i metodi di pagamento",
|
||||
"MANAGE_FAMILY_PORTAL": "Gestisci piano famiglia",
|
||||
"LEAVE_FAMILY_PLAN": "Abbandona il piano famiglia",
|
||||
"LEAVE": "Lascia",
|
||||
"LEAVE_FAMILY_CONFIRM": "Sei sicuro di voler uscire dal piano famiglia?",
|
||||
"CHOOSE_PLAN": "Scegli il tuo piano",
|
||||
"MANAGE_PLAN": "Gestisci il tuo abbonamento",
|
||||
"ACTIVE": "Attivo",
|
||||
"OFFLINE_MSG": "Sei offline, i ricordi memorizzati nella cache vengono mostrati",
|
||||
"FREE_SUBSCRIPTION_INFO": "Sei sul piano <strong>gratuito</strong> che scade il {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Fai parte di un piano famiglia gestito da",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Si rinnova il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Il tuo abbonamento verrà annullato il {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Hai superato la quota di archiviazione assegnata, si prega di aggiornare <a></a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Abbiamo ricevuto il tuo pagamento</p><p>Il tuo abbonamento è valido fino a <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Il tuo acquisto è stato annullato, riprova se vuoi iscriverti",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Acquisto abbonamento non riuscito, riprova",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "L'aggiornamento dell'abbonamento non è riuscito, riprova",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "Siamo spiacenti, il pagamento non è andato a buon fine quando abbiamo provato ad addebitare alla sua carta, la preghiamo di aggiornare il suo metodo di pagamento e riprovare",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "Non siamo in grado di autenticare il tuo metodo di pagamento. Per favore scegli un metodo di pagamento diverso e riprova",
|
||||
"UPDATE_PAYMENT_METHOD": "Aggiorna metodo di pagamento",
|
||||
"MONTHLY": "Mensile",
|
||||
"YEARLY": "Annuale",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sei sicuro di voler cambiare il piano?",
|
||||
"UPDATE_SUBSCRIPTION": "Cambia piano",
|
||||
"CANCEL_SUBSCRIPTION": "Annulla abbonamento",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Tutti i tuoi dati saranno cancellati dai nostri server alla fine di questo periodo di fatturazione.</p><p>Sei sicuro di voler annullare il tuo abbonamento?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Impossibile annullare l'abbonamento",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Abbonamento annullato con successo",
|
||||
"REACTIVATE_SUBSCRIPTION": "Riattiva abbonamento",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Una volta riattivato, ti verrà addebitato il valore di {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Iscrizione attivata con successo ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Grazie",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Annulla abbonamento mobile",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Per favore contattaci su <a>{{emailID}}</a> per gestire il tuo abbonamento",
|
||||
"RENAME": "Rinomina",
|
||||
"RENAME_FILE": "Rinomina file",
|
||||
"RENAME_COLLECTION": "Rinomina album",
|
||||
"DELETE_COLLECTION_TITLE": "Eliminare l'album?",
|
||||
"DELETE_COLLECTION": "Elimina album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Elimina foto",
|
||||
"KEEP_PHOTOS": "Mantieni foto",
|
||||
"SHARE": "Condividi",
|
||||
"SHARE_COLLECTION": "Condividi album",
|
||||
"SHAREES": "Condividi con",
|
||||
"SHARE_WITH_SELF": "Ops, non puoi condividere a te stesso",
|
||||
"ALREADY_SHARED": "Ops, lo stai già condividendo con {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Condividere gli album non è consentito",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "La condivisione è disabilitata per gli account free",
|
||||
"DOWNLOAD_COLLECTION": "Scarica album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Sei sicuro di volere scaricare l'album interamente?</p><p>Tutti i file saranno messi in coda per il download</p>",
|
||||
"CREATE_ALBUM_FAILED": "Operazione di creazione dell'album fallita, per favore riprova",
|
||||
"SEARCH": "Ricerca",
|
||||
"SEARCH_RESULTS": "Risultati della ricerca",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Posizione",
|
||||
"CITY": "Posizione",
|
||||
"DATE": "Data",
|
||||
"FILE_NAME": "Nome file",
|
||||
"THING": "Contenuto",
|
||||
"FILE_CAPTION": "Descrizione",
|
||||
"FILE_TYPE": "Tipo del file",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "Nessuna memoria",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Aggiungi all'album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "Questo video non può essere riprodotto nel tuo browser",
|
||||
"PEOPLE": "Persone",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "volti non identificati",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "testo",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "Nome file",
|
||||
"CAPTION_PLACEHOLDER": "Aggiungi una descrizione",
|
||||
"LOCATION": "Posizione",
|
||||
"SHOW_ON_MAP": "Guarda su OpenStreetMap",
|
||||
"MAP": "Mappa",
|
||||
"MAP_SETTINGS": "Impostazioni Mappa",
|
||||
"ENABLE_MAPS": "Attivare Mappa?",
|
||||
"ENABLE_MAP": "Attivare mappa",
|
||||
"DISABLE_MAPS": "Disattivare Mappa?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Due fattori",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Autenticazione a due fattori",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scansiona il codice QR qui sotto con la tua app di autenticazione preferita",
|
||||
"ENTER_CODE_MANUALLY": "Inserisci il codice manualmente",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Inserisci questo codice nella tua app di autenticazione preferita",
|
||||
"SCAN_QR_CODE": "Oppure scansiona il codice QR",
|
||||
"ENABLE_TWO_FACTOR": "Attiva due fattori",
|
||||
"ENABLE": "Attiva",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Codice errato",
|
||||
"TWO_FACTOR_INFO": "Aggiungi un ulteriore livello di sicurezza richiedendo più informazioni rispetto a email e password per eseguire l'accesso al tuo account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Esporta dati",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Invia OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email già in uso",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Caricamento fallito ",
|
||||
"SKIPPED_FILES": "Ignora caricamenti",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Caricamenti eseguiti con successo",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Video saltati",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In corso",
|
||||
"INPROGRESS_UPLOADS": "Caricamenti in corso",
|
||||
"TOO_LARGE_UPLOADS": "File pesanti",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Spazio insufficiente",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Questi file non sono stati caricati perché supererebbero la capacità massima del tuo piano di spazio d'archiviazione",
|
||||
"TOO_LARGE_INFO": "Questi file non sono stati caricati perché superano il nostro limite di pesantezza di un file",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archivio",
|
||||
"FAVORITES": "Preferiti",
|
||||
"ARCHIVE_COLLECTION": "Album archiviato",
|
||||
"ARCHIVE_SECTION_NAME": "Archivio",
|
||||
"ALL_SECTION_NAME": "Tutto",
|
||||
"MOVE_TO_COLLECTION": "Sposta nell'album",
|
||||
"UNARCHIVE": "Rimuovi dall'archivio",
|
||||
"UNARCHIVE_COLLECTION": "Rimuovi album dall'archivio",
|
||||
"HIDE_COLLECTION": "Nascondi album",
|
||||
"UNHIDE_COLLECTION": "Rimuovi album dai nascosti",
|
||||
"MOVE": "Sposta",
|
||||
"ADD": "Aggiungi",
|
||||
"REMOVE": "Rimuovi",
|
||||
"YES_REMOVE": "Sì, rimuovi",
|
||||
"REMOVE_FROM_COLLECTION": "Rimuovi dall'album",
|
||||
"TRASH": "Cestino",
|
||||
"MOVE_TO_TRASH": "Sposta nel cestino",
|
||||
"TRASH_FILES_MESSAGE": "Gli elementi selezionati verranno eliminati da tutti gli album e spostati nel cestino.",
|
||||
"TRASH_FILE_MESSAGE": "Il file verrà eliminato da tutti gli album e spostato nel cestino.",
|
||||
"DELETE_PERMANENTLY": "Elimina definitivamente",
|
||||
"RESTORE": "Ripristina",
|
||||
"RESTORE_TO_COLLECTION": "Ripristina nell'album",
|
||||
"EMPTY_TRASH": "Svuota il cestino",
|
||||
"EMPTY_TRASH_TITLE": "Vuoi svuotare il cestino?",
|
||||
"EMPTY_TRASH_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"LEAVE_SHARED_ALBUM": "Sì, esci",
|
||||
"LEAVE_ALBUM": "Abbandona l'album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Abbandonare l'album condiviso?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Meno recente",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Ultimo aggiornamento",
|
||||
"SORT_BY_NAME": "Nome",
|
||||
"COMPRESS_THUMBNAILS": "Comprimi miniature",
|
||||
"THUMBNAIL_REPLACED": "Miniature compresse",
|
||||
"FIX_THUMBNAIL": "Comprimi",
|
||||
"FIX_THUMBNAIL_LATER": "Comprimi più tardi",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Installa",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "Nessun partecipante",
|
||||
"participants_one": "1 partecipante",
|
||||
"participants_other": "{{count, number}} partecipanti",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Partecipanti",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Rimuovere?",
|
||||
"CONFIRM_REMOVE": "Sì, rimuovi",
|
||||
"MANAGE": "Gestisci",
|
||||
"ADDED_AS": "Aggiunto come",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Rimuovi partecipante",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - non trovato",
|
||||
"LINK_EXPIRED": "Link scaduto",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Cartella",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Album",
|
||||
"ALL_ALBUMS": "Tutti gli Album",
|
||||
"ALBUMS": "Album",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Crea account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "Tu",
|
||||
"FAMILY": "Famiglia",
|
||||
"FREE": "gratis",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "Ancora nessuna cartella aggiunta!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Cambia Cartella",
|
||||
"TWO_MONTHS_FREE": "Ottieni 2 mesi gratis sui piani annuali",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB per 1 anno",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Autenticati",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Oggi",
|
||||
"YESTERDAY": "Ieri",
|
||||
"NAME_PLACEHOLDER": "Nome...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Seleziona tema",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "Più dettagli",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Avanzate",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Sicurezza password: Debole",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Sicurezza password: Moderata",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Sicurezza password: Forte",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Lingua",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "dopo un'ora",
|
||||
"DAY": "dopo un giorno",
|
||||
"WEEK": "dopo una settimana",
|
||||
"MONTH": "dopo un mese",
|
||||
"YEAR": "dopo un anno"
|
||||
},
|
||||
"COPY_LINK": "Copia link",
|
||||
"DONE": "Fatto",
|
||||
"LINK_SHARE_TITLE": "O condividi un link",
|
||||
"REMOVE_LINK": "Rimuovi link",
|
||||
"CREATE_PUBLIC_SHARING": "Crea link pubblico",
|
||||
"PUBLIC_LINK_CREATED": "Link pubblick creato",
|
||||
"PUBLIC_LINK_ENABLED": "Link pubblico attivato",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Seleziona un motivo",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backup privati</div><div>dei tuoi ricordi</div>",
|
||||
"HERO_SLIDE_1": "Crittografia end-to-end",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Salvati in modo sicuro</div><div>in un rifugio antiatomico</div>",
|
||||
"HERO_SLIDE_2": "Progettato per sopravvivere",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponibile</div><div> ovunque</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Accedi",
|
||||
"SIGN_UP": "Registrati",
|
||||
"NEW_USER": "Nuovo utente",
|
||||
"EXISTING_USER": "Accedi",
|
||||
"ENTER_NAME": "Inserisci il nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Aggiungi un nome in modo che i tuoi amici sappiano chi ringraziare per queste fantastiche foto!",
|
||||
"ENTER_EMAIL": "Inserisci l'indirizzo email",
|
||||
"EMAIL_ERROR": "Inserisci un indirizzo email valido",
|
||||
"REQUIRED": "Campo obbligatorio",
|
||||
"EMAIL_SENT": "Codice di verifica inviato a <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Controlla la tua casella di posta (e lo spam) per completare la verifica",
|
||||
"ENTER_OTT": "Codice di verifica",
|
||||
"RESEND_MAIL": "Reinvia codice",
|
||||
"VERIFY": "Verifica",
|
||||
"UNKNOWN_ERROR": "Qualcosa è andato storto, per favore riprova",
|
||||
"INVALID_CODE": "Codice di verifica non valido",
|
||||
"EXPIRED_CODE": "Il tuo codice di verifica è scaduto",
|
||||
"SENDING": "Invio in corso...",
|
||||
"SENT": "Inviato!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Inserisci la password per sbloccare l'album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Imposta una password",
|
||||
"VERIFY_PASSPHRASE": "Accedi",
|
||||
"INCORRECT_PASSPHRASE": "Password sbagliata",
|
||||
"ENTER_ENC_PASSPHRASE": "Inserisci una password per crittografare i tuoi dati",
|
||||
"PASSPHRASE_DISCLAIMER": "Non memorizziamo la tua password, quindi se la dimentichi, <strong>non saremo in grado di aiutarti </strong>a recuperare i tuoi dati senza una chiave di recupero.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Benvenuto su <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "Archiviazione e condivisione di foto crittografate end-to-end",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Dove vivono le tue migliori foto",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generazione delle chiavi di crittografia...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Conferma la password",
|
||||
"REFERRAL_CODE_HINT": "Come hai conosciuto Ente? (opzionale)",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "Le password non corrispondono",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "Questa è una funzionalità del browser destinata agli sviluppatori. Non copiare né incollare codice non verificato qui.",
|
||||
"CREATE_COLLECTION": "Nuovo album",
|
||||
"ENTER_ALBUM_NAME": "Nome album",
|
||||
"CLOSE_OPTION": "Chiudi (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome del file",
|
||||
"CLOSE": "Chiudi",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nulla da vedere qui! 👀",
|
||||
"UPLOAD": "Carica",
|
||||
"IMPORT": "Importa",
|
||||
"ADD_PHOTOS": "Aggiungi foto",
|
||||
"ADD_MORE_PHOTOS": "Aggiungi altre foto",
|
||||
"add_photos_one": "Aggiungi elemento",
|
||||
"add_photos_other": "Aggiungi {{count, number}} elementi",
|
||||
"SELECT_PHOTOS": "Seleziona foto",
|
||||
"FILE_UPLOAD": "Carica file",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparazione all'upload",
|
||||
"1": "Lettura dei file metadati di google",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file metadati estratti",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} file salvati",
|
||||
"4": "Annullamento dei caricamenti rimanenti",
|
||||
"5": "Backup completato"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "I seguenti file non sono stati caricati",
|
||||
"SUBSCRIPTION_EXPIRED": "Abbonamento scaduto",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Il tuo abbonamento è scaduto, per favore <a>rinnova</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Limite d'archiviazione superato",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "Il primo caricamento potrebbe richiedere del tempo",
|
||||
"USER_DOES_NOT_EXIST": "Purtroppo non abbiamo trovato nessun account con quell'indirizzo e-mail",
|
||||
"NO_ACCOUNT": "Non ho un account",
|
||||
"ACCOUNT_EXISTS": "Ho già un account",
|
||||
"CREATE": "Crea",
|
||||
"DOWNLOAD": "Scarica",
|
||||
"DOWNLOAD_OPTION": "Scarica (D)",
|
||||
"DOWNLOAD_FAVORITES": "Scarica i preferiti",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Scarica i file senza categoria",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Scarica gli elementi nascosti",
|
||||
"COPY_OPTION": "Copia come PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Attiva/disattiva schermo intero (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Precedente (←)",
|
||||
"NEXT": "Successivo (→)",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "Carica la tua prima foto",
|
||||
"IMPORT_YOUR_FOLDERS": "Importa una cartella",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Rilascia per eseguire il backup dei file",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Rilascia per aggiungere la cartella osservata",
|
||||
"TRASH_FILES_TITLE": "Elimina file?",
|
||||
"TRASH_FILE_TITLE": "Eliminare il file?",
|
||||
"DELETE_FILES_TITLE": "Eliminare immediatamente?",
|
||||
"DELETE_FILES_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"DELETE": "Cancella",
|
||||
"DELETE_OPTION": "Cancella (DEL)",
|
||||
"FAVORITE_OPTION": "Preferito (L)",
|
||||
"UNFAVORITE_OPTION": "Rimuovi dai preferiti (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Selezionate più cartelle",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Vuoi caricarli in",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Un album singolo",
|
||||
"OR": "o",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Album separati",
|
||||
"SESSION_EXPIRED_MESSAGE": "La sessione è scaduta. Per continuare, esegui nuovamente l'accesso",
|
||||
"SESSION_EXPIRED": "Sessione scaduta",
|
||||
"PASSWORD_GENERATION_FAILED": "Il tuo browser non è stato in grado di generare una chiave forte che soddisfa gli standard di crittografia ente, prova ad usare l'app per dispositivi mobili o un altro browser",
|
||||
"CHANGE_PASSWORD": "Cambia password",
|
||||
"GO_BACK": "Torna indietro",
|
||||
"RECOVERY_KEY": "Chiave di recupero",
|
||||
"SAVE_LATER": "Fallo più tardi",
|
||||
"SAVE": "Salva Chiave",
|
||||
"RECOVERY_KEY_DESCRIPTION": "Se dimentichi la tua password, l'unico modo per recuperare i tuoi dati è con questa chiave.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Impossibile generare il codice di recupero, riprova",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "Non memorizziamo questa chiave, quindi salvala in un luogo sicuro",
|
||||
"FORGOT_PASSWORD": "Password dimenticata",
|
||||
"RECOVER_ACCOUNT": "Recupera account",
|
||||
"RECOVERY_KEY_HINT": "Chiave di recupero",
|
||||
"RECOVER": "Recupera",
|
||||
"NO_RECOVERY_KEY": "Nessuna chiave di recupero?",
|
||||
"INCORRECT_RECOVERY_KEY": "Chiave di recupero errata",
|
||||
"SORRY": "Siamo spiacenti",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "A causa della natura del nostro protocollo di crittografia end-to-end, i tuoi dati non possono essere decifrati senza la tua password o chiave di ripristino",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Per favore invia un'email a <a>{{emailID}}</a> dal tuo indirizzo email registrato",
|
||||
"CONTACT_SUPPORT": "Contatta il supporto",
|
||||
"REQUEST_FEATURE": "Richiedi una funzionalità",
|
||||
"SUPPORT": "Supporto",
|
||||
"CONFIRM": "Conferma",
|
||||
"CANCEL": "Annulla",
|
||||
"LOGOUT": "Disconnettiti",
|
||||
"DELETE_ACCOUNT": "Elimina account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Per favore invia una email a <a>{{emailID}}</a> dal tuo indirizzo email registrato.</p><p>La tua richiesta verrà elaborata entro 72 ore.</p>",
|
||||
"LOGOUT_MESSAGE": "Sei sicuro di volerti disconnettere?",
|
||||
"CHANGE_EMAIL": "Cambia email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Operazione riuscita",
|
||||
"ERROR": "Errore",
|
||||
"MESSAGE": "Messaggio",
|
||||
"INSTALL_MOBILE_APP": "Installa la nostra app <a>Android</a> o <b>iOS</b> per eseguire il backup automatico di tutte le tue foto",
|
||||
"DOWNLOAD_APP_MESSAGE": "Siamo spiacenti, questa operazione è attualmente supportata solo sulla nostra app desktop",
|
||||
"DOWNLOAD_APP": "Scarica l'app per desktop",
|
||||
"EXPORT": "Esporta Dati",
|
||||
"SUBSCRIPTION": "Abbonamento",
|
||||
"SUBSCRIBE": "Iscriviti",
|
||||
"MANAGEMENT_PORTAL": "Gestisci i metodi di pagamento",
|
||||
"MANAGE_FAMILY_PORTAL": "Gestisci piano famiglia",
|
||||
"LEAVE_FAMILY_PLAN": "Abbandona il piano famiglia",
|
||||
"LEAVE": "Lascia",
|
||||
"LEAVE_FAMILY_CONFIRM": "Sei sicuro di voler uscire dal piano famiglia?",
|
||||
"CHOOSE_PLAN": "Scegli il tuo piano",
|
||||
"MANAGE_PLAN": "Gestisci il tuo abbonamento",
|
||||
"ACTIVE": "Attivo",
|
||||
"OFFLINE_MSG": "Sei offline, i ricordi memorizzati nella cache vengono mostrati",
|
||||
"FREE_SUBSCRIPTION_INFO": "Sei sul piano <strong>gratuito</strong> che scade il {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Fai parte di un piano famiglia gestito da",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Si rinnova il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina il {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Il tuo abbonamento verrà annullato il {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Hai superato la quota di archiviazione assegnata, si prega di aggiornare <a></a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Abbiamo ricevuto il tuo pagamento</p><p>Il tuo abbonamento è valido fino a <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Il tuo acquisto è stato annullato, riprova se vuoi iscriverti",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Acquisto abbonamento non riuscito, riprova",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "L'aggiornamento dell'abbonamento non è riuscito, riprova",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "Siamo spiacenti, il pagamento non è andato a buon fine quando abbiamo provato ad addebitare alla sua carta, la preghiamo di aggiornare il suo metodo di pagamento e riprovare",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "Non siamo in grado di autenticare il tuo metodo di pagamento. Per favore scegli un metodo di pagamento diverso e riprova",
|
||||
"UPDATE_PAYMENT_METHOD": "Aggiorna metodo di pagamento",
|
||||
"MONTHLY": "Mensile",
|
||||
"YEARLY": "Annuale",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Sei sicuro di voler cambiare il piano?",
|
||||
"UPDATE_SUBSCRIPTION": "Cambia piano",
|
||||
"CANCEL_SUBSCRIPTION": "Annulla abbonamento",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Tutti i tuoi dati saranno cancellati dai nostri server alla fine di questo periodo di fatturazione.</p><p>Sei sicuro di voler annullare il tuo abbonamento?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Impossibile annullare l'abbonamento",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Abbonamento annullato con successo",
|
||||
"REACTIVATE_SUBSCRIPTION": "Riattiva abbonamento",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Una volta riattivato, ti verrà addebitato il valore di {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Iscrizione attivata con successo ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Grazie",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Annulla abbonamento mobile",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Per favore contattaci su <a>{{emailID}}</a> per gestire il tuo abbonamento",
|
||||
"RENAME": "Rinomina",
|
||||
"RENAME_FILE": "Rinomina file",
|
||||
"RENAME_COLLECTION": "Rinomina album",
|
||||
"DELETE_COLLECTION_TITLE": "Eliminare l'album?",
|
||||
"DELETE_COLLECTION": "Elimina album",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "Elimina foto",
|
||||
"KEEP_PHOTOS": "Mantieni foto",
|
||||
"SHARE": "Condividi",
|
||||
"SHARE_COLLECTION": "Condividi album",
|
||||
"SHAREES": "Condividi con",
|
||||
"SHARE_WITH_SELF": "Ops, non puoi condividere a te stesso",
|
||||
"ALREADY_SHARED": "Ops, lo stai già condividendo con {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Condividere gli album non è consentito",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "La condivisione è disabilitata per gli account free",
|
||||
"DOWNLOAD_COLLECTION": "Scarica album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Sei sicuro di volere scaricare l'album interamente?</p><p>Tutti i file saranno messi in coda per il download</p>",
|
||||
"CREATE_ALBUM_FAILED": "Operazione di creazione dell'album fallita, per favore riprova",
|
||||
"SEARCH": "Ricerca",
|
||||
"SEARCH_RESULTS": "Risultati della ricerca",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Posizione",
|
||||
"CITY": "Posizione",
|
||||
"DATE": "Data",
|
||||
"FILE_NAME": "Nome file",
|
||||
"THING": "Contenuto",
|
||||
"FILE_CAPTION": "Descrizione",
|
||||
"FILE_TYPE": "Tipo del file",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "Nessuna memoria",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "Aggiungi all'album",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "Questo video non può essere riprodotto nel tuo browser",
|
||||
"PEOPLE": "Persone",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "volti non identificati",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "testo",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "Nome file",
|
||||
"CAPTION_PLACEHOLDER": "Aggiungi una descrizione",
|
||||
"LOCATION": "Posizione",
|
||||
"SHOW_ON_MAP": "Guarda su OpenStreetMap",
|
||||
"MAP": "Mappa",
|
||||
"MAP_SETTINGS": "Impostazioni Mappa",
|
||||
"ENABLE_MAPS": "Attivare Mappa?",
|
||||
"ENABLE_MAP": "Attivare mappa",
|
||||
"DISABLE_MAPS": "Disattivare Mappa?",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Due fattori",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Autenticazione a due fattori",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scansiona il codice QR qui sotto con la tua app di autenticazione preferita",
|
||||
"ENTER_CODE_MANUALLY": "Inserisci il codice manualmente",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Inserisci questo codice nella tua app di autenticazione preferita",
|
||||
"SCAN_QR_CODE": "Oppure scansiona il codice QR",
|
||||
"ENABLE_TWO_FACTOR": "Attiva due fattori",
|
||||
"ENABLE": "Attiva",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "Codice errato",
|
||||
"TWO_FACTOR_INFO": "Aggiungi un ulteriore livello di sicurezza richiedendo più informazioni rispetto a email e password per eseguire l'accesso al tuo account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "Esporta dati",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "Invia OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email già in uso",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "Caricamento fallito ",
|
||||
"SKIPPED_FILES": "Ignora caricamenti",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "Caricamenti eseguiti con successo",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "Video saltati",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In corso",
|
||||
"INPROGRESS_UPLOADS": "Caricamenti in corso",
|
||||
"TOO_LARGE_UPLOADS": "File pesanti",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Spazio insufficiente",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Questi file non sono stati caricati perché supererebbero la capacità massima del tuo piano di spazio d'archiviazione",
|
||||
"TOO_LARGE_INFO": "Questi file non sono stati caricati perché superano il nostro limite di pesantezza di un file",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "Archivio",
|
||||
"FAVORITES": "Preferiti",
|
||||
"ARCHIVE_COLLECTION": "Album archiviato",
|
||||
"ARCHIVE_SECTION_NAME": "Archivio",
|
||||
"ALL_SECTION_NAME": "Tutto",
|
||||
"MOVE_TO_COLLECTION": "Sposta nell'album",
|
||||
"UNARCHIVE": "Rimuovi dall'archivio",
|
||||
"UNARCHIVE_COLLECTION": "Rimuovi album dall'archivio",
|
||||
"HIDE_COLLECTION": "Nascondi album",
|
||||
"UNHIDE_COLLECTION": "Rimuovi album dai nascosti",
|
||||
"MOVE": "Sposta",
|
||||
"ADD": "Aggiungi",
|
||||
"REMOVE": "Rimuovi",
|
||||
"YES_REMOVE": "Sì, rimuovi",
|
||||
"REMOVE_FROM_COLLECTION": "Rimuovi dall'album",
|
||||
"TRASH": "Cestino",
|
||||
"MOVE_TO_TRASH": "Sposta nel cestino",
|
||||
"TRASH_FILES_MESSAGE": "Gli elementi selezionati verranno eliminati da tutti gli album e spostati nel cestino.",
|
||||
"TRASH_FILE_MESSAGE": "Il file verrà eliminato da tutti gli album e spostato nel cestino.",
|
||||
"DELETE_PERMANENTLY": "Elimina definitivamente",
|
||||
"RESTORE": "Ripristina",
|
||||
"RESTORE_TO_COLLECTION": "Ripristina nell'album",
|
||||
"EMPTY_TRASH": "Svuota il cestino",
|
||||
"EMPTY_TRASH_TITLE": "Vuoi svuotare il cestino?",
|
||||
"EMPTY_TRASH_MESSAGE": "I file selezionati verranno eliminati definitivamente dal tuo account ente.",
|
||||
"LEAVE_SHARED_ALBUM": "Sì, esci",
|
||||
"LEAVE_ALBUM": "Abbandona l'album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Abbandonare l'album condiviso?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Meno recente",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Ultimo aggiornamento",
|
||||
"SORT_BY_NAME": "Nome",
|
||||
"COMPRESS_THUMBNAILS": "Comprimi miniature",
|
||||
"THUMBNAIL_REPLACED": "Miniature compresse",
|
||||
"FIX_THUMBNAIL": "Comprimi",
|
||||
"FIX_THUMBNAIL_LATER": "Comprimi più tardi",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "Installa",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "Nessun partecipante",
|
||||
"participants_one": "1 partecipante",
|
||||
"participants_other": "{{count, number}} partecipanti",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "Partecipanti",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "Rimuovere?",
|
||||
"CONFIRM_REMOVE": "Sì, rimuovi",
|
||||
"MANAGE": "Gestisci",
|
||||
"ADDED_AS": "Aggiunto come",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Rimuovi partecipante",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "404 - non trovato",
|
||||
"LINK_EXPIRED": "Link scaduto",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "Cartella",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Album",
|
||||
"ALL_ALBUMS": "Tutti gli Album",
|
||||
"ALBUMS": "Album",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "Crea account",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "Tu",
|
||||
"FAMILY": "Famiglia",
|
||||
"FREE": "gratis",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "Ancora nessuna cartella aggiunta!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "Cambia Cartella",
|
||||
"TWO_MONTHS_FREE": "Ottieni 2 mesi gratis sui piani annuali",
|
||||
"GB": "GB",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB per 1 anno",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "Autenticati",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "Oggi",
|
||||
"YESTERDAY": "Ieri",
|
||||
"NAME_PLACEHOLDER": "Nome...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "Seleziona tema",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "Più dettagli",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "Avanzate",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Sicurezza password: Debole",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Sicurezza password: Moderata",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Sicurezza password: Forte",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "Lingua",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "dopo un'ora",
|
||||
"DAY": "dopo un giorno",
|
||||
"WEEK": "dopo una settimana",
|
||||
"MONTH": "dopo un mese",
|
||||
"YEAR": "dopo un anno"
|
||||
},
|
||||
"COPY_LINK": "Copia link",
|
||||
"DONE": "Fatto",
|
||||
"LINK_SHARE_TITLE": "O condividi un link",
|
||||
"REMOVE_LINK": "Rimuovi link",
|
||||
"CREATE_PUBLIC_SHARING": "Crea link pubblico",
|
||||
"PUBLIC_LINK_CREATED": "Link pubblick creato",
|
||||
"PUBLIC_LINK_ENABLED": "Link pubblico attivato",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Seleziona un motivo",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -625,18 +625,19 @@
|
|||
"FASTER_UPLOAD_DESCRIPTION": "Uploaden door nabije servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magische Zoekfunctie Status",
|
||||
"INDEXED_ITEMS": "Geïndexeerde bestanden",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache map",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Losse hand",
|
||||
"APPLY_CROP": "Bijsnijden toepassen",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "Tenminste één transformatie of kleuraanpassing moet worden uitgevoerd voordat u opslaat."
|
644
apps/photos/public/locales/pt-BR/translation.json
Normal file
644
apps/photos/public/locales/pt-BR/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backups privados</div><div>para as suas memórias</div>",
|
||||
"HERO_SLIDE_1": "Criptografia de ponta a ponta por padrão",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Armazenado com segurança</div><div>em um abrigo avançado</div>",
|
||||
"HERO_SLIDE_2": "Feito para ter logenvidade",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponível</div><div> em qualquer lugar</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Entrar",
|
||||
"SIGN_UP": "Registrar",
|
||||
"NEW_USER": "Novo no ente",
|
||||
"EXISTING_USER": "Utilizador existente",
|
||||
"ENTER_NAME": "Insira o nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Adicione um nome para que os seus amigos saibam a quem agradecer por estas ótimas fotos!",
|
||||
"ENTER_EMAIL": "Insira o endereço de e-mail",
|
||||
"EMAIL_ERROR": "Inserir um endereço de e-mail válido",
|
||||
"REQUIRED": "Obrigatório",
|
||||
"EMAIL_SENT": "Código de verificação enviado para <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Verifique a sua caixa de entrada (e spam) para concluir a verificação",
|
||||
"ENTER_OTT": "Código de verificação",
|
||||
"RESEND_MAIL": "Reenviar código",
|
||||
"VERIFY": "Verificar",
|
||||
"UNKNOWN_ERROR": "Ocorreu um erro. Tente novamente",
|
||||
"INVALID_CODE": "Código de verificação inválido",
|
||||
"EXPIRED_CODE": "O seu código de verificação expirou",
|
||||
"SENDING": "Enviando...",
|
||||
"SENT": "Enviado!",
|
||||
"PASSWORD": "Senha",
|
||||
"LINK_PASSWORD": "Insira a senha para desbloquear o álbum",
|
||||
"RETURN_PASSPHRASE_HINT": "Senha",
|
||||
"SET_PASSPHRASE": "Definir senha",
|
||||
"VERIFY_PASSPHRASE": "Iniciar sessão",
|
||||
"INCORRECT_PASSPHRASE": "Palavra-passe incorreta",
|
||||
"ENTER_ENC_PASSPHRASE": "Por favor, digite uma senha que podemos usar para criptografar seus dados",
|
||||
"PASSPHRASE_DISCLAIMER": "Não armazenamos sua senha, portanto, se você esquecê-la, <strong>não poderemos ajudar</strong>na recuperação de seus dados sem uma chave de recuperação.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Bem-vindo ao <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "Armazenamento criptografado de ponta a ponta de fotos e compartilhamento",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Onde suas melhores fotos vivem",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Gerando chaves de criptografia...",
|
||||
"PASSPHRASE_HINT": "Senha",
|
||||
"CONFIRM_PASSPHRASE": "Confirmar senha",
|
||||
"REFERRAL_CODE_HINT": "Como você ouviu sobre o Ente? (opcional)",
|
||||
"REFERRAL_INFO": "Não rastreamos instalações do aplicativo. Seria útil se você nos contasse onde nos encontrou!",
|
||||
"PASSPHRASE_MATCH_ERROR": "As senhas não coincidem",
|
||||
"CONSOLE_WARNING_STOP": "PARAR!",
|
||||
"CONSOLE_WARNING_DESC": "Este é um recurso de navegador destinado a desenvolvedores. Por favor, não copie e cole o código não confirmado aqui.",
|
||||
"CREATE_COLLECTION": "Novo álbum",
|
||||
"ENTER_ALBUM_NAME": "Nome do álbum",
|
||||
"CLOSE_OPTION": "Fechar (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome do arquivo",
|
||||
"CLOSE": "Fechar",
|
||||
"NO": "Não",
|
||||
"NOTHING_HERE": "Nada para ver aqui! 👀",
|
||||
"UPLOAD": "Enviar",
|
||||
"IMPORT": "Importar",
|
||||
"ADD_PHOTOS": "Adicionar fotos",
|
||||
"ADD_MORE_PHOTOS": "Adicionar mais fotos",
|
||||
"add_photos_one": "Adicionar item",
|
||||
"add_photos_other": "Adicionar {{count, number}} itens",
|
||||
"SELECT_PHOTOS": "Selecionar fotos",
|
||||
"FILE_UPLOAD": "Envio de Arquivo",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparando para enviar",
|
||||
"1": "Lendo arquivos de metadados do google",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} metadados dos arquivos extraídos",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} arquivos processados",
|
||||
"4": "Cancelando envios restante",
|
||||
"5": "Backup concluído"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "Os seguintes arquivos não foram enviados",
|
||||
"SUBSCRIPTION_EXPIRED": "Assinatura expirada",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Sua assinatura expirou, por favor <a>renove-a</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Limite de armazenamento excedido",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "Primeiro carregamento pode levar algum tempo",
|
||||
"USER_DOES_NOT_EXIST": "Desculpe, não foi possível encontrar um usuário com este e-mail",
|
||||
"NO_ACCOUNT": "Não possui uma conta",
|
||||
"ACCOUNT_EXISTS": "Já possui uma conta",
|
||||
"CREATE": "Criar",
|
||||
"DOWNLOAD": "Baixar",
|
||||
"DOWNLOAD_OPTION": "Baixar (D)",
|
||||
"DOWNLOAD_FAVORITES": "Baixar favoritos",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Baixar não categorizado",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Baixar itens ocultos",
|
||||
"COPY_OPTION": "Copiar como PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Mudar para tela cheia (F)",
|
||||
"ZOOM_IN_OUT": "Ampliar/Reduzir",
|
||||
"PREVIOUS": "Anterior (←)",
|
||||
"NEXT": "Próximo (→)",
|
||||
"TITLE_PHOTOS": "Ente Fotos",
|
||||
"TITLE_ALBUMS": "Ente Fotos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Envie sua primeira foto",
|
||||
"IMPORT_YOUR_FOLDERS": "Importar suas pastas",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Arraste para salvar seus arquivos",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Arraste para adicionar pasta monitorada",
|
||||
"TRASH_FILES_TITLE": "Excluir arquivos?",
|
||||
"TRASH_FILE_TITLE": "Excluir arquivo?",
|
||||
"DELETE_FILES_TITLE": "Excluir imediatamente?",
|
||||
"DELETE_FILES_MESSAGE": "Os arquivos selecionados serão excluídos permanentemente da sua conta ente.",
|
||||
"DELETE": "Excluir",
|
||||
"DELETE_OPTION": "Excluir (DEL)",
|
||||
"FAVORITE_OPTION": "Favorito (L)",
|
||||
"UNFAVORITE_OPTION": "Remover Favorito (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Várias pastas detectadas",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Gostaria de enviá-los para",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "Um único álbum",
|
||||
"OR": "ou",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Álbuns separados",
|
||||
"SESSION_EXPIRED_MESSAGE": "A sua sessão expirou. Por favor inicie sessão novamente para continuar",
|
||||
"SESSION_EXPIRED": "Sessão expirada",
|
||||
"PASSWORD_GENERATION_FAILED": "Seu navegador foi incapaz de gerar uma chave forte que atende aos padrões de criptografia, por favor, tente usar o aplicativo móvel ou outro navegador",
|
||||
"CHANGE_PASSWORD": "Alterar senha",
|
||||
"GO_BACK": "Voltar",
|
||||
"RECOVERY_KEY": "Chave de recuperação",
|
||||
"SAVE_LATER": "Fazer isso mais tarde",
|
||||
"SAVE": "Salvar Chave",
|
||||
"RECOVERY_KEY_DESCRIPTION": "Caso você esqueça sua senha, a única maneira de recuperar seus dados é com essa chave.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Não foi possível gerar o código de recuperação, tente novamente",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "Não armazenamos essa chave, por favor, salve essa chave de palavras em um lugar seguro",
|
||||
"FORGOT_PASSWORD": "Esqueci a senha",
|
||||
"RECOVER_ACCOUNT": "Recuperar conta",
|
||||
"RECOVERY_KEY_HINT": "Chave de recuperação",
|
||||
"RECOVER": "Recuperar",
|
||||
"NO_RECOVERY_KEY": "Não possui a chave de recuperação?",
|
||||
"INCORRECT_RECOVERY_KEY": "Chave de recuperação incorreta",
|
||||
"SORRY": "Desculpe",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Devido à natureza do nosso protocolo de criptografia de ponta a ponta, seus dados não podem ser descriptografados sem sua senha ou chave de recuperação",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Por favor, envie um e-mail para <a>{{emailID}}<a> a partir do seu endereço de e-mail registrado",
|
||||
"CONTACT_SUPPORT": "Falar com o suporte",
|
||||
"REQUEST_FEATURE": "Solicitar Funcionalidade",
|
||||
"SUPPORT": "Suporte",
|
||||
"CONFIRM": "Confirmar",
|
||||
"CANCEL": "Cancelar",
|
||||
"LOGOUT": "Encerrar sessão",
|
||||
"DELETE_ACCOUNT": "Excluir conta",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Por favor, envie um e-mail para <a>{{emailID}}</a> a partir do seu endereço de e-mail registrado.</p><p>Seu pedido será processado dentro de 72 horas.</p>",
|
||||
"LOGOUT_MESSAGE": "Você tem certeza que deseja encerrar a sessão?",
|
||||
"CHANGE_EMAIL": "Mudar e-mail",
|
||||
"OK": "Aceitar",
|
||||
"SUCCESS": "Bem-sucedido",
|
||||
"ERROR": "Erro",
|
||||
"MESSAGE": "Mensagem",
|
||||
"INSTALL_MOBILE_APP": "Instale nosso aplicativo <a>Android</a> ou <b>iOS</b> para fazer backup automático de todas as suas fotos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Desculpe, esta operação só é suportada em nosso aplicativo para computador",
|
||||
"DOWNLOAD_APP": "Baixar aplicativo para computador",
|
||||
"EXPORT": "Exportar dados",
|
||||
"SUBSCRIPTION": "Assinatura",
|
||||
"SUBSCRIBE": "Assinar",
|
||||
"MANAGEMENT_PORTAL": "Gerenciar métodos de pagamento",
|
||||
"MANAGE_FAMILY_PORTAL": "Gerenciar Família",
|
||||
"LEAVE_FAMILY_PLAN": "Sair do plano familiar",
|
||||
"LEAVE": "Sair",
|
||||
"LEAVE_FAMILY_CONFIRM": "Tem certeza que deseja sair do plano familiar?",
|
||||
"CHOOSE_PLAN": "Escolha seu plano",
|
||||
"MANAGE_PLAN": "Gerenciar sua assinatura",
|
||||
"ACTIVE": "Ativo",
|
||||
"OFFLINE_MSG": "Você está offline, memórias em cache estão sendo mostradas",
|
||||
"FREE_SUBSCRIPTION_INFO": "Você está no plano <strong>gratuito</strong> que expira em {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "Você está em um plano familiar gerenciado por",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renovações em {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Termina em {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Sua assinatura será cancelada em {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Seu complemento {{storage, string}} é válido até o dia {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "Você excedeu sua cota de armazenamento, por favor <a>atualize</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>Recebemos o seu pagamento</p><p>Sua assinatura é válida até <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Sua compra foi cancelada, por favor, tente novamente se quiser assinar",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Falha na compra de assinatura, tente novamente",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Falha ao atualizar assinatura, tente novamente",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "Desculpe-nos, o pagamento falhou quando tentamos cobrar o seu cartão, por favor atualize seu método de pagamento e tente novamente",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "Não foi possível autenticar seu método de pagamento. Por favor, escolha outro método de pagamento e tente novamente",
|
||||
"UPDATE_PAYMENT_METHOD": "Atualizar forma de pagamento",
|
||||
"MONTHLY": "Mensal",
|
||||
"YEARLY": "Anual",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Tem certeza que deseja trocar de plano?",
|
||||
"UPDATE_SUBSCRIPTION": "Mudar de plano",
|
||||
"CANCEL_SUBSCRIPTION": "Cancelar assinatura",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>Todos os seus dados serão excluídos dos nossos servidores no final deste período de cobrança.</p><p>Você tem certeza que deseja cancelar sua assinatura?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Tem certeza que deseja cancelar sua assinatura?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Falha ao cancelar a assinatura",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Assinatura cancelada com sucesso",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reativar assinatura",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Uma vez reativado, você será cobrado em {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Assinatura ativada com sucesso ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Falha ao reativar as renovações de assinaturas",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Obrigado",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancelar assinatura móvel",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Por favor, cancele sua assinatura do aplicativo móvel para ativar uma assinatura aqui",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Entre em contato com <a>{{emailID}}</a> para gerenciar sua assinatura",
|
||||
"RENAME": "Renomear",
|
||||
"RENAME_FILE": "Renomear arquivo",
|
||||
"RENAME_COLLECTION": "Renomear álbum",
|
||||
"DELETE_COLLECTION_TITLE": "Excluir álbum?",
|
||||
"DELETE_COLLECTION": "Excluir álbum",
|
||||
"DELETE_COLLECTION_MESSAGE": "Também excluir as fotos (e vídeos) presentes neste álbum de <a>todos os</a> outros álbuns dos quais eles fazem parte?",
|
||||
"DELETE_PHOTOS": "Excluir fotos",
|
||||
"KEEP_PHOTOS": "Manter fotos",
|
||||
"SHARE": "Compartilhar",
|
||||
"SHARE_COLLECTION": "Compartilhar álbum",
|
||||
"SHAREES": "Compartilhado com",
|
||||
"SHARE_WITH_SELF": "Você não pode compartilhar consigo mesmo",
|
||||
"ALREADY_SHARED": "Ops, você já está compartilhando isso com {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Álbum compartilhado não permitido",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Compartilhamento está desabilitado para contas gratuitas",
|
||||
"DOWNLOAD_COLLECTION": "Baixar álbum",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Tem certeza que deseja baixar o álbum completo?</p><p>Todos os arquivos serão colocados na fila para baixar sequencialmente</p>",
|
||||
"CREATE_ALBUM_FAILED": "Falha ao criar álbum, por favor tente novamente",
|
||||
"SEARCH": "Pesquisar",
|
||||
"SEARCH_RESULTS": "Resultados de pesquisa",
|
||||
"NO_RESULTS": "Nenhum resultado encontrado",
|
||||
"SEARCH_HINT": "Pesquisar por álbuns, datas, descrições, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Álbum",
|
||||
"LOCATION": "Local",
|
||||
"CITY": "Local",
|
||||
"DATE": "Data",
|
||||
"FILE_NAME": "Nome do arquivo",
|
||||
"THING": "Conteúdo",
|
||||
"FILE_CAPTION": "Descrição",
|
||||
"FILE_TYPE": "Tipo de arquivo",
|
||||
"CLIP": "Mágica"
|
||||
},
|
||||
"photos_count_zero": "Sem memórias",
|
||||
"photos_count_one": "1 memória",
|
||||
"photos_count_other": "{{count, number}} memórias",
|
||||
"TERMS_AND_CONDITIONS": "Eu concordo com os <a>termos</a> e <b>a política de privacidade</b>",
|
||||
"ADD_TO_COLLECTION": "Adicionar ao álbum",
|
||||
"SELECTED": "selecionado",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "Este vídeo não pode ser reproduzido no seu navegador",
|
||||
"PEOPLE": "Pessoas",
|
||||
"INDEXING_SCHEDULED": "Indexação está programada...",
|
||||
"ANALYZING_PHOTOS": "Indexando fotos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexando pessoas em {{indexStatus.nSyncedFiles,number}} fotos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "rostos não identificados",
|
||||
"OBJECTS": "objetos",
|
||||
"TEXT": "texto",
|
||||
"INFO": "Informação ",
|
||||
"INFO_OPTION": "Informação (I)",
|
||||
"FILE_NAME": "Nome do arquivo",
|
||||
"CAPTION_PLACEHOLDER": "Adicionar uma descrição",
|
||||
"LOCATION": "Local",
|
||||
"SHOW_ON_MAP": "Ver no OpenStreetMap",
|
||||
"MAP": "Mapa",
|
||||
"MAP_SETTINGS": "Ajustes do mapa",
|
||||
"ENABLE_MAPS": "Habilitar mapa?",
|
||||
"ENABLE_MAP": "Habilitar mapa",
|
||||
"DISABLE_MAPS": "Desativar Mapas?",
|
||||
"ENABLE_MAP_DESCRIPTION": "Isto mostrará suas fotos em um mapa do mundo.</p> <p>Este mapa é hospedado pelo <a>OpenStreetMap <a>, e os exatos locais de suas fotos nunca são compartilhados.</p> <p>Você pode desativar esse recurso a qualquer momento nas Configurações.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>Isto irá desativar a exibição de suas fotos em um mapa mundial.</p> <p>Você pode ativar este recurso a qualquer momento nas Configurações.</p>",
|
||||
"DISABLE_MAP": "Desabilitar mapa",
|
||||
"DETAILS": "Detalhes",
|
||||
"VIEW_EXIF": "Ver todos os dados EXIF",
|
||||
"NO_EXIF": "Sem dados EXIF",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Dois fatores",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Autenticação de dois fatores",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Digitalize o código QR abaixo com o seu aplicativo de autenticador favorito",
|
||||
"ENTER_CODE_MANUALLY": "Inserir código manualmente",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Por favor, insira este código no seu aplicativo autenticador favorito",
|
||||
"SCAN_QR_CODE": "Em vez disso, escaneie um Código QR",
|
||||
"ENABLE_TWO_FACTOR": "Ativar autenticação de dois fatores",
|
||||
"ENABLE": "Habilitar",
|
||||
"LOST_DEVICE": "Dispositivo de dois fatores perdido",
|
||||
"INCORRECT_CODE": "Código incorreto",
|
||||
"TWO_FACTOR_INFO": "Adicione uma camada adicional de segurança, exigindo mais do que seu e-mail e senha para entrar na sua conta",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Desativar autenticação de dois fatores",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Atualize seu dispositivo autenticador",
|
||||
"DISABLE": "Desativar",
|
||||
"RECONFIGURE": "Reconfigurar",
|
||||
"UPDATE_TWO_FACTOR": "Atualizar dois fatores",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuar adiante anulará qualquer autenticador configurado anteriormente",
|
||||
"UPDATE": "Atualização",
|
||||
"DISABLE_TWO_FACTOR": "Desativar autenticação de dois fatores",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Você tem certeza de que deseja desativar a autenticação de dois fatores",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Não foi possível desativar dois fatores, por favor tente novamente",
|
||||
"EXPORT_DATA": "Exportar dados",
|
||||
"SELECT_FOLDER": "Selecione a pasta",
|
||||
"DESTINATION": "Destino",
|
||||
"START": "Iniciar",
|
||||
"LAST_EXPORT_TIME": "Data da última exportação",
|
||||
"EXPORT_AGAIN": "Resincronizar",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Armazenamento local não acessível",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Seu navegador ou uma extensão está bloqueando o ente de salvar os dados no armazenamento local. Por favor, tente carregar esta página depois de alternar o modo de navegação.",
|
||||
"SEND_OTT": "Enviar códigos OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Este e-mail já está em uso",
|
||||
"ETAGS_BLOCKED": "<p>Não foi possível fazer o envio dos seguintes arquivos devido à configuração do seu navegador.</p><p>Por favor, desative quaisquer complementos que possam estar impedindo o ente de utilizar <code>eTags</code> para enviar arquivos grandes, ou utilize nosso <a>aplicativo para computador</a> para uma experiência de importação mais confiável.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Atualmente, não oferecemos suporte para adicionar vídeos através de links públicos.</p><p>Para compartilhar vídeos, por favor, faça <a>cadastro</a> no ente e compartilhe com os destinatários pretendidos usando seus e-mails.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "Os arquivos de foto e vídeo das suas Fotos em Movimento foram mesclados em um único arquivo",
|
||||
"RETRY_FAILED": "Repetir envios que falharam",
|
||||
"FAILED_UPLOADS": "Envios com falhas ",
|
||||
"SKIPPED_FILES": "Envios ignorados",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Falha ao gerar miniaturas",
|
||||
"UNSUPPORTED_FILES": "Arquivos não suportados",
|
||||
"SUCCESSFUL_UPLOADS": "Envios bem sucedidos",
|
||||
"SKIPPED_INFO": "Ignorar estes como existem arquivos com nomes correspondentes no mesmo álbum",
|
||||
"UNSUPPORTED_INFO": "ente ainda não suporta estes formatos de arquivo",
|
||||
"BLOCKED_UPLOADS": "Envios bloqueados",
|
||||
"SKIPPED_VIDEOS": "Vídeos ignorados",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "Em andamento",
|
||||
"INPROGRESS_UPLOADS": "Envios em andamento",
|
||||
"TOO_LARGE_UPLOADS": "Arquivos grandes",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Armazenamento insuficiente",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "Estes arquivos não foram carregados pois excedem o tamanho máximo para seu plano de armazenamento",
|
||||
"TOO_LARGE_INFO": "Estes arquivos não foram carregados pois excedem nosso limite máximo de tamanho de arquivo",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "Estes arquivos foram enviados, mas infelizmente não conseguimos gerar as miniaturas para eles.",
|
||||
"UPLOAD_TO_COLLECTION": "Enviar para o álbum",
|
||||
"UNCATEGORIZED": "Sem categoria",
|
||||
"ARCHIVE": "Arquivar",
|
||||
"FAVORITES": "Favoritos",
|
||||
"ARCHIVE_COLLECTION": "Arquivar álbum",
|
||||
"ARCHIVE_SECTION_NAME": "Arquivar",
|
||||
"ALL_SECTION_NAME": "Todos",
|
||||
"MOVE_TO_COLLECTION": "Mover para álbum",
|
||||
"UNARCHIVE": "Desarquivar",
|
||||
"UNARCHIVE_COLLECTION": "Desarquivar álbum",
|
||||
"HIDE_COLLECTION": "Ocultar álbum",
|
||||
"UNHIDE_COLLECTION": "Reexibir álbum",
|
||||
"MOVE": "Mover",
|
||||
"ADD": "Adicionar",
|
||||
"REMOVE": "Remover",
|
||||
"YES_REMOVE": "Sim, remover",
|
||||
"REMOVE_FROM_COLLECTION": "Remover do álbum",
|
||||
"TRASH": "Lixeira",
|
||||
"MOVE_TO_TRASH": "Mover para a lixeira",
|
||||
"TRASH_FILES_MESSAGE": "Os itens selecionados serão excluídos de todos os álbuns e movidos para o lixo.",
|
||||
"TRASH_FILE_MESSAGE": "Os itens selecionados serão excluídos de todos os álbuns e movidos para o lixo.",
|
||||
"DELETE_PERMANENTLY": "Excluir permanentemente",
|
||||
"RESTORE": "Restaurar",
|
||||
"RESTORE_TO_COLLECTION": "Restaurar para álbum",
|
||||
"EMPTY_TRASH": "Esvaziar a lixeira",
|
||||
"EMPTY_TRASH_TITLE": "Esvaziar a lixeira?",
|
||||
"EMPTY_TRASH_MESSAGE": "Estes arquivos serão excluídos permanentemente da sua conta do ente.",
|
||||
"LEAVE_SHARED_ALBUM": "Sim, sair",
|
||||
"LEAVE_ALBUM": "Sair do álbum",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Sair do álbum compartilhado?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "Você deixará o álbum e ele deixará de ser visível para você.",
|
||||
"NOT_FILE_OWNER": "Você não pode excluir arquivos em um álbum compartilhado",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Os itens selecionados serão removidos deste álbum. Itens que estão somente neste álbum serão movidos a aba Sem Categoria.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Alguns dos itens que você está removendo foram adicionados por outras pessoas, e você perderá o acesso a eles.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Mais antigo",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Última atualização",
|
||||
"SORT_BY_NAME": "Nome",
|
||||
"COMPRESS_THUMBNAILS": "Compactar miniaturas",
|
||||
"THUMBNAIL_REPLACED": "Miniaturas compactadas",
|
||||
"FIX_THUMBNAIL": "Compactar",
|
||||
"FIX_THUMBNAIL_LATER": "Compactar depois",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Algumas miniaturas de seus vídeos podem ser compactadas para economizar espaço. Você gostaria de compactá-las?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Miniaturas compactadas com sucesso",
|
||||
"REPLACE_THUMBNAIL_NOOP": "Você não tem nenhuma miniatura que possa ser compactadas mais",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Não foi possível compactar algumas das suas miniaturas, por favor tente novamente",
|
||||
"FIX_CREATION_TIME": "Corrigir hora",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Selecione a carteira que você deseja usar",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Todos os arquivos atualizados com sucesso",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 caracteres no máximo",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Tempo personalizado",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Reabrir planos",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Falha ao abrir planos",
|
||||
"INSTALL": "Instalar",
|
||||
"SHARING_DETAILS": "Detalhes de compartilhamento",
|
||||
"MODIFY_SHARING": "Modificar compartilhamento",
|
||||
"ADD_COLLABORATORS": "Adicionar colaboradores",
|
||||
"ADD_NEW_EMAIL": "Adicionar um novo email",
|
||||
"shared_with_people_zero": "Compartilhar com pessoas específicas",
|
||||
"shared_with_people_one": "Compartilhado com 1 pessoa",
|
||||
"shared_with_people_other": "Compartilhado com {{count, number}} pessoas",
|
||||
"participants_zero": "Nenhum participante",
|
||||
"participants_one": "1 participante",
|
||||
"participants_other": "{{count, number}} participantes",
|
||||
"ADD_VIEWERS": "Adicionar visualizações",
|
||||
"PARTICIPANTS": "Participantes",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} Não poderá adicionar mais fotos a este álbum<p><p>Eles ainda poderão remover as fotos existentes adicionadas por eles<p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} poderá adicionar fotos ao álbum",
|
||||
"CONVERT_TO_VIEWER": "Sim, converter para visualizador",
|
||||
"CONVERT_TO_COLLABORATOR": "Sim, converter para colaborador",
|
||||
"CHANGE_PERMISSION": "Alterar permissões?",
|
||||
"REMOVE_PARTICIPANT": "Remover?",
|
||||
"CONFIRM_REMOVE": "Sim, remover",
|
||||
"MANAGE": "Gerenciar",
|
||||
"ADDED_AS": "Adicionado como",
|
||||
"COLLABORATOR_RIGHTS": "Os colaboradores podem adicionar fotos e vídeos ao álbum compartilhado",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remover participante",
|
||||
"OWNER": "Proprietário",
|
||||
"COLLABORATORS": "Colaboradores",
|
||||
"ADD_MORE": "Adicionar mais",
|
||||
"VIEWERS": "Visualizações",
|
||||
"OR_ADD_EXISTING": "Ou escolha um existente",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "</p>{{selectedEmail}} será removido deste álbum compartilhado</p> <p>Quaisquer fotos adicionadas por eles também serão removidas do álbum</p>",
|
||||
"NOT_FOUND": "404 Página não encontrada",
|
||||
"LINK_EXPIRED": "Link expirado",
|
||||
"LINK_EXPIRED_MESSAGE": "Este link expirou ou foi desativado!",
|
||||
"MANAGE_LINK": "Gerenciar link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Desculpe, este álbum foi visualizado em muitos dispositivos!",
|
||||
"FILE_DOWNLOAD": "Permitir transferências",
|
||||
"LINK_PASSWORD_LOCK": "Bloqueio de senha",
|
||||
"PUBLIC_COLLECT": "Permitir adicionar fotos",
|
||||
"LINK_DEVICE_LIMIT": "Limite de dispositivos",
|
||||
"NO_DEVICE_LIMIT": "Nenhum",
|
||||
"LINK_EXPIRY": "Expiração do link",
|
||||
"NEVER": "Nunca",
|
||||
"DISABLE_FILE_DOWNLOAD": "Desabilitar transferência",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Tem certeza de que deseja desativar o botão de download para arquivos?</p><p>Os visualizadores ainda podem capturar imagens da tela ou salvar uma cópia de suas fotos usando ferramentas externas.</p>",
|
||||
"MALICIOUS_CONTENT": "Contém conteúdo malicioso",
|
||||
"COPYRIGHT": "Viola os direitos autorais de alguém que estou autorizado a representar",
|
||||
"SHARED_USING": "Compartilhar usando ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use o código <strong>{{referralCode}}</strong> para obter 10 GB de graça",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Desativar bloqueio por senha",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Tem certeza que deseja desativar o bloqueio por senha?",
|
||||
"PASSWORD_LOCK": "Bloqueio de senha",
|
||||
"LOCK": "Bloquear",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Logs de depuração",
|
||||
"UPLOAD_FILES": "Arquivo",
|
||||
"UPLOAD_DIRS": "Pasta",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google Takeout",
|
||||
"DEDUPLICATE_FILES": "Arquivos Deduplicados",
|
||||
"AUTHENTICATOR_SECTION": "Autenticação",
|
||||
"NO_DUPLICATES_FOUND": "Você não tem arquivos duplicados que possam ser limpos",
|
||||
"CLUB_BY_CAPTURE_TIME": "Agrupar por tempo de captura",
|
||||
"FILES": "Arquivos",
|
||||
"EACH": "Cada",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "Os seguintes arquivos foram listados com base em seus tamanhos, por favor, reveja e exclua os itens que você acredita que são duplicados",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Tem certeza que deseja parar todos os envios em andamento?",
|
||||
"STOP_UPLOADS_HEADER": "Parar envios?",
|
||||
"YES_STOP_UPLOADS": "Sim, parar envios",
|
||||
"STOP_DOWNLOADS_HEADER": "Parar transferências?",
|
||||
"YES_STOP_DOWNLOADS": "Sim, parar transferências",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Tem certeza que deseja parar todos as transferências em andamento?",
|
||||
"albums_one": "1 Álbum",
|
||||
"albums_other": "{{count, number}} Álbuns",
|
||||
"ALL_ALBUMS": "Todos os álbuns",
|
||||
"ALBUMS": "Álbuns",
|
||||
"ALL_HIDDEN_ALBUMS": "Todos os álbuns ocultos",
|
||||
"HIDDEN_ALBUMS": "Álbuns ocultos",
|
||||
"HIDDEN_ITEMS": "Itens ocultos",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Itens_ocultos",
|
||||
"ENTER_TWO_FACTOR_OTP": "Digite o código de 6 dígitos de\nseu aplicativo autenticador.",
|
||||
"CREATE_ACCOUNT": "Criar uma conta",
|
||||
"COPIED": "Copiado",
|
||||
"CANVAS_BLOCKED_TITLE": "Não foi possível gerar miniatura",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>Parece que o seu navegador desativou o acesso à tela que é necessário para gerar miniaturas para as suas fotos </p> <p> Por favor, habilite o acesso à tela do seu navegador, ou veja nosso aplicativo para computador</p>",
|
||||
"WATCH_FOLDERS": "Pastas monitoradas",
|
||||
"UPGRADE_NOW": "Aprimorar agora",
|
||||
"RENEW_NOW": "Renovar agora",
|
||||
"STORAGE": "Armazenamento",
|
||||
"USED": "usado",
|
||||
"YOU": "Você",
|
||||
"FAMILY": "Família",
|
||||
"FREE": "grátis",
|
||||
"OF": "de",
|
||||
"WATCHED_FOLDERS": "Pastas monitoradas",
|
||||
"NO_FOLDERS_ADDED": "Nenhuma pasta adicionada ainda!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "As pastas que você adicionar aqui serão monitoradas automaticamente",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Enviar novos arquivos para o ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remover arquivos excluídos do ente",
|
||||
"ADD_FOLDER": "Adicionar pasta",
|
||||
"STOP_WATCHING": "Parar de acompanhar",
|
||||
"STOP_WATCHING_FOLDER": "Parar de acompanhar a pasta?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Seus arquivos existentes não serão excluídos, mas ente irá parar de atualizar automaticamente o álbum associado em alterações nesta pasta.",
|
||||
"YES_STOP": "Sim, parar",
|
||||
"MONTH_SHORT": "mês",
|
||||
"YEAR": "ano",
|
||||
"FAMILY_PLAN": "Plano familiar",
|
||||
"DOWNLOAD_LOGS": "Baixar logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>Isto irá baixar os logs de depuração, que você pode enviar para nós para ajudar a depurar seu problema.</p><p> Por favor, note que os nomes de arquivos serão incluídos para ajudar a rastrear problemas com arquivos específicos. </p>",
|
||||
"CHANGE_FOLDER": "Alterar pasta",
|
||||
"TWO_MONTHS_FREE": "Obtenha 2 meses gratuitos em planos anuais",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continuar com teste gratuito",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB por 1 ano",
|
||||
"CURRENT_USAGE": "O uso atual é <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "O navegador da web que você está usando não é poderoso o suficiente para criptografar suas fotos. Por favor, tente entrar para o ente no computador ou baixe o aplicativo móvel.",
|
||||
"DRAG_AND_DROP_HINT": "Ou arraste e solte na janela ente",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Seus dados enviados serão agendados para exclusão e sua conta será excluída permanentemente.<br/><br/>Essa ação não é reversível.",
|
||||
"AUTHENTICATE": "Autenticar",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Enviado para coleção única",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Enviada para separar coleções",
|
||||
"NEVERMIND": "Esquecer",
|
||||
"UPDATE_AVAILABLE": "Atualização disponível",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "Uma nova versão do ente está pronta para ser instalada.",
|
||||
"INSTALL_NOW": "Instalar agora",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Instalar na próxima inicialização",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "Uma nova versão do ente foi lançada, mas não pode ser baixada e instalada automaticamente.",
|
||||
"DOWNLOAD_AND_INSTALL": "Baixar e instalar",
|
||||
"IGNORE_THIS_VERSION": "Ignorar esta versão",
|
||||
"TODAY": "Hoje",
|
||||
"YESTERDAY": "Ontem",
|
||||
"NAME_PLACEHOLDER": "Nome...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Não foi possível criar álbuns a partir da mistura de arquivos/pastas",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>Você arrastou e deixou uma mistura de arquivos e pastas.</p><p>Por favor, forneça apenas arquivos ou apenas pastas ao selecionar a opção para criar álbuns separados</p>",
|
||||
"CHOSE_THEME": "Escolher tema",
|
||||
"ML_SEARCH": "Reconhecimento facial",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>Isso permitirá aprendizado de máquina no dispositivo e busca facial, iniciando a análise de suas fotos enviadas localmente.</p><p>Na primeira execução após o login ou habilitação desta funcionalidade, será feito o download de todas as imagens no dispositivo local para análise. Portanto, ative isso apenas se estiver confortável com o consumo de largura de banda e processamento local de todas as imagens em sua biblioteca de fotos.</p><p>Se esta for a primeira vez que você está habilitando isso, também solicitaremos sua permissão para processar dados faciais.</p>",
|
||||
"ML_MORE_DETAILS": "Mais detalhes",
|
||||
"ENABLE_FACE_SEARCH": "Habilitar reconhecimento facial",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Habilitar reconhecimento facial?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>Se você habilitar o reconhecimento facial, o aplicativo extrairá a geometria do rosto de suas fotos. Isso ocorrerá em seu dispositivo, e quaisquer dados biométricos gerados serão criptografados de ponta a ponta.<p/><p><a>Por favor, clique aqui para obter mais detalhes sobre esta funcionalidade em nossa política de privacidade</a></p>",
|
||||
"DISABLE_BETA": "Pausar reconhecimento",
|
||||
"DISABLE_FACE_SEARCH": "Desativar reconhecimento facial",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Desativar reconhecimento facial?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente irá parar de processar geometria facial.</p><p>Você pode reativar o reconhecimento facial novamente, se desejar, então esta operação está segura.</p>",
|
||||
"ADVANCED": "Avançado",
|
||||
"FACE_SEARCH_CONFIRMATION": "Eu entendo, e desejo permitir que o ente processe a geometria do rosto",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Força da senha: fraca",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Força da senha: moderada",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Força da senha: forte",
|
||||
"PREFERENCES": "Preferências",
|
||||
"LANGUAGE": "Idioma",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Diretório de exportação inválido",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>O diretório de exportação que você selecionou não existe.</p><p> Por favor, selecione um diretório válido.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Falha na verificação de assinatura",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "após uma hora",
|
||||
"DAY": "após um dia",
|
||||
"WEEK": "após uma semana",
|
||||
"MONTH": "após um mês",
|
||||
"YEAR": "após um ano"
|
||||
},
|
||||
"COPY_LINK": "Copiar link",
|
||||
"DONE": "Concluído",
|
||||
"LINK_SHARE_TITLE": "Ou compartilhe um link",
|
||||
"REMOVE_LINK": "Remover link",
|
||||
"CREATE_PUBLIC_SHARING": "Criar link público",
|
||||
"PUBLIC_LINK_CREATED": "Link público criado",
|
||||
"PUBLIC_LINK_ENABLED": "Link público ativado",
|
||||
"COLLECT_PHOTOS": "Coletar fotos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Permita que as pessoas com o link também adicionem fotos ao álbum compartilhado.",
|
||||
"STOP_EXPORT": "Parar",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> itens sincronizados",
|
||||
"MIGRATING_EXPORT": "Preparando...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renomeando pastas do álbum...",
|
||||
"TRASHING_DELETED_FILES": "Descartando arquivos excluídos...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Descartando álbuns excluídos...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Exportação iniciada",
|
||||
"IN_PROGRESS": "Exportação já em andamento",
|
||||
"FINISH": "Exportação finalizada",
|
||||
"UP_TO_DATE": "Não há arquivos novos para exportar"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sincronizar continuamente",
|
||||
"TOTAL_ITEMS": "Total de itens",
|
||||
"PENDING_ITEMS": "Itens pendentes",
|
||||
"EXPORT_STARTING": "Iniciando a exportação...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "Qual é o principal motivo para você excluir sua conta?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Selecione um motivo",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "Está faltando um recurso que eu preciso",
|
||||
"BROKEN_BEHAVIOR": "O aplicativo ou um determinado recurso não está funcionando como eu acredito que deveria",
|
||||
"FOUND_ANOTHER_SERVICE": "Encontrei outro serviço que gosto mais",
|
||||
"NOT_LISTED": "Meu motivo não está listado"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "Sentimos muito em vê-lo partir. Explique por que você está partindo para nos ajudar a melhorar.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Comentários",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Sim, desejo excluir permanentemente esta conta e todos os seus dados",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirmar exclusão da conta",
|
||||
"FEEDBACK_REQUIRED": "Por favor, ajude-nos com esta informação",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "O que o outro serviço faz melhor?",
|
||||
"RECOVER_TWO_FACTOR": "Recuperar dois fatores",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "próximo",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Baixe nosso aplicativo móvel para gerenciar seus segredos",
|
||||
"HIDDEN": "Escondido",
|
||||
"HIDE": "Ocultar",
|
||||
"UNHIDE": "Desocultar",
|
||||
"UNHIDE_TO_COLLECTION": "Reexibir para o álbum",
|
||||
"SORT_BY": "Ordenar por",
|
||||
"NEWEST_FIRST": "Mais recentes primeiro",
|
||||
"OLDEST_FIRST": "Mais antigo primeiro",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "Este arquivo não pôde ser pré-visualizado. Clique aqui para baixar o original.",
|
||||
"SELECT_COLLECTION": "Selecionar álbum",
|
||||
"PIN_ALBUM": "Fixar álbum",
|
||||
"UNPIN_ALBUM": "Desafixar álbum",
|
||||
"DOWNLOAD_COMPLETE": "Transferência concluída",
|
||||
"DOWNLOADING_COLLECTION": "Transferindo {{name}}",
|
||||
"DOWNLOAD_FAILED": "Falha ao baixar",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} arquivos",
|
||||
"CRASH_REPORTING": "Relatório de falhas",
|
||||
"CHRISTMAS": "Natal",
|
||||
"CHRISTMAS_EVE": "Véspera de Natal",
|
||||
"NEW_YEAR": "Ano Novo",
|
||||
"NEW_YEAR_EVE": "Véspera de Ano Novo",
|
||||
"IMAGE": "Imagem",
|
||||
"VIDEO": "Vídeo",
|
||||
"LIVE_PHOTO": "Fotos em movimento",
|
||||
"CONVERT": "Converter",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Tem certeza de que deseja fechar o editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Baixe sua imagem editada ou salve uma cópia para o ente para persistir nas alterações.",
|
||||
"BRIGHTNESS": "Brilho",
|
||||
"CONTRAST": "Contraste",
|
||||
"SATURATION": "Saturação",
|
||||
"BLUR": "Desfoque",
|
||||
"INVERT_COLORS": "Inverter Cores",
|
||||
"ASPECT_RATIO": "Proporção da imagem",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Girar para a Esquerda",
|
||||
"ROTATE_RIGHT": "Girar para a Direita",
|
||||
"FLIP_VERTICALLY": "Inverter verticalmente",
|
||||
"FLIP_HORIZONTALLY": "Inverter horizontalmente",
|
||||
"DOWNLOAD_EDITED": "Transferência Editada",
|
||||
"SAVE_A_COPY_TO_ENTE": "Salvar uma cópia para o ente",
|
||||
"RESTORE_ORIGINAL": "Restaurar original",
|
||||
"TRANSFORM": "Transformar",
|
||||
"COLORS": "Cores",
|
||||
"FLIP": "Inverter",
|
||||
"ROTATION": "Rotação",
|
||||
"RESET": "Redefinir",
|
||||
"PHOTO_EDITOR": "Editor de Fotos",
|
||||
"FASTER_UPLOAD": "Envios mais rápidos",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Rotas enviam em servidores próximos",
|
||||
"MAGIC_SEARCH_STATUS": "Estado da busca mágica",
|
||||
"INDEXED_ITEMS": "Itens indexados",
|
||||
"CAST_ALBUM_TO_TV": "Reproduzir álbum na TV",
|
||||
"ENTER_CAST_PIN_CODE": "Digite o código que você vê na TV abaixo para parear este dispositivo.",
|
||||
"PAIR_DEVICE_TO_TV": "Parear dispositivos",
|
||||
"TV_NOT_FOUND": "TV não encontrada. Você inseriu o PIN correto?",
|
||||
"AUTO_CAST_PAIR": "Pareamento automático",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "O Auto Pair requer a conexão com servidores do Google e só funciona com dispositivos Chromecast. O Google não receberá dados confidenciais, como suas fotos.",
|
||||
"PAIR_WITH_PIN": "Parear com PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Escolha um dispositivo compatível com casts no navegador popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Parear com o PIN funciona para qualquer dispositivo de tela grande onde você deseja reproduzir seu álbum.",
|
||||
"VISIT_CAST_ENTE_IO": "Acesse cast.ente.io no dispositivo que você deseja parear.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair falhou. Por favor, tente novamente.",
|
||||
"CACHE_DIRECTORY": "Pasta de Cache",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Aplicar Recorte",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "Pelo menos uma transformação ou ajuste de cor deve ser feito antes de salvar."
|
||||
}
|
644
apps/photos/public/locales/pt-PT/translation.json
Normal file
644
apps/photos/public/locales/pt-PT/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backups privados</div><div>para as suas memórias</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponível</div><div> em qualquer lugar</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Entrar",
|
||||
"SIGN_UP": "Registar",
|
||||
"NEW_USER": "Novo no ente",
|
||||
"EXISTING_USER": "Utilizador existente",
|
||||
"ENTER_NAME": "Insira o nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Adicione um nome para que os seus amigos saibam a quem agradecer por estas ótimas fotos!",
|
||||
"ENTER_EMAIL": "Insira o endereço de email",
|
||||
"EMAIL_ERROR": "Inserir um endereço de email válido",
|
||||
"REQUIRED": "Obrigatório",
|
||||
"EMAIL_SENT": "Código de verificação enviado para <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Verifique a sua caixa de entrada (e spam) para concluir a verificação",
|
||||
"ENTER_OTT": "Código de verificação",
|
||||
"RESEND_MAIL": "Reenviar código",
|
||||
"VERIFY": "Verificar",
|
||||
"UNKNOWN_ERROR": "Ocorreu um erro. Tente novamente",
|
||||
"INVALID_CODE": "Código de verificação inválido",
|
||||
"EXPIRED_CODE": "O seu código de verificação expirou",
|
||||
"SENDING": "A enviar...",
|
||||
"SENT": "Enviado!",
|
||||
"PASSWORD": "Palavra-passe",
|
||||
"LINK_PASSWORD": "Introduza a palavra-passe para desbloquear o álbum",
|
||||
"RETURN_PASSPHRASE_HINT": "Palavra-passe",
|
||||
"SET_PASSPHRASE": "Definir palavra-passe",
|
||||
"VERIFY_PASSPHRASE": "Entrar",
|
||||
"INCORRECT_PASSPHRASE": "Palavra-passe incorreta",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Bem-vindo ao <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "PARAR!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "Novo álbum",
|
||||
"ENTER_ALBUM_NAME": "Nome do álbum",
|
||||
"CLOSE_OPTION": "Fechar (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome do ficheiro",
|
||||
"CLOSE": "Fechar",
|
||||
"NO": "Não",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Importar",
|
||||
"ADD_PHOTOS": "Adicionar fotos",
|
||||
"ADD_MORE_PHOTOS": "Adicionar mais fotos",
|
||||
"add_photos_one": "Adicionar item",
|
||||
"add_photos_other": "Adicionar {{count, number}} itens",
|
||||
"SELECT_PHOTOS": "Selecionar fotos",
|
||||
"FILE_UPLOAD": "Enviar Ficheiro",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Não possui uma conta",
|
||||
"ACCOUNT_EXISTS": "Já possui uma conta",
|
||||
"CREATE": "Criar",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Backups privados</div><div>para as suas memórias</div>",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Disponível</div><div> em qualquer lugar</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Entrar",
|
||||
"SIGN_UP": "Registar",
|
||||
"NEW_USER": "Novo no ente",
|
||||
"EXISTING_USER": "Utilizador existente",
|
||||
"ENTER_NAME": "Insira o nome",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Adicione um nome para que os seus amigos saibam a quem agradecer por estas ótimas fotos!",
|
||||
"ENTER_EMAIL": "Insira o endereço de email",
|
||||
"EMAIL_ERROR": "Inserir um endereço de email válido",
|
||||
"REQUIRED": "Obrigatório",
|
||||
"EMAIL_SENT": "Código de verificação enviado para <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Verifique a sua caixa de entrada (e spam) para concluir a verificação",
|
||||
"ENTER_OTT": "Código de verificação",
|
||||
"RESEND_MAIL": "Reenviar código",
|
||||
"VERIFY": "Verificar",
|
||||
"UNKNOWN_ERROR": "Ocorreu um erro. Tente novamente",
|
||||
"INVALID_CODE": "Código de verificação inválido",
|
||||
"EXPIRED_CODE": "O seu código de verificação expirou",
|
||||
"SENDING": "A enviar...",
|
||||
"SENT": "Enviado!",
|
||||
"PASSWORD": "Palavra-passe",
|
||||
"LINK_PASSWORD": "Introduza a palavra-passe para desbloquear o álbum",
|
||||
"RETURN_PASSPHRASE_HINT": "Palavra-passe",
|
||||
"SET_PASSPHRASE": "Definir palavra-passe",
|
||||
"VERIFY_PASSPHRASE": "Entrar",
|
||||
"INCORRECT_PASSPHRASE": "Palavra-passe incorreta",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "Bem-vindo ao <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "PARAR!",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "Novo álbum",
|
||||
"ENTER_ALBUM_NAME": "Nome do álbum",
|
||||
"CLOSE_OPTION": "Fechar (Esc)",
|
||||
"ENTER_FILE_NAME": "Nome do ficheiro",
|
||||
"CLOSE": "Fechar",
|
||||
"NO": "Não",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "Importar",
|
||||
"ADD_PHOTOS": "Adicionar fotos",
|
||||
"ADD_MORE_PHOTOS": "Adicionar mais fotos",
|
||||
"add_photos_one": "Adicionar item",
|
||||
"add_photos_other": "Adicionar {{count, number}} itens",
|
||||
"SELECT_PHOTOS": "Selecionar fotos",
|
||||
"FILE_UPLOAD": "Enviar Ficheiro",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "Não possui uma conta",
|
||||
"ACCOUNT_EXISTS": "Já possui uma conta",
|
||||
"CREATE": "Criar",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
644
apps/photos/public/locales/ru-RU/translation.json
Normal file
644
apps/photos/public/locales/ru-RU/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Welcome to <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
644
apps/photos/public/locales/tr-TR/translation.json
Normal file
644
apps/photos/public/locales/tr-TR/translation.json
Normal file
|
@ -0,0 +1,644 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "<div>Private backups</div><div>for your memories</div>",
|
||||
"HERO_SLIDE_1": "End-to-end encrypted by default",
|
||||
"HERO_SLIDE_2_TITLE": "<div>Safely stored</div><div>at a fallout shelter</div>",
|
||||
"HERO_SLIDE_2": "Designed to outlive",
|
||||
"HERO_SLIDE_3_TITLE": "<div>Available</div><div> everywhere</div>",
|
||||
"HERO_SLIDE_3": "Android, iOS, Web, Desktop",
|
||||
"LOGIN": "Login",
|
||||
"SIGN_UP": "Signup",
|
||||
"NEW_USER": "New to ente",
|
||||
"EXISTING_USER": "Existing user",
|
||||
"ENTER_NAME": "Enter name",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "Add a name so that your friends know who to thank for these great photos!",
|
||||
"ENTER_EMAIL": "Enter email address",
|
||||
"EMAIL_ERROR": "Enter a valid email",
|
||||
"REQUIRED": "Required",
|
||||
"EMAIL_SENT": "Verification code sent to <a>{{email}}</a>",
|
||||
"CHECK_INBOX": "Please check your inbox (and spam) to complete verification",
|
||||
"ENTER_OTT": "Verification code",
|
||||
"RESEND_MAIL": "Resend code",
|
||||
"VERIFY": "Verify",
|
||||
"UNKNOWN_ERROR": "Something went wrong, please try again",
|
||||
"INVALID_CODE": "Invalid verification code",
|
||||
"EXPIRED_CODE": "Your verification code has expired",
|
||||
"SENDING": "Sending...",
|
||||
"SENT": "Sent!",
|
||||
"PASSWORD": "Password",
|
||||
"LINK_PASSWORD": "Enter password to unlock the album",
|
||||
"RETURN_PASSPHRASE_HINT": "Password",
|
||||
"SET_PASSPHRASE": "Set password",
|
||||
"VERIFY_PASSPHRASE": "Sign in",
|
||||
"INCORRECT_PASSPHRASE": "Incorrect password",
|
||||
"ENTER_ENC_PASSPHRASE": "Please enter a password that we can use to encrypt your data",
|
||||
"PASSPHRASE_DISCLAIMER": "We don't store your password, so if you forget it, <strong>we will not be able to help you </strong>recover your data without a recovery key.",
|
||||
"WELCOME_TO_ENTE_HEADING": "Welcome to <a/>",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "End to end encrypted photo storage and sharing",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "Where your best photos live",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "Generating encryption keys...",
|
||||
"PASSPHRASE_HINT": "Password",
|
||||
"CONFIRM_PASSPHRASE": "Confirm password",
|
||||
"REFERRAL_CODE_HINT": "How did you hear about Ente? (optional)",
|
||||
"REFERRAL_INFO": "We don't track app installs, It'd help us if you told us where you found us!",
|
||||
"PASSPHRASE_MATCH_ERROR": "Passwords don't match",
|
||||
"CONSOLE_WARNING_STOP": "STOP!",
|
||||
"CONSOLE_WARNING_DESC": "This is a browser feature intended for developers. Please don't copy-paste unverified code here.",
|
||||
"CREATE_COLLECTION": "New album",
|
||||
"ENTER_ALBUM_NAME": "Album name",
|
||||
"CLOSE_OPTION": "Close (Esc)",
|
||||
"ENTER_FILE_NAME": "File name",
|
||||
"CLOSE": "Close",
|
||||
"NO": "No",
|
||||
"NOTHING_HERE": "Nothing to see here yet 👀",
|
||||
"UPLOAD": "Upload",
|
||||
"IMPORT": "Import",
|
||||
"ADD_PHOTOS": "Add photos",
|
||||
"ADD_MORE_PHOTOS": "Add more photos",
|
||||
"add_photos_one": "Add 1 item",
|
||||
"add_photos_other": "Add {{count, number}} items",
|
||||
"SELECT_PHOTOS": "Select photos",
|
||||
"FILE_UPLOAD": "File Upload",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "Preparing to upload",
|
||||
"1": "Reading google metadata files",
|
||||
"2": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files metadata extracted",
|
||||
"3": "{{uploadCounter.finished, number}} / {{uploadCounter.total, number}} files processed",
|
||||
"4": "Cancelling remaining uploads",
|
||||
"5": "Backup complete"
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "The following files were not uploaded",
|
||||
"SUBSCRIPTION_EXPIRED": "Subscription expired",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "Your subscription has expired, please <a>renew</a>",
|
||||
"STORAGE_QUOTA_EXCEEDED": "Storage limit exceeded",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "First load may take some time",
|
||||
"USER_DOES_NOT_EXIST": "Sorry, could not find a user with that email",
|
||||
"NO_ACCOUNT": "Don't have an account",
|
||||
"ACCOUNT_EXISTS": "Already have an account",
|
||||
"CREATE": "Create",
|
||||
"DOWNLOAD": "Download",
|
||||
"DOWNLOAD_OPTION": "Download (D)",
|
||||
"DOWNLOAD_FAVORITES": "Download favorites",
|
||||
"DOWNLOAD_UNCATEGORIZED": "Download uncategorized",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "Download hidden items",
|
||||
"COPY_OPTION": "Copy as PNG (Ctrl/Cmd - C)",
|
||||
"TOGGLE_FULLSCREEN": "Toggle fullscreen (F)",
|
||||
"ZOOM_IN_OUT": "Zoom in/out",
|
||||
"PREVIOUS": "Previous (←)",
|
||||
"NEXT": "Next (→)",
|
||||
"TITLE_PHOTOS": "Ente Photos",
|
||||
"TITLE_ALBUMS": "Ente Photos",
|
||||
"TITLE_AUTH": "Ente Auth",
|
||||
"UPLOAD_FIRST_PHOTO": "Upload your first photo",
|
||||
"IMPORT_YOUR_FOLDERS": "Import your folders",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "Drop to add watched folder",
|
||||
"TRASH_FILES_TITLE": "Delete files?",
|
||||
"TRASH_FILE_TITLE": "Delete file?",
|
||||
"DELETE_FILES_TITLE": "Delete immediately?",
|
||||
"DELETE_FILES_MESSAGE": "Selected files will be permanently deleted from your ente account.",
|
||||
"DELETE": "Delete",
|
||||
"DELETE_OPTION": "Delete (DEL)",
|
||||
"FAVORITE_OPTION": "Favorite (L)",
|
||||
"UNFAVORITE_OPTION": "Unfavorite (L)",
|
||||
"MULTI_FOLDER_UPLOAD": "Multiple folders detected",
|
||||
"UPLOAD_STRATEGY_CHOICE": "Would you like to upload them into",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "A single album",
|
||||
"OR": "or",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "Separate albums",
|
||||
"SESSION_EXPIRED_MESSAGE": "Your session has expired, please login again to continue",
|
||||
"SESSION_EXPIRED": "Session expired",
|
||||
"PASSWORD_GENERATION_FAILED": "Your browser was unable to generate a strong key that meets ente's encryption standards, please try using the mobile app or another browser",
|
||||
"CHANGE_PASSWORD": "Change password",
|
||||
"GO_BACK": "Go back",
|
||||
"RECOVERY_KEY": "Recovery key",
|
||||
"SAVE_LATER": "Do this later",
|
||||
"SAVE": "Save Key",
|
||||
"RECOVERY_KEY_DESCRIPTION": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "Recovery code could not be generated, please try again",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "We don't store this key, so please save this in a safe place",
|
||||
"FORGOT_PASSWORD": "Forgot password",
|
||||
"RECOVER_ACCOUNT": "Recover account",
|
||||
"RECOVERY_KEY_HINT": "Recovery key",
|
||||
"RECOVER": "Recover",
|
||||
"NO_RECOVERY_KEY": "No recovery key?",
|
||||
"INCORRECT_RECOVERY_KEY": "Incorrect recovery key",
|
||||
"SORRY": "Sorry",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "Please drop an email to <a>{{emailID}}</a> from your registered email address",
|
||||
"CONTACT_SUPPORT": "Contact support",
|
||||
"REQUEST_FEATURE": "Request Feature",
|
||||
"SUPPORT": "Support",
|
||||
"CONFIRM": "Confirm",
|
||||
"CANCEL": "Cancel",
|
||||
"LOGOUT": "Logout",
|
||||
"DELETE_ACCOUNT": "Delete account",
|
||||
"DELETE_ACCOUNT_MESSAGE": "<p>Please send an email to <a>{{emailID}}</a> from your registered email address.</p><p>Your request will be processed within 72 hours.</p>",
|
||||
"LOGOUT_MESSAGE": "Are you sure you want to logout?",
|
||||
"CHANGE_EMAIL": "Change email",
|
||||
"OK": "OK",
|
||||
"SUCCESS": "Success",
|
||||
"ERROR": "Error",
|
||||
"MESSAGE": "Message",
|
||||
"INSTALL_MOBILE_APP": "Install our <a>Android</a> or <b>iOS</b> app to automatically backup all your photos",
|
||||
"DOWNLOAD_APP_MESSAGE": "Sorry, this operation is currently only supported on our desktop app",
|
||||
"DOWNLOAD_APP": "Download desktop app",
|
||||
"EXPORT": "Export Data",
|
||||
"SUBSCRIPTION": "Subscription",
|
||||
"SUBSCRIBE": "Subscribe",
|
||||
"MANAGEMENT_PORTAL": "Manage payment method",
|
||||
"MANAGE_FAMILY_PORTAL": "Manage family",
|
||||
"LEAVE_FAMILY_PLAN": "Leave family plan",
|
||||
"LEAVE": "Leave",
|
||||
"LEAVE_FAMILY_CONFIRM": "Are you sure that you want to leave family plan?",
|
||||
"CHOOSE_PLAN": "Choose your plan",
|
||||
"MANAGE_PLAN": "Manage your subscription",
|
||||
"ACTIVE": "Active",
|
||||
"OFFLINE_MSG": "You are offline, cached memories are being shown",
|
||||
"FREE_SUBSCRIPTION_INFO": "You are on the <strong>free</strong> plan that expires on {{date, dateTime}}",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "You are on a family plan managed by",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "Renews on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "Ends on {{date, dateTime}}",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "Your subscription will be cancelled on {{date, dateTime}}",
|
||||
"ADD_ON_AVAILABLE_TILL": "Your {{storage, string}} add-on is valid till {{date, dateTime}}",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "You have exceeded your storage quota, please <a>upgrade</a>",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "<p>We've received your payment</p><p>Your subscription is valid till <strong>{{date, dateTime}}</strong></p>",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "Your purchase was canceled, please try again if you want to subscribe",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "Subscription purchase failed , please try again",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "Subscription updated failed , please try again",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "We are sorry, payment failed when we tried to charge your card, please update your payment method and try again",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "We are unable to authenticate your payment method. please choose a different payment method and try again",
|
||||
"UPDATE_PAYMENT_METHOD": "Update payment method",
|
||||
"MONTHLY": "Monthly",
|
||||
"YEARLY": "Yearly",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "Are you sure you want to change your plan?",
|
||||
"UPDATE_SUBSCRIPTION": "Change plan",
|
||||
"CANCEL_SUBSCRIPTION": "Cancel subscription",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "<p>All of your data will be deleted from our servers at the end of this billing period.</p><p>Are you sure that you want to cancel your subscription?</p>",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "<p>Are you sure you want to cancel your subscription?</p>",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "Failed to cancel subscription",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "Subscription canceled successfully",
|
||||
"REACTIVATE_SUBSCRIPTION": "Reactivate subscription",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "Once reactivated, you will be billed on {{date, dateTime}}",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "Subscription activated successfully ",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "Failed to reactivate subscription renewals",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "Thank you",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "Cancel mobile subscription",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "Please cancel your subscription from the mobile app to activate a subscription here",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "Please contact us at <a>{{emailID}}</a> to manage your subscription",
|
||||
"RENAME": "Rename",
|
||||
"RENAME_FILE": "Rename file",
|
||||
"RENAME_COLLECTION": "Rename album",
|
||||
"DELETE_COLLECTION_TITLE": "Delete album?",
|
||||
"DELETE_COLLECTION": "Delete album",
|
||||
"DELETE_COLLECTION_MESSAGE": "Also delete the photos (and videos) present in this album from <a>all</a> other albums they are part of?",
|
||||
"DELETE_PHOTOS": "Delete photos",
|
||||
"KEEP_PHOTOS": "Keep photos",
|
||||
"SHARE": "Share",
|
||||
"SHARE_COLLECTION": "Share album",
|
||||
"SHAREES": "Shared with",
|
||||
"SHARE_WITH_SELF": "Oops, you cannot share with yourself",
|
||||
"ALREADY_SHARED": "Oops, you're already sharing this with {{email}}",
|
||||
"SHARING_BAD_REQUEST_ERROR": "Sharing album not allowed",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "Sharing is disabled for free accounts",
|
||||
"DOWNLOAD_COLLECTION": "Download album",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "<p>Are you sure you want to download the complete album?</p><p>All files will be queued for download sequentially</p>",
|
||||
"CREATE_ALBUM_FAILED": "Failed to create album , please try again",
|
||||
"SEARCH": "Search",
|
||||
"SEARCH_RESULTS": "Search results",
|
||||
"NO_RESULTS": "No results found",
|
||||
"SEARCH_HINT": "Search for albums, dates, descriptions, ...",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "Album",
|
||||
"LOCATION": "Location",
|
||||
"CITY": "Location",
|
||||
"DATE": "Date",
|
||||
"FILE_NAME": "File name",
|
||||
"THING": "Content",
|
||||
"FILE_CAPTION": "Description",
|
||||
"FILE_TYPE": "File type",
|
||||
"CLIP": "Magic"
|
||||
},
|
||||
"photos_count_zero": "No memories",
|
||||
"photos_count_one": "1 memory",
|
||||
"photos_count_other": "{{count, number}} memories",
|
||||
"TERMS_AND_CONDITIONS": "I agree to the <a>terms</a> and <b>privacy policy</b>",
|
||||
"ADD_TO_COLLECTION": "Add to album",
|
||||
"SELECTED": "selected",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "This video cannot be played on your browser",
|
||||
"PEOPLE": "People",
|
||||
"INDEXING_SCHEDULED": "Indexing is scheduled...",
|
||||
"ANALYZING_PHOTOS": "Indexing photos ({{indexStatus.nSyncedFiles,number}} / {{indexStatus.nTotalFiles,number}})",
|
||||
"INDEXING_PEOPLE": "Indexing people in {{indexStatus.nSyncedFiles,number}} photos...",
|
||||
"INDEXING_DONE": "Indexed {{indexStatus.nSyncedFiles,number}} photos",
|
||||
"UNIDENTIFIED_FACES": "unidentified faces",
|
||||
"OBJECTS": "objects",
|
||||
"TEXT": "text",
|
||||
"INFO": "Info ",
|
||||
"INFO_OPTION": "Info (I)",
|
||||
"FILE_NAME": "File name",
|
||||
"CAPTION_PLACEHOLDER": "Add a description",
|
||||
"LOCATION": "Location",
|
||||
"SHOW_ON_MAP": "View on OpenStreetMap",
|
||||
"MAP": "Map",
|
||||
"MAP_SETTINGS": "Map Settings",
|
||||
"ENABLE_MAPS": "Enable Maps?",
|
||||
"ENABLE_MAP": "Enable map",
|
||||
"DISABLE_MAPS": "Disable Maps?",
|
||||
"ENABLE_MAP_DESCRIPTION": "<p>This will show your photos on a world map.</p> <p>The map is hosted by <a>OpenStreetMap</a>, and the exact locations of your photos are never shared.</p> <p>You can disable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP_DESCRIPTION": "<p>This will disable the display of your photos on a world map.</p> <p>You can enable this feature anytime from Settings.</p>",
|
||||
"DISABLE_MAP": "Disable map",
|
||||
"DETAILS": "Details",
|
||||
"VIEW_EXIF": "View all EXIF data",
|
||||
"NO_EXIF": "No EXIF data",
|
||||
"EXIF": "EXIF",
|
||||
"ISO": "ISO",
|
||||
"TWO_FACTOR": "Two-factor",
|
||||
"TWO_FACTOR_AUTHENTICATION": "Two-factor authentication",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "Scan the QR code below with your favorite authenticator app",
|
||||
"ENTER_CODE_MANUALLY": "Enter the code manually",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Please enter this code in your favorite authenticator app",
|
||||
"SCAN_QR_CODE": "Scan QR code instead",
|
||||
"ENABLE_TWO_FACTOR": "Enable two-factor",
|
||||
"ENABLE": "Enable",
|
||||
"LOST_DEVICE": "Lost two-factor device",
|
||||
"INCORRECT_CODE": "Incorrect code",
|
||||
"TWO_FACTOR_INFO": "Add an additional layer of security by requiring more than your email and password to log in to your account",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "Disable two-factor authentication",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "Update your authenticator device",
|
||||
"DISABLE": "Disable",
|
||||
"RECONFIGURE": "Reconfigure",
|
||||
"UPDATE_TWO_FACTOR": "Update two-factor",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "Continuing forward will void any previously configured authenticators",
|
||||
"UPDATE": "Update",
|
||||
"DISABLE_TWO_FACTOR": "Disable two-factor",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "Are you sure you want to disable your two-factor authentication",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "Failed to disable two factor, please try again",
|
||||
"EXPORT_DATA": "Export data",
|
||||
"SELECT_FOLDER": "Select folder",
|
||||
"DESTINATION": "Destination",
|
||||
"START": "Start",
|
||||
"LAST_EXPORT_TIME": "Last export time",
|
||||
"EXPORT_AGAIN": "Resync",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "Local storage not accessible",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "Your browser or an addon is blocking ente from saving data into local storage. please try loading this page after switching your browsing mode.",
|
||||
"SEND_OTT": "Send OTP",
|
||||
"EMAIl_ALREADY_OWNED": "Email already taken",
|
||||
"ETAGS_BLOCKED": "<p>We were unable to upload the following files because of your browser configuration.</p><p>Please disable any addons that might be preventing ente from using <code>eTags</code> to upload large files, or use our <a>desktop app</a> for a more reliable import experience.</p>",
|
||||
"SKIPPED_VIDEOS_INFO": "<p>Presently we do not support adding videos via public links.</p><p>To share videos, please <a>signup</a> for ente and share with the intended recipients using their email.</p>",
|
||||
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
|
||||
"RETRY_FAILED": "Retry failed uploads",
|
||||
"FAILED_UPLOADS": "Failed uploads ",
|
||||
"SKIPPED_FILES": "Ignored uploads",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
|
||||
"UNSUPPORTED_FILES": "Unsupported files",
|
||||
"SUCCESSFUL_UPLOADS": "Successful uploads",
|
||||
"SKIPPED_INFO": "Skipped these as there are files with matching names in the same album",
|
||||
"UNSUPPORTED_INFO": "ente does not support these file formats yet",
|
||||
"BLOCKED_UPLOADS": "Blocked uploads",
|
||||
"SKIPPED_VIDEOS": "Skipped videos",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "In progress",
|
||||
"INPROGRESS_UPLOADS": "Uploads in progress",
|
||||
"TOO_LARGE_UPLOADS": "Large files",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "Insufficient storage",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "These files were not uploaded as they exceed the maximum size limit for your storage plan",
|
||||
"TOO_LARGE_INFO": "These files were not uploaded as they exceed our maximum file size limit",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "These files were uploaded, but unfortunately we could not generate the thumbnails for them.",
|
||||
"UPLOAD_TO_COLLECTION": "Upload to album",
|
||||
"UNCATEGORIZED": "Uncategorized",
|
||||
"ARCHIVE": "Archive",
|
||||
"FAVORITES": "Favorites",
|
||||
"ARCHIVE_COLLECTION": "Archive album",
|
||||
"ARCHIVE_SECTION_NAME": "Archive",
|
||||
"ALL_SECTION_NAME": "All",
|
||||
"MOVE_TO_COLLECTION": "Move to album",
|
||||
"UNARCHIVE": "Unarchive",
|
||||
"UNARCHIVE_COLLECTION": "Unarchive album",
|
||||
"HIDE_COLLECTION": "Hide album",
|
||||
"UNHIDE_COLLECTION": "Unhide album",
|
||||
"MOVE": "Move",
|
||||
"ADD": "Add",
|
||||
"REMOVE": "Remove",
|
||||
"YES_REMOVE": "Yes, remove",
|
||||
"REMOVE_FROM_COLLECTION": "Remove from album",
|
||||
"TRASH": "Trash",
|
||||
"MOVE_TO_TRASH": "Move to trash",
|
||||
"TRASH_FILES_MESSAGE": "Selected files will be removed from all albums and moved to trash.",
|
||||
"TRASH_FILE_MESSAGE": "The file will be removed from all albums and moved to trash.",
|
||||
"DELETE_PERMANENTLY": "Delete permanently",
|
||||
"RESTORE": "Restore",
|
||||
"RESTORE_TO_COLLECTION": "Restore to album",
|
||||
"EMPTY_TRASH": "Empty trash",
|
||||
"EMPTY_TRASH_TITLE": "Empty trash?",
|
||||
"EMPTY_TRASH_MESSAGE": "These files will be permanently deleted from your ente account.",
|
||||
"LEAVE_SHARED_ALBUM": "Yes, leave",
|
||||
"LEAVE_ALBUM": "Leave album",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "Leave shared album?",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "You will leave the album, and it will stop being visible to you.",
|
||||
"NOT_FILE_OWNER": "You cannot delete files in a shared album",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "Selected items will be removed from this album. Items which are only in this album will be moved to Uncategorized.",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "Some of the items you are removing were added by other people, and you will lose access to them.",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "Oldest",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "Last updated",
|
||||
"SORT_BY_NAME": "Name",
|
||||
"COMPRESS_THUMBNAILS": "Compress thumbnails",
|
||||
"THUMBNAIL_REPLACED": "Thumbnails compressed",
|
||||
"FIX_THUMBNAIL": "Compress",
|
||||
"FIX_THUMBNAIL_LATER": "Compress later",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "Some of your videos thumbnails can be compressed to save space. would you like ente to compress them?",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "Successfully compressed all thumbnails",
|
||||
"REPLACE_THUMBNAIL_NOOP": "You have no thumbnails that can be compressed further",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "Could not compress some of your thumbnails, please retry",
|
||||
"FIX_CREATION_TIME": "Fix time",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "Fixing time",
|
||||
"CREATION_TIME_UPDATED": "File time updated",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "Select the option you want to use",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "Successfully updated all files",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "File time updation failed for some files, please retry",
|
||||
"CAPTION_CHARACTER_LIMIT": "5000 characters max",
|
||||
"DATE_TIME_ORIGINAL": "EXIF:DateTimeOriginal",
|
||||
"DATE_TIME_DIGITIZED": "EXIF:DateTimeDigitized",
|
||||
"METADATA_DATE": "EXIF:MetadataDate",
|
||||
"CUSTOM_TIME": "Custom time",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "Re-open plans",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "Failed to open plans",
|
||||
"INSTALL": "Install",
|
||||
"SHARING_DETAILS": "Sharing details",
|
||||
"MODIFY_SHARING": "Modify sharing",
|
||||
"ADD_COLLABORATORS": "Add collaborators",
|
||||
"ADD_NEW_EMAIL": "Add a new email",
|
||||
"shared_with_people_zero": "Share with specific people",
|
||||
"shared_with_people_one": "Shared with 1 person",
|
||||
"shared_with_people_other": "Shared with {{count, number}} people",
|
||||
"participants_zero": "No participants",
|
||||
"participants_one": "1 participant",
|
||||
"participants_other": "{{count, number}} participants",
|
||||
"ADD_VIEWERS": "Add viewers",
|
||||
"PARTICIPANTS": "Participants",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
|
||||
"CONVERT_TO_VIEWER": "Yes, convert to viewer",
|
||||
"CONVERT_TO_COLLABORATOR": "Yes, convert to collaborator",
|
||||
"CHANGE_PERMISSION": "Change permission?",
|
||||
"REMOVE_PARTICIPANT": "Remove?",
|
||||
"CONFIRM_REMOVE": "Yes, remove",
|
||||
"MANAGE": "Manage",
|
||||
"ADDED_AS": "Added as",
|
||||
"COLLABORATOR_RIGHTS": "Collaborators can add photos and videos to the shared album",
|
||||
"REMOVE_PARTICIPANT_HEAD": "Remove participant",
|
||||
"OWNER": "Owner",
|
||||
"COLLABORATORS": "Collaborators",
|
||||
"ADD_MORE": "Add more",
|
||||
"VIEWERS": "Viewers",
|
||||
"OR_ADD_EXISTING": "Or pick an existing one",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
|
||||
"NOT_FOUND": "404 - not found",
|
||||
"LINK_EXPIRED": "Link expired",
|
||||
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
|
||||
"MANAGE_LINK": "Manage link",
|
||||
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
|
||||
"FILE_DOWNLOAD": "Allow downloads",
|
||||
"LINK_PASSWORD_LOCK": "Password lock",
|
||||
"PUBLIC_COLLECT": "Allow adding photos",
|
||||
"LINK_DEVICE_LIMIT": "Device limit",
|
||||
"NO_DEVICE_LIMIT": "None",
|
||||
"LINK_EXPIRY": "Link expiry",
|
||||
"NEVER": "Never",
|
||||
"DISABLE_FILE_DOWNLOAD": "Disable download",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "<p>Are you sure that you want to disable the download button for files?</p><p>Viewers can still take screenshots or save a copy of your photos using external tools.</p>",
|
||||
"MALICIOUS_CONTENT": "Contains malicious content",
|
||||
"COPYRIGHT": "Infringes on the copyright of someone I am authorized to represent",
|
||||
"SHARED_USING": "Shared using ",
|
||||
"ENTE_IO": "ente.io",
|
||||
"SHARING_REFERRAL_CODE": "Use code <strong>{{referralCode}}</strong> to get 10 GB free",
|
||||
"LIVE": "LIVE",
|
||||
"DISABLE_PASSWORD": "Disable password lock",
|
||||
"DISABLE_PASSWORD_MESSAGE": "Are you sure that you want to disable the password lock?",
|
||||
"PASSWORD_LOCK": "Password lock",
|
||||
"LOCK": "Lock",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "Debug logs",
|
||||
"UPLOAD_FILES": "File",
|
||||
"UPLOAD_DIRS": "Folder",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "Google takeout",
|
||||
"DEDUPLICATE_FILES": "Deduplicate files",
|
||||
"AUTHENTICATOR_SECTION": "Authenticator",
|
||||
"NO_DUPLICATES_FOUND": "You've no duplicate files that can be cleared",
|
||||
"CLUB_BY_CAPTURE_TIME": "Club by capture time",
|
||||
"FILES": "Files",
|
||||
"EACH": "Each",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "The following files were clubbed based on their sizes, please review and delete items you believe are duplicates",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "Are you sure that you want to stop all the uploads in progress?",
|
||||
"STOP_UPLOADS_HEADER": "Stop uploads?",
|
||||
"YES_STOP_UPLOADS": "Yes, stop uploads",
|
||||
"STOP_DOWNLOADS_HEADER": "Stop downloads?",
|
||||
"YES_STOP_DOWNLOADS": "Yes, stop downloads",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "Are you sure that you want to stop all the downloads in progress?",
|
||||
"albums_one": "1 Album",
|
||||
"albums_other": "{{count, number}} Albums",
|
||||
"ALL_ALBUMS": "All Albums",
|
||||
"ALBUMS": "Albums",
|
||||
"ALL_HIDDEN_ALBUMS": "All hidden albums",
|
||||
"HIDDEN_ALBUMS": "Hidden albums",
|
||||
"HIDDEN_ITEMS": "Hidden items",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "Hidden_items",
|
||||
"ENTER_TWO_FACTOR_OTP": "Enter the 6-digit code from your authenticator app.",
|
||||
"CREATE_ACCOUNT": "Create account",
|
||||
"COPIED": "Copied",
|
||||
"CANVAS_BLOCKED_TITLE": "Unable to generate thumbnail",
|
||||
"CANVAS_BLOCKED_MESSAGE": "<p>It looks like your browser has disabled access to canvas, which is necessary to generate thumbnails for your photos </p> <p> Please enable access to your browser's canvas, or check out our desktop app</p>",
|
||||
"WATCH_FOLDERS": "Watch folders",
|
||||
"UPGRADE_NOW": "Upgrade now",
|
||||
"RENEW_NOW": "Renew now",
|
||||
"STORAGE": "Storage",
|
||||
"USED": "used",
|
||||
"YOU": "You",
|
||||
"FAMILY": "Family",
|
||||
"FREE": "free",
|
||||
"OF": "of",
|
||||
"WATCHED_FOLDERS": "Watched folders",
|
||||
"NO_FOLDERS_ADDED": "No folders added yet!",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "The folders you add here will monitored to automatically",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "Upload new files to ente",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "Remove deleted files from ente",
|
||||
"ADD_FOLDER": "Add folder",
|
||||
"STOP_WATCHING": "Stop watching",
|
||||
"STOP_WATCHING_FOLDER": "Stop watching folder?",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "Your existing files will not be deleted, but ente will stop automatically updating the linked ente album on changes in this folder.",
|
||||
"YES_STOP": "Yes, stop",
|
||||
"MONTH_SHORT": "mo",
|
||||
"YEAR": "year",
|
||||
"FAMILY_PLAN": "Family plan",
|
||||
"DOWNLOAD_LOGS": "Download logs",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "<p>This will download debug logs, which you can email to us to help debug your issue.</p><p> Please note that file names will be included to help track issues with specific files. </p>",
|
||||
"CHANGE_FOLDER": "Change Folder",
|
||||
"TWO_MONTHS_FREE": "Get 2 months free on yearly plans",
|
||||
"GB": "GB",
|
||||
"POPULAR": "Popular",
|
||||
"FREE_PLAN_OPTION_LABEL": "Continue with free trial",
|
||||
"FREE_PLAN_DESCRIPTION": "1 GB for 1 year",
|
||||
"CURRENT_USAGE": "Current usage is <strong>{{usage}}</strong>",
|
||||
"WEAK_DEVICE": "The web browser you're using is not powerful enough to encrypt your photos. Please try to log in to ente on your computer, or download the ente mobile/desktop app.",
|
||||
"DRAG_AND_DROP_HINT": "Or drag and drop into the ente window",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "Your uploaded data will be scheduled for deletion, and your account will be permanently deleted.<br/><br/>This action is not reversible.",
|
||||
"AUTHENTICATE": "Authenticate",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "Uploaded to single collection",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "Uploaded to separate collections",
|
||||
"NEVERMIND": "Nevermind",
|
||||
"UPDATE_AVAILABLE": "Update available",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "A new version of ente is ready to be installed.",
|
||||
"INSTALL_NOW": "Install now",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "Install on next launch",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "A new version of ente has been released, but it cannot be automatically downloaded and installed.",
|
||||
"DOWNLOAD_AND_INSTALL": "Download and install",
|
||||
"IGNORE_THIS_VERSION": "Ignore this version",
|
||||
"TODAY": "Today",
|
||||
"YESTERDAY": "Yesterday",
|
||||
"NAME_PLACEHOLDER": "Name...",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "Cannot create albums from file/folder mix",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "<p>You have dragged and dropped a mixture of files and folders.</p><p>Please provide either only files, or only folders when selecting option to create separate albums</p>",
|
||||
"CHOSE_THEME": "Choose theme",
|
||||
"ML_SEARCH": "Face recognition",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "<p>This will enable on-device machine learning and face search which will start analyzing your uploaded photos locally.</p><p>For the first run after login or enabling this feature, it will download all images on local device to analyze them. So please only enable this if you are ok with bandwidth and local processing of all images in your photo library.</p><p>If this is the first time you're enabling this, we'll also ask your permission to process face data.</p>",
|
||||
"ML_MORE_DETAILS": "More details",
|
||||
"ENABLE_FACE_SEARCH": "Enable face recognition",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "Enable face recognition?",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "<p>If you enable face recognition, ente will extract face geometry from your photos. This will happen on your device, and any generated biometric data will be end-to-encrypted.<p/><p><a>Please click here for more details about this feature in our privacy policy</a></p>",
|
||||
"DISABLE_BETA": "Pause recognition",
|
||||
"DISABLE_FACE_SEARCH": "Disable face recognition",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "Disable face recognition?",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "<p>Ente will stop processing face geometry.</p><p>You can reenable face recognition again if you wish, so this operation is safe.</p>",
|
||||
"ADVANCED": "Advanced",
|
||||
"FACE_SEARCH_CONFIRMATION": "I understand, and wish to allow ente to process face geometry",
|
||||
"LABS": "Labs",
|
||||
"YOURS": "yours",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "Password strength: Weak",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "Password strength: Moderate",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "Password strength: Strong",
|
||||
"PREFERENCES": "Preferences",
|
||||
"LANGUAGE": "Language",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "Invalid export directory",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "<p>The export directory you have selected does not exist.</p><p> Please select a valid directory.</p>",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "Subscription verification failed",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "B",
|
||||
"KB": "KB",
|
||||
"MB": "MB",
|
||||
"GB": "GB",
|
||||
"TB": "TB"
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "after an hour",
|
||||
"DAY": "after a day",
|
||||
"WEEK": "after a week",
|
||||
"MONTH": "after a month",
|
||||
"YEAR": "after a year"
|
||||
},
|
||||
"COPY_LINK": "Copy link",
|
||||
"DONE": "Done",
|
||||
"LINK_SHARE_TITLE": "Or share a link",
|
||||
"REMOVE_LINK": "Remove link",
|
||||
"CREATE_PUBLIC_SHARING": "Create public link",
|
||||
"PUBLIC_LINK_CREATED": "Public link created",
|
||||
"PUBLIC_LINK_ENABLED": "Public link enabled",
|
||||
"COLLECT_PHOTOS": "Collect photos",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "Allow people with the link to also add photos to the shared album.",
|
||||
"STOP_EXPORT": "Stop",
|
||||
"EXPORT_PROGRESS": "<a>{{progress.success, number}} / {{progress.total, number}}</a> items synced",
|
||||
"MIGRATING_EXPORT": "Preparing...",
|
||||
"RENAMING_COLLECTION_FOLDERS": "Renaming album folders...",
|
||||
"TRASHING_DELETED_FILES": "Trashing deleted files...",
|
||||
"TRASHING_DELETED_COLLECTIONS": "Trashing deleted albums...",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "Export started",
|
||||
"IN_PROGRESS": "Export already in progress",
|
||||
"FINISH": "Export finished",
|
||||
"UP_TO_DATE": "No new files to export"
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "Sync continuously",
|
||||
"TOTAL_ITEMS": "Total items",
|
||||
"PENDING_ITEMS": "Pending items",
|
||||
"EXPORT_STARTING": "Export starting...",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "What is the main reason you are deleting your account?",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "Select a reason",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "It's missing a key feature that I need",
|
||||
"BROKEN_BEHAVIOR": "The app or a certain feature does not behave as I think it should",
|
||||
"FOUND_ANOTHER_SERVICE": "I found another service that I like better",
|
||||
"NOT_LISTED": "My reason isn't listed"
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "We are sorry to see you go. Please explain why you are leaving to help us improve.",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "Feedback",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "Yes, I want to permanently delete this account and all its data",
|
||||
"CONFIRM_DELETE_ACCOUNT": "Confirm Account Deletion",
|
||||
"FEEDBACK_REQUIRED": "Kindly help us with this information",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "What does the other service do better?",
|
||||
"RECOVER_TWO_FACTOR": "Recover two-factor",
|
||||
"at": "at",
|
||||
"AUTH_NEXT": "next",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "Download our mobile app to manage your secrets",
|
||||
"HIDDEN": "Hidden",
|
||||
"HIDE": "Hide",
|
||||
"UNHIDE": "Unhide",
|
||||
"UNHIDE_TO_COLLECTION": "Unhide to album",
|
||||
"SORT_BY": "Sort by",
|
||||
"NEWEST_FIRST": "Newest first",
|
||||
"OLDEST_FIRST": "Oldest first",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "This file could not be previewed. Click here to download the original.",
|
||||
"SELECT_COLLECTION": "Select album",
|
||||
"PIN_ALBUM": "Pin album",
|
||||
"UNPIN_ALBUM": "Unpin album",
|
||||
"DOWNLOAD_COMPLETE": "Download complete",
|
||||
"DOWNLOADING_COLLECTION": "Downloading {{name}}",
|
||||
"DOWNLOAD_FAILED": "Download failed",
|
||||
"DOWNLOAD_PROGRESS": "{{progress.current}} / {{progress.total}} files",
|
||||
"CRASH_REPORTING": "Crash reporting",
|
||||
"CHRISTMAS": "Christmas",
|
||||
"CHRISTMAS_EVE": "Christmas Eve",
|
||||
"NEW_YEAR": "New Year",
|
||||
"NEW_YEAR_EVE": "New Year's Eve",
|
||||
"IMAGE": "Image",
|
||||
"VIDEO": "Video",
|
||||
"LIVE_PHOTO": "Live Photo",
|
||||
"CONVERT": "Convert",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to ente to persist your changes.",
|
||||
"BRIGHTNESS": "Brightness",
|
||||
"CONTRAST": "Contrast",
|
||||
"SATURATION": "Saturation",
|
||||
"BLUR": "Blur",
|
||||
"INVERT_COLORS": "Invert Colors",
|
||||
"ASPECT_RATIO": "Aspect Ratio",
|
||||
"SQUARE": "Square",
|
||||
"ROTATE_LEFT": "Rotate Left",
|
||||
"ROTATE_RIGHT": "Rotate Right",
|
||||
"FLIP_VERTICALLY": "Flip Vertically",
|
||||
"FLIP_HORIZONTALLY": "Flip Horizontally",
|
||||
"DOWNLOAD_EDITED": "Download Edited",
|
||||
"SAVE_A_COPY_TO_ENTE": "Save a copy to ente",
|
||||
"RESTORE_ORIGINAL": "Restore Original",
|
||||
"TRANSFORM": "Transform",
|
||||
"COLORS": "Colors",
|
||||
"FLIP": "Flip",
|
||||
"ROTATION": "Rotation",
|
||||
"RESET": "Reset",
|
||||
"PHOTO_EDITOR": "Photo Editor",
|
||||
"FASTER_UPLOAD": "Faster uploads",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers",
|
||||
"MAGIC_SEARCH_STATUS": "Magic Search Status",
|
||||
"INDEXED_ITEMS": "Indexed items",
|
||||
"CAST_ALBUM_TO_TV": "Play album on TV",
|
||||
"ENTER_CAST_PIN_CODE": "Enter the code you see on the TV below to pair this device.",
|
||||
"PAIR_DEVICE_TO_TV": "Pair devices",
|
||||
"TV_NOT_FOUND": "TV not found. Did you enter the PIN correctly?",
|
||||
"AUTO_CAST_PAIR": "Auto Pair",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "Auto Pair requires connecting to Google servers and only works with Chromecast supported devices. Google will not receive sensitive data, such as your photos.",
|
||||
"PAIR_WITH_PIN": "Pair with PIN",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "Choose a cast-compatible device from the browser popup.",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "Pair with PIN works for any large screen device you want to play your album on.",
|
||||
"VISIT_CAST_ENTE_IO": "Visit cast.ente.io on the device you want to pair.",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast Auto Pair failed. Please try again.",
|
||||
"CACHE_DIRECTORY": "Cache folder",
|
||||
"PASSKEYS": "Passkeys",
|
||||
"FREEHAND": "Freehand",
|
||||
"APPLY_CROP": "Apply Crop",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "At least one transformation or color adjustment must be performed before saving."
|
||||
}
|
|
@ -1,643 +0,0 @@
|
|||
{
|
||||
"HERO_SLIDE_1_TITLE": "",
|
||||
"HERO_SLIDE_1": "",
|
||||
"HERO_SLIDE_2_TITLE": "",
|
||||
"HERO_SLIDE_2": "",
|
||||
"HERO_SLIDE_3_TITLE": "",
|
||||
"HERO_SLIDE_3": "",
|
||||
"LOGIN": "",
|
||||
"SIGN_UP": "",
|
||||
"NEW_USER": "",
|
||||
"EXISTING_USER": "",
|
||||
"ENTER_NAME": "",
|
||||
"PUBLIC_UPLOADER_NAME_MESSAGE": "",
|
||||
"ENTER_EMAIL": "",
|
||||
"EMAIL_ERROR": "",
|
||||
"REQUIRED": "",
|
||||
"EMAIL_SENT": "",
|
||||
"CHECK_INBOX": "",
|
||||
"ENTER_OTT": "",
|
||||
"RESEND_MAIL": "",
|
||||
"VERIFY": "",
|
||||
"UNKNOWN_ERROR": "",
|
||||
"INVALID_CODE": "",
|
||||
"EXPIRED_CODE": "",
|
||||
"SENDING": "",
|
||||
"SENT": "",
|
||||
"PASSWORD": "",
|
||||
"LINK_PASSWORD": "",
|
||||
"RETURN_PASSPHRASE_HINT": "",
|
||||
"SET_PASSPHRASE": "",
|
||||
"VERIFY_PASSPHRASE": "",
|
||||
"INCORRECT_PASSPHRASE": "",
|
||||
"ENTER_ENC_PASSPHRASE": "",
|
||||
"PASSPHRASE_DISCLAIMER": "",
|
||||
"WELCOME_TO_ENTE_HEADING": "",
|
||||
"WELCOME_TO_ENTE_SUBHEADING": "",
|
||||
"WHERE_YOUR_BEST_PHOTOS_LIVE": "",
|
||||
"KEY_GENERATION_IN_PROGRESS_MESSAGE": "",
|
||||
"PASSPHRASE_HINT": "",
|
||||
"CONFIRM_PASSPHRASE": "",
|
||||
"REFERRAL_CODE_HINT": "",
|
||||
"REFERRAL_INFO": "",
|
||||
"PASSPHRASE_MATCH_ERROR": "",
|
||||
"CONSOLE_WARNING_STOP": "",
|
||||
"CONSOLE_WARNING_DESC": "",
|
||||
"CREATE_COLLECTION": "",
|
||||
"ENTER_ALBUM_NAME": "",
|
||||
"CLOSE_OPTION": "",
|
||||
"ENTER_FILE_NAME": "",
|
||||
"CLOSE": "",
|
||||
"NO": "",
|
||||
"NOTHING_HERE": "",
|
||||
"UPLOAD": "",
|
||||
"IMPORT": "",
|
||||
"ADD_PHOTOS": "",
|
||||
"ADD_MORE_PHOTOS": "",
|
||||
"add_photos_one": "",
|
||||
"add_photos_other": "",
|
||||
"SELECT_PHOTOS": "",
|
||||
"FILE_UPLOAD": "",
|
||||
"UPLOAD_STAGE_MESSAGE": {
|
||||
"0": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": ""
|
||||
},
|
||||
"FILE_NOT_UPLOADED_LIST": "",
|
||||
"SUBSCRIPTION_EXPIRED": "",
|
||||
"SUBSCRIPTION_EXPIRED_MESSAGE": "",
|
||||
"STORAGE_QUOTA_EXCEEDED": "",
|
||||
"INITIAL_LOAD_DELAY_WARNING": "",
|
||||
"USER_DOES_NOT_EXIST": "",
|
||||
"NO_ACCOUNT": "",
|
||||
"ACCOUNT_EXISTS": "",
|
||||
"CREATE": "",
|
||||
"DOWNLOAD": "",
|
||||
"DOWNLOAD_OPTION": "",
|
||||
"DOWNLOAD_FAVORITES": "",
|
||||
"DOWNLOAD_UNCATEGORIZED": "",
|
||||
"DOWNLOAD_HIDDEN_ITEMS": "",
|
||||
"COPY_OPTION": "",
|
||||
"TOGGLE_FULLSCREEN": "",
|
||||
"ZOOM_IN_OUT": "",
|
||||
"PREVIOUS": "",
|
||||
"NEXT": "",
|
||||
"TITLE_PHOTOS": "",
|
||||
"TITLE_ALBUMS": "",
|
||||
"TITLE_AUTH": "",
|
||||
"UPLOAD_FIRST_PHOTO": "",
|
||||
"IMPORT_YOUR_FOLDERS": "",
|
||||
"UPLOAD_DROPZONE_MESSAGE": "",
|
||||
"WATCH_FOLDER_DROPZONE_MESSAGE": "",
|
||||
"TRASH_FILES_TITLE": "",
|
||||
"TRASH_FILE_TITLE": "",
|
||||
"DELETE_FILES_TITLE": "",
|
||||
"DELETE_FILES_MESSAGE": "",
|
||||
"DELETE": "",
|
||||
"DELETE_OPTION": "",
|
||||
"FAVORITE_OPTION": "",
|
||||
"UNFAVORITE_OPTION": "",
|
||||
"MULTI_FOLDER_UPLOAD": "",
|
||||
"UPLOAD_STRATEGY_CHOICE": "",
|
||||
"UPLOAD_STRATEGY_SINGLE_COLLECTION": "",
|
||||
"OR": "",
|
||||
"UPLOAD_STRATEGY_COLLECTION_PER_FOLDER": "",
|
||||
"SESSION_EXPIRED_MESSAGE": "",
|
||||
"SESSION_EXPIRED": "",
|
||||
"PASSWORD_GENERATION_FAILED": "",
|
||||
"CHANGE_PASSWORD": "",
|
||||
"GO_BACK": "",
|
||||
"RECOVERY_KEY": "",
|
||||
"SAVE_LATER": "",
|
||||
"SAVE": "",
|
||||
"RECOVERY_KEY_DESCRIPTION": "",
|
||||
"RECOVER_KEY_GENERATION_FAILED": "",
|
||||
"KEY_NOT_STORED_DISCLAIMER": "",
|
||||
"FORGOT_PASSWORD": "",
|
||||
"RECOVER_ACCOUNT": "",
|
||||
"RECOVERY_KEY_HINT": "",
|
||||
"RECOVER": "",
|
||||
"NO_RECOVERY_KEY": "",
|
||||
"INCORRECT_RECOVERY_KEY": "",
|
||||
"SORRY": "",
|
||||
"NO_RECOVERY_KEY_MESSAGE": "",
|
||||
"NO_TWO_FACTOR_RECOVERY_KEY_MESSAGE": "",
|
||||
"CONTACT_SUPPORT": "",
|
||||
"REQUEST_FEATURE": "",
|
||||
"SUPPORT": "",
|
||||
"CONFIRM": "",
|
||||
"CANCEL": "",
|
||||
"LOGOUT": "",
|
||||
"DELETE_ACCOUNT": "",
|
||||
"DELETE_ACCOUNT_MESSAGE": "",
|
||||
"LOGOUT_MESSAGE": "",
|
||||
"CHANGE_EMAIL": "",
|
||||
"OK": "",
|
||||
"SUCCESS": "",
|
||||
"ERROR": "",
|
||||
"MESSAGE": "",
|
||||
"INSTALL_MOBILE_APP": "",
|
||||
"DOWNLOAD_APP_MESSAGE": "",
|
||||
"DOWNLOAD_APP": "",
|
||||
"EXPORT": "",
|
||||
"SUBSCRIPTION": "",
|
||||
"SUBSCRIBE": "",
|
||||
"MANAGEMENT_PORTAL": "",
|
||||
"MANAGE_FAMILY_PORTAL": "",
|
||||
"LEAVE_FAMILY_PLAN": "",
|
||||
"LEAVE": "",
|
||||
"LEAVE_FAMILY_CONFIRM": "",
|
||||
"CHOOSE_PLAN": "",
|
||||
"MANAGE_PLAN": "",
|
||||
"ACTIVE": "",
|
||||
"OFFLINE_MSG": "",
|
||||
"FREE_SUBSCRIPTION_INFO": "",
|
||||
"FAMILY_SUBSCRIPTION_INFO": "",
|
||||
"RENEWAL_ACTIVE_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_STATUS": "",
|
||||
"RENEWAL_CANCELLED_SUBSCRIPTION_INFO": "",
|
||||
"ADD_ON_AVAILABLE_TILL": "",
|
||||
"STORAGE_QUOTA_EXCEEDED_SUBSCRIPTION_INFO": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS": "",
|
||||
"SUBSCRIPTION_PURCHASE_CANCELLED": "",
|
||||
"SUBSCRIPTION_PURCHASE_FAILED": "",
|
||||
"SUBSCRIPTION_UPDATE_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD_MESSAGE": "",
|
||||
"STRIPE_AUTHENTICATION_FAILED": "",
|
||||
"UPDATE_PAYMENT_METHOD": "",
|
||||
"MONTHLY": "",
|
||||
"YEARLY": "",
|
||||
"UPDATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"UPDATE_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION": "",
|
||||
"CANCEL_SUBSCRIPTION_MESSAGE": "",
|
||||
"CANCEL_SUBSCRIPTION_WITH_ADDON_MESSAGE": "",
|
||||
"SUBSCRIPTION_CANCEL_FAILED": "",
|
||||
"SUBSCRIPTION_CANCEL_SUCCESS": "",
|
||||
"REACTIVATE_SUBSCRIPTION": "",
|
||||
"REACTIVATE_SUBSCRIPTION_MESSAGE": "",
|
||||
"SUBSCRIPTION_ACTIVATE_SUCCESS": "",
|
||||
"SUBSCRIPTION_ACTIVATE_FAILED": "",
|
||||
"SUBSCRIPTION_PURCHASE_SUCCESS_TITLE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE": "",
|
||||
"CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE": "",
|
||||
"MAIL_TO_MANAGE_SUBSCRIPTION": "",
|
||||
"RENAME": "",
|
||||
"RENAME_FILE": "",
|
||||
"RENAME_COLLECTION": "",
|
||||
"DELETE_COLLECTION_TITLE": "",
|
||||
"DELETE_COLLECTION": "",
|
||||
"DELETE_COLLECTION_MESSAGE": "",
|
||||
"DELETE_PHOTOS": "",
|
||||
"KEEP_PHOTOS": "",
|
||||
"SHARE": "",
|
||||
"SHARE_COLLECTION": "",
|
||||
"SHAREES": "",
|
||||
"SHARE_WITH_SELF": "",
|
||||
"ALREADY_SHARED": "",
|
||||
"SHARING_BAD_REQUEST_ERROR": "",
|
||||
"SHARING_DISABLED_FOR_FREE_ACCOUNTS": "",
|
||||
"DOWNLOAD_COLLECTION": "",
|
||||
"DOWNLOAD_COLLECTION_MESSAGE": "",
|
||||
"CREATE_ALBUM_FAILED": "",
|
||||
"SEARCH": "",
|
||||
"SEARCH_RESULTS": "",
|
||||
"NO_RESULTS": "",
|
||||
"SEARCH_HINT": "",
|
||||
"SEARCH_TYPE": {
|
||||
"COLLECTION": "",
|
||||
"LOCATION": "",
|
||||
"CITY": "",
|
||||
"DATE": "",
|
||||
"FILE_NAME": "",
|
||||
"THING": "",
|
||||
"FILE_CAPTION": "",
|
||||
"FILE_TYPE": "",
|
||||
"CLIP": ""
|
||||
},
|
||||
"photos_count_zero": "",
|
||||
"photos_count_one": "",
|
||||
"photos_count_other": "",
|
||||
"TERMS_AND_CONDITIONS": "",
|
||||
"ADD_TO_COLLECTION": "",
|
||||
"SELECTED": "",
|
||||
"VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD": "",
|
||||
"PEOPLE": "",
|
||||
"INDEXING_SCHEDULED": "",
|
||||
"ANALYZING_PHOTOS": "",
|
||||
"INDEXING_PEOPLE": "",
|
||||
"INDEXING_DONE": "",
|
||||
"UNIDENTIFIED_FACES": "",
|
||||
"OBJECTS": "",
|
||||
"TEXT": "",
|
||||
"INFO": "",
|
||||
"INFO_OPTION": "",
|
||||
"FILE_NAME": "",
|
||||
"CAPTION_PLACEHOLDER": "",
|
||||
"LOCATION": "",
|
||||
"SHOW_ON_MAP": "",
|
||||
"MAP": "",
|
||||
"MAP_SETTINGS": "",
|
||||
"ENABLE_MAPS": "",
|
||||
"ENABLE_MAP": "",
|
||||
"DISABLE_MAPS": "",
|
||||
"ENABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP_DESCRIPTION": "",
|
||||
"DISABLE_MAP": "",
|
||||
"DETAILS": "",
|
||||
"VIEW_EXIF": "",
|
||||
"NO_EXIF": "",
|
||||
"EXIF": "",
|
||||
"ISO": "",
|
||||
"TWO_FACTOR": "",
|
||||
"TWO_FACTOR_AUTHENTICATION": "",
|
||||
"TWO_FACTOR_QR_INSTRUCTION": "",
|
||||
"ENTER_CODE_MANUALLY": "",
|
||||
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
|
||||
"SCAN_QR_CODE": "",
|
||||
"ENABLE_TWO_FACTOR": "",
|
||||
"ENABLE": "",
|
||||
"LOST_DEVICE": "",
|
||||
"INCORRECT_CODE": "",
|
||||
"TWO_FACTOR_INFO": "",
|
||||
"DISABLE_TWO_FACTOR_LABEL": "",
|
||||
"UPDATE_TWO_FACTOR_LABEL": "",
|
||||
"DISABLE": "",
|
||||
"RECONFIGURE": "",
|
||||
"UPDATE_TWO_FACTOR": "",
|
||||
"UPDATE_TWO_FACTOR_MESSAGE": "",
|
||||
"UPDATE": "",
|
||||
"DISABLE_TWO_FACTOR": "",
|
||||
"DISABLE_TWO_FACTOR_MESSAGE": "",
|
||||
"TWO_FACTOR_DISABLE_FAILED": "",
|
||||
"EXPORT_DATA": "",
|
||||
"SELECT_FOLDER": "",
|
||||
"DESTINATION": "",
|
||||
"START": "",
|
||||
"LAST_EXPORT_TIME": "",
|
||||
"EXPORT_AGAIN": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE": "",
|
||||
"LOCAL_STORAGE_NOT_ACCESSIBLE_MESSAGE": "",
|
||||
"SEND_OTT": "",
|
||||
"EMAIl_ALREADY_OWNED": "",
|
||||
"ETAGS_BLOCKED": "",
|
||||
"SKIPPED_VIDEOS_INFO": "",
|
||||
"LIVE_PHOTOS_DETECTED": "",
|
||||
"RETRY_FAILED": "",
|
||||
"FAILED_UPLOADS": "",
|
||||
"SKIPPED_FILES": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "",
|
||||
"UNSUPPORTED_FILES": "",
|
||||
"SUCCESSFUL_UPLOADS": "",
|
||||
"SKIPPED_INFO": "",
|
||||
"UNSUPPORTED_INFO": "",
|
||||
"BLOCKED_UPLOADS": "",
|
||||
"SKIPPED_VIDEOS": "",
|
||||
"INPROGRESS_METADATA_EXTRACTION": "",
|
||||
"INPROGRESS_UPLOADS": "",
|
||||
"TOO_LARGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_UPLOADS": "",
|
||||
"LARGER_THAN_AVAILABLE_STORAGE_INFO": "",
|
||||
"TOO_LARGE_INFO": "",
|
||||
"THUMBNAIL_GENERATION_FAILED_INFO": "",
|
||||
"UPLOAD_TO_COLLECTION": "",
|
||||
"UNCATEGORIZED": "",
|
||||
"ARCHIVE": "",
|
||||
"FAVORITES": "",
|
||||
"ARCHIVE_COLLECTION": "",
|
||||
"ARCHIVE_SECTION_NAME": "",
|
||||
"ALL_SECTION_NAME": "",
|
||||
"MOVE_TO_COLLECTION": "",
|
||||
"UNARCHIVE": "",
|
||||
"UNARCHIVE_COLLECTION": "",
|
||||
"HIDE_COLLECTION": "",
|
||||
"UNHIDE_COLLECTION": "",
|
||||
"MOVE": "",
|
||||
"ADD": "",
|
||||
"REMOVE": "",
|
||||
"YES_REMOVE": "",
|
||||
"REMOVE_FROM_COLLECTION": "",
|
||||
"TRASH": "",
|
||||
"MOVE_TO_TRASH": "",
|
||||
"TRASH_FILES_MESSAGE": "",
|
||||
"TRASH_FILE_MESSAGE": "",
|
||||
"DELETE_PERMANENTLY": "",
|
||||
"RESTORE": "",
|
||||
"RESTORE_TO_COLLECTION": "",
|
||||
"EMPTY_TRASH": "",
|
||||
"EMPTY_TRASH_TITLE": "",
|
||||
"EMPTY_TRASH_MESSAGE": "",
|
||||
"LEAVE_SHARED_ALBUM": "",
|
||||
"LEAVE_ALBUM": "",
|
||||
"LEAVE_SHARED_ALBUM_TITLE": "",
|
||||
"LEAVE_SHARED_ALBUM_MESSAGE": "",
|
||||
"NOT_FILE_OWNER": "",
|
||||
"CONFIRM_SELF_REMOVE_MESSAGE": "",
|
||||
"CONFIRM_SELF_AND_OTHER_REMOVE_MESSAGE": "",
|
||||
"SORT_BY_CREATION_TIME_ASCENDING": "",
|
||||
"SORT_BY_UPDATION_TIME_DESCENDING": "",
|
||||
"SORT_BY_NAME": "",
|
||||
"COMPRESS_THUMBNAILS": "",
|
||||
"THUMBNAIL_REPLACED": "",
|
||||
"FIX_THUMBNAIL": "",
|
||||
"FIX_THUMBNAIL_LATER": "",
|
||||
"REPLACE_THUMBNAIL_NOT_STARTED": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED": "",
|
||||
"REPLACE_THUMBNAIL_NOOP": "",
|
||||
"REPLACE_THUMBNAIL_COMPLETED_WITH_ERROR": "",
|
||||
"FIX_CREATION_TIME": "",
|
||||
"FIX_CREATION_TIME_IN_PROGRESS": "",
|
||||
"CREATION_TIME_UPDATED": "",
|
||||
"UPDATE_CREATION_TIME_NOT_STARTED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED": "",
|
||||
"UPDATE_CREATION_TIME_COMPLETED_WITH_ERROR": "",
|
||||
"CAPTION_CHARACTER_LIMIT": "",
|
||||
"DATE_TIME_ORIGINAL": "",
|
||||
"DATE_TIME_DIGITIZED": "",
|
||||
"METADATA_DATE": "",
|
||||
"CUSTOM_TIME": "",
|
||||
"REOPEN_PLAN_SELECTOR_MODAL": "",
|
||||
"OPEN_PLAN_SELECTOR_MODAL_FAILED": "",
|
||||
"INSTALL": "",
|
||||
"SHARING_DETAILS": "",
|
||||
"MODIFY_SHARING": "",
|
||||
"ADD_COLLABORATORS": "",
|
||||
"ADD_NEW_EMAIL": "",
|
||||
"shared_with_people_zero": "",
|
||||
"shared_with_people_one": "",
|
||||
"shared_with_people_other": "",
|
||||
"participants_zero": "",
|
||||
"participants_one": "",
|
||||
"participants_other": "",
|
||||
"ADD_VIEWERS": "",
|
||||
"PARTICIPANTS": "",
|
||||
"CHANGE_PERMISSIONS_TO_VIEWER": "",
|
||||
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "",
|
||||
"CONVERT_TO_VIEWER": "",
|
||||
"CONVERT_TO_COLLABORATOR": "",
|
||||
"CHANGE_PERMISSION": "",
|
||||
"REMOVE_PARTICIPANT": "",
|
||||
"CONFIRM_REMOVE": "",
|
||||
"MANAGE": "",
|
||||
"ADDED_AS": "",
|
||||
"COLLABORATOR_RIGHTS": "",
|
||||
"REMOVE_PARTICIPANT_HEAD": "",
|
||||
"OWNER": "",
|
||||
"COLLABORATORS": "",
|
||||
"ADD_MORE": "",
|
||||
"VIEWERS": "",
|
||||
"OR_ADD_EXISTING": "",
|
||||
"REMOVE_PARTICIPANT_MESSAGE": "",
|
||||
"NOT_FOUND": "",
|
||||
"LINK_EXPIRED": "",
|
||||
"LINK_EXPIRED_MESSAGE": "",
|
||||
"MANAGE_LINK": "",
|
||||
"LINK_TOO_MANY_REQUESTS": "",
|
||||
"FILE_DOWNLOAD": "",
|
||||
"LINK_PASSWORD_LOCK": "",
|
||||
"PUBLIC_COLLECT": "",
|
||||
"LINK_DEVICE_LIMIT": "",
|
||||
"NO_DEVICE_LIMIT": "",
|
||||
"LINK_EXPIRY": "",
|
||||
"NEVER": "",
|
||||
"DISABLE_FILE_DOWNLOAD": "",
|
||||
"DISABLE_FILE_DOWNLOAD_MESSAGE": "",
|
||||
"MALICIOUS_CONTENT": "",
|
||||
"COPYRIGHT": "",
|
||||
"SHARED_USING": "",
|
||||
"ENTE_IO": "",
|
||||
"SHARING_REFERRAL_CODE": "",
|
||||
"LIVE": "",
|
||||
"DISABLE_PASSWORD": "",
|
||||
"DISABLE_PASSWORD_MESSAGE": "",
|
||||
"PASSWORD_LOCK": "",
|
||||
"LOCK": "",
|
||||
"DOWNLOAD_UPLOAD_LOGS": "",
|
||||
"UPLOAD_FILES": "",
|
||||
"UPLOAD_DIRS": "",
|
||||
"UPLOAD_GOOGLE_TAKEOUT": "",
|
||||
"DEDUPLICATE_FILES": "",
|
||||
"AUTHENTICATOR_SECTION": "",
|
||||
"NO_DUPLICATES_FOUND": "",
|
||||
"CLUB_BY_CAPTURE_TIME": "",
|
||||
"FILES": "",
|
||||
"EACH": "",
|
||||
"DEDUPLICATE_BASED_ON_SIZE": "",
|
||||
"STOP_ALL_UPLOADS_MESSAGE": "",
|
||||
"STOP_UPLOADS_HEADER": "",
|
||||
"YES_STOP_UPLOADS": "",
|
||||
"STOP_DOWNLOADS_HEADER": "",
|
||||
"YES_STOP_DOWNLOADS": "",
|
||||
"STOP_ALL_DOWNLOADS_MESSAGE": "",
|
||||
"albums_one": "",
|
||||
"albums_other": "",
|
||||
"ALL_ALBUMS": "",
|
||||
"ALBUMS": "",
|
||||
"ALL_HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ALBUMS": "",
|
||||
"HIDDEN_ITEMS": "",
|
||||
"HIDDEN_ITEMS_SECTION_NAME": "",
|
||||
"ENTER_TWO_FACTOR_OTP": "",
|
||||
"CREATE_ACCOUNT": "",
|
||||
"COPIED": "",
|
||||
"CANVAS_BLOCKED_TITLE": "",
|
||||
"CANVAS_BLOCKED_MESSAGE": "",
|
||||
"WATCH_FOLDERS": "",
|
||||
"UPGRADE_NOW": "",
|
||||
"RENEW_NOW": "",
|
||||
"STORAGE": "",
|
||||
"USED": "",
|
||||
"YOU": "",
|
||||
"FAMILY": "",
|
||||
"FREE": "",
|
||||
"OF": "",
|
||||
"WATCHED_FOLDERS": "",
|
||||
"NO_FOLDERS_ADDED": "",
|
||||
"FOLDERS_AUTOMATICALLY_MONITORED": "",
|
||||
"UPLOAD_NEW_FILES_TO_ENTE": "",
|
||||
"REMOVE_DELETED_FILES_FROM_ENTE": "",
|
||||
"ADD_FOLDER": "",
|
||||
"STOP_WATCHING": "",
|
||||
"STOP_WATCHING_FOLDER": "",
|
||||
"STOP_WATCHING_DIALOG_MESSAGE": "",
|
||||
"YES_STOP": "",
|
||||
"MONTH_SHORT": "",
|
||||
"YEAR": "",
|
||||
"FAMILY_PLAN": "",
|
||||
"DOWNLOAD_LOGS": "",
|
||||
"DOWNLOAD_LOGS_MESSAGE": "",
|
||||
"CHANGE_FOLDER": "",
|
||||
"TWO_MONTHS_FREE": "",
|
||||
"GB": "",
|
||||
"POPULAR": "",
|
||||
"FREE_PLAN_OPTION_LABEL": "",
|
||||
"FREE_PLAN_DESCRIPTION": "",
|
||||
"CURRENT_USAGE": "",
|
||||
"WEAK_DEVICE": "",
|
||||
"DRAG_AND_DROP_HINT": "",
|
||||
"CONFIRM_ACCOUNT_DELETION_MESSAGE": "",
|
||||
"AUTHENTICATE": "",
|
||||
"UPLOADED_TO_SINGLE_COLLECTION": "",
|
||||
"UPLOADED_TO_SEPARATE_COLLECTIONS": "",
|
||||
"NEVERMIND": "",
|
||||
"UPDATE_AVAILABLE": "",
|
||||
"UPDATE_INSTALLABLE_MESSAGE": "",
|
||||
"INSTALL_NOW": "",
|
||||
"INSTALL_ON_NEXT_LAUNCH": "",
|
||||
"UPDATE_AVAILABLE_MESSAGE": "",
|
||||
"DOWNLOAD_AND_INSTALL": "",
|
||||
"IGNORE_THIS_VERSION": "",
|
||||
"TODAY": "",
|
||||
"YESTERDAY": "",
|
||||
"NAME_PLACEHOLDER": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED": "",
|
||||
"ROOT_LEVEL_FILE_WITH_FOLDER_NOT_ALLOWED_MESSAGE": "",
|
||||
"CHOSE_THEME": "",
|
||||
"ML_SEARCH": "",
|
||||
"ENABLE_ML_SEARCH_DESCRIPTION": "",
|
||||
"ML_MORE_DETAILS": "",
|
||||
"ENABLE_FACE_SEARCH": "",
|
||||
"ENABLE_FACE_SEARCH_TITLE": "",
|
||||
"ENABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"DISABLE_BETA": "",
|
||||
"DISABLE_FACE_SEARCH": "",
|
||||
"DISABLE_FACE_SEARCH_TITLE": "",
|
||||
"DISABLE_FACE_SEARCH_DESCRIPTION": "",
|
||||
"ADVANCED": "",
|
||||
"FACE_SEARCH_CONFIRMATION": "",
|
||||
"LABS": "",
|
||||
"YOURS": "",
|
||||
"PASSPHRASE_STRENGTH_WEAK": "",
|
||||
"PASSPHRASE_STRENGTH_MODERATE": "",
|
||||
"PASSPHRASE_STRENGTH_STRONG": "",
|
||||
"PREFERENCES": "",
|
||||
"LANGUAGE": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST": "",
|
||||
"EXPORT_DIRECTORY_DOES_NOT_EXIST_MESSAGE": "",
|
||||
"SUBSCRIPTION_VERIFICATION_ERROR": "",
|
||||
"STORAGE_UNITS": {
|
||||
"B": "",
|
||||
"KB": "",
|
||||
"MB": "",
|
||||
"GB": "",
|
||||
"TB": ""
|
||||
},
|
||||
"AFTER_TIME": {
|
||||
"HOUR": "",
|
||||
"DAY": "",
|
||||
"WEEK": "",
|
||||
"MONTH": "",
|
||||
"YEAR": ""
|
||||
},
|
||||
"COPY_LINK": "",
|
||||
"DONE": "",
|
||||
"LINK_SHARE_TITLE": "",
|
||||
"REMOVE_LINK": "",
|
||||
"CREATE_PUBLIC_SHARING": "",
|
||||
"PUBLIC_LINK_CREATED": "",
|
||||
"PUBLIC_LINK_ENABLED": "",
|
||||
"COLLECT_PHOTOS": "",
|
||||
"PUBLIC_COLLECT_SUBTEXT": "",
|
||||
"STOP_EXPORT": "",
|
||||
"EXPORT_PROGRESS": "",
|
||||
"MIGRATING_EXPORT": "",
|
||||
"RENAMING_COLLECTION_FOLDERS": "",
|
||||
"TRASHING_DELETED_FILES": "",
|
||||
"TRASHING_DELETED_COLLECTIONS": "",
|
||||
"EXPORT_NOTIFICATION": {
|
||||
"START": "",
|
||||
"IN_PROGRESS": "",
|
||||
"FINISH": "",
|
||||
"UP_TO_DATE": ""
|
||||
},
|
||||
"CONTINUOUS_EXPORT": "",
|
||||
"TOTAL_ITEMS": "",
|
||||
"PENDING_ITEMS": "",
|
||||
"EXPORT_STARTING": "",
|
||||
"DELETE_ACCOUNT_REASON_LABEL": "",
|
||||
"DELETE_ACCOUNT_REASON_PLACEHOLDER": "",
|
||||
"DELETE_REASON": {
|
||||
"MISSING_FEATURE": "",
|
||||
"BROKEN_BEHAVIOR": "",
|
||||
"FOUND_ANOTHER_SERVICE": "",
|
||||
"NOT_LISTED": ""
|
||||
},
|
||||
"DELETE_ACCOUNT_FEEDBACK_LABEL": "",
|
||||
"DELETE_ACCOUNT_FEEDBACK_PLACEHOLDER": "",
|
||||
"CONFIRM_DELETE_ACCOUNT_CHECKBOX_LABEL": "",
|
||||
"CONFIRM_DELETE_ACCOUNT": "",
|
||||
"FEEDBACK_REQUIRED": "",
|
||||
"FEEDBACK_REQUIRED_FOUND_ANOTHER_SERVICE": "",
|
||||
"RECOVER_TWO_FACTOR": "",
|
||||
"at": "",
|
||||
"AUTH_NEXT": "",
|
||||
"AUTH_DOWNLOAD_MOBILE_APP": "",
|
||||
"HIDDEN": "",
|
||||
"HIDE": "",
|
||||
"UNHIDE": "",
|
||||
"UNHIDE_TO_COLLECTION": "",
|
||||
"SORT_BY": "",
|
||||
"NEWEST_FIRST": "",
|
||||
"OLDEST_FIRST": "",
|
||||
"CONVERSION_FAILED_NOTIFICATION_MESSAGE": "",
|
||||
"SELECT_COLLECTION": "",
|
||||
"PIN_ALBUM": "",
|
||||
"UNPIN_ALBUM": "",
|
||||
"DOWNLOAD_COMPLETE": "",
|
||||
"DOWNLOADING_COLLECTION": "",
|
||||
"DOWNLOAD_FAILED": "",
|
||||
"DOWNLOAD_PROGRESS": "",
|
||||
"CRASH_REPORTING": "",
|
||||
"CHRISTMAS": "",
|
||||
"CHRISTMAS_EVE": "",
|
||||
"NEW_YEAR": "",
|
||||
"NEW_YEAR_EVE": "",
|
||||
"IMAGE": "",
|
||||
"VIDEO": "",
|
||||
"LIVE_PHOTO": "",
|
||||
"CONVERT": "",
|
||||
"CONFIRM_EDITOR_CLOSE_MESSAGE": "",
|
||||
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "",
|
||||
"BRIGHTNESS": "",
|
||||
"CONTRAST": "",
|
||||
"SATURATION": "",
|
||||
"BLUR": "",
|
||||
"INVERT_COLORS": "",
|
||||
"ASPECT_RATIO": "",
|
||||
"SQUARE": "",
|
||||
"ROTATE_LEFT": "",
|
||||
"ROTATE_RIGHT": "",
|
||||
"FLIP_VERTICALLY": "",
|
||||
"FLIP_HORIZONTALLY": "",
|
||||
"DOWNLOAD_EDITED": "",
|
||||
"SAVE_A_COPY_TO_ENTE": "",
|
||||
"RESTORE_ORIGINAL": "",
|
||||
"TRANSFORM": "",
|
||||
"COLORS": "",
|
||||
"FLIP": "",
|
||||
"ROTATION": "",
|
||||
"RESET": "",
|
||||
"PHOTO_EDITOR": "",
|
||||
"FASTER_UPLOAD": "",
|
||||
"FASTER_UPLOAD_DESCRIPTION": "",
|
||||
"MAGIC_SEARCH_STATUS": "",
|
||||
"INDEXED_ITEMS": "",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CACHE_DIRECTORY": "",
|
||||
"FREEHAND": "",
|
||||
"APPLY_CROP": "",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": ""
|
||||
}
|
|
@ -625,18 +625,19 @@
|
|||
"FASTER_UPLOAD_DESCRIPTION": "通过附近的服务器路由上传",
|
||||
"MAGIC_SEARCH_STATUS": "魔法搜索状态",
|
||||
"INDEXED_ITEMS": "索引项目",
|
||||
"CAST_ALBUM_TO_TV": "",
|
||||
"ENTER_CAST_PIN_CODE": "",
|
||||
"PAIR_DEVICE_TO_TV": "",
|
||||
"TV_NOT_FOUND": "",
|
||||
"AUTO_CAST_PAIR": "",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "",
|
||||
"PAIR_WITH_PIN": "",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "",
|
||||
"VISIT_CAST_ENTE_IO": "",
|
||||
"CAST_AUTO_PAIR_FAILED": "",
|
||||
"CAST_ALBUM_TO_TV": "在电视上播放相册",
|
||||
"ENTER_CAST_PIN_CODE": "输入您在下面的电视上看到的代码来配对此设备。",
|
||||
"PAIR_DEVICE_TO_TV": "配对设备",
|
||||
"TV_NOT_FOUND": "未找到电视。您输入的 PIN 码正确吗?",
|
||||
"AUTO_CAST_PAIR": "自动配对",
|
||||
"AUTO_CAST_PAIR_REQUIRES_CONNECTION_TO_GOOGLE": "自动配对需要连接到 Google 服务器,且仅适用于支持 Chromecast 的设备。Google 不会接收敏感数据,例如您的照片。",
|
||||
"PAIR_WITH_PIN": "用 PIN 配对",
|
||||
"CHOOSE_DEVICE_FROM_BROWSER": "从浏览器弹出窗口中选择兼容 Cast 的设备。",
|
||||
"PAIR_WITH_PIN_WORKS_FOR_ANY_LARGE_SCREEN_DEVICE": "用 PIN 配对适用于任何大屏幕设备,您可以在这些设备上播放您的相册。",
|
||||
"VISIT_CAST_ENTE_IO": "在您要配对的设备上访问 cast.ente.io 。",
|
||||
"CAST_AUTO_PAIR_FAILED": "Chromecast 自动配对失败。请再试一次。",
|
||||
"CACHE_DIRECTORY": "缓存文件夹",
|
||||
"PASSKEYS": "通行密钥",
|
||||
"FREEHAND": "手画",
|
||||
"APPLY_CROP": "应用裁剪",
|
||||
"PHOTO_EDIT_REQUIRED_TO_SAVE": "保存之前必须至少执行一项转换或颜色调整。"
|
|
@ -1,14 +1,12 @@
|
|||
import DropdownInput, { DropdownOption } from 'components/DropdownInput';
|
||||
import { useLocalState } from '@ente/shared/hooks/useLocalState';
|
||||
import { t } from 'i18next';
|
||||
import { useRouter } from 'next/router';
|
||||
import {
|
||||
type SupportedLocale,
|
||||
supportedLocales,
|
||||
closestSupportedLocale,
|
||||
getLocaleInUse,
|
||||
setLocaleInUse,
|
||||
} from '@/ui/i18n';
|
||||
import { LS_KEYS } from '@ente/shared/storage/localStorage';
|
||||
import { getUserLocaleString } from '@ente/shared/storage/localStorage/helpers';
|
||||
|
||||
/**
|
||||
* Human readable name for each supported locale
|
||||
|
@ -17,16 +15,18 @@ import { getUserLocaleString } from '@ente/shared/storage/localStorage/helpers';
|
|||
*/
|
||||
export const localeName = (locale: SupportedLocale) => {
|
||||
switch (locale) {
|
||||
case 'en':
|
||||
case 'en-US':
|
||||
return 'English';
|
||||
case 'fr':
|
||||
case 'fr-FR':
|
||||
return 'Français';
|
||||
case 'zh':
|
||||
case 'zh-CN':
|
||||
return '中文';
|
||||
case 'nl':
|
||||
case 'nl-NL':
|
||||
return 'Nederlands';
|
||||
case 'es':
|
||||
case 'es-ES':
|
||||
return 'Español';
|
||||
case 'pt-BR':
|
||||
return 'Brazilian Portuguese';
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -38,15 +38,12 @@ const getLanguageOptions = (): DropdownOption<SupportedLocale>[] => {
|
|||
};
|
||||
|
||||
export const LanguageSelector = () => {
|
||||
const [userLocale, setUserLocale] = useLocalState(
|
||||
LS_KEYS.LOCALE,
|
||||
closestSupportedLocale(getUserLocaleString())
|
||||
);
|
||||
|
||||
const locale = getLocaleInUse();
|
||||
// Enhancement: Is this full reload needed?
|
||||
const router = useRouter();
|
||||
|
||||
const updateCurrentLocale = (newLocale: SupportedLocale) => {
|
||||
setUserLocale(newLocale);
|
||||
setLocaleInUse(newLocale);
|
||||
router.reload();
|
||||
};
|
||||
|
||||
|
@ -55,7 +52,7 @@ export const LanguageSelector = () => {
|
|||
options={getLanguageOptions()}
|
||||
label={t('LANGUAGE')}
|
||||
labelProps={{ color: 'text.muted' }}
|
||||
selected={userLocale}
|
||||
selected={locale}
|
||||
setSelected={updateCurrentLocale}
|
||||
/>
|
||||
);
|
||||
|
|
|
@ -66,7 +66,6 @@ import { REDIRECTS } from 'constants/redirects';
|
|||
import {
|
||||
getLocalMapEnabled,
|
||||
getToken,
|
||||
getUserLocaleString,
|
||||
setLocalMapEnabled,
|
||||
} from '@ente/shared/storage/localStorage/helpers';
|
||||
import { isExportInProgress } from 'utils/export';
|
||||
|
@ -163,7 +162,7 @@ export default function App(props: EnteAppProps) {
|
|||
|
||||
useEffect(() => {
|
||||
//setup i18n
|
||||
setupI18n(getUserLocaleString()).finally(() => setIsI18nReady(true));
|
||||
setupI18n().finally(() => setIsI18nReady(true));
|
||||
// set client package name in headers
|
||||
HTTPService.setHeaders({
|
||||
'X-Client-Package': CLIENT_PACKAGE_NAMES.get(APPS.PHOTOS),
|
||||
|
|
|
@ -3,4 +3,4 @@ api_token_env: CROWDIN_PERSONAL_TOKEN
|
|||
|
||||
files:
|
||||
- source: /apps/photos/public/locales/en/translation.json
|
||||
translation: /apps/photos/public/locales/%two_letters_code%/translation.json
|
||||
translation: /apps/photos/public/locales/%locale%/translation.json
|
||||
|
|
|
@ -21,13 +21,7 @@
|
|||
"lint": "yarn prettier --check . && yarn workspaces run eslint .",
|
||||
"lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@ente/accounts": "*",
|
||||
"@ente/shared": "*",
|
||||
"axios": "^1.6.0",
|
||||
"is-electron": "^2.2.2",
|
||||
"next": "^14.1"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@ente/eslint-config": "*",
|
||||
"@typescript-eslint/eslint-plugin": "^7",
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"lint": "eslint .",
|
||||
"build": "yarn lint && tsc"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"@/next": "*",
|
||||
"@ente/shared": "*"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
|
8
packages/next/.eslintrc.js
Normal file
8
packages/next/.eslintrc.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
extends: ["@/build-config/eslintrc-typescript"],
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
// TODO (MR): Figure out a way to not have to ignored the next config .js
|
||||
ignorePatterns: [".eslintrc.js", "next.config.base.js"],
|
||||
};
|
3
packages/next/.prettierrc.json
Normal file
3
packages/next/.prettierrc.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"tabWidth": 4
|
||||
}
|
8
packages/next/README.md
Normal file
8
packages/next/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## @/next
|
||||
|
||||
Like [@/ui](../ui/README.md), but for things that require Next.
|
||||
|
||||
### Packaging
|
||||
|
||||
This (internal) package exports a React TypeScript library. We rely on the
|
||||
importing project to transpile and bundle it.
|
|
@ -10,13 +10,13 @@
|
|||
* https://nextjs.org/docs/pages/api-reference/next-config-js
|
||||
*/
|
||||
|
||||
const { withSentryConfig } = require('@sentry/nextjs');
|
||||
const cp = require('child_process');
|
||||
const { withSentryConfig } = require("@sentry/nextjs");
|
||||
const cp = require("child_process");
|
||||
|
||||
const gitSHA = cp
|
||||
.execSync('git rev-parse --short HEAD', {
|
||||
.execSync("git rev-parse --short HEAD", {
|
||||
cwd: __dirname,
|
||||
encoding: 'utf8',
|
||||
encoding: "utf8",
|
||||
})
|
||||
.trimEnd();
|
||||
|
||||
|
@ -24,20 +24,21 @@ const gitSHA = cp
|
|||
* The base Next.js config. Before exporting this, we wrap this in
|
||||
* {@link withSentryConfig}.
|
||||
*
|
||||
* @type {import('next').NextConfig}
|
||||
* @type {import("next").NextConfig}
|
||||
*/
|
||||
const nextConfig = {
|
||||
/* generate a static export when we run `next build` */
|
||||
output: 'export',
|
||||
output: "export",
|
||||
compiler: {
|
||||
emotion: true,
|
||||
},
|
||||
transpilePackages: [
|
||||
'@/ui',
|
||||
'@/utils',
|
||||
'@mui/material',
|
||||
'@mui/system',
|
||||
'@mui/icons-material',
|
||||
"@/next",
|
||||
"@/ui",
|
||||
"@/utils",
|
||||
"@mui/material",
|
||||
"@mui/system",
|
||||
"@mui/icons-material",
|
||||
],
|
||||
|
||||
// Add environment variables to the JavaScript bundle. They will be
|
12
packages/next/package.json
Normal file
12
packages/next/package.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "@/next",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@/build-config": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@/ui": "*",
|
||||
"next": "^14.1"
|
||||
}
|
||||
}
|
5
packages/next/tsconfig.json
Normal file
5
packages/next/tsconfig.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"extends": "@/build-config/tsconfig.transpile.json",
|
||||
/* Typecheck all files with the given extensions (here or in subfolders) */
|
||||
"include": ["**/*.ts", "**/*.tsx"]
|
||||
}
|
|
@ -3,8 +3,8 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@/ui": "*",
|
||||
"@/utils": "*",
|
||||
"@sentry/nextjs": "7.77.0"
|
||||
"@/next": "*",
|
||||
"@sentry/nextjs": "7.77.0",
|
||||
"axios": "^1.6.7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,10 +29,6 @@ export function setLivePhotoInfoShownCount(count: boolean) {
|
|||
setData(LS_KEYS.LIVE_PHOTO_INFO_SHOWN_COUNT, { count });
|
||||
}
|
||||
|
||||
export function getUserLocaleString(): string {
|
||||
return getData(LS_KEYS.LOCALE)?.value;
|
||||
}
|
||||
|
||||
export function getLocalMapEnabled(): boolean {
|
||||
return getData(LS_KEYS.MAP_ENABLED)?.value ?? false;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,8 @@ export enum LS_KEYS {
|
|||
THEME = 'theme',
|
||||
WAIT_TIME = 'waitTime',
|
||||
API_ENDPOINT = 'apiEndpoint',
|
||||
LOCALE = 'locale',
|
||||
// Moved to the new wrapper @/utils/local-storage
|
||||
// LOCALE = 'locale',
|
||||
MAP_ENABLED = 'mapEnabled',
|
||||
SRP_SETUP_ATTRIBUTES = 'srpSetupAttributes',
|
||||
SRP_ATTRIBUTES = 'srpAttributes',
|
||||
|
|
|
@ -4,6 +4,13 @@ import Backend from "i18next-http-backend";
|
|||
import { isDevBuild } from "@/utils/env";
|
||||
import { getUserLocales } from "get-user-locale";
|
||||
import { includes } from "@/utils/type-guards";
|
||||
import {
|
||||
getLSString,
|
||||
setLSString,
|
||||
removeLSString,
|
||||
} from "@/utils/local-storage";
|
||||
import { object, string } from "yup";
|
||||
import { logError } from "@/utils/logging";
|
||||
|
||||
/**
|
||||
* List of all {@link SupportedLocale}s.
|
||||
|
@ -17,10 +24,20 @@ import { includes } from "@/utils/type-guards";
|
|||
* languages than this. When a translation reaches a high enough coverage, say
|
||||
* 90%, then we manually add it to this list of supported languages.
|
||||
*/
|
||||
export const supportedLocales = ["en", "fr", "zh", "nl", "es"] as const;
|
||||
/** The type of {@link supportedLocale}s. */
|
||||
export const supportedLocales = [
|
||||
"en-US" /* English */,
|
||||
"fr-FR" /* French */,
|
||||
"zh-CN" /* Simplified Chinese */,
|
||||
"nl-NL" /* Dutch */,
|
||||
"es-ES" /* Spanish */,
|
||||
"pt-BR" /* Portuguese, Brazilian */,
|
||||
] as const;
|
||||
|
||||
/** The type of {@link supportedLocales}. */
|
||||
export type SupportedLocale = (typeof supportedLocales)[number];
|
||||
|
||||
const defaultLocale: SupportedLocale = "en-US";
|
||||
|
||||
/**
|
||||
* Load translations.
|
||||
*
|
||||
|
@ -34,8 +51,9 @@ export type SupportedLocale = (typeof supportedLocales)[number];
|
|||
*
|
||||
* - react-i18next, which adds React specific APIs
|
||||
*/
|
||||
export const setupI18n = async (savedLocaleString?: string) => {
|
||||
const locale = closestSupportedLocale(savedLocaleString);
|
||||
export const setupI18n = async () => {
|
||||
const localeString = savedLocaleStringMigratingIfNeeded();
|
||||
const locale = closestSupportedLocale(localeString);
|
||||
|
||||
// https://www.i18next.com/overview/api
|
||||
await i18n
|
||||
|
@ -49,10 +67,24 @@ export const setupI18n = async (savedLocaleString?: string) => {
|
|||
// Option docs: https://www.i18next.com/overview/configuration-options
|
||||
.init({
|
||||
debug: isDevBuild,
|
||||
returnEmptyString: false,
|
||||
fallbackLng: "en",
|
||||
// i18next calls it language, but it really is the locale
|
||||
lng: locale,
|
||||
// Tell i18next about the locales we support
|
||||
supportedLngs: supportedLocales,
|
||||
// Ask it to fetch only exact matches
|
||||
//
|
||||
// By default, if the lng was set to, say, en-GB, i18n would make
|
||||
// network requests for ["en-GB", "en", "dev"] (where dev is the
|
||||
// default fallback). By setting `load` to "currentOnly", we ask
|
||||
// i18next to only try and fetch "en-GB" (i.e. the exact match).
|
||||
load: "currentOnly",
|
||||
// Disallow empty strings as valid translations.
|
||||
//
|
||||
// This way, empty strings will fallback to `fallbackLng`
|
||||
returnEmptyString: false,
|
||||
// The language to use if translation for a particular key in the
|
||||
// current `lng` is not available.
|
||||
fallbackLng: defaultLocale,
|
||||
interpolation: {
|
||||
escapeValue: false, // not needed for react as it escapes by default
|
||||
},
|
||||
|
@ -68,7 +100,6 @@ export const setupI18n = async (savedLocaleString?: string) => {
|
|||
"br",
|
||||
],
|
||||
},
|
||||
load: "languageOnly",
|
||||
});
|
||||
|
||||
i18n.services.formatter?.add("dateTime", (value, lng) => {
|
||||
|
@ -81,15 +112,68 @@ export const setupI18n = async (savedLocaleString?: string) => {
|
|||
};
|
||||
|
||||
/**
|
||||
* Return the current locale in which our user interface is being shown.
|
||||
* Read and return the locale (if any) that we'd previously saved in local
|
||||
* storage.
|
||||
*
|
||||
* Note that this may be different from the user's locale. For example, the
|
||||
* browser might be set to en-GB, but since we don't support that specific
|
||||
* variant of English, this value will be (say) en-US.
|
||||
* If it finds a locale stored in the old format, it also updates the saved
|
||||
* value and returns it in the new format.
|
||||
*/
|
||||
export const currentLocale = () => {
|
||||
const locale = i18n.resolvedLanguage;
|
||||
return locale && includes(supportedLocales, locale) ? locale : "en";
|
||||
const savedLocaleStringMigratingIfNeeded = () => {
|
||||
const ls = getLSString("locale");
|
||||
|
||||
// An older version of our code had stored only the language code, not the
|
||||
// full locale. Migrate these to the new locale format. Luckily, all such
|
||||
// languages can be unambiguously mapped to locales in our current set.
|
||||
//
|
||||
// This migration is dated Feb 2024. And it can be removed after a few
|
||||
// months, because by then either customers would've opened the app and
|
||||
// their setting migrated to the new format, or the browser would've cleared
|
||||
// the older local storage entry anyway.
|
||||
|
||||
if (!ls) {
|
||||
// Nothing found
|
||||
return ls;
|
||||
}
|
||||
|
||||
if (includes(supportedLocales, ls)) {
|
||||
// Already in the new format
|
||||
return ls;
|
||||
}
|
||||
|
||||
let value: string | undefined;
|
||||
try {
|
||||
const oldFormatData = object({ value: string() }).json().cast(ls);
|
||||
value = oldFormatData.value;
|
||||
} catch (e) {
|
||||
// Not a valid JSON, or not in the format we expected it. This shouldn't
|
||||
// have happened, we're the only one setting it.
|
||||
logError("Failed to parse locale obtained from local storage", e);
|
||||
// Also remove the old key, it is not parseable by us anymore.
|
||||
removeLSString("locale");
|
||||
return undefined;
|
||||
}
|
||||
|
||||
const newValue = mapOldValue(value);
|
||||
if (newValue) setLSString("locale", newValue);
|
||||
|
||||
return newValue;
|
||||
};
|
||||
|
||||
const mapOldValue = (value: string | undefined) => {
|
||||
switch (value) {
|
||||
case "en":
|
||||
return "en-US";
|
||||
case "fr":
|
||||
return "fr-FR";
|
||||
case "zh":
|
||||
return "zh-CN";
|
||||
case "nl":
|
||||
return "nl-NL";
|
||||
case "es":
|
||||
return "es-ES";
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -103,45 +187,65 @@ export const currentLocale = () => {
|
|||
* If {@link savedLocaleString} is `undefined`, it tries to deduce the closest
|
||||
* {@link SupportedLocale} that matches the browser's locale.
|
||||
*/
|
||||
export function closestSupportedLocale(
|
||||
const closestSupportedLocale = (
|
||||
savedLocaleString?: string,
|
||||
): SupportedLocale {
|
||||
): SupportedLocale => {
|
||||
const ss = savedLocaleString;
|
||||
if (ss && includes(supportedLocales, ss)) return ss;
|
||||
|
||||
/*
|
||||
switch (savedLocaleString) {
|
||||
case "en":
|
||||
return Language.en;
|
||||
case "fr":
|
||||
return Language.fr;
|
||||
case "zh":
|
||||
return Language.zh;
|
||||
case "nl":
|
||||
return Language.nl;
|
||||
case "es":
|
||||
return Language.es;
|
||||
}
|
||||
*/
|
||||
|
||||
for (const us of getUserLocales()) {
|
||||
for (const ls of getUserLocales()) {
|
||||
// Exact match
|
||||
if (us && includes(supportedLocales, us)) return us;
|
||||
if (ls && includes(supportedLocales, ls)) return ls;
|
||||
|
||||
// Language match
|
||||
if (us.startsWith("en")) {
|
||||
return "en";
|
||||
} else if (us.startsWith("fr")) {
|
||||
return "fr";
|
||||
} else if (us.startsWith("zh")) {
|
||||
return "zh";
|
||||
} else if (us.startsWith("nl")) {
|
||||
return "nl";
|
||||
} else if (us.startsWith("es")) {
|
||||
return "es";
|
||||
if (ls.startsWith("en")) {
|
||||
return "en-US";
|
||||
} else if (ls.startsWith("fr")) {
|
||||
return "fr-FR";
|
||||
} else if (ls.startsWith("zh")) {
|
||||
return "zh-CN";
|
||||
} else if (ls.startsWith("nl")) {
|
||||
return "nl-NL";
|
||||
} else if (ls.startsWith("es")) {
|
||||
return "es-ES";
|
||||
} else if (ls.startsWith("pt-BR")) {
|
||||
// We'll never get here (it'd already be an exact match), just kept
|
||||
// to keep this list consistent.
|
||||
return "pt-BR";
|
||||
}
|
||||
}
|
||||
|
||||
// Fallback
|
||||
return "en";
|
||||
}
|
||||
return defaultLocale;
|
||||
};
|
||||
|
||||
/**
|
||||
* Return the locale that is currently being used to show the app's UI.
|
||||
*
|
||||
* Note that this may be different from the user's locale. For example, the
|
||||
* browser might be set to en-GB, but since we don't support that specific
|
||||
* variant of English, this value will be (say) en-US.
|
||||
*/
|
||||
export const getLocaleInUse = (): SupportedLocale => {
|
||||
const locale = i18n.resolvedLanguage;
|
||||
if (locale && includes(supportedLocales, locale)) {
|
||||
return locale;
|
||||
} else {
|
||||
// This shouldn't have happened. Log an error to attract attention.
|
||||
logError(
|
||||
`Expected the i18next locale to be one of the supported values, but instead found ${locale}`,
|
||||
);
|
||||
return defaultLocale;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Set the locale that should be used to show the app's UI.
|
||||
*
|
||||
* This updates both the i18next state, and also the corresponding user
|
||||
* preference that is stored in local storage.
|
||||
*/
|
||||
export const setLocaleInUse = async (locale: SupportedLocale) => {
|
||||
setLSString("locale", locale);
|
||||
return i18n.changeLanguage(locale);
|
||||
};
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
"name": "@/ui",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@/build-config": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11",
|
||||
"@emotion/server": "^11.11",
|
||||
"@emotion/styled": "^11.11",
|
||||
"@mui/icons-material": "^5.15",
|
||||
"@mui/material": "^5.15",
|
||||
"get-user-locale": "^2.3.1",
|
||||
"i18next": "^23.10.0",
|
||||
"i18next-http-backend": "^2.5.0",
|
||||
"get-user-locale": "^2.3",
|
||||
"i18next": "^23.10",
|
||||
"i18next-http-backend": "^2.5",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-i18next": "^14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@/build-config": "*"
|
||||
}
|
||||
}
|
||||
|
|
40
packages/utils/local-storage.ts
Normal file
40
packages/utils/local-storage.ts
Normal file
|
@ -0,0 +1,40 @@
|
|||
/**
|
||||
* Keys corresponding to the items that we save in local storage.
|
||||
*
|
||||
* The type of each of the these keys is {@link LSKey}.
|
||||
*
|
||||
* Note: [Local Storage]
|
||||
*
|
||||
* Data in the local storage is persisted even after the user closes the tab (or
|
||||
* the browser itself). This is in contrast with session storage, where the data
|
||||
* is cleared when the browser tab is closed.
|
||||
*
|
||||
* The data in local storage is tied to the Document's origin (scheme + host).
|
||||
*/
|
||||
export const lsKeys = ["locale"] as const;
|
||||
|
||||
/** The type of {@link lsKeys}. */
|
||||
export type LSKey = (typeof lsKeys)[number];
|
||||
|
||||
/**
|
||||
* Read a previously saved string from local storage
|
||||
*/
|
||||
export const getLSString = (key: LSKey) => {
|
||||
const item = localStorage.getItem(key);
|
||||
if (item === null) return undefined;
|
||||
return item;
|
||||
};
|
||||
|
||||
/**
|
||||
* Save a string in local storage
|
||||
*/
|
||||
export const setLSString = (key: LSKey, value: string) => {
|
||||
localStorage.setItem(key, value);
|
||||
};
|
||||
|
||||
/**
|
||||
* Remove an string from local storage.
|
||||
*/
|
||||
export const removeLSString = (key: LSKey) => {
|
||||
localStorage.removeItem(key);
|
||||
};
|
39
packages/utils/logging.ts
Normal file
39
packages/utils/logging.ts
Normal file
|
@ -0,0 +1,39 @@
|
|||
/**
|
||||
* Log an error
|
||||
*
|
||||
* The {@link message} property describes what went wrong. Generally (but not
|
||||
* always) in such situations we also have an "error" object that has specific
|
||||
* details about the issue - that gets passed as the second parameter.
|
||||
*
|
||||
* Note that the "error" {@link e} is not typed. This is because in JavaScript
|
||||
* any arbitrary value can be thrown. So this function allows us to pass it an
|
||||
* arbitrary value as the error, and will internally figure out how best to deal
|
||||
* with it.
|
||||
*
|
||||
* Where and how this error gets logged is dependent on where this code is
|
||||
* running. The default implementation logs a string to the console, but in
|
||||
* practice the layers above us will use the hooks provided in this file to
|
||||
* route and show this error elsewhere.
|
||||
*
|
||||
* TODO (MR): Currently this is a placeholder function to funnel error logs
|
||||
* through. This needs to do what the existing logError in @ente/shared does,
|
||||
* but it cannot have a direct Electron/Sentry dependency here. For now, we just
|
||||
* log on the console.
|
||||
*/
|
||||
export const logError = (message: string, e?: unknown) => {
|
||||
if (e === undefined || e === null) {
|
||||
console.error(message);
|
||||
return;
|
||||
}
|
||||
|
||||
let es: string;
|
||||
if (e instanceof Error) {
|
||||
// In practice, we expect ourselves to be called with Error objects, so
|
||||
// this is the happy path so to say.
|
||||
es = `${e.name}: ${e.message}\n${e.stack}`;
|
||||
} else {
|
||||
// For the rest rare cases, use the default string serialization of e.
|
||||
es = String(e);
|
||||
}
|
||||
console.error(`${message}: ${es}`);
|
||||
};
|
|
@ -2,11 +2,13 @@
|
|||
"name": "@/utils",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"is-electron": "^2.2",
|
||||
"libsodium-wrappers": "0.7.9",
|
||||
"yup": "^1.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@/build-config": "*",
|
||||
"@types/libsodium-wrappers": "0.7.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"libsodium-wrappers": "0.7.9"
|
||||
}
|
||||
}
|
||||
|
|
60
yarn.lock
60
yarn.lock
|
@ -41,7 +41,7 @@
|
|||
chalk "^2.4.2"
|
||||
js-tokens "^4.0.0"
|
||||
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7":
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7":
|
||||
version "7.23.9"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
|
||||
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
|
||||
|
@ -960,11 +960,6 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.8.tgz#a8b739854ccb74b8048ef607d3701e9d506830e7"
|
||||
integrity sha512-ggMz8nOygG7d/stpH40WVaNvBwuyYLnrg5Mbyf6bmsj/8+gb6Ei4ZZ9/4PNpcPNTT8th9Q8sM8wYmWGjMWLX/A==
|
||||
|
||||
"@types/yup@^0.29.7":
|
||||
version "0.29.14"
|
||||
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.14.tgz#754f1dccedcc66fc2bbe290c27f5323b407ceb00"
|
||||
integrity sha512-Ynb/CjHhE/Xp/4bhHmQC4U1Ox+I2OpfRYF3dnNgQqn1cHa6LK3H1wJMNPT02tSVZA6FYuXE2ITORfbnb6zBCSA==
|
||||
|
||||
"@types/zxcvbn@^4.4.1":
|
||||
version "4.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/zxcvbn/-/zxcvbn-4.4.4.tgz#987f5fcd87e957097433c476c3a1c91a54f53131"
|
||||
|
@ -1323,7 +1318,7 @@ axe-core@=4.7.0:
|
|||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
|
||||
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
|
||||
|
||||
axios@^1.6.0:
|
||||
axios@^1.6.7:
|
||||
version "1.6.7"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
|
||||
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
|
||||
|
@ -2217,11 +2212,6 @@ flatted@^3.2.9:
|
|||
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
|
||||
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
|
||||
|
||||
fn-name@~3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-3.0.0.tgz#0596707f635929634d791f452309ab41558e3c5c"
|
||||
integrity sha512-eNMNr5exLoavuAMhIUVsOKF79SWd/zG104ef6sxBTSw+cZc6BXdQXDvYcGvp0VbxVVSp1XDUNoz7mg1xMtSznA==
|
||||
|
||||
follow-redirects@^1.15.4:
|
||||
version "1.15.5"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
|
||||
|
@ -2322,7 +2312,7 @@ get-tsconfig@^4.5.0:
|
|||
dependencies:
|
||||
resolve-pkg-maps "^1.0.0"
|
||||
|
||||
get-user-locale@^2.3.1:
|
||||
get-user-locale@^2.3:
|
||||
version "2.3.1"
|
||||
resolved "https://registry.yarnpkg.com/get-user-locale/-/get-user-locale-2.3.1.tgz#fc7319429c8a70fac01b3b2a0b08b0c71c1d3fe2"
|
||||
integrity sha512-VEvcsqKYx7zhZYC1CjecrDC5ziPSpl1gSm0qFFJhHSGDrSC+x4+p1KojWC/83QX//j476gFhkVXP/kNUc9q+bQ==
|
||||
|
@ -2535,14 +2525,14 @@ https-proxy-agent@^5.0.0:
|
|||
agent-base "6"
|
||||
debug "4"
|
||||
|
||||
i18next-http-backend@^2.5.0:
|
||||
i18next-http-backend@^2.5:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.5.0.tgz#8396a7df30bfe722eff7a65f629df32a61720414"
|
||||
integrity sha512-Z/aQsGZk1gSxt2/DztXk92DuDD20J+rNudT7ZCdTrNOiK8uQppfvdjq9+DFQfpAnFPn3VZS+KQIr1S/W1KxhpQ==
|
||||
dependencies:
|
||||
cross-fetch "4.0.0"
|
||||
|
||||
i18next@^23.10.0:
|
||||
i18next@^23.10:
|
||||
version "23.10.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.10.0.tgz#fb328794ae692e6fdde0564259e421f4203c4a2c"
|
||||
integrity sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==
|
||||
|
@ -2682,7 +2672,7 @@ is-date-object@^1.0.1, is-date-object@^1.0.5:
|
|||
dependencies:
|
||||
has-tostringtag "^1.0.0"
|
||||
|
||||
is-electron@^2.2.2:
|
||||
is-electron@^2.2:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.yarnpkg.com/is-electron/-/is-electron-2.2.2.tgz#3778902a2044d76de98036f5dc58089ac4d80bb9"
|
||||
integrity sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==
|
||||
|
@ -3024,7 +3014,7 @@ locate-path@^6.0.0:
|
|||
dependencies:
|
||||
p-locate "^5.0.0"
|
||||
|
||||
lodash-es@^4.17.11, lodash-es@^4.17.21:
|
||||
lodash-es@^4.17.21:
|
||||
version "4.17.21"
|
||||
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
|
||||
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
|
||||
|
@ -3039,7 +3029,7 @@ lodash.merge@^4.6.2:
|
|||
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
|
||||
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
|
||||
|
||||
lodash@^4.17.15, lodash@^4.17.21:
|
||||
lodash@^4.17.21:
|
||||
version "4.17.21"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||
|
@ -3527,7 +3517,7 @@ prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2,
|
|||
object-assign "^4.1.1"
|
||||
react-is "^16.13.1"
|
||||
|
||||
property-expr@^2.0.2:
|
||||
property-expr@^2.0.5:
|
||||
version "2.0.6"
|
||||
resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-2.0.6.tgz#f77bc00d5928a6c748414ad12882e83f24aec1e8"
|
||||
integrity sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==
|
||||
|
@ -4169,11 +4159,6 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
||||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
||||
|
||||
synchronous-promise@^2.0.13:
|
||||
version "2.0.17"
|
||||
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
|
||||
integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
|
||||
|
||||
tapable@^2.2.0:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
||||
|
@ -4197,6 +4182,11 @@ through@^2.3.8:
|
|||
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
||||
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
|
||||
|
||||
tiny-case@^1.0.3:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/tiny-case/-/tiny-case-1.0.3.tgz#d980d66bc72b5d5a9ca86fb7c9ffdb9c898ddd03"
|
||||
integrity sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==
|
||||
|
||||
tiny-warning@^1.0.2:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
|
||||
|
@ -4286,6 +4276,11 @@ type-fest@^0.7.1:
|
|||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
|
||||
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
|
||||
|
||||
type-fest@^2.19.0:
|
||||
version "2.19.0"
|
||||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
|
||||
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
|
||||
|
||||
typed-array-buffer@^1.0.1:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3"
|
||||
|
@ -4550,18 +4545,15 @@ yocto-queue@^0.1.0:
|
|||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
||||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
||||
|
||||
yup@^0.29.3:
|
||||
version "0.29.3"
|
||||
resolved "https://registry.yarnpkg.com/yup/-/yup-0.29.3.tgz#69a30fd3f1c19f5d9e31b1cf1c2b851ce8045fea"
|
||||
integrity sha512-RNUGiZ/sQ37CkhzKFoedkeMfJM0vNQyaz+wRZJzxdKE7VfDeVKH8bb4rr7XhRLbHJz5hSjoDNwMEIaKhuMZ8gQ==
|
||||
yup@^1.3.3:
|
||||
version "1.3.3"
|
||||
resolved "https://registry.yarnpkg.com/yup/-/yup-1.3.3.tgz#d2f6020ad1679754c5f8178a29243d5447dead04"
|
||||
integrity sha512-v8QwZSsHH2K3/G9WSkp6mZKO+hugKT1EmnMqLNUcfu51HU9MDyhlETT/JgtzprnrnQHPWsjc6MUDMBp/l9fNnw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.10.5"
|
||||
fn-name "~3.0.0"
|
||||
lodash "^4.17.15"
|
||||
lodash-es "^4.17.11"
|
||||
property-expr "^2.0.2"
|
||||
synchronous-promise "^2.0.13"
|
||||
property-expr "^2.0.5"
|
||||
tiny-case "^1.0.3"
|
||||
toposort "^2.0.2"
|
||||
type-fest "^2.19.0"
|
||||
|
||||
zxcvbn@^4.4.2:
|
||||
version "4.4.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue