Skip to content

Commit

Permalink
[web] Translation cleanup (#3938)
Browse files Browse the repository at this point in the history
Related to the recent drawer refactorings
  • Loading branch information
mnvr authored Nov 5, 2024
2 parents faf8720 + b494cc2 commit 151c8cd
Show file tree
Hide file tree
Showing 42 changed files with 508 additions and 511 deletions.
4 changes: 2 additions & 2 deletions web/apps/photos/src/components/Sidebar/AdvancedSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export const AdvancedSettings: React.FC<NestedSidebarDrawerVisibilityProps> = ({
variant="toggle"
checked={!appContext.isCFProxyDisabled}
onClick={toggleCFProxy}
label={t("FASTER_UPLOAD")}
label={t("faster_upload")}
/>
</MenuItemGroup>
<MenuSectionTitle
title={t("FASTER_UPLOAD_DESCRIPTION")}
title={t("faster_upload_description")}
/>
</Stack>
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion web/apps/photos/src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ const UtilitySection: React.FC<UtilitySectionProps> = ({ closeSidebar }) => {
<EnteMenuItem
variant="secondary"
onClick={showTwoFactor}
label={t("TWO_FACTOR")}
label={t("two_factor")}
/>
<EnteMenuItem
variant="secondary"
Expand Down
2 changes: 1 addition & 1 deletion web/packages/accounts/pages/two-factor/setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Page: React.FC<PageProps> = () => {
<VerticallyCentered sx={{ p: 3 }}>
<Box mb={4}>
<Typography variant="h2">
{t("TWO_FACTOR")}
{t("two_factor")}
</Typography>
</Box>
<TwoFactorSetup twoFactorSecret={twoFactorSecret} />
Expand Down
2 changes: 1 addition & 1 deletion web/packages/accounts/pages/two-factor/verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Page: React.FC<PageProps> = ({ appContext }) => {
return (
<VerticallyCentered>
<FormPaper sx={{ maxWidth: "410px" }}>
<FormTitle>{t("TWO_FACTOR")}</FormTitle>
<FormTitle>{t("two_factor")}</FormTitle>
<VerifyTwoFactor onSubmit={onSubmit} buttonText={t("VERIFY")} />

<FormPaperFooter style={{ justifyContent: "space-between" }}>
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/ar-SA/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "لا توجد بيانات Exif",
"exif": "Exif",
"ISO": "ISO",
"TWO_FACTOR": "",
"TWO_FACTOR_AUTHENTICATION": "المصادقة الثنائية",
"two_factor": "",
"two_factor_authentication": "المصادقة الثنائية",
"TWO_FACTOR_QR_INSTRUCTION": "",
"ENTER_CODE_MANUALLY": "أدخل الرمز يدويا",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
"SCAN_QR_CODE": "مسح رمز QR بدلاً من ذلك",
"ENABLE_TWO_FACTOR": "",
"enable_two_factor": "",
"enable": "تفعيل",
"enabled": "مفعل",
"LOST_DEVICE": "",
"INCORRECT_CODE": "رمز غير صحيح",
"TWO_FACTOR_INFO": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"UPDATE_TWO_FACTOR_LABEL": "",
"two_factor_info": "",
"reconfigure_two_factor_hint": "",
"disable": "تعطيل",
"DISABLE_TWO_FACTOR_LABEL": "",
"reconfigure": "إعادة التهيئة",
"UPDATE_TWO_FACTOR": "",
"UPDATE_TWO_FACTOR_MESSAGE": "",
"UPDATE": "تحديث",
"DISABLE_TWO_FACTOR": "",
"DISABLE_TWO_FACTOR_MESSAGE": "",
"update_two_factor": "",
"update_two_factor_message": "",
"update": "تحديث",
"disable_two_factor": "",
"disable_two_factor_message": "",
"TWO_FACTOR_DISABLE_FAILED": "",
"EXPORT_DATA": "تصدير البيانات",
"select_folder": "",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "",
"reset": "",
"PHOTO_EDITOR": "",
"FASTER_UPLOAD": "",
"FASTER_UPLOAD_DESCRIPTION": "",
"faster_upload": "",
"faster_upload_description": "",
"cast_album_to_tv": "",
"enter_cast_pin_code": "",
"pair_device_to_tv": "",
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/be-BY/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "",
"exif": "",
"ISO": "",
"TWO_FACTOR": "",
"TWO_FACTOR_AUTHENTICATION": "",
"two_factor": "",
"two_factor_authentication": "",
"TWO_FACTOR_QR_INSTRUCTION": "",
"ENTER_CODE_MANUALLY": "",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
"SCAN_QR_CODE": "",
"ENABLE_TWO_FACTOR": "",
"enable_two_factor": "",
"enable": "",
"enabled": "",
"LOST_DEVICE": "",
"INCORRECT_CODE": "",
"TWO_FACTOR_INFO": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"UPDATE_TWO_FACTOR_LABEL": "",
"two_factor_info": "",
"reconfigure_two_factor_hint": "",
"disable": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"reconfigure": "",
"UPDATE_TWO_FACTOR": "",
"UPDATE_TWO_FACTOR_MESSAGE": "",
"UPDATE": "",
"DISABLE_TWO_FACTOR": "",
"DISABLE_TWO_FACTOR_MESSAGE": "",
"update_two_factor": "",
"update_two_factor_message": "",
"update": "",
"disable_two_factor": "",
"disable_two_factor_message": "",
"TWO_FACTOR_DISABLE_FAILED": "",
"EXPORT_DATA": "",
"select_folder": "",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "",
"reset": "",
"PHOTO_EDITOR": "",
"FASTER_UPLOAD": "",
"FASTER_UPLOAD_DESCRIPTION": "",
"faster_upload": "",
"faster_upload_description": "",
"cast_album_to_tv": "",
"enter_cast_pin_code": "",
"pair_device_to_tv": "",
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/bg-BG/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "",
"exif": "",
"ISO": "",
"TWO_FACTOR": "",
"TWO_FACTOR_AUTHENTICATION": "",
"two_factor": "",
"two_factor_authentication": "",
"TWO_FACTOR_QR_INSTRUCTION": "",
"ENTER_CODE_MANUALLY": "",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
"SCAN_QR_CODE": "",
"ENABLE_TWO_FACTOR": "",
"enable_two_factor": "",
"enable": "",
"enabled": "",
"LOST_DEVICE": "",
"INCORRECT_CODE": "",
"TWO_FACTOR_INFO": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"UPDATE_TWO_FACTOR_LABEL": "",
"two_factor_info": "",
"reconfigure_two_factor_hint": "",
"disable": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"reconfigure": "",
"UPDATE_TWO_FACTOR": "",
"UPDATE_TWO_FACTOR_MESSAGE": "",
"UPDATE": "",
"DISABLE_TWO_FACTOR": "",
"DISABLE_TWO_FACTOR_MESSAGE": "",
"update_two_factor": "",
"update_two_factor_message": "",
"update": "",
"disable_two_factor": "",
"disable_two_factor_message": "",
"TWO_FACTOR_DISABLE_FAILED": "",
"EXPORT_DATA": "",
"select_folder": "",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "",
"reset": "",
"PHOTO_EDITOR": "",
"FASTER_UPLOAD": "",
"FASTER_UPLOAD_DESCRIPTION": "",
"faster_upload": "",
"faster_upload_description": "",
"cast_album_to_tv": "",
"enter_cast_pin_code": "",
"pair_device_to_tv": "",
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/ca-ES/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "",
"exif": "",
"ISO": "",
"TWO_FACTOR": "",
"TWO_FACTOR_AUTHENTICATION": "",
"two_factor": "",
"two_factor_authentication": "",
"TWO_FACTOR_QR_INSTRUCTION": "",
"ENTER_CODE_MANUALLY": "",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
"SCAN_QR_CODE": "",
"ENABLE_TWO_FACTOR": "",
"enable_two_factor": "",
"enable": "",
"enabled": "",
"LOST_DEVICE": "",
"INCORRECT_CODE": "",
"TWO_FACTOR_INFO": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"UPDATE_TWO_FACTOR_LABEL": "",
"two_factor_info": "",
"reconfigure_two_factor_hint": "",
"disable": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"reconfigure": "",
"UPDATE_TWO_FACTOR": "",
"UPDATE_TWO_FACTOR_MESSAGE": "",
"UPDATE": "",
"DISABLE_TWO_FACTOR": "",
"DISABLE_TWO_FACTOR_MESSAGE": "",
"update_two_factor": "",
"update_two_factor_message": "",
"update": "",
"disable_two_factor": "",
"disable_two_factor_message": "",
"TWO_FACTOR_DISABLE_FAILED": "",
"EXPORT_DATA": "",
"select_folder": "",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "",
"reset": "",
"PHOTO_EDITOR": "",
"FASTER_UPLOAD": "",
"FASTER_UPLOAD_DESCRIPTION": "",
"faster_upload": "",
"faster_upload_description": "",
"cast_album_to_tv": "",
"enter_cast_pin_code": "",
"pair_device_to_tv": "",
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/da-DK/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "",
"exif": "",
"ISO": "",
"TWO_FACTOR": "",
"TWO_FACTOR_AUTHENTICATION": "",
"two_factor": "",
"two_factor_authentication": "",
"TWO_FACTOR_QR_INSTRUCTION": "",
"ENTER_CODE_MANUALLY": "",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
"SCAN_QR_CODE": "",
"ENABLE_TWO_FACTOR": "",
"enable_two_factor": "",
"enable": "",
"enabled": "",
"LOST_DEVICE": "",
"INCORRECT_CODE": "",
"TWO_FACTOR_INFO": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"UPDATE_TWO_FACTOR_LABEL": "",
"two_factor_info": "",
"reconfigure_two_factor_hint": "",
"disable": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"reconfigure": "",
"UPDATE_TWO_FACTOR": "",
"UPDATE_TWO_FACTOR_MESSAGE": "",
"UPDATE": "",
"DISABLE_TWO_FACTOR": "",
"DISABLE_TWO_FACTOR_MESSAGE": "",
"update_two_factor": "",
"update_two_factor_message": "",
"update": "",
"disable_two_factor": "",
"disable_two_factor_message": "",
"TWO_FACTOR_DISABLE_FAILED": "",
"EXPORT_DATA": "",
"select_folder": "",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "",
"reset": "",
"PHOTO_EDITOR": "",
"FASTER_UPLOAD": "",
"FASTER_UPLOAD_DESCRIPTION": "",
"faster_upload": "",
"faster_upload_description": "",
"cast_album_to_tv": "",
"enter_cast_pin_code": "",
"pair_device_to_tv": "",
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/de-DE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "Keine Exif-Daten",
"exif": "Exif",
"ISO": "ISO",
"TWO_FACTOR": "Zwei-Faktor",
"TWO_FACTOR_AUTHENTICATION": "Zwei-Faktor-Authentifizierung",
"two_factor": "Zwei-Faktor",
"two_factor_authentication": "Zwei-Faktor-Authentifizierung",
"TWO_FACTOR_QR_INSTRUCTION": "Scanne den QR-Code unten mit deiner bevorzugten Authentifizierungs-App",
"ENTER_CODE_MANUALLY": "Geben Sie den Code manuell ein",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "Bitte gib diesen Code in deiner bevorzugten Authentifizierungs-App ein",
"SCAN_QR_CODE": "QR‐Code stattdessen scannen",
"ENABLE_TWO_FACTOR": "Zwei-Faktor-Authentifizierung aktivieren",
"enable_two_factor": "Zwei-Faktor-Authentifizierung aktivieren",
"enable": "Aktivieren",
"enabled": "Aktiviert",
"LOST_DEVICE": "Zwei-Faktor-Gerät verloren",
"INCORRECT_CODE": "Falscher Code",
"TWO_FACTOR_INFO": "Fügen Sie eine zusätzliche Sicherheitsebene hinzu, indem Sie mehr als Ihre E-Mail und Ihr Passwort benötigen, um sich mit Ihrem Account anzumelden",
"DISABLE_TWO_FACTOR_LABEL": "Deaktiviere die Zwei-Faktor-Authentifizierung",
"UPDATE_TWO_FACTOR_LABEL": "Authentifizierungsgerät aktualisieren",
"two_factor_info": "Fügen Sie eine zusätzliche Sicherheitsebene hinzu, indem Sie mehr als Ihre E-Mail und Ihr Passwort benötigen, um sich mit Ihrem Account anzumelden",
"reconfigure_two_factor_hint": "Authentifizierungsgerät aktualisieren",
"disable": "Deaktivieren",
"DISABLE_TWO_FACTOR_LABEL": "Deaktiviere die Zwei-Faktor-Authentifizierung",
"reconfigure": "Neu einrichten",
"UPDATE_TWO_FACTOR": "Zweiten Faktor aktualisieren",
"UPDATE_TWO_FACTOR_MESSAGE": "Fahren Sie fort, werden alle Ihre zuvor konfigurierten Authentifikatoren ungültig",
"UPDATE": "Aktualisierung",
"DISABLE_TWO_FACTOR": "Zweiten Faktor deaktivieren",
"DISABLE_TWO_FACTOR_MESSAGE": "Bist du sicher, dass du die Zwei-Faktor-Authentifizierung deaktivieren willst",
"update_two_factor": "Zweiten Faktor aktualisieren",
"update_two_factor_message": "Fahren Sie fort, werden alle Ihre zuvor konfigurierten Authentifikatoren ungültig",
"update": "Aktualisierung",
"disable_two_factor": "Zweiten Faktor deaktivieren",
"disable_two_factor_message": "Bist du sicher, dass du die Zwei-Faktor-Authentifizierung deaktivieren willst",
"TWO_FACTOR_DISABLE_FAILED": "Fehler beim Deaktivieren des zweiten Faktors, bitte versuchen Sie es erneut",
"EXPORT_DATA": "Daten exportieren",
"select_folder": "Ordner auswählen",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "Drehen",
"reset": "Zurücksetzen",
"PHOTO_EDITOR": "Foto-Editor",
"FASTER_UPLOAD": "Schnelleres Hochladen",
"FASTER_UPLOAD_DESCRIPTION": "Uploads über nahegelegene Server leiten",
"faster_upload": "Schnelleres Hochladen",
"faster_upload_description": "Uploads über nahegelegene Server leiten",
"cast_album_to_tv": "Album auf Fernseher wiedergeben",
"enter_cast_pin_code": "Gib den Code auf dem Fernseher unten ein, um dieses Gerät zu koppeln.",
"pair_device_to_tv": "Geräte koppeln",
Expand Down
26 changes: 13 additions & 13 deletions web/packages/base/locales/el-GR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,27 +250,27 @@
"no_exif": "Χωρίς δεδομένα Exif",
"exif": "Exif",
"ISO": "ISO",
"TWO_FACTOR": "",
"TWO_FACTOR_AUTHENTICATION": "Αυθεντικοποίηση δύο παραγόντων",
"two_factor": "",
"two_factor_authentication": "Αυθεντικοποίηση δύο παραγόντων",
"TWO_FACTOR_QR_INSTRUCTION": "Σαρώστε τον παρακάτω κωδικό QR με την αγαπημένη σας εφαρμογή αυθεντικοποίησης",
"ENTER_CODE_MANUALLY": "Εισάγετε τον κωδικό χειροκίνητα",
"TWO_FACTOR_MANUAL_CODE_INSTRUCTION": "",
"SCAN_QR_CODE": "",
"ENABLE_TWO_FACTOR": "",
"enable_two_factor": "",
"enable": "Ενεργοποίηση",
"enabled": "",
"LOST_DEVICE": "",
"INCORRECT_CODE": "Εσφαλμένος κωδικός",
"TWO_FACTOR_INFO": "",
"DISABLE_TWO_FACTOR_LABEL": "",
"UPDATE_TWO_FACTOR_LABEL": "",
"two_factor_info": "",
"reconfigure_two_factor_hint": "",
"disable": "Απενεργοποίηση",
"DISABLE_TWO_FACTOR_LABEL": "",
"reconfigure": "",
"UPDATE_TWO_FACTOR": "",
"UPDATE_TWO_FACTOR_MESSAGE": "",
"UPDATE": "Ενημέρωση",
"DISABLE_TWO_FACTOR": "",
"DISABLE_TWO_FACTOR_MESSAGE": "",
"update_two_factor": "",
"update_two_factor_message": "",
"update": "Ενημέρωση",
"disable_two_factor": "",
"disable_two_factor_message": "",
"TWO_FACTOR_DISABLE_FAILED": "",
"EXPORT_DATA": "Εξαγωγή δεδομένων",
"select_folder": "Επιλέξτε φάκελο",
Expand Down Expand Up @@ -594,8 +594,8 @@
"ROTATION": "Περιστροφή",
"reset": "Επαναφορά",
"PHOTO_EDITOR": "Επεξεργαστής φωτογραφιών",
"FASTER_UPLOAD": "",
"FASTER_UPLOAD_DESCRIPTION": "",
"faster_upload": "",
"faster_upload_description": "",
"cast_album_to_tv": "Αναπαραγωγή άλμπουμ στην τηλεόραση",
"enter_cast_pin_code": "",
"pair_device_to_tv": "Ζεύξη συσκευών",
Expand Down
Loading

0 comments on commit 151c8cd

Please sign in to comment.