From a8d93e0f6a6fae924fcc96aec34ff1f66ffcfc2e Mon Sep 17 00:00:00 2001
From: Myzel394 <50424412+Myzel394@users.noreply.github.com>
Date: Sun, 22 Oct 2023 22:31:58 +0200
Subject: [PATCH] fix: Fix strings
---
app/src/main/res/values-de-DE/strings.xml | 116 +++++++++++-----------
app/src/main/res/values-en-US/strings.xml | 65 ------------
app/src/main/res/values-en/strings.xml | 65 ------------
app/src/main/res/values-tr-TR/strings.xml | 108 ++++++++++----------
app/src/main/res/values-zh-CN/strings.xml | 90 ++++++++---------
5 files changed, 157 insertions(+), 287 deletions(-)
delete mode 100644 app/src/main/res/values-en-US/strings.xml
delete mode 100644 app/src/main/res/values-en/strings.xml
diff --git a/app/src/main/res/values-de-DE/strings.xml b/app/src/main/res/values-de-DE/strings.xml
index 73e0687..a88c9f9 100644
--- a/app/src/main/res/values-de-DE/strings.xml
+++ b/app/src/main/res/values-de-DE/strings.xml
@@ -1,65 +1,65 @@
Alibi
- Cancel
+ Abbrechen
OK
- Continue
+ Fortsetzten
%s KB/s
- Please enter a valid number
- Please enter a number between %s and %s
- Please enter a number greater than %s
- Recorder
- Shows the current recording status
- Permission denied
- Please grant the permission to continue
- You will be redirected to the app settings to grant the permission there.
- Start Recording
- Save Recording from %s
- Delete
- Delete Recording?
- Are you sure you want to delete this recording?
- Pause Recording
- Resume Recording
- Save Recording
- Alibi will continue recording in the background and store the last %s minutes at your request
- Processing
- Processing Audio, do not close Alibi! You will be automatically prompted to save the file once it\'s ready
- Recording Audio
- Alibi keeps recording in the background
- Welcome to Alibi!
- Alibi is like a dashcam for your phone. It allows you to record your audio continuously and save the last 30 minutes when you need it.
- You are solely responsible for the use of this app
- Alibi does not take any responsibility for the use of this app. You are solely responsible. Use it at your own risk.
- Start Alibi
- Settings
- Advanced Settings
- You are recording
- Your changes will be applied the next time you start recording
- Max duration
- Set the maximum duration of the recording
- Batch duration
- Record a single batch for this duration. Alibi records multiple batches and deletes the oldest one. When exporting the audio, all batches will be merged together
- Force exact duration
- Force to strip the output file to be the exactly specified duration. If this is disabled, the output file may be a bit longer due to batches of audio samples being encoded together.
+ Bitte eine gültige Nummer eingeben
+ Bitte gib eine Nummer zwischen%s und %sein
+ Bitte geben Sie eine Zahl größer als %s ein
+ Aufnahme
+ Zeigt den aktuellen Status der Aufnahme an
+ Berechtigung verweigert
+ Bitte erteile die Berechtigung, um fortzufahren
+ Du wirst zu den Einstellungen weitergeleitet, um dort die Berechtigung zu erteilen.
+ Aufnahme starten
+ Aufnahme vom %s speichern
+ Löschen
+ Aufnahme Löschen?
+ Bist du sicher, dass du diese Aufnahme löschen möchtest?
+ Aufnahme pausieren
+ Aufnahme fortsetzten
+ Aufnahme speichern
+ Alibi wird im Hintergrund weiterhin aufnehmen und die letzten %s Minuten auf Wunsch speichern
+ Bearbeiten
+ Audio wird bearbeitet, Alibi nicht schließen! Du wirst automatisch aufgefordert, die Datei zu speichern, wenn diese fertig bearbeitet ist
+ Aufnahme läuft
+ Alibi nimmt im Hintergrund weiter auf
+ Wilkommen zu Alibi!
+ Alibi funktioniert wird eine Dashcam für dein Handy. Es ermöglicht dir, Ton im Hintergrund kontinuierlich aufzunehmen und die letzten 30 Minuten auf Wunsch zu speichern.
+ Du bist für die Nutzung dieser App verantwortlich!
+ Alibi übernimmt keine Verantwortung für die Nutzung dieser App. Du trägst die alleinige Verantwortung. Die Nutzung erfolgt auf eigene Gefahr.
+ Alibi Starten
+ Einstellungen
+ Erweiterte Einstellungen
+ Aufnahme läuft
+ Änderungen an den Einstellungen werden erst nach dem Neustart der Aufnahme wirksam
+ Maximale Aufnahmezeit
+ Setze die maximale Aufnahmezeit fest
+ Intervall-Länge
+ Dauer eines einzelnen Intervalls. Alibi nimmt in Intervallen auf und speichert diese einzeln ab. Die Intervalle werden automatisch zusammengefügt, wenn du eine Aufnahme speicherst. Die ältesten Intervalle werden automatisch gelöscht, wenn die maximale Aufnahmezeit erreicht ist.
+ Erzwinge exakte Länge
+ Erzwingt, dass die Ausgabedatei genau für die angegebene Dauer zugeschnitten wird. Wenn dies deaktiviert ist, kann die Ausgabedatei etwas länger sein, da mehrere Intervalle zusammengefasst werden.
Bitrate
- A higher bitrate means better quality but also larger file size
- Set the bitrate for the audio recording
- Output Format
- Sampling rate
- Define how many samples per second are taken from the audio signal
- Set the sampling rate
- Encoder
- Output Format has been changed because the current one was incompatible with this encoder
- Auto
- Recording paused
- Audio Recording has been paused
- An error occured
- Alibi encountered an error during recording. Would you like to try saving the recording?
- Language
- Change
- Import Settings
- Export Settings
- Are you sure you want to import these settings? Your current settings will be overwritten!
- Import settings
- Settings have been imported successfully!
+ Eine höhere Bitrate bedeutet bessere Qualität, aber auch eine größere Dateigröße
+ Leg die Bitrate fest
+ Ausgabeformat
+ Abtastrate
+ Leg fest, wie oft pro Sekunde der Ton abgetastet werden soll. Eine höhere Abtastrate bedeutet bessere Qualität, aber auch eine größere Dateigröße
+ Leg die Abtastrate fest
+ Kodierer
+ Das Ausgabeformat wurde geändert, da das aktuelle mit diesem Encoder inkompatibel war
+ Automatisch
+ Aufnahme pausiert
+ Audio-Aufnahme wurde pausiert
+ Es ist ein Fehler aufgetreten
+ Alibi stieß bei der Aufnahme auf einen Fehler. Soll die Aufnahme gespeichert werden?
+ Sprache
+ Ändern
+ Einstellungen importieren
+ Einstellungen exportieren
+ Sind Sie sicher, dass Sie diese Einstellungen importieren wollen? Ihre aktuellen Einstellungen werden überschrieben!
+ Einstellungen importieren
+ Einstellungen wurden erfolgreich importiert!
diff --git a/app/src/main/res/values-en-US/strings.xml b/app/src/main/res/values-en-US/strings.xml
deleted file mode 100644
index 73e0687..0000000
--- a/app/src/main/res/values-en-US/strings.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- Alibi
- Cancel
- OK
- Continue
- %s KB/s
- Please enter a valid number
- Please enter a number between %s and %s
- Please enter a number greater than %s
- Recorder
- Shows the current recording status
- Permission denied
- Please grant the permission to continue
- You will be redirected to the app settings to grant the permission there.
- Start Recording
- Save Recording from %s
- Delete
- Delete Recording?
- Are you sure you want to delete this recording?
- Pause Recording
- Resume Recording
- Save Recording
- Alibi will continue recording in the background and store the last %s minutes at your request
- Processing
- Processing Audio, do not close Alibi! You will be automatically prompted to save the file once it\'s ready
- Recording Audio
- Alibi keeps recording in the background
- Welcome to Alibi!
- Alibi is like a dashcam for your phone. It allows you to record your audio continuously and save the last 30 minutes when you need it.
- You are solely responsible for the use of this app
- Alibi does not take any responsibility for the use of this app. You are solely responsible. Use it at your own risk.
- Start Alibi
- Settings
- Advanced Settings
- You are recording
- Your changes will be applied the next time you start recording
- Max duration
- Set the maximum duration of the recording
- Batch duration
- Record a single batch for this duration. Alibi records multiple batches and deletes the oldest one. When exporting the audio, all batches will be merged together
- Force exact duration
- Force to strip the output file to be the exactly specified duration. If this is disabled, the output file may be a bit longer due to batches of audio samples being encoded together.
- Bitrate
- A higher bitrate means better quality but also larger file size
- Set the bitrate for the audio recording
- Output Format
- Sampling rate
- Define how many samples per second are taken from the audio signal
- Set the sampling rate
- Encoder
- Output Format has been changed because the current one was incompatible with this encoder
- Auto
- Recording paused
- Audio Recording has been paused
- An error occured
- Alibi encountered an error during recording. Would you like to try saving the recording?
- Language
- Change
- Import Settings
- Export Settings
- Are you sure you want to import these settings? Your current settings will be overwritten!
- Import settings
- Settings have been imported successfully!
-
diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
deleted file mode 100644
index 73e0687..0000000
--- a/app/src/main/res/values-en/strings.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- Alibi
- Cancel
- OK
- Continue
- %s KB/s
- Please enter a valid number
- Please enter a number between %s and %s
- Please enter a number greater than %s
- Recorder
- Shows the current recording status
- Permission denied
- Please grant the permission to continue
- You will be redirected to the app settings to grant the permission there.
- Start Recording
- Save Recording from %s
- Delete
- Delete Recording?
- Are you sure you want to delete this recording?
- Pause Recording
- Resume Recording
- Save Recording
- Alibi will continue recording in the background and store the last %s minutes at your request
- Processing
- Processing Audio, do not close Alibi! You will be automatically prompted to save the file once it\'s ready
- Recording Audio
- Alibi keeps recording in the background
- Welcome to Alibi!
- Alibi is like a dashcam for your phone. It allows you to record your audio continuously and save the last 30 minutes when you need it.
- You are solely responsible for the use of this app
- Alibi does not take any responsibility for the use of this app. You are solely responsible. Use it at your own risk.
- Start Alibi
- Settings
- Advanced Settings
- You are recording
- Your changes will be applied the next time you start recording
- Max duration
- Set the maximum duration of the recording
- Batch duration
- Record a single batch for this duration. Alibi records multiple batches and deletes the oldest one. When exporting the audio, all batches will be merged together
- Force exact duration
- Force to strip the output file to be the exactly specified duration. If this is disabled, the output file may be a bit longer due to batches of audio samples being encoded together.
- Bitrate
- A higher bitrate means better quality but also larger file size
- Set the bitrate for the audio recording
- Output Format
- Sampling rate
- Define how many samples per second are taken from the audio signal
- Set the sampling rate
- Encoder
- Output Format has been changed because the current one was incompatible with this encoder
- Auto
- Recording paused
- Audio Recording has been paused
- An error occured
- Alibi encountered an error during recording. Would you like to try saving the recording?
- Language
- Change
- Import Settings
- Export Settings
- Are you sure you want to import these settings? Your current settings will be overwritten!
- Import settings
- Settings have been imported successfully!
-
diff --git a/app/src/main/res/values-tr-TR/strings.xml b/app/src/main/res/values-tr-TR/strings.xml
index 73e0687..c85aa2f 100644
--- a/app/src/main/res/values-tr-TR/strings.xml
+++ b/app/src/main/res/values-tr-TR/strings.xml
@@ -1,62 +1,62 @@
Alibi
- Cancel
- OK
- Continue
+ İptal
+ Tamam
+ Devam
%s KB/s
- Please enter a valid number
- Please enter a number between %s and %s
- Please enter a number greater than %s
- Recorder
- Shows the current recording status
- Permission denied
- Please grant the permission to continue
- You will be redirected to the app settings to grant the permission there.
- Start Recording
- Save Recording from %s
- Delete
- Delete Recording?
- Are you sure you want to delete this recording?
- Pause Recording
- Resume Recording
- Save Recording
- Alibi will continue recording in the background and store the last %s minutes at your request
- Processing
- Processing Audio, do not close Alibi! You will be automatically prompted to save the file once it\'s ready
- Recording Audio
- Alibi keeps recording in the background
- Welcome to Alibi!
- Alibi is like a dashcam for your phone. It allows you to record your audio continuously and save the last 30 minutes when you need it.
- You are solely responsible for the use of this app
- Alibi does not take any responsibility for the use of this app. You are solely responsible. Use it at your own risk.
- Start Alibi
- Settings
- Advanced Settings
- You are recording
- Your changes will be applied the next time you start recording
- Max duration
- Set the maximum duration of the recording
- Batch duration
- Record a single batch for this duration. Alibi records multiple batches and deletes the oldest one. When exporting the audio, all batches will be merged together
- Force exact duration
- Force to strip the output file to be the exactly specified duration. If this is disabled, the output file may be a bit longer due to batches of audio samples being encoded together.
+ Lütfen geçerli bir sayı girin
+ %s ve %s arasında bir sayı girin
+ %s\'den büyük bir sayı girin
+ Ses Kayıt Cihazı
+ Mevcut kayıt durumunu gösterir
+ İzin reddedildi
+ Devam etmek için izni verin
+ İzin vermek için uygulama ayarlarına yönlendirileceksiniz.
+ Kayda Başla
+ %s tarihinden Kaydı Kaydet
+ Sil
+ Kayıt Silinsin mi?
+ Bu kaydı silmek istediğinizden emin misiniz?
+ Kaydı Duraklat
+ Kayda Devam Et
+ Kaydı Kaydet
+ Alibi arka planda kayıt yapmaya devam edecek ve son %s dakikayı depolayacaktır
+ İşleniyor
+ Ses işleniyor, Alibi\'yi kapatmayın! Dosya hazır olduğunda dosyayı kaydetmeniz istenecektir
+ Ses Kaydediliyor
+ Alibi arka planda kayıt yapmaya devam eder
+ Alibi\'ye Hoş Geldiniz!
+ Alibi, telefonunuz için bir araç kamerası gibidir. Sürekli olarak sesinizi kaydetmenize ve ihtiyaç duyduğunuzda son 30 dakikayı kaydetmenize olanak tanır.
+ Bu uygulamanın kullanımından tamamen siz sorumlusunuz
+ Alibi bu uygulamanın kullanımına ilişkin herhangi bir sorumluluk kabul etmez. Sadece siz sorumlusunuz. Riskleri göze alarak kullanın.
+ Alibi\'yi Başlat
+ Ayarlar
+ Gelişmiş Ayarlar
+ Kayıt Yapılıyor
+ Değişiklikleriniz bir sonraki kayıt başlatıldığında uygulanacaktır
+ Maksimum Süre
+ Kaydın maksimum süresini ayarlayın
+ Tek Seferlik Süre
+ Bu süre boyunca tek bir parça kaydedin. Alibi kayıt alırken birden fazla parça oluşturur ve en eskisini siler. Sesi dışa aktarırken tüm parçalar bir araya getirilir.
+ Belirtilen uzunluğu zorla
+ Çıktı dosyasının tam olarak belirtilen uzunlukta olmasını zorlayın. Bu devre dışı bırakılırsa, ses örnekleri toplu olarak kodlandığından çıktı biraz daha uzun olabilir.
Bitrate
- A higher bitrate means better quality but also larger file size
- Set the bitrate for the audio recording
- Output Format
- Sampling rate
- Define how many samples per second are taken from the audio signal
- Set the sampling rate
- Encoder
- Output Format has been changed because the current one was incompatible with this encoder
- Auto
- Recording paused
- Audio Recording has been paused
- An error occured
- Alibi encountered an error during recording. Would you like to try saving the recording?
- Language
- Change
+ Daha yüksek bitrate daha iyi kalite anlamına gelir ancak dosya boyutu da daha büyük olur
+ Ses kaydı için bitrate ayarlayın
+ Çıktı Formatı
+ Örnekleme Hızı
+ Ses sinyalinden saniyede kaç örnek alınacağını tanımlayın
+ Örnekleme hızını ayarlayın
+ Kodlayıcı
+ Çıktı formatı, mevcut kodlayıcıyla uyumsuz olduğu için değiştirildi
+ Otomatik
+ Kayıt Duraklatıldı
+ Ses Kaydı duraklatıldı
+ Bir hata oluştu
+ Alibi, kayıt sırasında bir hata ile karşılaştı. Ses kaydını kaydetmeyi denemek ister misiniz?
+ Dil
+ Değiştir
Import Settings
Export Settings
Are you sure you want to import these settings? Your current settings will be overwritten!
diff --git a/app/src/main/res/values-zh-CN/strings.xml b/app/src/main/res/values-zh-CN/strings.xml
index 73e0687..132b236 100644
--- a/app/src/main/res/values-zh-CN/strings.xml
+++ b/app/src/main/res/values-zh-CN/strings.xml
@@ -1,58 +1,58 @@
Alibi
- Cancel
+ 取消
OK
- Continue
+ 继续
%s KB/s
- Please enter a valid number
+ 请输入有效数字
Please enter a number between %s and %s
Please enter a number greater than %s
- Recorder
- Shows the current recording status
- Permission denied
- Please grant the permission to continue
- You will be redirected to the app settings to grant the permission there.
- Start Recording
+ 录音机
+ 显示当前录制状态
+ 无法获取权限
+ 请授予权限以继续
+ 您将被重定向到应用程序设置页面,在那里可以授予相关权限
+ 开始录音
Save Recording from %s
- Delete
- Delete Recording?
- Are you sure you want to delete this recording?
- Pause Recording
- Resume Recording
- Save Recording
+ 删除
+ 确定删除记录?
+ 您确定要删除此录音吗?
+ 暂停录制
+ 恢复录制
+ 保存录音
Alibi will continue recording in the background and store the last %s minutes at your request
- Processing
- Processing Audio, do not close Alibi! You will be automatically prompted to save the file once it\'s ready
- Recording Audio
- Alibi keeps recording in the background
- Welcome to Alibi!
- Alibi is like a dashcam for your phone. It allows you to record your audio continuously and save the last 30 minutes when you need it.
- You are solely responsible for the use of this app
- Alibi does not take any responsibility for the use of this app. You are solely responsible. Use it at your own risk.
- Start Alibi
- Settings
- Advanced Settings
- You are recording
- Your changes will be applied the next time you start recording
- Max duration
- Set the maximum duration of the recording
- Batch duration
- Record a single batch for this duration. Alibi records multiple batches and deletes the oldest one. When exporting the audio, all batches will be merged together
- Force exact duration
- Force to strip the output file to be the exactly specified duration. If this is disabled, the output file may be a bit longer due to batches of audio samples being encoded together.
- Bitrate
- A higher bitrate means better quality but also larger file size
- Set the bitrate for the audio recording
- Output Format
- Sampling rate
- Define how many samples per second are taken from the audio signal
- Set the sampling rate
- Encoder
+ 处理中
+ 正在处理音频,请勿关闭Alibi! 一旦文件准备好,您将自动收到保存文件的提示
+ 录制中
+ Alibi会在后台持续记录
+ 欢迎使用Alibi!
+ Alibi就像你手机上的行车记录仪一样。它会不断地录制音频,并在您需要时保存最近的30分钟录音。
+ 您需要自行承担使用该应用程序所带来的风险和后果。
+ Alibi不对该应用程序的使用负任何责任。您在使用时需自行承担使用风险。
+ 开始使用Alibi
+ 设置
+ 高级设置
+ 您正在录音...
+ 您的更改将在下次开始录音时应用
+ 最大持续时间
+ 设置录音的最大时长
+ 批处理时间
+ 按照指定的时长录制一个单独的批次。Alibi会记录多个批次并删除最旧的批次。在导出音频时,所有批次将被合并到一起。
+ 强制指定时长
+ 强制将输出文件拆分为指定的时长。如果禁用此选项,由于批量音频样本被一同编码,输出文件可能会略长一些。
+ 比特率
+ 更高的比特率意味着更好的音频质量以及更大的储存空间占用
+ 为音频录制设置比特率
+ 输出格式
+ 采样率
+ 定义每秒从音频信号中提取的采样数
+ 设置采样率
+ 编码器
Output Format has been changed because the current one was incompatible with this encoder
- Auto
- Recording paused
- Audio Recording has been paused
+ 自动
+ 录制暂停
+ 音频录制已暂停
An error occured
Alibi encountered an error during recording. Would you like to try saving the recording?
Language