Skip to content

Commit

Permalink
Merge pull request #1595 from weblate/weblate-image-resizer-image-res…
Browse files Browse the repository at this point in the history
…izer

Translations update from Hosted Weblate
  • Loading branch information
T8RIN authored Jan 15, 2025
2 parents 0061354 + 89f7daf commit d055891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/resources/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<string name="draw_on_background_sub">Kies de achtergrondkleur en teken er bovenop</string>
<string name="background_color">Achtergrond kleur</string>
<string name="cipher">Versleuteling</string>
<string name="cipher_sub">Versleutel en decodeer elk bestand (niet alleen de afbeelding) op basis van het AES-crypto-algoritme</string>
<string name="cipher_sub">Versleutel en decodeer elk bestand (niet alleen de afbeelding) op basis van beschikbare versleutelingsalgoritmes</string>
<string name="pick_file">Kies bestand</string>
<string name="encrypt">Versleutelen</string>
<string name="decrypt">Ontsleutelen</string>
Expand All @@ -317,7 +317,7 @@
<string name="implementation">Implementatie</string>
<string name="compatibility">Compatibiliteit</string>
<string name="features_sub">Wachtwoordgebaseerde versleuteling van bestanden. Vervolgbestanden kunnen in de geselecteerde map worden opgeslagen of gedeeld. Gedecodeerde bestanden kunnen ook direct worden geopend.</string>
<string name="implementation_sub">AES-256, GCM-modus, geen opvulling, 12 bytes willekeurige IV\'s. Sleutels worden gebruikt als SHA-3-hashes (256 bits).</string>
<string name="implementation_sub">AES-256, GCM-modus, geen opvulling, 12 bytes willekeurige IV\'s. Sleutels worden gebruikt als (256 bits) SHA-3-hashes. (Standaard, maar het is mogelijk om het benodigde algoritme selecteren).</string>
<string name="file_size">Bestandsgrootte</string>
<string name="file_size_sub">The maximum file size is restricted by the Android OS and available memory, which is device dependent.
\nPlease note: memory is not storage.</string>
Expand Down
4 changes: 2 additions & 2 deletions core/resources/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@
<string name="compatibility">Zgodność</string>
<string name="compatibility_sub">Należy pamiętać, że zgodność z innym oprogramowaniem lub usługami do szyfrowania plików nie jest gwarantowana. Przyczyną niezgodności może być nieco inna obróbka klucza lub konfiguracja szyfru.</string>
<string name="cannot_change_arrangement_while_options_grouping_enabled">Nie można zmienić układu, gdy włączone jest grupowanie opcji</string>
<string name="implementation_sub">AES-256, tryb GCM, bez wypełnienia, 12-bajtowe losowe IV. Klucze są używane jako skróty SHA-3 (256 bitów).</string>
<string name="implementation_sub">AES-256, tryb GCM, brak wypełnienia, 12 bajtów losowych IV (domyślnie, ale można wybrać odpowiedni algorytm). Klucze są używane jako skróty SHA-3 (256 bitów).</string>
<string name="cipher">Szyfr</string>
<string name="cipher_sub">Szyfruj i odszyfruj dowolny plik (nie tylko obraz) na podstawie algorytmu kryptograficznego AES</string>
<string name="cipher_sub">Szyfrowanie i deszyfrowanie dowolnego pliku (nie tylko obrazu) w oparciu o różne dostępne algorytmy kryptograficzne.</string>
<string name="pick_file">Wybierz plik</string>
<string name="encrypt">Szyfruj</string>
<string name="store_file_desc">Zapisz ten plik na swoim urządzeniu lub użyj okna udostępniania, aby umieścić go w dowolnym miejscu</string>
Expand Down
4 changes: 2 additions & 2 deletions core/resources/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<string name="features">功能</string>
<string name="implementation">执行</string>
<string name="compatibility">兼容性</string>
<string name="implementation_sub">AES-256,GCM模式,无填充,12字节随机IVs。密钥将用作SHA-3哈希值(256位)。</string>
<string name="implementation_sub">AES-256,GCM模式,无填充,12字节随机初始向量(IV)。(默认如此,但你可以选择所需的算法)密钥采用SHA-3哈希值(256位)。</string>
<string name="file_size">文件大小</string>
<string name="compatibility_sub">请注意,我们不保证与其他文件加密软件或服务的兼容性,密钥处理或密码配置稍有不同可能会不兼容。</string>
<string name="cipher">加密</string>
Expand All @@ -281,7 +281,7 @@
<string name="group_options_by_type_sub">对主屏幕上的选项按选项类型分组,代替按自定义列表排列</string>
<string name="cannot_change_arrangement_while_options_grouping_enabled">启用功能分组时无法更改排列</string>
<string name="create">创作</string>
<string name="cipher_sub">基于 AES 加密算法对任何文件(不限于图片)进行加密和解密</string>
<string name="cipher_sub">基于各种可用的加密算法对任何文件(不限于图片)进行加密和解密</string>
<string name="store_file_desc">将此文件存储在您的设备上,或使用共享操作将其传送至任何位置</string>
<string name="file_size_sub">最大文件大小受 Android 系统和可用内存的限制,这取决于您的设备。
\n请注意:内存 (RAM) 不是存储 (ROM)。</string>
Expand Down

0 comments on commit d055891

Please sign in to comment.