mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-20 22:01:45 +00:00
fix(i18n): guard locale key parity and finish the OAuth consent page strings
Every non-en locale now exposes the exact same flat key set as en. Keys that had drifted out of sync are backfilled with the English source value (tagged en-fallback) so t() resolves a real string instead of relying on the silent runtime fallback; no existing translation was touched and no key was removed. Add a parity test that imports each aggregated locale bundle and asserts its key set matches en, with a diagnostic listing of any missing/extra keys. This complements the file-level check in shared/scripts by guarding the merged export the app actually serves. Finish internationalising OAuthAuthorizePage: the ~15 remaining hardcoded English chrome strings now go through oauth.authorize.* keys (English source in en, en-fallback placeholders elsewhere). Markup and behaviour are unchanged.
This commit is contained in:
@@ -315,5 +315,31 @@ const admin: TranslationStrings = {
|
||||
'يعمل TREK الخاص بك في Docker. للتحديث إلى {version}، نفّذ الأوامر التالية على الخادم:',
|
||||
'admin.update.reloadHint': 'يرجى إعادة تحميل الصفحة بعد بضع ثوانٍ.',
|
||||
'admin.tabs.permissions': 'الصلاحيات',
|
||||
'admin.notifications.webhook': 'Webhook', // en-fallback
|
||||
'admin.notifications.ntfy': 'Ntfy', // en-fallback
|
||||
'admin.notifications.emailPanel.title': 'Email (SMTP)', // en-fallback
|
||||
'admin.notifications.webhookPanel.title': 'Webhook', // en-fallback
|
||||
'admin.notifications.inappPanel.title': 'In-App', // en-fallback
|
||||
'admin.notifications.adminNtfyPanel.serverPlaceholder': 'https://ntfy.sh', // en-fallback
|
||||
'admin.notifications.adminNtfyPanel.topicPlaceholder': 'trek-admin-alerts', // en-fallback
|
||||
'admin.authMethods': 'Authentication Methods', // en-fallback
|
||||
'admin.passwordLogin': 'Password Login', // en-fallback
|
||||
'admin.passwordLoginHint': 'Allow users to sign in with email and password', // en-fallback
|
||||
'admin.passwordRegistration': 'Password Registration', // en-fallback
|
||||
'admin.passwordRegistrationHint':
|
||||
'Allow new users to register with email and password', // en-fallback
|
||||
'admin.oidcLogin': 'SSO Login', // en-fallback
|
||||
'admin.oidcLoginHint': 'Allow users to sign in with SSO', // en-fallback
|
||||
'admin.oidcRegistration': 'SSO Auto-Provisioning', // en-fallback
|
||||
'admin.oidcRegistrationHint':
|
||||
'Automatically create accounts for new SSO users', // en-fallback
|
||||
'admin.envOverrideHint':
|
||||
'Password login settings are controlled by the OIDC_ONLY environment variable and cannot be changed here.', // en-fallback
|
||||
'admin.lockoutWarning': 'At least one login method must remain enabled', // en-fallback
|
||||
'admin.addons.catalog.mcp.name': 'MCP', // en-fallback
|
||||
'admin.tabs.github': 'GitHub', // en-fallback
|
||||
'admin.addons.catalog.journey.name': 'Journey', // en-fallback
|
||||
'admin.addons.catalog.journey.description':
|
||||
'Trip tracking & travel journal with check-ins, photos, and daily stories', // en-fallback
|
||||
};
|
||||
export default admin;
|
||||
|
||||
@@ -71,5 +71,6 @@ const backup: TranslationStrings = {
|
||||
'backup.restoreTip':
|
||||
'نصيحة: أنشئ نسخة احتياطية للحالة الحالية قبل الاستعادة.',
|
||||
'backup.restoreConfirm': 'نعم، استعادة',
|
||||
'backup.auto.envLocked': 'Docker', // en-fallback
|
||||
};
|
||||
export default backup;
|
||||
|
||||
@@ -68,5 +68,6 @@ const collab: TranslationStrings = {
|
||||
'collab.polls.options': 'الخيارات',
|
||||
'collab.polls.delete': 'حذف',
|
||||
'collab.polls.closedSection': 'مغلق',
|
||||
'collab.notes.websitePlaceholder': 'https://...', // en-fallback
|
||||
};
|
||||
export default collab;
|
||||
|
||||
@@ -47,5 +47,8 @@ const common: TranslationStrings = {
|
||||
'common.collapse': 'طي',
|
||||
'common.copy': 'نسخ',
|
||||
'common.copied': 'تم النسخ',
|
||||
'common.justNow': 'just now', // en-fallback
|
||||
'common.hoursAgo': '{count}h ago', // en-fallback
|
||||
'common.daysAgo': '{count}d ago', // en-fallback
|
||||
};
|
||||
export default common;
|
||||
|
||||
@@ -34,5 +34,13 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.pendingRes': 'قيد الانتظار',
|
||||
'dayplan.pdfTooltip': 'تصدير خطة اليوم بصيغة PDF',
|
||||
'dayplan.pdfError': 'فشل تصدير PDF',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
'dayplan.pdf': 'PDF', // en-fallback
|
||||
'dayplan.mobile.addPlace': 'Add Place', // en-fallback
|
||||
'dayplan.mobile.searchPlaces': 'Search places...', // en-fallback
|
||||
'dayplan.mobile.allAssigned': 'All places assigned', // en-fallback
|
||||
'dayplan.mobile.noMatch': 'No match', // en-fallback
|
||||
'dayplan.mobile.createNew': 'Create new place', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -52,5 +52,193 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'لم يتم العثور على ألبومات',
|
||||
'journey.picker.selectDate': 'اختر تاريخ',
|
||||
'journey.picker.search': 'بحث',
|
||||
'journey.title': 'Journey', // en-fallback
|
||||
'journey.subtitle': 'Track your travels as they happen', // en-fallback
|
||||
'journey.new': 'New Journey', // en-fallback
|
||||
'journey.create': 'Create', // en-fallback
|
||||
'journey.titlePlaceholder': 'Where are you going?', // en-fallback
|
||||
'journey.empty': 'No journeys yet', // en-fallback
|
||||
'journey.emptyHint': 'Start documenting your next trip', // en-fallback
|
||||
'journey.deleted': 'Journey deleted', // en-fallback
|
||||
'journey.createError': 'Could not create journey', // en-fallback
|
||||
'journey.deleteError': 'Could not delete journey', // en-fallback
|
||||
'journey.deleteConfirmTitle': 'Delete', // en-fallback
|
||||
'journey.deleteConfirmMessage': 'Delete "{title}"? This cannot be undone.', // en-fallback
|
||||
'journey.deleteConfirmGeneric': 'Are you sure you want to delete this?', // en-fallback
|
||||
'journey.notFound': 'Journey not found', // en-fallback
|
||||
'journey.photos': 'Photos', // en-fallback
|
||||
'journey.timelineEmpty': 'No stops yet', // en-fallback
|
||||
'journey.timelineEmptyHint':
|
||||
'Add a check-in or write a journal entry to get started', // en-fallback
|
||||
'journey.status.draft': 'Draft', // en-fallback
|
||||
'journey.status.active': 'Active', // en-fallback
|
||||
'journey.status.completed': 'Completed', // en-fallback
|
||||
'journey.status.upcoming': 'Upcoming', // en-fallback
|
||||
'journey.checkin.add': 'Check in', // en-fallback
|
||||
'journey.checkin.namePlaceholder': 'Location name', // en-fallback
|
||||
'journey.checkin.notesPlaceholder': 'Notes (optional)', // en-fallback
|
||||
'journey.checkin.save': 'Save', // en-fallback
|
||||
'journey.checkin.error': 'Could not save check-in', // en-fallback
|
||||
'journey.entry.add': 'Journal', // en-fallback
|
||||
'journey.entry.edit': 'Edit entry', // en-fallback
|
||||
'journey.entry.titlePlaceholder': 'Title (optional)', // en-fallback
|
||||
'journey.entry.bodyPlaceholder': 'What happened today?', // en-fallback
|
||||
'journey.entry.save': 'Save', // en-fallback
|
||||
'journey.entry.error': 'Could not save entry', // en-fallback
|
||||
'journey.photo.add': 'Photo', // en-fallback
|
||||
'journey.photo.uploadError': 'Upload failed', // en-fallback
|
||||
'journey.share.share': 'Share', // en-fallback
|
||||
'journey.share.public': 'Public', // en-fallback
|
||||
'journey.share.linkCopied': 'Public link copied', // en-fallback
|
||||
'journey.share.disabled': 'Public sharing disabled', // en-fallback
|
||||
'journey.editor.titlePlaceholder': 'Give this moment a name...', // en-fallback
|
||||
'journey.editor.bodyPlaceholder': 'Tell the story of this day...', // en-fallback
|
||||
'journey.editor.placePlaceholder': 'Location (optional)', // en-fallback
|
||||
'journey.editor.tagsPlaceholder':
|
||||
'Tags: hidden gem, best meal, must revisit...', // en-fallback
|
||||
'journey.visibility.private': 'Private', // en-fallback
|
||||
'journey.visibility.shared': 'Shared', // en-fallback
|
||||
'journey.visibility.public': 'Public', // en-fallback
|
||||
'journey.emptyState.title': 'Your story starts here', // en-fallback
|
||||
'journey.emptyState.subtitle':
|
||||
'Check in at a place or write your first journal entry', // en-fallback
|
||||
'journey.frontpage.subtitle':
|
||||
"Turn your trips into stories you'll never forget", // en-fallback
|
||||
'journey.frontpage.createJourney': 'Create Journey', // en-fallback
|
||||
'journey.frontpage.activeJourney': 'Active Journey', // en-fallback
|
||||
'journey.frontpage.allJourneys': 'All Journeys', // en-fallback
|
||||
'journey.frontpage.journeys': 'journeys', // en-fallback
|
||||
'journey.frontpage.createNew': 'Create a new Journey', // en-fallback
|
||||
'journey.frontpage.createNewSub':
|
||||
'Pick trips, write stories, share your adventures', // en-fallback
|
||||
'journey.frontpage.live': 'Live', // en-fallback
|
||||
'journey.frontpage.synced': 'Synced', // en-fallback
|
||||
'journey.frontpage.continueWriting': 'Continue writing', // en-fallback
|
||||
'journey.frontpage.updated': 'Updated {time}', // en-fallback
|
||||
'journey.frontpage.suggestionLabel': 'Trip just ended', // en-fallback
|
||||
'journey.frontpage.suggestionText':
|
||||
'Turn <strong>{title}</strong> into a Journey', // en-fallback
|
||||
'journey.frontpage.dismiss': 'Dismiss', // en-fallback
|
||||
'journey.frontpage.journeyName': 'Journey Name', // en-fallback
|
||||
'journey.frontpage.namePlaceholder': 'e.g. Southeast Asia 2026', // en-fallback
|
||||
'journey.frontpage.selectTrips': 'Select Trips', // en-fallback
|
||||
'journey.frontpage.tripsSelected': 'trips selected', // en-fallback
|
||||
'journey.frontpage.trips': 'trips', // en-fallback
|
||||
'journey.frontpage.placesImported': 'places will be imported', // en-fallback
|
||||
'journey.frontpage.places': 'places', // en-fallback
|
||||
'journey.detail.syncedWithTrips': 'Synced with Trips', // en-fallback
|
||||
'journey.detail.addEntry': 'Add Entry', // en-fallback
|
||||
'journey.detail.newEntry': 'New Entry', // en-fallback
|
||||
'journey.detail.editEntry': 'Edit Entry', // en-fallback
|
||||
'journey.detail.noEntries': 'No entries yet', // en-fallback
|
||||
'journey.detail.noEntriesHint':
|
||||
'Add a trip to get started with skeleton entries', // en-fallback
|
||||
'journey.detail.noPhotos': 'No photos yet', // en-fallback
|
||||
'journey.detail.noPhotosHint':
|
||||
'Upload photos to entries or browse your Immich/Synology library', // en-fallback
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.detail.journeyStats': 'Journey Stats', // en-fallback
|
||||
'journey.detail.syncedTrips': 'Synced Trips', // en-fallback
|
||||
'journey.detail.noTripsLinked': 'No trips linked yet', // en-fallback
|
||||
'journey.detail.contributors': 'Contributors', // en-fallback
|
||||
'journey.detail.readMore': 'Read more', // en-fallback
|
||||
'journey.detail.prosCons': 'Pros & Cons', // en-fallback
|
||||
'journey.stats.days': 'Days', // en-fallback
|
||||
'journey.stats.cities': 'Cities', // en-fallback
|
||||
'journey.stats.entries': 'Entries', // en-fallback
|
||||
'journey.stats.photos': 'Photos', // en-fallback
|
||||
'journey.stats.places': 'Places', // en-fallback
|
||||
'journey.verdict.lovedIt': 'Loved it', // en-fallback
|
||||
'journey.verdict.couldBeBetter': 'Could be better', // en-fallback
|
||||
'journey.synced.places': 'places', // en-fallback
|
||||
'journey.synced.synced': 'synced', // en-fallback
|
||||
'journey.editor.allPhotosAdded': 'All photos already added', // en-fallback
|
||||
'journey.editor.writeStory': 'Write your story...', // en-fallback
|
||||
'journey.editor.prosCons': 'Pros & Cons', // en-fallback
|
||||
'journey.editor.pros': 'Pros', // en-fallback
|
||||
'journey.editor.cons': 'Cons', // en-fallback
|
||||
'journey.editor.proPlaceholder': 'Something great...', // en-fallback
|
||||
'journey.editor.conPlaceholder': 'Not so great...', // en-fallback
|
||||
'journey.editor.date': 'Date', // en-fallback
|
||||
'journey.editor.location': 'Location', // en-fallback
|
||||
'journey.editor.searchLocation': 'Search location...', // en-fallback
|
||||
'journey.editor.mood': 'Mood', // en-fallback
|
||||
'journey.editor.weather': 'Weather', // en-fallback
|
||||
'journey.editor.photoFirst': '1st', // en-fallback
|
||||
'journey.mood.amazing': 'Amazing', // en-fallback
|
||||
'journey.mood.good': 'Good', // en-fallback
|
||||
'journey.mood.neutral': 'Neutral', // en-fallback
|
||||
'journey.mood.rough': 'Rough', // en-fallback
|
||||
'journey.weather.sunny': 'Sunny', // en-fallback
|
||||
'journey.weather.partly': 'Partly cloudy', // en-fallback
|
||||
'journey.weather.cloudy': 'Cloudy', // en-fallback
|
||||
'journey.weather.rainy': 'Rainy', // en-fallback
|
||||
'journey.weather.stormy': 'Stormy', // en-fallback
|
||||
'journey.weather.cold': 'Snowy', // en-fallback
|
||||
'journey.trips.linkTrip': 'Link Trip', // en-fallback
|
||||
'journey.trips.searchTrip': 'Search Trip', // en-fallback
|
||||
'journey.trips.searchPlaceholder': 'Trip name or destination...', // en-fallback
|
||||
'journey.trips.noTripsAvailable': 'No trips available', // en-fallback
|
||||
'journey.trips.link': 'Link', // en-fallback
|
||||
'journey.trips.tripLinked': 'Trip linked', // en-fallback
|
||||
'journey.trips.linkFailed': 'Failed to link trip', // en-fallback
|
||||
'journey.trips.addTrip': 'Add Trip', // en-fallback
|
||||
'journey.trips.unlinkTrip': 'Unlink Trip', // en-fallback
|
||||
'journey.trips.unlinkMessage':
|
||||
'Unlink "{title}"? All synced entries and photos from this trip will be permanently deleted. This cannot be undone.', // en-fallback
|
||||
'journey.trips.unlink': 'Unlink', // en-fallback
|
||||
'journey.trips.tripUnlinked': 'Trip unlinked', // en-fallback
|
||||
'journey.trips.unlinkFailed': 'Failed to unlink trip', // en-fallback
|
||||
'journey.trips.noTripsLinkedSettings': 'No trips linked', // en-fallback
|
||||
'journey.contributors.invite': 'Invite Contributor', // en-fallback
|
||||
'journey.contributors.searchUser': 'Search User', // en-fallback
|
||||
'journey.contributors.searchPlaceholder': 'Username or email...', // en-fallback
|
||||
'journey.contributors.noUsers': 'No users found', // en-fallback
|
||||
'journey.contributors.role': 'Role', // en-fallback
|
||||
'journey.contributors.added': 'Contributor added', // en-fallback
|
||||
'journey.contributors.addFailed': 'Failed to add contributor', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
'journey.share.publicShare': 'Public Share', // en-fallback
|
||||
'journey.share.createLink': 'Create share link', // en-fallback
|
||||
'journey.share.linkCreated': 'Share link created', // en-fallback
|
||||
'journey.share.createFailed': 'Failed to create link', // en-fallback
|
||||
'journey.share.timeline': 'Timeline', // en-fallback
|
||||
'journey.share.gallery': 'Gallery', // en-fallback
|
||||
'journey.share.map': 'Map', // en-fallback
|
||||
'journey.share.removeLink': 'Remove share link', // en-fallback
|
||||
'journey.share.linkDeleted': 'Share link deleted', // en-fallback
|
||||
'journey.share.deleteFailed': 'Failed to delete', // en-fallback
|
||||
'journey.share.updateFailed': 'Failed to update', // en-fallback
|
||||
'journey.settings.title': 'Journey Settings', // en-fallback
|
||||
'journey.settings.coverImage': 'Cover Image', // en-fallback
|
||||
'journey.settings.changeCover': 'Change cover', // en-fallback
|
||||
'journey.settings.addCover': 'Add cover image', // en-fallback
|
||||
'journey.settings.name': 'Name', // en-fallback
|
||||
'journey.settings.subtitle': 'Subtitle', // en-fallback
|
||||
'journey.settings.subtitlePlaceholder': 'e.g. Thailand, Vietnam & Cambodia', // en-fallback
|
||||
'journey.settings.delete': 'Delete', // en-fallback
|
||||
'journey.settings.deleteJourney': 'Delete Journey', // en-fallback
|
||||
'journey.settings.deleteMessage':
|
||||
'Delete "{title}"? All entries and photos will be lost.', // en-fallback
|
||||
'journey.settings.saved': 'Settings saved', // en-fallback
|
||||
'journey.settings.saveFailed': 'Failed to save', // en-fallback
|
||||
'journey.settings.coverUpdated': 'Cover updated', // en-fallback
|
||||
'journey.settings.coverFailed': 'Upload failed', // en-fallback
|
||||
'journey.public.notFound': 'Not Found', // en-fallback
|
||||
'journey.public.notFoundMessage':
|
||||
"This journey doesn't exist or the link has expired.", // en-fallback
|
||||
'journey.public.readOnly': 'Read-only · Public Journey', // en-fallback
|
||||
'journey.public.tagline': 'Travel Resource & Exploration Kit', // en-fallback
|
||||
'journey.public.sharedVia': 'Shared via', // en-fallback
|
||||
'journey.public.madeWith': 'Made with', // en-fallback
|
||||
'journey.pdf.journeyBook': 'Journey Book', // en-fallback
|
||||
'journey.pdf.madeWith': 'Made with TREK', // en-fallback
|
||||
'journey.pdf.day': 'Day', // en-fallback
|
||||
'journey.pdf.theEnd': 'The End', // en-fallback
|
||||
'journey.pdf.saveAsPdf': 'Save as PDF', // en-fallback
|
||||
'journey.pdf.pages': 'pages', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -87,5 +87,6 @@ const login: TranslationStrings = {
|
||||
'login.resetPasswordInvalidLinkBody':
|
||||
'هذا الرابط مفقود أو تالف. اطلب رابطًا جديدًا للمتابعة.',
|
||||
'login.resetPasswordFailed': 'فشلت إعادة التعيين. ربما انتهت صلاحية الرابط.',
|
||||
'login.emailPlaceholder': 'your@email.com', // en-fallback
|
||||
};
|
||||
export default login;
|
||||
|
||||
@@ -89,5 +89,31 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'إدارة روابط مذكرات السفر',
|
||||
'oauth.scope.journey:share.description':
|
||||
'إنشاء روابط مشاركة عامة لمذكرات السفر وتحديثها وإلغاؤها',
|
||||
'oauth.scope.group.atlas': 'Atlas', // en-fallback
|
||||
'oauth.scope.group.geo': 'Geo', // en-fallback
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -270,5 +270,23 @@ const settings: TranslationStrings = {
|
||||
'settings.mfa.toastEnabled': 'تم تفعيل المصادقة الثنائية',
|
||||
'settings.mfa.toastDisabled': 'تم تعطيل المصادقة الثنائية',
|
||||
'settings.mfa.demoBlocked': 'غير متاح في الوضع التجريبي',
|
||||
'settings.tabs.offline': 'Offline', // en-fallback
|
||||
'settings.mapTemplatePlaceholder':
|
||||
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', // en-fallback
|
||||
'settings.notificationPreferences.email': 'Email', // en-fallback
|
||||
'settings.notificationPreferences.webhook': 'Webhook', // en-fallback
|
||||
'settings.notificationPreferences.inapp': 'In-App', // en-fallback
|
||||
'settings.notificationPreferences.ntfy': 'Ntfy', // en-fallback
|
||||
'settings.webhookUrl.placeholder': 'https://discord.com/api/webhooks/...', // en-fallback
|
||||
'settings.ntfyUrl.topicPlaceholder': 'my-trek-alerts', // en-fallback
|
||||
'settings.ntfyUrl.serverPlaceholder': 'https://ntfy.sh', // en-fallback
|
||||
'settings.oauth.modal.redirectUrisPlaceholder':
|
||||
'https://your-app.com/callback\nhttps://your-app.com/auth', // en-fallback
|
||||
'settings.about.supporter.tier.noReturnTicket': 'No Return Ticket', // en-fallback
|
||||
'settings.about.supporter.tier.lostLuggageVip': 'Lost Luggage VIP', // en-fallback
|
||||
'settings.about.supporter.tier.businessClassDreamer':
|
||||
'Business Class Dreamer', // en-fallback
|
||||
'settings.about.supporter.tier.budgetTraveller': 'Budget Traveller', // en-fallback
|
||||
'settings.about.supporter.tier.hostelBunkmate': 'Hostel Bunkmate', // en-fallback
|
||||
};
|
||||
export default settings;
|
||||
|
||||
@@ -47,5 +47,8 @@ const system_notice: TranslationStrings = {
|
||||
'system_notice.pager.next': 'الإشعار التالي',
|
||||
'system_notice.pager.goto': 'الانتقال إلى الإشعار {n}',
|
||||
'system_notice.pager.position': 'الإشعار {current} من {total}',
|
||||
'system_notice.dev_test_modal.title': '[Dev] Test notice', // en-fallback
|
||||
'system_notice.dev_test_modal.body': 'This is a dev-only test notice.', // en-fallback
|
||||
'system_notice.pager.counter': '{current} / {total}', // en-fallback
|
||||
};
|
||||
export default system_notice;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Todos os lugares atribuídos',
|
||||
'dayplan.mobile.noMatch': 'Sem correspondência',
|
||||
'dayplan.mobile.createNew': 'Criar novo lugar',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -236,5 +236,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Nenhum álbum encontrado',
|
||||
'journey.picker.selectDate': 'Selecionar data',
|
||||
'journey.picker.search': 'Pesquisar',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -94,5 +94,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Gerenciar links de jornadas',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Criar, atualizar e revogar links de compartilhamento públicos para jornadas',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Všechna místa přiřazena',
|
||||
'dayplan.mobile.noMatch': 'Žádná shoda',
|
||||
'dayplan.mobile.createNew': 'Vytvořit nové místo',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -235,5 +235,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Žádná alba nenalezena',
|
||||
'journey.picker.selectDate': 'Vyberte datum',
|
||||
'journey.picker.search': 'Hledat',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -94,5 +94,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Spravovat odkazy na cestovní deníky',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Vytvářet, aktualizovat a rušit veřejné sdílené odkazy na cestovní deníky',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -242,5 +242,6 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Keine Alben gefunden',
|
||||
'journey.picker.selectDate': 'Datum wählen',
|
||||
'journey.picker.search': 'Suchen',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Journey-Links verwalten',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Öffentliche Freigabelinks für Journeys erstellen, aktualisieren und widerrufen',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Manage journey links',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Create, update, and revoke public share links for journeys',
|
||||
'oauth.authorize.authorizing': 'Authorizing…',
|
||||
'oauth.authorize.loading': 'Loading…',
|
||||
'oauth.authorize.errorTitle': 'Authorization Error',
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue',
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.',
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK',
|
||||
'oauth.authorize.requestLabel': 'Authorization Request',
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.',
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.',
|
||||
'oauth.authorize.selectScope': 'Select at least one scope',
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)',
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)',
|
||||
'oauth.authorize.approveAccess': 'Approve Access',
|
||||
'oauth.authorize.deny': 'Deny',
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant',
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested',
|
||||
'oauth.authorize.alwaysIncluded': 'Always included',
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs',
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool',
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Todos los lugares asignados',
|
||||
'dayplan.mobile.noMatch': 'Sin coincidencias',
|
||||
'dayplan.mobile.createNew': 'Crear nuevo lugar',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -236,5 +236,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'No se encontraron álbumes',
|
||||
'journey.picker.selectDate': 'Seleccionar fecha',
|
||||
'journey.picker.search': 'Buscar',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -94,5 +94,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Gestionar enlaces de travesías',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Crear, actualizar y revocar enlaces públicos de compartir para travesías',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Tous les lieux attribués',
|
||||
'dayplan.mobile.noMatch': 'Aucun résultat',
|
||||
'dayplan.mobile.createNew': 'Créer un nouveau lieu',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -237,5 +237,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Aucun album trouvé',
|
||||
'journey.picker.selectDate': 'Sélectionner une date',
|
||||
'journey.picker.search': 'Rechercher',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Gérer les liens de journaux de voyage',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Créer, modifier et révoquer des liens de partage publics pour les journaux de voyage',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -120,5 +120,51 @@ const dashboard: TranslationStrings = {
|
||||
'dashboard.mobile.inMonths': 'Σε {count} μήνες',
|
||||
'dashboard.mobile.completed': 'Ολοκληρώθηκε',
|
||||
'dashboard.mobile.currencyConverter': 'Μετατροπέας Νομισμάτων',
|
||||
'dashboard.newTripSub': 'Plan a new trip from scratch', // en-fallback
|
||||
'dashboard.filter.planned': 'Planned', // en-fallback
|
||||
'dashboard.hero.badgeLive': 'LIVE NOW', // en-fallback
|
||||
'dashboard.hero.badgeToday': 'STARTS TODAY', // en-fallback
|
||||
'dashboard.hero.badgeTomorrow': 'TOMORROW', // en-fallback
|
||||
'dashboard.hero.badgeNext': 'UP NEXT', // en-fallback
|
||||
'dashboard.hero.badgeRecent': 'RECENT', // en-fallback
|
||||
'dashboard.hero.tripDates': 'Trip dates', // en-fallback
|
||||
'dashboard.hero.noDates': 'No dates set', // en-fallback
|
||||
'dashboard.hero.travelerOne': '{count} traveler', // en-fallback
|
||||
'dashboard.hero.travelerMany': '{count} travelers', // en-fallback
|
||||
'dashboard.hero.destinationOne': '{count} destination', // en-fallback
|
||||
'dashboard.hero.destinationMany': '{count} destinations', // en-fallback
|
||||
'dashboard.hero.dayUnitOne': 'day', // en-fallback
|
||||
'dashboard.hero.dayUnitMany': 'days', // en-fallback
|
||||
'dashboard.hero.dayLeft': 'Day left', // en-fallback
|
||||
'dashboard.hero.daysLeft': 'Days left', // en-fallback
|
||||
'dashboard.hero.lastDay': 'Last day', // en-fallback
|
||||
'dashboard.hero.untilStart': 'Until start', // en-fallback
|
||||
'dashboard.hero.startsIn': 'Trip starts in', // en-fallback
|
||||
'dashboard.atlas.countriesVisited': 'Atlas · Countries visited', // en-fallback
|
||||
'dashboard.atlas.ofTotal': 'of {total}', // en-fallback
|
||||
'dashboard.atlas.tripsTotal': 'Trips total', // en-fallback
|
||||
'dashboard.atlas.placesMapped': '{count} places mapped', // en-fallback
|
||||
'dashboard.atlas.daysTraveled': 'Days traveled', // en-fallback
|
||||
'dashboard.atlas.daysUnit': 'days', // en-fallback
|
||||
'dashboard.atlas.acrossAllTrips': 'across all trips', // en-fallback
|
||||
'dashboard.atlas.distanceFlown': 'Distance flown', // en-fallback
|
||||
'dashboard.atlas.kmUnit': 'km', // en-fallback
|
||||
'dashboard.atlas.aroundEquator': '≈ {count}× around the equator', // en-fallback
|
||||
'dashboard.card.idea': 'Idea', // en-fallback
|
||||
'dashboard.card.buddyOne': 'Buddy', // en-fallback
|
||||
'dashboard.fx.from': 'From', // en-fallback
|
||||
'dashboard.fx.to': 'To', // en-fallback
|
||||
'dashboard.fx.unavailable': 'Rate unavailable', // en-fallback
|
||||
'dashboard.tz.searchPlaceholder': 'Search timezone…', // en-fallback
|
||||
'dashboard.tz.empty': 'No other timezones yet — add one with +', // en-fallback
|
||||
'dashboard.upcoming.title': 'Upcoming reservations', // en-fallback
|
||||
'dashboard.upcoming.empty': 'Nothing booked yet.', // en-fallback
|
||||
'dashboard.aria.toggleView': 'Toggle view', // en-fallback
|
||||
'dashboard.aria.filter': 'Filter', // en-fallback
|
||||
'dashboard.aria.duplicate': 'Duplicate', // en-fallback
|
||||
'dashboard.aria.refreshRates': 'Refresh rates', // en-fallback
|
||||
'dashboard.aria.swapCurrencies': 'Swap currencies', // en-fallback
|
||||
'dashboard.aria.addTimezone': 'Add timezone', // en-fallback
|
||||
'dashboard.aria.removeTimezone': 'Remove {city}', // en-fallback
|
||||
};
|
||||
export default dashboard;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Διαχείριση συνδέσμων ταξιδιών',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Δημιουργία, ενημέρωση και ανάκληση δημόσιων συνδέσμων κοινής χρήσης για ταξίδια',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Minden helyszín kiosztva',
|
||||
'dayplan.mobile.noMatch': 'Nincs találat',
|
||||
'dayplan.mobile.createNew': 'Új helyszín létrehozása',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -236,5 +236,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Nem található album',
|
||||
'journey.picker.selectDate': 'Dátum választása',
|
||||
'journey.picker.search': 'Keresés',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Útinapló-linkek kezelése',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Nyilvános megosztási linkek létrehozása, frissítése és visszavonása útinaplókhoz',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Semua tempat sudah ditugaskan',
|
||||
'dayplan.mobile.noMatch': 'Tidak ditemukan',
|
||||
'dayplan.mobile.createNew': 'Buat tempat baru',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -237,5 +237,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Tidak ada album ditemukan',
|
||||
'journey.picker.selectDate': 'Pilih tanggal',
|
||||
'journey.picker.search': 'Cari',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Kelola tautan Journey',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Buat, perbarui, dan cabut tautan berbagi publik untuk Journey',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Tutti i luoghi assegnati',
|
||||
'dayplan.mobile.noMatch': 'Nessun risultato',
|
||||
'dayplan.mobile.createNew': 'Crea nuovo luogo',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -236,5 +236,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Nessun album trovato',
|
||||
'journey.picker.selectDate': 'Seleziona data',
|
||||
'journey.picker.search': 'Cerca',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Gestisci link diari di viaggio',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Crea, aggiorna e revoca link di condivisione pubblici per i diari di viaggio',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -79,5 +79,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:write.description': '日記やエントリーの作成・編集・削除',
|
||||
'oauth.scope.journey:share.label': '日記共有を管理',
|
||||
'oauth.scope.journey:share.description': '公開共有リンクの作成・更新・無効化',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -83,5 +83,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Journey 링크 관리',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Journey의 공개 공유 링크 만들기, 업데이트, 취소',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Alle plaatsen toegewezen',
|
||||
'dayplan.mobile.noMatch': 'Geen resultaat',
|
||||
'dayplan.mobile.createNew': 'Nieuwe plaats aanmaken',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -236,5 +236,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Geen albums gevonden',
|
||||
'journey.picker.selectDate': 'Selecteer datum',
|
||||
'journey.picker.search': 'Zoeken',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Reisverslag-links beheren',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Publieke deellinks voor reisverslagen aanmaken, bijwerken en intrekken',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Wszystkie miejsca przypisane',
|
||||
'dayplan.mobile.noMatch': 'Brak wyników',
|
||||
'dayplan.mobile.createNew': 'Utwórz nowe miejsce',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -235,5 +235,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Nie znaleziono albumów',
|
||||
'journey.picker.selectDate': 'Wybierz datę',
|
||||
'journey.picker.search': 'Szukaj',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Zarządzaj linkami dzienników podróży',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Twórz, aktualizuj i unieważniaj publiczne linki udostępniania dzienników podróży',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -42,5 +42,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': 'Все места распределены',
|
||||
'dayplan.mobile.noMatch': 'Нет совпадений',
|
||||
'dayplan.mobile.createNew': 'Создать новое место',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -236,5 +236,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': 'Альбомы не найдены',
|
||||
'journey.picker.selectDate': 'Выберите дату',
|
||||
'journey.picker.search': 'Поиск',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Управление ссылками на путешествия',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Создание, обновление и отзыв публичных ссылок для путешествий',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Journey bağlantılarını yönet',
|
||||
'oauth.scope.journey:share.description':
|
||||
"Journey'ler için herkese açık paylaşım bağlantıları oluştur, güncelle ve iptal et",
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -95,5 +95,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:share.label': 'Керування посиланнями на подорожі',
|
||||
'oauth.scope.journey:share.description':
|
||||
'Створення, оновлення і відкликання публічних посилань на подорожі',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -37,5 +37,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': '所有地點已分配',
|
||||
'dayplan.mobile.noMatch': '無匹配',
|
||||
'dayplan.mobile.createNew': '建立新地點',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -225,5 +225,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': '未找到相簿',
|
||||
'journey.picker.selectDate': '選擇日期',
|
||||
'journey.picker.search': '搜尋',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -73,5 +73,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:write.description': '建立、更新及刪除旅程及其條目',
|
||||
'oauth.scope.journey:share.label': '管理旅程連結',
|
||||
'oauth.scope.journey:share.description': '建立、更新及撤銷旅程的公開分享連結',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
@@ -37,5 +37,7 @@ const dayplan: TranslationStrings = {
|
||||
'dayplan.mobile.allAssigned': '所有地点已分配',
|
||||
'dayplan.mobile.noMatch': '无匹配',
|
||||
'dayplan.mobile.createNew': '创建新地点',
|
||||
'dayplan.expandAll': 'Expand all days', // en-fallback
|
||||
'dayplan.collapseAll': 'Collapse all days', // en-fallback
|
||||
};
|
||||
export default dayplan;
|
||||
|
||||
@@ -225,5 +225,10 @@ const journey: TranslationStrings = {
|
||||
'journey.picker.noAlbums': '未找到相册',
|
||||
'journey.picker.selectDate': '选择日期',
|
||||
'journey.picker.search': '搜索',
|
||||
'journey.detail.journeyTab': 'Journey', // en-fallback
|
||||
'journey.contributors.remove': 'Remove contributor', // en-fallback
|
||||
'journey.contributors.removeConfirm': 'Remove {username} from this journey?', // en-fallback
|
||||
'journey.contributors.removed': 'Contributor removed', // en-fallback
|
||||
'journey.contributors.removeFailed': 'Failed to remove contributor', // en-fallback
|
||||
};
|
||||
export default journey;
|
||||
|
||||
@@ -73,5 +73,29 @@ const oauth: TranslationStrings = {
|
||||
'oauth.scope.journey:write.description': '创建、更新和删除旅程及其条目',
|
||||
'oauth.scope.journey:share.label': '管理旅程链接',
|
||||
'oauth.scope.journey:share.description': '创建、更新和撤销旅程的公开分享链接',
|
||||
'oauth.authorize.authorizing': 'Authorizing…', // en-fallback
|
||||
'oauth.authorize.loading': 'Loading…', // en-fallback
|
||||
'oauth.authorize.errorTitle': 'Authorization Error', // en-fallback
|
||||
'oauth.authorize.loginTitle': 'Sign in to continue', // en-fallback
|
||||
'oauth.authorize.loginDescription':
|
||||
'{client} wants access to your TREK account. Please sign in first.', // en-fallback
|
||||
'oauth.authorize.loginButton': 'Sign in to TREK', // en-fallback
|
||||
'oauth.authorize.requestLabel': 'Authorization Request', // en-fallback
|
||||
'oauth.authorize.requestDescription':
|
||||
'This application is requesting access to your TREK account.', // en-fallback
|
||||
'oauth.authorize.trustNote':
|
||||
'Only grant access to applications you trust. Your data stays on your server.', // en-fallback
|
||||
'oauth.authorize.selectScope': 'Select at least one scope', // en-fallback
|
||||
'oauth.authorize.approveOneScope': 'Approve ({count} scope)', // en-fallback
|
||||
'oauth.authorize.approveManyScopes': 'Approve ({count} scopes)', // en-fallback
|
||||
'oauth.authorize.approveAccess': 'Approve Access', // en-fallback
|
||||
'oauth.authorize.deny': 'Deny', // en-fallback
|
||||
'oauth.authorize.choosePermissions': 'Choose which permissions to grant', // en-fallback
|
||||
'oauth.authorize.permissionsRequested': 'Permissions requested', // en-fallback
|
||||
'oauth.authorize.alwaysIncluded': 'Always included', // en-fallback
|
||||
'oauth.authorize.alwaysTool.listTrips':
|
||||
'List your trips so the AI can discover trip IDs', // en-fallback
|
||||
'oauth.authorize.alwaysTool.getTripSummary':
|
||||
'Read a trip overview needed to use any other tool', // en-fallback
|
||||
};
|
||||
export default oauth;
|
||||
|
||||
Reference in New Issue
Block a user