diff options
Diffstat (limited to 'client-web/source/locale')
-rw-r--r-- | client-web/source/locale/de.ts | 1 | ||||
-rw-r--r-- | client-web/source/locale/en.ts | 1 | ||||
-rw-r--r-- | client-web/source/locale/es.ts | 1 | ||||
-rw-r--r-- | client-web/source/locale/ja.ts | 1 | ||||
-rw-r--r-- | client-web/source/locale/mod.ts | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/client-web/source/locale/de.ts b/client-web/source/locale/de.ts index a0831d0..663aac4 100644 --- a/client-web/source/locale/de.ts +++ b/client-web/source/locale/de.ts @@ -15,6 +15,7 @@ export const PO_DE: LanguageStrings = { summery_image: "(bild)", camera: "Kamera", file: "Datei", + fullscreen: "Vollbild", leave: "Verlassen", screen: "Bildschirm", image_alt: "Bild (Klicken zum Öffnen)", diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts index 8ebbeb3..4498412 100644 --- a/client-web/source/locale/en.ts +++ b/client-web/source/locale/en.ts @@ -15,6 +15,7 @@ export const PO_EN: LanguageStrings = { summery_image: "(image)", camera: "Camera", file: "File", + fullscreen: "Fullscreen", leave: "Leave", screen: "Screen", image_alt: "Image (click to open)", diff --git a/client-web/source/locale/es.ts b/client-web/source/locale/es.ts index 7c0b6dc..1ee6e4e 100644 --- a/client-web/source/locale/es.ts +++ b/client-web/source/locale/es.ts @@ -18,6 +18,7 @@ export const PO_ES: LanguageStrings = { summery_image: "(imagen)", camera: "Cámara", file: "Archivo", + fullscreen: "Pantalla completa", leave: "Salir", screen: "Pantalla", image_alt: "Imagen (haga clic para abrir)", diff --git a/client-web/source/locale/ja.ts b/client-web/source/locale/ja.ts index 559d7ca..c20b926 100644 --- a/client-web/source/locale/ja.ts +++ b/client-web/source/locale/ja.ts @@ -18,6 +18,7 @@ export const PO_JA: LanguageStrings = { summery_image: "(写真)", camera: "カメラ", file: "ファイル", + fullscreen: "フルスクリーン", leave: "おすすめ", screen: "スクリーン", image_alt: "画像(クリックして開きます)", diff --git a/client-web/source/locale/mod.ts b/client-web/source/locale/mod.ts index a1aecb3..1082330 100644 --- a/client-web/source/locale/mod.ts +++ b/client-web/source/locale/mod.ts @@ -29,6 +29,7 @@ export interface LanguageStrings { camera: string, screen: string, file: string, + fullscreen: string, local: string, warn_short_secret: string, warn_no_webrtc: string, |