i18n: translate server.* keys
This commit is contained in:
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "لم يعد رابط تسجيل الدخول صالحًا",
|
||||
"expired_body": "ربما انتهت صلاحية الرابط أو تم استخدامه بالفعل. يمكننا إرسال رابط جديد لك — سيصل إلى صندوق الوارد خلال ثوانٍ.",
|
||||
"resend_to": "أرسل رابطًا جديدًا إلى {{email}}",
|
||||
"generic_unavailable": "لم يعد رابط تسجيل الدخول صالحًا. ربما تم استخدامه بالفعل أو انتهت صلاحيته. اطلب رابطًا جديدًا من صفحة تسجيل الدخول.",
|
||||
"service_unavailable": "تسجيل الدخول عبر الرابط السحري غير مفعّل على هذا الخادم.",
|
||||
"internal_error": "حدث خطأ أثناء تسجيل الدخول. يُرجى المحاولة مرة أخرى.",
|
||||
"resend_failure": "حدث خطأ أثناء إرسال الرابط. يُرجى المحاولة مرة أخرى.",
|
||||
"cross_browser_title": "هل تريد متابعة تسجيل الدخول على هذا الجهاز؟",
|
||||
"cross_browser_body": "لقد فتحت رابط تسجيل الدخول في متصفح أو جهاز مختلف عن الجهاز الذي طلبته منه.",
|
||||
"cross_browser_warning": "إذا كنت قد طلبت هذا الرابط، فمن الآمن المتابعة. إذا لم تطلبه، أغلق هذه الصفحة — النقر على «متابعة» سيُسجّل دخول شخص آخر إلى حسابك.",
|
||||
"cross_browser_continue": "متابعة وتسجيل الدخول",
|
||||
"resend_confirmation_title": "تحقق من صندوق الوارد",
|
||||
"resend_confirmation_body": "إذا كان رابط تسجيل الدخول ينتمي إلى حساب نشط، فقد تم للتو إرسال رابط جديد. يُرجى التحقق من صندوق الوارد.",
|
||||
"return_link": "العودة إلى OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "شارك {{inviter}} معك {{kind}} على OxiCloud",
|
||||
"body": "شارك {{inviter}} معك {{kind}} على OxiCloud.\n\nافتحه بالنقر على الرابط أدناه:\n{{link}}\n\nيعمل الرابط مرة واحدة وتنتهي صلاحيته خلال {{ttl_hours}} ساعة.\nإذا لم تكن تتوقع هذه الدعوة، يمكنك تجاهل هذه الرسالة.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "تسجيل الدخول إلى OxiCloud",
|
||||
"body": "مرحبًا،\n\nاستخدم الرابط أدناه لتسجيل الدخول إلى OxiCloud. يعمل الرابط مرة واحدة وتنتهي صلاحيته خلال {{ttl_minutes}} دقيقة. افتحه على الجهاز نفسه الذي طلبت منه الرابط.\n\n{{link}}\n\nإذا لم تطلب رابط تسجيل الدخول هذا، يمكنك تجاهل هذه الرسالة — لا حاجة لأي إجراء إضافي.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "ملف",
|
||||
"kind_folder": "مجلد",
|
||||
"english_fallback_divider": "--- النسخة الإنجليزية أدناه ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Dieser Anmeldelink ist nicht mehr gültig",
|
||||
"expired_body": "Der Link ist möglicherweise abgelaufen oder wurde bereits verwendet. Wir können Ihnen einen neuen senden — er wird in wenigen Sekunden in Ihrem Posteingang sein.",
|
||||
"resend_to": "Neuen Link an {{email}} senden",
|
||||
"generic_unavailable": "Dieser Anmeldelink ist nicht mehr gültig. Er wurde möglicherweise bereits verwendet oder ist abgelaufen. Fordern Sie auf der Anmeldeseite einen neuen Link an.",
|
||||
"service_unavailable": "Die Magic-Link-Anmeldung ist auf diesem Server nicht aktiviert.",
|
||||
"internal_error": "Bei der Anmeldung ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.",
|
||||
"resend_failure": "Beim Senden des Links ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.",
|
||||
"cross_browser_title": "Anmeldung auf diesem Gerät fortsetzen?",
|
||||
"cross_browser_body": "Sie haben diesen Anmeldelink in einem anderen Browser oder Gerät geöffnet als dem, von dem aus Sie ihn angefordert haben.",
|
||||
"cross_browser_warning": "Wenn Sie diesen Link angefordert haben, können Sie sicher fortfahren. Falls nicht, schließen Sie diese Seite — ein Klick auf Weiter würde jemand anderen in Ihrem Konto anmelden.",
|
||||
"cross_browser_continue": "Fortfahren und anmelden",
|
||||
"resend_confirmation_title": "Prüfen Sie Ihren Posteingang",
|
||||
"resend_confirmation_body": "Falls der Anmeldelink zu einem aktiven Konto gehörte, wurde gerade ein neuer Link gesendet. Bitte prüfen Sie Ihren Posteingang.",
|
||||
"return_link": "Zurück zu OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} hat einen {{kind}} mit Ihnen auf OxiCloud geteilt",
|
||||
"body": "{{inviter}} hat einen {{kind}} mit Ihnen auf OxiCloud geteilt.\n\nÖffnen Sie ihn, indem Sie auf den folgenden Link klicken:\n{{link}}\n\nDer Link kann nur einmal verwendet werden und läuft in {{ttl_hours}} Stunden ab.\nFalls Sie diese Einladung nicht erwartet haben, können Sie diese Nachricht ignorieren.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Anmeldung bei OxiCloud",
|
||||
"body": "Hallo,\n\nVerwenden Sie den Link unten, um sich bei OxiCloud anzumelden. Der Link kann nur einmal verwendet werden und läuft in {{ttl_minutes}} Minuten ab. Öffnen Sie ihn auf demselben Gerät, von dem aus Sie ihn angefordert haben.\n\n{{link}}\n\nFalls Sie diesen Anmeldelink nicht angefordert haben, können Sie diese Nachricht ignorieren — es ist keine weitere Aktion erforderlich.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "Datei",
|
||||
"kind_folder": "Ordner",
|
||||
"english_fallback_divider": "--- Englische Version unten ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Este enlace de inicio de sesión ya no es válido",
|
||||
"expired_body": "Es posible que el enlace haya expirado o ya se haya utilizado. Podemos enviarte uno nuevo — llegará a tu bandeja de entrada en unos segundos.",
|
||||
"resend_to": "Enviar un nuevo enlace a {{email}}",
|
||||
"generic_unavailable": "Este enlace de inicio de sesión ya no es válido. Es posible que ya se haya usado o que haya expirado. Solicita uno nuevo desde la página de inicio de sesión.",
|
||||
"service_unavailable": "El inicio de sesión por enlace mágico no está habilitado en este servidor.",
|
||||
"internal_error": "Algo salió mal al iniciar sesión. Por favor, inténtalo de nuevo.",
|
||||
"resend_failure": "Algo salió mal al enviar el enlace. Por favor, inténtalo de nuevo.",
|
||||
"cross_browser_title": "¿Continuar el inicio de sesión en este dispositivo?",
|
||||
"cross_browser_body": "Has abierto este enlace de inicio de sesión en un navegador o dispositivo diferente del que lo solicitó.",
|
||||
"cross_browser_warning": "Si solicitaste este enlace, es seguro continuar. Si no, cierra esta página — hacer clic en Continuar iniciaría sesión a otra persona en tu cuenta.",
|
||||
"cross_browser_continue": "Continuar e iniciar sesión",
|
||||
"resend_confirmation_title": "Revisa tu bandeja de entrada",
|
||||
"resend_confirmation_body": "Si el enlace de inicio de sesión pertenecía a una cuenta activa, se acaba de enviar uno nuevo. Por favor, revisa tu bandeja de entrada.",
|
||||
"return_link": "Volver a OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} ha compartido un {{kind}} contigo en OxiCloud",
|
||||
"body": "{{inviter}} ha compartido un {{kind}} contigo en OxiCloud.\n\nÁbrelo haciendo clic en el enlace de abajo:\n{{link}}\n\nEl enlace es de un solo uso y expira en {{ttl_hours}} horas.\nSi no esperabas esta invitación, puedes ignorar este mensaje.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Inicia sesión en OxiCloud",
|
||||
"body": "Hola,\n\nUsa el enlace de abajo para iniciar sesión en OxiCloud. El enlace es de un solo uso y expira en {{ttl_minutes}} minutos. Ábrelo en el mismo dispositivo donde lo solicitaste.\n\n{{link}}\n\nSi no solicitaste este enlace de inicio de sesión, puedes ignorar este mensaje — no se necesita ninguna acción adicional.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "archivo",
|
||||
"kind_folder": "carpeta",
|
||||
"english_fallback_divider": "--- Versión en inglés a continuación ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "این پیوند ورود دیگر معتبر نیست",
|
||||
"expired_body": "ممکن است پیوند منقضی شده یا قبلاً استفاده شده باشد. میتوانیم پیوند جدیدی برایتان ارسال کنیم — ظرف چند ثانیه به صندوق ورودی شما میرسد.",
|
||||
"resend_to": "ارسال پیوند جدید به {{email}}",
|
||||
"generic_unavailable": "این پیوند ورود دیگر معتبر نیست. ممکن است قبلاً استفاده شده باشد یا منقضی شده باشد. پیوند جدیدی را از صفحهٔ ورود درخواست کنید.",
|
||||
"service_unavailable": "ورود از طریق پیوند جادویی روی این سرور فعال نیست.",
|
||||
"internal_error": "هنگام ورود خطایی رخ داد. لطفاً دوباره تلاش کنید.",
|
||||
"resend_failure": "هنگام ارسال پیوند خطایی رخ داد. لطفاً دوباره تلاش کنید.",
|
||||
"cross_browser_title": "آیا میخواهید ورود در این دستگاه ادامه یابد؟",
|
||||
"cross_browser_body": "این پیوند ورود را در مرورگر یا دستگاهی متفاوت از جایی که درخواست کردهاید باز کردهاید.",
|
||||
"cross_browser_warning": "اگر این پیوند را خودتان درخواست کردهاید، ادامه دادن ایمن است. در غیر این صورت این صفحه را ببندید — کلیک روی ادامه باعث ورود شخص دیگری به حساب شما خواهد شد.",
|
||||
"cross_browser_continue": "ادامه و ورود",
|
||||
"resend_confirmation_title": "صندوق ورودی خود را بررسی کنید",
|
||||
"resend_confirmation_body": "اگر پیوند ورود متعلق به یک حساب فعال بوده، پیوند جدیدی هم اکنون ارسال شد. لطفاً صندوق ورودی خود را بررسی کنید.",
|
||||
"return_link": "بازگشت به OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} یک {{kind}} را با شما در OxiCloud به اشتراک گذاشت",
|
||||
"body": "{{inviter}} یک {{kind}} را با شما در OxiCloud به اشتراک گذاشت.\n\nبا کلیک روی پیوند زیر آن را باز کنید:\n{{link}}\n\nپیوند یکبار مصرف است و در {{ttl_hours}} ساعت منقضی میشود.\nاگر منتظر این دعوت نبودید، میتوانید این پیام را نادیده بگیرید.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "ورود به OxiCloud",
|
||||
"body": "سلام،\n\nبرای ورود به OxiCloud از پیوند زیر استفاده کنید. پیوند یکبار مصرف است و در {{ttl_minutes}} دقیقه منقضی میشود. آن را در همان دستگاهی که درخواست کردهاید باز کنید.\n\n{{link}}\n\nاگر این پیوند ورود را درخواست نکردهاید، میتوانید این پیام را نادیده بگیرید — اقدام دیگری لازم نیست.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "فایل",
|
||||
"kind_folder": "پوشه",
|
||||
"english_fallback_divider": "--- نسخهٔ انگلیسی در پایین ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Ce lien de connexion n'est plus valide",
|
||||
"expired_body": "Le lien a peut-être expiré ou a déjà été utilisé. Nous pouvons vous en envoyer un nouveau — il arrivera dans votre boîte de réception dans quelques secondes.",
|
||||
"resend_to": "Envoyer un nouveau lien à {{email}}",
|
||||
"generic_unavailable": "Ce lien de connexion n'est plus valide. Il a peut-être déjà été utilisé ou a expiré. Demandez un nouveau lien depuis la page de connexion.",
|
||||
"service_unavailable": "La connexion par lien magique n'est pas activée sur ce serveur.",
|
||||
"internal_error": "Une erreur s'est produite lors de votre connexion. Veuillez réessayer.",
|
||||
"resend_failure": "Une erreur s'est produite lors de l'envoi du lien. Veuillez réessayer.",
|
||||
"cross_browser_title": "Continuer la connexion sur cet appareil ?",
|
||||
"cross_browser_body": "Vous avez ouvert ce lien de connexion dans un navigateur ou un appareil différent de celui où vous l'avez demandé.",
|
||||
"cross_browser_warning": "Si vous avez demandé ce lien, vous pouvez continuer en toute sécurité. Sinon, fermez cette page — cliquer sur Continuer connecterait quelqu'un d'autre à votre compte.",
|
||||
"cross_browser_continue": "Continuer et se connecter",
|
||||
"resend_confirmation_title": "Vérifiez votre boîte de réception",
|
||||
"resend_confirmation_body": "Si le lien de connexion correspondait à un compte actif, un nouveau lien vient d'être envoyé. Veuillez vérifier votre boîte de réception.",
|
||||
"return_link": "Retour à OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} a partagé un {{kind}} avec vous sur OxiCloud",
|
||||
"body": "{{inviter}} a partagé un {{kind}} avec vous sur OxiCloud.\n\nOuvrez-le en cliquant sur le lien ci-dessous :\n{{link}}\n\nLe lien est à usage unique et expire dans {{ttl_hours}} heures.\nSi vous n'attendiez pas cette invitation, vous pouvez ignorer ce message.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Connexion à OxiCloud",
|
||||
"body": "Bonjour,\n\nUtilisez le lien ci-dessous pour vous connecter à OxiCloud. Le lien est à usage unique et expire dans {{ttl_minutes}} minutes. Ouvrez-le sur le même appareil que celui où vous l'avez demandé.\n\n{{link}}\n\nSi vous n'avez pas demandé ce lien de connexion, vous pouvez ignorer ce message — aucune action supplémentaire n'est nécessaire.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "fichier",
|
||||
"kind_folder": "dossier",
|
||||
"english_fallback_divider": "--- Version anglaise ci-dessous ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "यह साइन-इन लिंक अब वैध नहीं है",
|
||||
"expired_body": "लिंक समाप्त हो गया हो सकता है या पहले से उपयोग किया जा चुका हो सकता है। हम आपको एक नया भेज सकते हैं — यह कुछ ही सेकंड में आपके इनबॉक्स में पहुँच जाएगा।",
|
||||
"resend_to": "{{email}} को नया लिंक भेजें",
|
||||
"generic_unavailable": "यह साइन-इन लिंक अब वैध नहीं है। यह पहले से उपयोग किया जा चुका हो सकता है या समाप्त हो गया हो सकता है। लॉगिन पृष्ठ से नया लिंक माँगें।",
|
||||
"service_unavailable": "इस सर्वर पर मैजिक-लिंक साइन-इन सक्षम नहीं है।",
|
||||
"internal_error": "साइन इन करते समय कुछ गलत हो गया। कृपया फिर से प्रयास करें।",
|
||||
"resend_failure": "लिंक भेजते समय कुछ गलत हो गया। कृपया फिर से प्रयास करें।",
|
||||
"cross_browser_title": "इस डिवाइस पर साइन-इन जारी रखें?",
|
||||
"cross_browser_body": "आपने यह साइन-इन लिंक उससे भिन्न ब्राउज़र या डिवाइस में खोला है जहाँ से आपने इसका अनुरोध किया था।",
|
||||
"cross_browser_warning": "यदि आपने यह लिंक माँगा है, तो आगे बढ़ना सुरक्षित है। यदि नहीं, तो इस पृष्ठ को बंद कर दें — जारी रखें पर क्लिक करने से कोई और आपके खाते में साइन-इन हो जाएगा।",
|
||||
"cross_browser_continue": "जारी रखें और साइन इन करें",
|
||||
"resend_confirmation_title": "अपना इनबॉक्स देखें",
|
||||
"resend_confirmation_body": "यदि साइन-इन लिंक किसी सक्रिय खाते का था, तो अभी एक नया लिंक भेजा गया है। कृपया अपना इनबॉक्स देखें।",
|
||||
"return_link": "OxiCloud पर वापस जाएँ"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} ने OxiCloud पर आपके साथ एक {{kind}} साझा किया",
|
||||
"body": "{{inviter}} ने OxiCloud पर आपके साथ एक {{kind}} साझा किया है।\n\nइसे नीचे दिए गए लिंक पर क्लिक करके खोलें:\n{{link}}\n\nलिंक केवल एक बार काम करता है और {{ttl_hours}} घंटों में समाप्त हो जाता है।\nयदि आप इस आमंत्रण की अपेक्षा नहीं कर रहे थे, तो आप इस संदेश को अनदेखा कर सकते हैं।\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "OxiCloud में साइन इन करें",
|
||||
"body": "नमस्ते,\n\nOxiCloud में साइन इन करने के लिए नीचे दिए गए लिंक का उपयोग करें। लिंक केवल एक बार काम करता है और {{ttl_minutes}} मिनट में समाप्त हो जाता है। इसे उसी डिवाइस पर खोलें जहाँ से आपने अनुरोध किया था।\n\n{{link}}\n\nयदि आपने यह साइन-इन लिंक नहीं माँगा था, तो आप इस संदेश को अनदेखा कर सकते हैं — किसी और कार्रवाई की आवश्यकता नहीं है।\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "फ़ाइल",
|
||||
"kind_folder": "फ़ोल्डर",
|
||||
"english_fallback_divider": "--- अंग्रेज़ी संस्करण नीचे ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+20
-20
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Questo link di accesso non è più valido",
|
||||
"expired_body": "Il link potrebbe essere scaduto o già stato utilizzato. Possiamo inviartene uno nuovo — arriverà nella tua casella di posta in pochi secondi.",
|
||||
"resend_to": "Invia un nuovo link a {{email}}",
|
||||
"generic_unavailable": "Questo link di accesso non è più valido. Potrebbe essere già stato utilizzato o essere scaduto. Richiedi un nuovo link dalla pagina di accesso.",
|
||||
"service_unavailable": "L'accesso tramite magic link non è abilitato su questo server.",
|
||||
"internal_error": "Si è verificato un errore durante l'accesso. Riprova.",
|
||||
"resend_failure": "Si è verificato un errore durante l'invio del link. Riprova.",
|
||||
"cross_browser_title": "Continuare l'accesso su questo dispositivo?",
|
||||
"cross_browser_body": "Hai aperto questo link di accesso in un browser o dispositivo diverso da quello in cui l'hai richiesto.",
|
||||
"cross_browser_warning": "Se hai richiesto questo link, puoi continuare in sicurezza. In caso contrario, chiudi questa pagina — cliccare su Continua effettuerebbe l'accesso di qualcun altro al tuo account.",
|
||||
"cross_browser_continue": "Continua e accedi",
|
||||
"resend_confirmation_title": "Controlla la tua casella di posta",
|
||||
"resend_confirmation_body": "Se il link di accesso apparteneva a un account attivo, è appena stato inviato un nuovo link. Controlla la tua casella di posta.",
|
||||
"return_link": "Torna a OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} ha condiviso un {{kind}} con te su OxiCloud",
|
||||
"body": "{{inviter}} ha condiviso un {{kind}} con te su OxiCloud.\n\nAprilo facendo clic sul link sottostante:\n{{link}}\n\nIl link è monouso e scade tra {{ttl_hours}} ore.\nSe non ti aspettavi questo invito, puoi ignorare questo messaggio.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Accedi a OxiCloud",
|
||||
"body": "Ciao,\n\nUsa il link sottostante per accedere a OxiCloud. Il link è monouso e scade tra {{ttl_minutes}} minuti. Aprilo sullo stesso dispositivo da cui l'hai richiesto.\n\n{{link}}\n\nSe non hai richiesto questo link di accesso, puoi ignorare questo messaggio — non è necessaria alcuna ulteriore azione.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_folder": "cartella",
|
||||
"english_fallback_divider": "--- Versione inglese qui sotto ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "このサインインリンクは無効になりました",
|
||||
"expired_body": "リンクは期限切れか、すでに使用された可能性があります。新しいリンクをお送りできます — 数秒以内にメールが届きます。",
|
||||
"resend_to": "{{email}} に新しいリンクを送信",
|
||||
"generic_unavailable": "このサインインリンクは無効になりました。すでに使用されたか、期限が切れた可能性があります。ログインページから新しいリンクをリクエストしてください。",
|
||||
"service_unavailable": "マジックリンクサインインは、このサーバーで有効になっていません。",
|
||||
"internal_error": "サインイン中にエラーが発生しました。もう一度お試しください。",
|
||||
"resend_failure": "リンクの送信中にエラーが発生しました。もう一度お試しください。",
|
||||
"cross_browser_title": "このデバイスでサインインを続けますか?",
|
||||
"cross_browser_body": "このサインインリンクを、リクエストしたものとは別のブラウザーまたはデバイスで開きました。",
|
||||
"cross_browser_warning": "このリンクをあなたがリクエストしたのであれば、続行しても安全です。そうでない場合は、このページを閉じてください — 「続行」をクリックすると、他の人があなたのアカウントにサインインしてしまいます。",
|
||||
"cross_browser_continue": "続行してサインイン",
|
||||
"resend_confirmation_title": "受信トレイをご確認ください",
|
||||
"resend_confirmation_body": "サインインリンクがアクティブなアカウントのものであれば、新しいリンクが今送信されました。受信トレイをご確認ください。",
|
||||
"return_link": "OxiCloud に戻る"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} さんが OxiCloud で {{kind}} をあなたと共有しました",
|
||||
"body": "{{inviter}} さんが OxiCloud で {{kind}} をあなたと共有しました。\n\n以下のリンクをクリックして開いてください:\n{{link}}\n\nリンクは一度のみ有効で、{{ttl_hours}} 時間で期限切れになります。\nこの招待に心当たりがない場合は、このメッセージを無視していただいて結構です。\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "OxiCloud にサインイン",
|
||||
"body": "こんにちは、\n\n以下のリンクから OxiCloud にサインインしてください。リンクは一度のみ有効で、{{ttl_minutes}} 分で期限切れになります。リクエストしたものと同じデバイスで開いてください。\n\n{{link}}\n\nこのサインインリンクをリクエストしていない場合は、このメッセージを無視していただいて結構です — それ以上の操作は必要ありません。\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "ファイル",
|
||||
"kind_folder": "フォルダー",
|
||||
"english_fallback_divider": "--- 以下は英語版 ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "이 로그인 링크는 더 이상 유효하지 않습니다",
|
||||
"expired_body": "링크가 만료되었거나 이미 사용되었을 수 있습니다. 새 링크를 보내드릴 수 있습니다 — 몇 초 안에 받은편지함에 도착합니다.",
|
||||
"resend_to": "{{email}}로 새 링크 보내기",
|
||||
"generic_unavailable": "이 로그인 링크는 더 이상 유효하지 않습니다. 이미 사용되었거나 만료되었을 수 있습니다. 로그인 페이지에서 새 링크를 요청하세요.",
|
||||
"service_unavailable": "이 서버에서는 매직 링크 로그인이 활성화되어 있지 않습니다.",
|
||||
"internal_error": "로그인 중 오류가 발생했습니다. 다시 시도해 주세요.",
|
||||
"resend_failure": "링크 전송 중 오류가 발생했습니다. 다시 시도해 주세요.",
|
||||
"cross_browser_title": "이 기기에서 로그인을 계속하시겠습니까?",
|
||||
"cross_browser_body": "요청한 곳과 다른 브라우저나 기기에서 이 로그인 링크를 열었습니다.",
|
||||
"cross_browser_warning": "이 링크를 본인이 요청했다면 안전하게 계속할 수 있습니다. 그렇지 않다면 이 페이지를 닫으세요 — 계속을 클릭하면 다른 사람이 당신의 계정에 로그인하게 됩니다.",
|
||||
"cross_browser_continue": "계속하고 로그인",
|
||||
"resend_confirmation_title": "받은편지함을 확인하세요",
|
||||
"resend_confirmation_body": "로그인 링크가 활성 계정의 것이었다면 새 링크가 방금 전송되었습니다. 받은편지함을 확인하세요.",
|
||||
"return_link": "OxiCloud로 돌아가기"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}}님이 OxiCloud에서 {{kind}}을(를) 공유했습니다",
|
||||
"body": "{{inviter}}님이 OxiCloud에서 {{kind}}을(를) 공유했습니다.\n\n아래 링크를 클릭하여 여세요:\n{{link}}\n\n링크는 한 번만 사용 가능하며 {{ttl_hours}}시간 후에 만료됩니다.\n이 초대를 예상하지 못했다면 이 메시지를 무시하셔도 됩니다.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "OxiCloud 로그인",
|
||||
"body": "안녕하세요,\n\n아래 링크를 사용하여 OxiCloud에 로그인하세요. 링크는 한 번만 사용 가능하며 {{ttl_minutes}}분 후에 만료됩니다. 요청한 것과 동일한 기기에서 여세요.\n\n{{link}}\n\n이 로그인 링크를 요청하지 않으셨다면 이 메시지를 무시하셔도 됩니다 — 추가 조치가 필요하지 않습니다.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "파일",
|
||||
"kind_folder": "폴더",
|
||||
"english_fallback_divider": "--- 영어 버전은 아래 ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Deze aanmeldlink is niet meer geldig",
|
||||
"expired_body": "De link is mogelijk verlopen of al gebruikt. We kunnen je een nieuwe sturen — die komt binnen enkele seconden in je inbox.",
|
||||
"resend_to": "Stuur een nieuwe link naar {{email}}",
|
||||
"generic_unavailable": "Deze aanmeldlink is niet meer geldig. Hij is mogelijk al gebruikt of verlopen. Vraag een nieuwe link aan via de aanmeldpagina.",
|
||||
"service_unavailable": "Aanmelden via magic link is niet ingeschakeld op deze server.",
|
||||
"internal_error": "Er is iets misgegaan bij het aanmelden. Probeer het opnieuw.",
|
||||
"resend_failure": "Er is iets misgegaan bij het versturen van de link. Probeer het opnieuw.",
|
||||
"cross_browser_title": "Doorgaan met aanmelden op dit apparaat?",
|
||||
"cross_browser_body": "Je hebt deze aanmeldlink geopend in een andere browser of op een ander apparaat dan waar je hem hebt aangevraagd.",
|
||||
"cross_browser_warning": "Als jij deze link hebt aangevraagd, kun je veilig doorgaan. Zo niet, sluit deze pagina — op Doorgaan klikken zou iemand anders bij je account aanmelden.",
|
||||
"cross_browser_continue": "Doorgaan en aanmelden",
|
||||
"resend_confirmation_title": "Controleer je inbox",
|
||||
"resend_confirmation_body": "Als de aanmeldlink bij een actief account hoorde, is er zojuist een nieuwe link verstuurd. Controleer je inbox.",
|
||||
"return_link": "Terug naar OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} heeft een {{kind}} met je gedeeld op OxiCloud",
|
||||
"body": "{{inviter}} heeft een {{kind}} met je gedeeld op OxiCloud.\n\nOpen het door op de onderstaande link te klikken:\n{{link}}\n\nDe link werkt eenmalig en verloopt over {{ttl_hours}} uur.\nAls je deze uitnodiging niet verwacht, kun je dit bericht negeren.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Aanmelden bij OxiCloud",
|
||||
"body": "Hallo,\n\nGebruik de onderstaande link om je aan te melden bij OxiCloud. De link werkt eenmalig en verloopt over {{ttl_minutes}} minuten. Open hem op hetzelfde apparaat waarop je hem hebt aangevraagd.\n\n{{link}}\n\nAls je deze aanmeldlink niet hebt aangevraagd, kun je dit bericht negeren — er is geen verdere actie nodig.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "bestand",
|
||||
"kind_folder": "map",
|
||||
"english_fallback_divider": "--- Engelse versie hieronder ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+20
-20
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Ten link logowania nie jest już ważny",
|
||||
"expired_body": "Link mógł wygasnąć lub został już użyty. Możemy wysłać Ci nowy — dotrze do Twojej skrzynki odbiorczej w ciągu kilku sekund.",
|
||||
"resend_to": "Wyślij nowy link do {{email}}",
|
||||
"generic_unavailable": "Ten link logowania nie jest już ważny. Mógł zostać już użyty lub wygasł. Poproś o nowy link na stronie logowania.",
|
||||
"service_unavailable": "Logowanie magic link nie jest włączone na tym serwerze.",
|
||||
"internal_error": "Coś poszło nie tak podczas logowania. Spróbuj ponownie.",
|
||||
"resend_failure": "Coś poszło nie tak podczas wysyłania linku. Spróbuj ponownie.",
|
||||
"cross_browser_title": "Kontynuować logowanie na tym urządzeniu?",
|
||||
"cross_browser_body": "Otworzyłeś ten link logowania w innej przeglądarce lub urządzeniu niż to, z którego został zażądany.",
|
||||
"cross_browser_warning": "Jeśli to Ty zażądałeś tego linku, możesz bezpiecznie kontynuować. W przeciwnym razie zamknij tę stronę — kliknięcie Kontynuuj zaloguje kogoś innego na Twoje konto.",
|
||||
"cross_browser_continue": "Kontynuuj i zaloguj się",
|
||||
"resend_confirmation_title": "Sprawdź swoją skrzynkę",
|
||||
"resend_confirmation_body": "Jeśli link logowania należał do aktywnego konta, nowy link właśnie został wysłany. Sprawdź swoją skrzynkę.",
|
||||
"return_link": "Powrót do OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} udostępnił Ci {{kind}} w OxiCloud",
|
||||
"body": "{{inviter}} udostępnił Ci {{kind}} w OxiCloud.\n\nOtwórz, klikając poniższy link:\n{{link}}\n\nLink działa raz i wygasa za {{ttl_hours}} godzin.\nJeśli nie spodziewałeś się tego zaproszenia, możesz zignorować tę wiadomość.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Zaloguj się do OxiCloud",
|
||||
"body": "Cześć,\n\nUżyj poniższego linku, aby zalogować się do OxiCloud. Link działa raz i wygasa za {{ttl_minutes}} minut. Otwórz go na tym samym urządzeniu, z którego został zażądany.\n\n{{link}}\n\nJeśli nie żądałeś tego linku logowania, możesz zignorować tę wiadomość — nie jest wymagane żadne dalsze działanie.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_file": "plik",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"english_fallback_divider": "--- Wersja angielska poniżej ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Este link de início de sessão já não é válido",
|
||||
"expired_body": "O link pode ter expirado ou já ter sido usado. Podemos enviar-lhe um novo — chegará à sua caixa de entrada em alguns segundos.",
|
||||
"resend_to": "Enviar um novo link para {{email}}",
|
||||
"generic_unavailable": "Este link de início de sessão já não é válido. Pode já ter sido usado ou ter expirado. Solicite um novo link na página de início de sessão.",
|
||||
"service_unavailable": "O início de sessão por magic link não está ativado neste servidor.",
|
||||
"internal_error": "Ocorreu um erro ao iniciar sessão. Por favor, tente novamente.",
|
||||
"resend_failure": "Ocorreu um erro ao enviar o link. Por favor, tente novamente.",
|
||||
"cross_browser_title": "Continuar o início de sessão neste dispositivo?",
|
||||
"cross_browser_body": "Abriu este link de início de sessão num navegador ou dispositivo diferente daquele em que o solicitou.",
|
||||
"cross_browser_warning": "Se foi você quem solicitou este link, é seguro continuar. Caso contrário, feche esta página — clicar em Continuar iniciaria sessão de outra pessoa na sua conta.",
|
||||
"cross_browser_continue": "Continuar e iniciar sessão",
|
||||
"resend_confirmation_title": "Verifique a sua caixa de entrada",
|
||||
"resend_confirmation_body": "Se o link de início de sessão pertencia a uma conta ativa, um novo link acaba de ser enviado. Por favor, verifique a sua caixa de entrada.",
|
||||
"return_link": "Voltar ao OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} partilhou um {{kind}} consigo no OxiCloud",
|
||||
"body": "{{inviter}} partilhou um {{kind}} consigo no OxiCloud.\n\nAbra-o clicando no link abaixo:\n{{link}}\n\nO link é de uso único e expira em {{ttl_hours}} horas.\nSe não esperava este convite, pode ignorar esta mensagem.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Iniciar sessão no OxiCloud",
|
||||
"body": "Olá,\n\nUse o link abaixo para iniciar sessão no OxiCloud. O link é de uso único e expira em {{ttl_minutes}} minutos. Abra-o no mesmo dispositivo em que o solicitou.\n\n{{link}}\n\nSe não solicitou este link de início de sessão, pode ignorar esta mensagem — não é necessária qualquer outra ação.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "ficheiro",
|
||||
"kind_folder": "pasta",
|
||||
"english_fallback_divider": "--- Versão em inglês abaixo ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "Эта ссылка для входа больше не действительна",
|
||||
"expired_body": "Срок действия ссылки мог истечь, или она уже была использована. Мы можем отправить вам новую — она придёт в ваш почтовый ящик через несколько секунд.",
|
||||
"resend_to": "Отправить новую ссылку на {{email}}",
|
||||
"generic_unavailable": "Эта ссылка для входа больше не действительна. Возможно, она уже использовалась или срок её действия истёк. Запросите новую ссылку на странице входа.",
|
||||
"service_unavailable": "Вход по magic-ссылке не включён на этом сервере.",
|
||||
"internal_error": "При входе произошла ошибка. Пожалуйста, попробуйте ещё раз.",
|
||||
"resend_failure": "При отправке ссылки произошла ошибка. Пожалуйста, попробуйте ещё раз.",
|
||||
"cross_browser_title": "Продолжить вход на этом устройстве?",
|
||||
"cross_browser_body": "Вы открыли эту ссылку для входа в браузере или на устройстве, отличном от того, где она была запрошена.",
|
||||
"cross_browser_warning": "Если эту ссылку запросили вы, можно безопасно продолжить. В противном случае закройте эту страницу — нажатие «Продолжить» приведёт к входу другого человека в вашу учётную запись.",
|
||||
"cross_browser_continue": "Продолжить и войти",
|
||||
"resend_confirmation_title": "Проверьте ваш почтовый ящик",
|
||||
"resend_confirmation_body": "Если ссылка для входа принадлежала активной учётной записи, новая ссылка только что была отправлена. Пожалуйста, проверьте ваш почтовый ящик.",
|
||||
"return_link": "Вернуться в OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} поделился(ась) с вами {{kind}} в OxiCloud",
|
||||
"body": "{{inviter}} поделился(ась) с вами {{kind}} в OxiCloud.\n\nОткройте, нажав на ссылку ниже:\n{{link}}\n\nСсылка работает один раз и истекает через {{ttl_hours}} часов.\nЕсли вы не ожидали этого приглашения, можете спокойно проигнорировать это сообщение.\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "Вход в OxiCloud",
|
||||
"body": "Здравствуйте,\n\nИспользуйте ссылку ниже, чтобы войти в OxiCloud. Ссылка работает один раз и истекает через {{ttl_minutes}} минут. Откройте её на том же устройстве, где вы её запросили.\n\n{{link}}\n\nЕсли вы не запрашивали эту ссылку для входа, можете спокойно проигнорировать это сообщение — никаких дальнейших действий не требуется.\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "файл",
|
||||
"kind_folder": "папку",
|
||||
"english_fallback_divider": "--- Английская версия ниже ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "此登入連結已不再有效",
|
||||
"expired_body": "連結可能已過期或已被使用。我們可以為您發送一個新的 — 幾秒鐘內將會抵達您的收件匣。",
|
||||
"resend_to": "發送新連結至 {{email}}",
|
||||
"generic_unavailable": "此登入連結已不再有效。它可能已被使用或已過期。請在登入頁面請求新連結。",
|
||||
"service_unavailable": "此伺服器未啟用魔法連結登入。",
|
||||
"internal_error": "登入時發生錯誤。請重試。",
|
||||
"resend_failure": "發送連結時發生錯誤。請重試。",
|
||||
"cross_browser_title": "在此裝置上繼續登入?",
|
||||
"cross_browser_body": "您在與請求時不同的瀏覽器或裝置上開啟了此登入連結。",
|
||||
"cross_browser_warning": "如果是您請求了此連結,可以安全繼續。否則,請關閉此頁面 — 點擊「繼續」將使其他人登入您的帳戶。",
|
||||
"cross_browser_continue": "繼續並登入",
|
||||
"resend_confirmation_title": "請檢查您的收件匣",
|
||||
"resend_confirmation_body": "如果登入連結屬於活躍帳戶,新連結剛剛已發送。請檢查您的收件匣。",
|
||||
"return_link": "返回 OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} 在 OxiCloud 上與您分享了一個{{kind}}",
|
||||
"body": "{{inviter}} 在 OxiCloud 上與您分享了一個{{kind}}。\n\n點擊下方連結開啟:\n{{link}}\n\n該連結僅可使用一次,並將在 {{ttl_hours}} 小時後過期。\n如果您未預期收到此邀請,可以忽略此訊息。\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "登入 OxiCloud",
|
||||
"body": "您好,\n\n使用下方連結登入 OxiCloud。該連結僅可使用一次,並將在 {{ttl_minutes}} 分鐘後過期。請在請求時使用的同一裝置上開啟。\n\n{{link}}\n\n如果您未請求此登入連結,可以忽略此訊息 — 無需進一步操作。\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "檔案",
|
||||
"kind_folder": "資料夾",
|
||||
"english_fallback_divider": "--- 以下為英文版本 ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+21
-21
@@ -2,33 +2,33 @@
|
||||
"server": {
|
||||
"magic_link": {
|
||||
"page": {
|
||||
"expired_title": "This sign-in link is no longer valid",
|
||||
"expired_body": "The link may have expired or already been used. We can send you a fresh one — it'll arrive in your inbox in a few seconds.",
|
||||
"resend_to": "Send a fresh link to {{email}}",
|
||||
"generic_unavailable": "This sign-in link is no longer valid. It may have already been used or expired. Request a fresh link from the login page.",
|
||||
"service_unavailable": "Magic-link sign-in is not enabled on this server.",
|
||||
"internal_error": "Something went wrong while signing you in. Please try again.",
|
||||
"resend_failure": "Something went wrong while sending the link. Please try again.",
|
||||
"cross_browser_title": "Continue signing in on this device?",
|
||||
"cross_browser_body": "You opened this sign-in link in a different browser or device than the one where you requested it.",
|
||||
"cross_browser_warning": "If you requested this link, it's safe to continue. If you didn't, close this page — clicking Continue would sign someone else into your account.",
|
||||
"cross_browser_continue": "Continue and sign in",
|
||||
"resend_confirmation_title": "Check your inbox",
|
||||
"resend_confirmation_body": "If the sign-in link belonged to an active account, a fresh link has just been sent. Please check your inbox.",
|
||||
"return_link": "Return to OxiCloud"
|
||||
"expired_title": "此登录链接已不再有效",
|
||||
"expired_body": "链接可能已过期或已被使用。我们可以为您发送一个新的 — 几秒钟内它将到达您的收件箱。",
|
||||
"resend_to": "发送新链接至 {{email}}",
|
||||
"generic_unavailable": "此登录链接已不再有效。它可能已被使用或已过期。请在登录页面请求新链接。",
|
||||
"service_unavailable": "此服务器未启用魔法链接登录。",
|
||||
"internal_error": "登录时出错。请重试。",
|
||||
"resend_failure": "发送链接时出错。请重试。",
|
||||
"cross_browser_title": "在此设备上继续登录?",
|
||||
"cross_browser_body": "您在与请求时不同的浏览器或设备上打开了此登录链接。",
|
||||
"cross_browser_warning": "如果是您请求了此链接,可以安全继续。否则,请关闭此页面 — 点击「继续」将使其他人登录您的账户。",
|
||||
"cross_browser_continue": "继续并登录",
|
||||
"resend_confirmation_title": "请检查您的收件箱",
|
||||
"resend_confirmation_body": "如果登录链接属于活跃账户,新链接刚刚已发送。请检查您的收件箱。",
|
||||
"return_link": "返回 OxiCloud"
|
||||
},
|
||||
"email": {
|
||||
"invitation": {
|
||||
"subject": "{{inviter}} shared a {{kind}} with you on OxiCloud",
|
||||
"body": "{{inviter}} shared a {{kind}} with you on OxiCloud.\n\nOpen it by clicking the link below:\n{{link}}\n\nThe link works once and expires in {{ttl_hours}} hours.\nIf you didn't expect this invitation, you can safely ignore this message.\n\n— OxiCloud"
|
||||
"subject": "{{inviter}} 在 OxiCloud 上与您共享了一个{{kind}}",
|
||||
"body": "{{inviter}} 在 OxiCloud 上与您共享了一个{{kind}}。\n\n点击下方链接打开:\n{{link}}\n\n该链接仅可使用一次,并将在 {{ttl_hours}} 小时后过期。\n如果您未预期收到此邀请,可以忽略此消息。\n\n— OxiCloud"
|
||||
},
|
||||
"login": {
|
||||
"subject": "Sign in to OxiCloud",
|
||||
"body": "Hello,\n\nUse the link below to sign in to OxiCloud. The link works once and expires in {{ttl_minutes}} minutes. Open it on the same device where you requested it.\n\n{{link}}\n\nIf you didn't request this sign-in link, you can safely ignore this message — no further action is needed.\n\n— OxiCloud"
|
||||
"subject": "登录 OxiCloud",
|
||||
"body": "您好,\n\n使用下方链接登录 OxiCloud。该链接仅可使用一次,并将在 {{ttl_minutes}} 分钟后过期。请在请求时使用的同一设备上打开。\n\n{{link}}\n\n如果您未请求此登录链接,可以忽略此消息 — 无需进一步操作。\n\n— OxiCloud"
|
||||
},
|
||||
"kind_file": "file",
|
||||
"kind_folder": "folder",
|
||||
"english_fallback_divider": "--- English version below ---"
|
||||
"kind_file": "文件",
|
||||
"kind_folder": "文件夹",
|
||||
"english_fallback_divider": "--- 以下为英文版本 ---"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user