Skip to content

Commit 45f3858

Browse files
author
Emilio Pavia
authored
Merge pull request #33 from arduino/update-strings
Update localized strings
2 parents 0a9a18e + 7621af9 commit 45f3858

File tree

120 files changed

+929
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+929
-194
lines changed

ScienceJournal.xcodeproj/project.pbxproj

Lines changed: 166 additions & 1 deletion
Large diffs are not rendered by default.

ScienceJournal/Resources/Strings.bundle/de-CH.lproj/Localizable.strings

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
/* A description of the camera permission and why we need it. [CHAR_LIMIT=220] */
671671
"permissions_guide_camera_info" = "Jetzt überprüfen wir, ob wir auf Ihre Kameras zugreifen dürfen. Wir verwenden die Frontkamera für den Helligkeitssensor, und Sie können mit beiden Kameras Fotonotizen zu Experimenten und Aufzeichnungen hinzufügen.";
672672
/* The title for the camera permission info. [CHAR_LIMIT=30] */
673-
"permissions_guide_camera_title" = "Camera";
673+
"permissions_guide_camera_title" = "Kamera";
674674
/* The message to tell a user we're done checking for a permission [CHAR_LIMIT=20] */
675675
"permissions_guide_check_complete" = "Fertig!";
676676
/* The title of the button that starts the current permission check [CHAR_LIMIT=30] */
@@ -682,15 +682,15 @@
682682
/* A description of the microphone permission and why we need it. [CHAR_LIMIT=220] */
683683
"permissions_guide_microphone_info" = "Nun überprüfen wir die Zugriffsberechtigung auf Ihr Mikrofon, das für den Audiosensor verwendet wird. Audioinhalte werden dabei nicht aufgezeichnet, gespeichert oder übertragen, wir messen nur die Schallintensität.";
684684
/* The title for the microphone permission info. [CHAR_LIMIT=30] */
685-
"permissions_guide_microphone_title" = "Microphone";
685+
"permissions_guide_microphone_title" = "Mikrofon";
686686
/* A description of the push notification permission and why we need it. [CHAR_LIMIT=220] */
687687
"permissions_guide_notifications_info" = "Zuerst überprüfen wir die Berechtigung, Ihnen Push-Benachrichtigungen zu schicken. Wir nutzen diese nur, um Ihnen mitzuteilen, wenn Ihre Aufzeichnung fast beendet ist, wenn Sie die App während der Aufzeichnung im Hintergrund laufen lassen.";
688688
/* The title for the push notification permission info. [CHAR_LIMIT=30] */
689-
"permissions_guide_notifications_title" = "Notifications";
689+
"permissions_guide_notifications_title" = "Benachrichtigungen";
690690
/* A description of the photo library permission and why we need it. [CHAR_LIMIT=220] */
691691
"permissions_guide_photo_library_info" = "Zum Schluss überprüfen wir die Berechtigung, auf Ihre Fotogalerie zuzugreifen, damit Sie Ihre vorhandenen Fotos zu Experimenten und Aufzeichnungen hinzufügen und wir Fotos in Ihrer Galerie speichern können.";
692692
/* The title for the photos permission info. [CHAR_LIMIT=30] */
693-
"permissions_guide_photos_title" = "Photos";
693+
"permissions_guide_photos_title" = "Fotos";
694694
/* The title of the button that starts to guide the user through a series of permissions prompts. [CHAR_LIMIT=20] */
695695
"permissions_guide_start_button_title" = "Los gehts.";
696696
/* The welcome message title when prompting the user through a series of permissions prompts. [CHAR_LIMIT=50] */

ScienceJournal/Resources/Strings.bundle/de.lproj/Localizable.strings

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

ScienceJournal/Resources/Strings.bundle/es.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
/* Title of the view that allows a user to add a text note to a recording at the given timestamp. The placeholder will be filled with the timestamp. [CHAR_LIMIT=30] */
8080
"action_area_title_add_text_note_to_timeline" = "Add text note to %@";
8181
/* The title of the modal view when a user is recording data. [CHAR_LIMIT=25] */
82-
"action_area_title_recording" = "Recording";
82+
"action_area_title_recording" = "Grabación";
8383
/* Menu option for canceling an action. [CHAR_LIMIT=10] */
8484
"action_cancel" = "Cancelar";
8585
/* A phrase meaning the user understands what they were told. Casual, if possible (i.e. instead of "I understand", use "Got it" [CHAR_LIMIT=15] */

ScienceJournal/Resources/Strings.bundle/fr.lproj/Localizable.strings

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

ScienceJournal/Resources/Strings.bundle/it.lproj/Localizable.strings

Lines changed: 71 additions & 71 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"NSBluetoothAlwaysUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
2+
"NSBluetoothPeripheralUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
3+
"NSCameraUsageDescription" = "Science Journal uses the camera to include photos in experiment notes.";
4+
"NSMicrophoneUsageDescription" = "Science Journal uses the microphone to measure sound intensity.";
5+
"NSPhotoLibraryUsageDescription" = "Science Journal uses the photo library to include photos in experiment notes.";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"NSBluetoothAlwaysUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
2+
"NSBluetoothPeripheralUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
3+
"NSCameraUsageDescription" = "Science Journal uses the camera to include photos in experiment notes.";
4+
"NSMicrophoneUsageDescription" = "Science Journal uses the microphone to measure sound intensity.";
5+
"NSPhotoLibraryUsageDescription" = "Science Journal uses the photo library to include photos in experiment notes.";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"NSBluetoothAlwaysUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
2+
"NSBluetoothPeripheralUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
3+
"NSCameraUsageDescription" = "Science Journal uses the camera to include photos in experiment notes.";
4+
"NSMicrophoneUsageDescription" = "Science Journal uses the microphone to measure sound intensity.";
5+
"NSPhotoLibraryUsageDescription" = "Science Journal uses the photo library to include photos in experiment notes.";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"NSBluetoothAlwaysUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
2+
"NSBluetoothPeripheralUsageDescription" = "Science Journal uses Bluetooth to connect to external sensors and capture their data in experiments.";
3+
"NSCameraUsageDescription" = "Science Journal uses the camera to include photos in experiment notes.";
4+
"NSMicrophoneUsageDescription" = "Science Journal uses the microphone to measure sound intensity.";
5+
"NSPhotoLibraryUsageDescription" = "Science Journal uses the photo library to include photos in experiment notes.";

0 commit comments

Comments
 (0)