Skip to content

Commit

Permalink
chore: pull transifex translations (#2296)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: lidel <lidel@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lidel authored Nov 18, 2024
1 parent 49019d4 commit 502abd4
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 30 deletions.
9 changes: 6 additions & 3 deletions public/locales/ar/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "استيراد من IPFS",
"description": "إدراج مسار IPFS (CID) للاستيراد.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "المسار أو الرقم التعريفي للعميل (مطلوب)",
"namePlaceholder": "الاسم (اختياري)",
"examples": "أمثلة:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Click to dismiss",
"clickToCancel": "Click to cancel",
"blocks": "تم التثبيت",
"allBlocks": "كل الكتل",
"allBlocksDescription": "الحجم الإجمالي للكتل على عقدة IPFS بالكامل ؛ يتضمن ذلك كل شيء في الملفات ، بالإضافة إلى جميع العناصر المثبتة محليًا وأي بيانات مخزنة مؤقتًا",
"filesDescription": "الحجم الإجمالي للبيانات في الدليل الحالي (من دليل فرعي ، يتم أيضًا عرض حجم جميع البيانات في الملفات)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Pinning queue",
"more": "أكثر",
"files": "الملفات",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/cs/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Import z IPFS",
"description": "Vložte cestu IPFS (CID) pro import.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Cesta nebo CID (povinné)",
"namePlaceholder": "Název (nepovinné)",
"examples": "Příklady:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Klikněte pro zamítnutí",
"clickToCancel": "Kliknutím zrušte",
"blocks": "Bloky",
"allBlocks": "Všechny bloky",
"allBlocksDescription": "Celková velikost bloků v celém uzlu IPFS; zahrnuje vše v Souborech a všechny lokálně připnuté položky a dočasná data v mezipaměti.",
"filesDescription": "Celková velikost dat v aktuálním adresáři (pokud se jedná o podadresář, zobrazí se také velikost všech dat v adresáři Soubory).",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Fronta připnutí",
"more": "Více",
"files": "Soubory",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/de/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Aus IPFS importieren",
"description": "Gib einen IPFS Pfad (CID) zum Importieren ein.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Pfad oder CID (erforderlich)",
"namePlaceholder": "Name (optional)",
"examples": "Beispiele:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Zum Schließen klicken",
"clickToCancel": "Zum Abbrechen klicken",
"blocks": "Blöcke",
"allBlocks": "Alle Blöcke",
"allBlocksDescription": "Die Gesamtgröße aller Blöcke auf deinem IPFS Knoten; Dies umfasst alles in Dateien, sowie alle lokal angehefteten Elemente und alle temporär gespeicherten Daten",
"filesDescription": "Gesamtgröße der Daten im aktuellen Verzeichnis (wenn es sich um ein Unterverzeichnis handelt, wird auch die Größe aller Daten in Dateien angezeigt)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Warteschlange für's Anheften",
"more": "Mehr",
"files": "Dateien",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/fr/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Importer depuis IPFS",
"description": "Entrez un chemin IPFS (CID) pour l'importer.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Chemin ou CID (requis)",
"namePlaceholder": "Nom (optionnel)",
"examples": "Exemples :"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Cliquez pour fermer",
"clickToCancel": "Cliquez pour annuler",
"blocks": "Blocs",
"allBlocks": "Tous les blocs",
"allBlocksDescription": "Taille totale des blocs de tout votre nœud IPFS. Cela inclut tout ce qui se trouve dans Fichiers, plus tous les éléments épinglés localement et le cache de données temporaire",
"filesDescription": "Taille totale des données dans ce dossier (si c'est un sous-dossier, la taille de tous les données dans Fichiers est aussi affichée)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Queue d'épinglage",
"more": "Plus",
"files": "Fichiers",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/id/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Impor dari IPFS",
"description": "Masukkan jalur IPFS (CID) untuk diimpor.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Jalur atau CID (wajib)",
"namePlaceholder": "Nama (opsional)",
"examples": "Contoh:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Klik untuk menutup",
"clickToCancel": "Klik untuk membatalkan",
"blocks": "Blok",
"allBlocks": "Semua blok",
"allBlocksDescription": "Ukuran total blok di seluruh node IPFS Anda; ini mencakup semua yang ada di Berkas, ditambah semua item yang disematkan secara lokal dan semua data cache sementara",
"filesDescription": "Ukuran total data dalam direktori saat ini (jika subdirektori, ukuran semua data dalam Berkas juga ditampilkan)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Menyematkan antrean",
"more": "Lebih",
"files": "Berkas",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/it/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Importa da IPFS",
"description": "Inserisci un percorso IPFS (CID) da importare.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Percorso o CID (obbligatorio)",
"namePlaceholder": "Nome (facoltativo)",
"examples": "Esempi:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Click to dismiss",
"clickToCancel": "Click to cancel",
"blocks": "Blocchi",
"allBlocks": "Tutti i blocchi",
"allBlocksDescription": "Dimensione totale dei blocchi sul tuo intero nodo IPFS; questo include tutto ciò che si trova in Files, più tutti gli elementi localmente pinnati e qualsiasi dato temporaneo nella cache",
"filesDescription": "Dimensione totale dei dati nella directory corrente (se è una subdirectory, viene visualizzata anche la dimensione di tutti i dati nei Files)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Pinning queue",
"more": "Altro",
"files": "File",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/pl/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Import z IPFS",
"description": "Wstaw ścieżkę IPFS (CID) do importu.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Ścieżka lub CID (wymagane)",
"namePlaceholder": "Nazwa (opcjonalnie)",
"examples": "Przykłady:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Kliknij, aby rozwinąć",
"clickToCancel": "Kliknij, aby anulować ",
"blocks": "Bloki",
"allBlocks": "Wszystkie bloki",
"allBlocksDescription": "Całkowity rozmiar bloków na całym węźle IPFS; obejmuje to wszystko w plikach, plus wszystkie lokalnie przypięte elementy i wszelkie tymczasowo buforowane dane.",
"filesDescription": "Całkowity rozmiar danych w bieżącym katalogu (jeśli jest to podkatalog, wyświetlany jest również rozmiar wszystkich danych w Files)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Kolejka do przypięcia",
"more": "Więcej",
"files": "Pliki",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/ru/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "Импорт из IPFS",
"description": "Введите путь IPFS (CID) для импортирования.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Путь или CID (обязательно)",
"namePlaceholder": "Имя (опционально)",
"examples": "Примеры:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Нажмите чтобы отклонить",
"clickToCancel": "Нажмите чтобы отменить",
"blocks": "Блоки",
"allBlocks": "Все блоки",
"allBlocksDescription": "Общий размер блоков во всем вашем узле IPFS; он включает в себя все, что находится в Файлах, плюс все локально подкрепленные элементы и все временно кешированные данные",
"filesDescription": "Общий размер данных в текущей директории (если это субдиректория, размер всех данных в Файлах также отображается)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Очередь закрепления",
"more": "Больше",
"files": "Файлы",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/tr/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "IPFS'den içe aktar",
"description": "İçe aktarmak için bir IPFS yolu (CID) girin.",
"preloadNote": "NOTE: Imported path is lazy-loaded by default, and will be retrieved on-demand as you browse it. To proactively prefetch imported path to the local Datastore, choose ”Download” from the context menu.",
"importPathPlaceholder": "Yol veya Müşteri Kimliği (gerekli)",
"namePlaceholder": "İsim (İsteğe bağlı)",
"examples": "Örnekler:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "Yok saymak için tıklayın",
"clickToCancel": "İptal etmek için tıklayın",
"blocks": "Bloklar",
"allBlocks": "Tüm bloklar",
"allBlocksDescription": "Tüm IPFS düğümünüzdeki toplam blok boyutu; Bu, Dosyalar'daki her şeyin yanı sıra yerel olarak sabitlenmiş tüm öğeleri ve geçici olarak önbelleğe alınmış verileri içerir",
"filesDescription": "Geçerli dizindeki toplam veri boyutu (bir alt dizin ise, Dosyalar'daki tüm verilerin boyutu da görüntülenir)",
"localDatastore": "Local Datastore",
"localDatastoreDescription": "Total size of all blocks currently stored in the Datastore of your IPFS node (“RepoSize” from “ipfs repo stat”). This includes everything in the Files view (MFS), low-level pins, and any recently removed or temporary cached blocks that were not garbage-collected yet.",
"currentLocationRoot": "My Files",
"currentLocation": "Current Location",
"currentLocationDescription": "Total size of the DAG behind the current directory (“CumulativeSize” from “ipfs files stat”). This value includes both local and remote blocks, and could be bigger than the size of your local datastore.",
"pinningQueue": "Kuyruk tutturuluyor",
"more": "Daha fazla",
"files": "Dosyalar",
Expand Down
9 changes: 6 additions & 3 deletions public/locales/zh-CN/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"addByPathModal": {
"title": "从IPFS导入",
"description": "输入要导入到的IPFS路径(CID)。",
"preloadNote": "注意:默认情况下,导入的路径是延迟加载的,在您浏览时将按需检索。要主动将导入的路径预取到本地数据存储,请从上下文菜单中选择“下载”。",
"importPathPlaceholder": "路径或CID (必要)",
"namePlaceholder": "名称 (可选)",
"examples": "示例:"
Expand Down Expand Up @@ -114,9 +115,11 @@
"clickToDismiss": "按此忽略",
"clickToCancel": "按此取消",
"blocks": "",
"allBlocks": "所有块",
"allBlocksDescription": "您整个IPFS 节点内的所有已使用的块大小,这包括所有的文件,加上所有的本地固定的文件以及任何任何临时缓存的数据。",
"filesDescription": "当前目录的总数据大小(如果包含子文件夹也将一并合计)",
"localDatastore": "本地数据存储",
"localDatastoreDescription": "当前存储在IPFS节点数据存储中的所有块的总大小 (“RepoSize” 来自 “ipfs 仓库统计”)。这包括文件视图(MFS)中的所有内容、低级引脚以及任何最近删除或临时缓存但尚未垃圾回收的块。",
"currentLocationRoot": "我的文件",
"currentLocation": "当前位置",
"currentLocationDescription": "当前目录后面的DAG的总大小 (“CumulativeSize” 来自 “ipfs文件统计”)。此值包括本地和远程块,并且可能大于本地数据存储的大小。",
"pinningQueue": "固定队列",
"more": "更多",
"files": "文件",
Expand Down

0 comments on commit 502abd4

Please sign in to comment.