Skip to content

Commit cc2c0f8

Browse files
authored
New Crowdin updates (#28)
* New translations strings.xml (French) * New translations strings.xml (Spanish) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (English) * Update source file strings.xml * Update source file strings.xml * New translations strings.xml (French) * New translations strings.xml (Spanish) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (English)
1 parent ffcc9bd commit cc2c0f8

7 files changed

Lines changed: 322 additions & 0 deletions

File tree

app/src/main/res/values-de-rDE/strings.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
<string name="share_photo_content_description">Fotos teilen</string>
5050
<string name="delete_photo_content_description">Fotos löschen</string>
5151
<string name="photo_content_none_selected">Kein Foto ausgewählt</string>
52+
<string name="media_content_none_selected">Keine Medien ausgewählt</string>
53+
<!-- View Video Screen -->
54+
<string name="video_title">Video</string>
55+
<string name="video_not_found">Video nicht gefunden</string>
56+
<string name="video_content_description">Video</string>
57+
<string name="video_content_loading">Video wird geladen…</string>
58+
<string name="video_loading">Lade…</string>
59+
<string name="video_load_error">Fehler beim Laden des Videos</string>
60+
<string name="video_playback_error">Fehler beim Abspielen des Videos</string>
61+
<string name="video_encrypting">Video… verschlüsseln</string>
5262
<string name="unauthorized">Nicht autorisiert</string>
5363
<string name="mark_as_decoy">Als Decoy markieren</string>
5464
<string name="unmark_as_decoy">Als Köder aufheben</string>
@@ -85,6 +95,18 @@
8595
<string name="session_worker_channel_name">Sitzungsstatus</string>
8696
<string name="session_worker_channel_description">Zeigt an, wenn SnapSafe aktiv ist</string>
8797
<string name="session_worker_notification_close">Schließen</string>
98+
<!-- Video Encryption Service -->
99+
<string name="encryption_channel_name">Video-Verschlüsselung</string>
100+
<string name="encryption_channel_description">Videoverschlüsselungsfortschritt anzeigen</string>
101+
<string name="encryption_notification_title">Video verschlüsseln</string>
102+
<string name="encryption_notification_title_plural">Videos verschlüsseln</string>
103+
<string name="encryption_notification_preparing">Vorbereitung…</string>
104+
<string name="encryption_notification_progress">Verschlüsselung: %1$d%%</string>
105+
<string name="encryption_notification_queue">%1$d von %2$d - %3$d%%</string>
106+
<string name="encryption_error_title">Verschlüsselung fehlgeschlagen</string>
107+
<string name="encryption_cancelled_title">Verschlüsselung abgebrochen</string>
108+
<string name="encryption_action_cancel">Abbrechen</string>
109+
<string name="encryption_action_cancel_all">Alle abbrechen</string>
88110
<!-- Gallery Screen -->
89111
<string name="gallery_title">Galerie</string>
90112
<string name="gallery_selected_count">%1$d ausgewählt</string>
@@ -97,6 +119,7 @@
97119
<string name="gallery_share_selected_content_description">Ausgewählte teilen</string>
98120
<string name="gallery_select_all_content_description">Alle auswählen</string>
99121
<string name="gallery_decoy_indicator">Ist Decoy Foto</string>
122+
<string name="gallery_video_indicator">Video</string>
100123
<!-- Camera Screen -->
101124
<string name="camera_more_options_content_description">Weitere Optionen</string>
102125
<string name="camera_settings_button">Einstellungen</string>
@@ -111,6 +134,13 @@
111134
<string name="camera_permissions_required">Kamera-Berechtigungen sind erforderlich.</string>
112135
<string name="camera_open_settings">Einstellungen öffnen</string>
113136
<string name="camera_shutter_button_desc">Foto machen</string>
137+
<string name="camera_mode_photo">Foto</string>
138+
<string name="camera_mode_video">Video</string>
139+
<string name="camera_mode_toggle_description">Aufnahmemodus wechseln</string>
140+
<string name="camera_start_recording_description">Aufnahme starten</string>
141+
<string name="camera_stop_recording_description">Aufnahme stoppen</string>
142+
<string name="camera_recording_indicator">Aufnahme</string>
143+
<string name="camera_video_permissions_required">Die Berechtigung zur Aufnahme von Audio wird für Video benötigt.</string>
114144
<!-- Settings Screen -->
115145
<string name="settings_title">Einstellungen</string>
116146
<string name="settings_back_description">Zurück</string>
@@ -139,6 +169,22 @@
139169
<string name="settings_session_timeout_1_min">1 Minute</string>
140170
<string name="settings_session_timeout_5_min">5 Minuten</string>
141171
<string name="settings_session_timeout_10_min">10 Minuten</string>
172+
<string name="settings_media_security">Mediensicherheit</string>
173+
<string name="settings_media_security_description">Sicherheitsstärke nach Medientyp</string>
174+
<string name="media_security_dialog_title">Mediensicherheit</string>
175+
<string name="media_security_photos_title">Fotos</string>
176+
<string name="media_security_photos_rating">10/10</string>
177+
<string name="media_security_photos_description">Fotos, die mit SnapSafe aufgenommen und gespeichert werden, sind so sicher wie technisch möglich
178+
. Sie werden nie unverschlüsselt auf die Festplatte geschrieben, auch nicht für kurze Momente.
179+
</string>
180+
<string name="media_security_videos_title">Videos</string>
181+
<string name="media_security_videos_rating">9/10</string>
182+
<string name="media_security_videos_description">Videos taken with SnapSafe are incredibly secure, however, due to a
183+
limitation with Android\'s video recording, they are first written to SnapSafe\'s private encrypted directory
184+
while they are being recorded. Immediately after the recording ends, they are themselves encrypted and are
185+
thereafter just as secure as photos taken with SnapSafe.
186+
</string>
187+
<string name="media_security_dialog_button">Verstanden</string>
142188
<!-- Security Reset -->
143189
<string name="settings_security_reset">Sicherheit zurücksetzen</string>
144190
<string name="settings_security_reset_description">Lösche alle Daten und erstelle eine neue PIN</string>

app/src/main/res/values-en-rUS/strings.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
<string name="share_photo_content_description">Share Photos</string>
5050
<string name="delete_photo_content_description">Delete Photos</string>
5151
<string name="photo_content_none_selected">No photo selected</string>
52+
<string name="media_content_none_selected">No media selected</string>
53+
<!-- View Video Screen -->
54+
<string name="video_title">Video</string>
55+
<string name="video_not_found">Video not found</string>
56+
<string name="video_content_description">Video</string>
57+
<string name="video_content_loading">Loading video…</string>
58+
<string name="video_loading">Loading…</string>
59+
<string name="video_load_error">Failed to load video</string>
60+
<string name="video_playback_error">Error playing video</string>
61+
<string name="video_encrypting">Encrypting video…</string>
5262
<string name="unauthorized">Unauthorized</string>
5363
<string name="mark_as_decoy">Mark as Decoy</string>
5464
<string name="unmark_as_decoy">Unmark as Decoy</string>
@@ -85,6 +95,18 @@
8595
<string name="session_worker_channel_name">Session Status</string>
8696
<string name="session_worker_channel_description">Shows when SnapSafe is active</string>
8797
<string name="session_worker_notification_close">Close</string>
98+
<!-- Video Encryption Service -->
99+
<string name="encryption_channel_name">Video Encryption</string>
100+
<string name="encryption_channel_description">Shows video encryption progress</string>
101+
<string name="encryption_notification_title">Encrypting Video</string>
102+
<string name="encryption_notification_title_plural">Encrypting Videos</string>
103+
<string name="encryption_notification_preparing">Preparing…</string>
104+
<string name="encryption_notification_progress">Encrypting: %1$d%%</string>
105+
<string name="encryption_notification_queue">%1$d of %2$d - %3$d%%</string>
106+
<string name="encryption_error_title">Encryption Failed</string>
107+
<string name="encryption_cancelled_title">Encryption Cancelled</string>
108+
<string name="encryption_action_cancel">Cancel</string>
109+
<string name="encryption_action_cancel_all">Cancel All</string>
88110
<!-- Gallery Screen -->
89111
<string name="gallery_title">Gallery</string>
90112
<string name="gallery_selected_count">%1$d Selected</string>
@@ -97,6 +119,7 @@
97119
<string name="gallery_share_selected_content_description">Share Selected</string>
98120
<string name="gallery_select_all_content_description">Select All</string>
99121
<string name="gallery_decoy_indicator">Is Decoy Photo</string>
122+
<string name="gallery_video_indicator">Video</string>
100123
<!-- Camera Screen -->
101124
<string name="camera_more_options_content_description">More Options</string>
102125
<string name="camera_settings_button">Settings</string>
@@ -111,6 +134,13 @@
111134
<string name="camera_permissions_required">Camera permissions are required.</string>
112135
<string name="camera_open_settings">Open Settings</string>
113136
<string name="camera_shutter_button_desc">Take Photo</string>
137+
<string name="camera_mode_photo">Photo</string>
138+
<string name="camera_mode_video">Video</string>
139+
<string name="camera_mode_toggle_description">Switch capture mode</string>
140+
<string name="camera_start_recording_description">Start Recording</string>
141+
<string name="camera_stop_recording_description">Stop Recording</string>
142+
<string name="camera_recording_indicator">Recording</string>
143+
<string name="camera_video_permissions_required">Audio recording permission is required for video.</string>
114144
<!-- Settings Screen -->
115145
<string name="settings_title">Settings</string>
116146
<string name="settings_back_description">Back</string>
@@ -139,6 +169,22 @@
139169
<string name="settings_session_timeout_1_min">1 Minute</string>
140170
<string name="settings_session_timeout_5_min">5 Minutes</string>
141171
<string name="settings_session_timeout_10_min">10 Minutes</string>
172+
<string name="settings_media_security">Media Security</string>
173+
<string name="settings_media_security_description">Security strength by media type</string>
174+
<string name="media_security_dialog_title">Media Security</string>
175+
<string name="media_security_photos_title">Photos</string>
176+
<string name="media_security_photos_rating">10/10</string>
177+
<string name="media_security_photos_description">Photos taken and stored with SnapSafe are as safe as is technically
178+
possible. They are never written to the disk unencrypted, even for brief moments.
179+
</string>
180+
<string name="media_security_videos_title">Videos</string>
181+
<string name="media_security_videos_rating">9/10</string>
182+
<string name="media_security_videos_description">Videos taken with SnapSafe are incredibly secure, however, due to a
183+
limitation with Android\'s video recording, they are first written to SnapSafe\'s private encrypted directory
184+
while they are being recorded. Immediately after the recording ends, they are themselves encrypted and are
185+
thereafter just as secure as photos taken with SnapSafe.
186+
</string>
187+
<string name="media_security_dialog_button">Got it</string>
142188
<!-- Security Reset -->
143189
<string name="settings_security_reset">Security Reset</string>
144190
<string name="settings_security_reset_description">Wipe all data and create a new PIN</string>

app/src/main/res/values-es-rES/strings.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
<string name="share_photo_content_description">Compartir fotos</string>
5050
<string name="delete_photo_content_description">Eliminar fotos</string>
5151
<string name="photo_content_none_selected">Ninguna foto seleccionada</string>
52+
<string name="media_content_none_selected">Ningún medio seleccionado</string>
53+
<!-- View Video Screen -->
54+
<string name="video_title">Vídeo</string>
55+
<string name="video_not_found">Video no encontrado</string>
56+
<string name="video_content_description">Vídeo</string>
57+
<string name="video_content_loading">Cargando vídeo…</string>
58+
<string name="video_loading">Cargando…</string>
59+
<string name="video_load_error">Error al cargar el vídeo</string>
60+
<string name="video_playback_error">Error al reproducir el vídeo</string>
61+
<string name="video_encrypting">Cifrando vídeo…</string>
5262
<string name="unauthorized">No autorizado</string>
5363
<string name="mark_as_decoy">Marcar como señuelo</string>
5464
<string name="unmark_as_decoy">Desmarcar como señuelo</string>
@@ -85,6 +95,18 @@
8595
<string name="session_worker_channel_name">Estado de la sesión</string>
8696
<string name="session_worker_channel_description">Muestra cuando SnapSafe está activo</string>
8797
<string name="session_worker_notification_close">Cerrar</string>
98+
<!-- Video Encryption Service -->
99+
<string name="encryption_channel_name">Encriptación de vídeo</string>
100+
<string name="encryption_channel_description">Muestra el progreso del cifrado de vídeo</string>
101+
<string name="encryption_notification_title">Cifrando vídeo</string>
102+
<string name="encryption_notification_title_plural">Cifrando videos</string>
103+
<string name="encryption_notification_preparing">Preparando…</string>
104+
<string name="encryption_notification_progress">Cifrando: %1$d%%</string>
105+
<string name="encryption_notification_queue">%1$d de %2$d - %3$d%%</string>
106+
<string name="encryption_error_title">Cifrado fallido</string>
107+
<string name="encryption_cancelled_title">Cifrado cancelado</string>
108+
<string name="encryption_action_cancel">Cancelar</string>
109+
<string name="encryption_action_cancel_all">Cancelar todo</string>
88110
<!-- Gallery Screen -->
89111
<string name="gallery_title">Galería</string>
90112
<string name="gallery_selected_count">%1$d seleccionados</string>
@@ -97,6 +119,7 @@
97119
<string name="gallery_share_selected_content_description">Compartir seleccionados</string>
98120
<string name="gallery_select_all_content_description">Seleccionar todo</string>
99121
<string name="gallery_decoy_indicator">Es Foto señuelo</string>
122+
<string name="gallery_video_indicator">Vídeo</string>
100123
<!-- Camera Screen -->
101124
<string name="camera_more_options_content_description">Más opciones</string>
102125
<string name="camera_settings_button">Ajustes</string>
@@ -111,6 +134,13 @@
111134
<string name="camera_permissions_required">Se requieren permisos de cámara.</string>
112135
<string name="camera_open_settings">Abrir ajustes</string>
113136
<string name="camera_shutter_button_desc">Tomar foto</string>
137+
<string name="camera_mode_photo">Foto</string>
138+
<string name="camera_mode_video">Vídeo</string>
139+
<string name="camera_mode_toggle_description">Cambiar modo de captura</string>
140+
<string name="camera_start_recording_description">Iniciar grabación</string>
141+
<string name="camera_stop_recording_description">Detener grabación</string>
142+
<string name="camera_recording_indicator">Grabando</string>
143+
<string name="camera_video_permissions_required">Se requiere permiso de grabación de audio para el vídeo.</string>
114144
<!-- Settings Screen -->
115145
<string name="settings_title">Ajustes</string>
116146
<string name="settings_back_description">Atrás</string>
@@ -139,6 +169,22 @@
139169
<string name="settings_session_timeout_1_min">1 minuto</string>
140170
<string name="settings_session_timeout_5_min">5 Minutos</string>
141171
<string name="settings_session_timeout_10_min">10 minutos</string>
172+
<string name="settings_media_security">Seguridad de medios</string>
173+
<string name="settings_media_security_description">Fortaleza de seguridad por tipo de medio</string>
174+
<string name="media_security_dialog_title">Seguridad de medios</string>
175+
<string name="media_security_photos_title">Fotos</string>
176+
<string name="media_security_photos_rating">10/10</string>
177+
<string name="media_security_photos_description">Las fotos tomadas y almacenadas con SnapSafe son tan seguras como técnicamente
178+
posible. Nunca son escritos en el disco sin cifrar, ni siquiera por momentos breves.
179+
</string>
180+
<string name="media_security_videos_title">Vídeo</string>
181+
<string name="media_security_videos_rating">9/10</string>
182+
<string name="media_security_videos_description">Los vídeos tomados con SnapSafe son increíblemente seguros, sin embargo, debido a una limitación
183+
con la grabación de vídeo de Android, son escritos por primera vez en el directorio privado cifrado
184+
de SnapSafe mientras están siendo grabados. Inmediatamente después de que la grabación termine, son encriptados ellos mismos y son
185+
a partir de entonces tan seguros como las fotos tomadas con SnapSafe.
186+
</string>
187+
<string name="media_security_dialog_button">Entendido</string>
142188
<!-- Security Reset -->
143189
<string name="settings_security_reset">Restablecer seguridad</string>
144190
<string name="settings_security_reset_description">Borrar todos los datos y crear un nuevo PIN</string>

0 commit comments

Comments
 (0)