Skip to content
This repository has been archived by the owner on Aug 11, 2018. It is now read-only.

Added de (Deutsch) translation #17

Open
CrimsonFork opened this issue Jan 7, 2017 · 26 comments
Open

Added de (Deutsch) translation #17

CrimsonFork opened this issue Jan 7, 2017 · 26 comments

Comments

@CrimsonFork
Copy link

I have translated your application into de (Deutsch). Here is the xml:

<resources>
    <string name="preference_resolution_title">Bildschirmauflösung</string>
    <string name="preference_resolution_summary">Wähle die Auflösung zum Aufnehmen mit</string>
    <string name="preference_fps_title">Bilder pro Sekunde</string>
    <string name="preference_fps_summary">Wähle Bilder/Sek. bei der Aufnahme mit</string>
    <string name="preference_bit_title">Bit-Rate</string>
    <string name="preference_bit_summary">Bit-Rate wählen</string>
    <string name="preference_audio_record_title">Audio aufnehmen</string>
    <string name="preference_audio_record_summary">Nimmt zusammen mit dem Bildschirmvideo Audio übers Mikrofon auf</string>
    <string name="preference_save_location_title">Speicherort</string>
    <string name="preference_filename_format_title">Dateinamensformat</string>
    <string name="preference_filename_prefix_title">Dateinamenspräfix</string>
    <string name="storage_permission_request_title">Erlaube Speicherberechtigung</string>
    <string name="storage_permission_request_summary">Schreib-Berechtigung auf dem Speicher ist erforderlich, um das aufgenommene Video zu speichern.</string>
    <string name="ok">OK</string>
    <string name="cancel">Abbrechen</string>
    <string name="screen_recording_permission_denied">Berechtigung zur Bildschirmaufnahme verwehrt</string>
    <string name="screen_recording_notification_title">Bildschirmaufnahme</string>
    <string name="screen_recording_notification_action_stop">Stopp</string>
    <string name="screen_recording_notification_action_pause">Pause</string>
    <string name="screen_recording_notification_action_resume">Fortsetzen</string>
    <string name="fatal_exception_message">ScreenRecorder: Fatale Ausnahmesituation eingetreten. Protokoll ist verschickt worden</string>
    <string name="about_activity_label">Über</string>
    <string name="snackbar_storage_permission_message">Speicherzugriff gewähren</string>
    <string name="snackbar_storage_permission_action_enable">AKTIVIEREN</string>
    <string name="menu_about_title">Über</string>
    <string name="about_credits">Danksagungen</string>
    <string name="about_libraries">Bibliotheken</string>
    <string name="about_opensource">Open Source</string>
    <string name="app_icon_credit_Niko">App-Symbole von %1$s\n\nWebsite: %2$s</string>
    <string name="directory_chooser_library_credit">Ordner-Wähler von %1$s\n\nGithub URL: %2$s\n\nLizenz: %3$s</string>
    <string name="opensource_info">Diese Anwendung ist quelloffen, und der Quellcode kann abgerufen werden unter\n\nGithub URL: %1$s\n\nLizenz: %2$s</string>
    <string name="fab_record_hint">Mitschnitt starten</string>
    <string name="recording_failed_toast">Bildschirmmitschnitt fehlgeschlagen.</string>
    <string name="screenrecording_already_active_toast">Bildschirmmitschnitt läuft schon</string>
    <string name="large_resolution_selected_toast">Die ausgewählte Auflösung ist größer als die Bildschirmauflösung. Wähle stattdessen %1$s Auflösung</string>
    <string name="shortcut_short_label">Aufnahme</string>
    <string name="shortcut_long_label">Schnellaufnahme</string>
    <string name="shortcut_disabled_message">Aufnahme abgeschaltet</string>
    <string name="screen_recording_started_toast">Bildschirmmitschnitt gestartet</string>
    <string name="screen_recording_stopped_toast">Bildschirmmitschnitt gestoppt</string>
    <string name="screen_recording_resumed_toast">Bildschirmmitschnitt fortgesetzt</string>
    <string name="screen_recording_paused_toast">Bildschirmaufnahme angehalten</string>
    <string name="fab_stop_hint">Mitschnitt stoppem</string>
    <string name="share_intent_title">Aufgenommenes teilen</string>
    <string name="share_intent_notification_title">Aufgenommenes Video teilen</string>
    <string name="share_intent_notification_content">Klicken, um das aufgenommene Video zu teilen</string>
    <string name="share_intent_notification_action_text">Teilen</string>
    <string name="preference_floating_control_title">Schwebende Bedienelemente nutzen</string>
    <string name="preference_floating_control_summary">Schwebende Bedienelemente ein-/ausschalten, die über jeden Bildschirm aufzeichen</string>
    <string name="tab_settings_title">Settings</string>
    <string name="tab_videos_title">Videos</string>
    <string name="video_list_permission_denied_message">Speicherzugriffsberechtigung verweigert</string>
    <string name="video_list_no_video_message">Keine Videos verfügbar</string>
</resources>

There were two strings which weren't translated.

Note: Some strings like "video settings", "save options" and so on aren't contained in the strings.xml


Translation made with Stringlate.

@vijai1996
Copy link
Owner

Thanks for the note. I have fixed it. But, isn't German called Deutsch?

@CrimsonFork
Copy link
Author

...yes, "Deutsch" is German in German but what do you mean?

@vijai1996
Copy link
Owner

Well, there is de already for German in the app. So I'm wondering what and where I went wrong

@CrimsonFork
Copy link
Author

I can't understand what actually the problem is. I may have uploaded the translation twice accidentally, is this what you mean?

@vijai1996
Copy link
Owner

Ah! Seems like that. So I believe this issue is a duplicate of issue #15?

@CrimsonFork
Copy link
Author

Yes, it's exactly what it is. May you open an issue for all languages, like "Translations"?

@CrimsonFork
Copy link
Author

Here's an update!

@vijai1996
Copy link
Owner

Not updating it for now since there is few more strings coming up within couple of days related to showing touch feedback in recorded video

@CrimsonFork
Copy link
Author

CrimsonFork commented Feb 9, 2017 via email

@vijai1996
Copy link
Owner

Well, the implementation is more or less similar and its there to ease out the need to enable it manually everytime. But, it will be a paid plugin and a separate app because the api has changed and its no more possible to enable it in dev options from app any more. But of course you can enable it manually without the plugin too.

Adding it based on feedback

@vijai1996
Copy link
Owner

@OffifialMITX I have updated the repo with all strings from my local repo. You may now update the German translation send me a PR. Thanks for your continuous effort and support

@CrimsonFork
Copy link
Author

CrimsonFork commented Feb 10, 2017 via email

@vijai1996
Copy link
Owner

Sure!

@CrimsonFork
Copy link
Author

CrimsonFork commented Feb 11, 2017

Really, you wanna make the plugin unfree? Though that means that your application will be greyed out in F-Droid?

I mean, I don't have a problem with paid apps, just wanted to mention.

However, here's the translation.

@vijai1996
Copy link
Owner

Well, the plug-in is paid yeah. But the main app itself doesn't rely on it. You can still build the app and it works just fine as it should. I don't see a reason why the app would be blocked on fdroid when the app still is foss

@CrimsonFork
Copy link
Author

CrimsonFork commented Feb 11, 2017 via email

@CrimsonFork
Copy link
Author

Another one here, even if those are only two strings.

@CrimsonFork
Copy link
Author

CrimsonFork commented Jun 3, 2017

Once again.

@vijai1996
Copy link
Owner

Will be included in the next release. Thanks for the continuous support!

Sent from my Huawei Nexus 6P using FastHub

@CrimsonFork
Copy link
Author

CrimsonFork commented Jun 4, 2017 via email

@CrimsonFork
Copy link
Author

New version of the current Beta branch https://gist.github.com/e26b230bbbf9876e9d9f620f97d99be8

@vijai1996
Copy link
Owner

@OffifialMITX Beta is not updated for long and I'm thinking of removing the branch sometime in future. Can you translate the master if possible? Sorry for the trouble.

@CrimsonFork
Copy link
Author

CrimsonFork commented Apr 26, 2018 via email

@CrimsonFork
Copy link
Author

Update for today's main branch! https://gist.github.com/c1ee08e0de78f8f4b7a450691cd9c47c

@vijai1996
Copy link
Owner

Thanks @OffifialMITX . I will merge this after I move the repo to gitlab (not happy with M$ acquisition) and get my broken Keyboard fixed

@CrimsonFork
Copy link
Author

CrimsonFork commented Jun 9, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants