Skip to content

Commit 5106010

Browse files
committed
Update translation files
Updated by "Cleanup translation files" add-on in Weblate. Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/
1 parent b312b6f commit 5106010

File tree

14 files changed

+3
-56
lines changed

14 files changed

+3
-56
lines changed

apps/client/src/translations/ar/translation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,6 @@
716716
"backup_database_now": "نسخ اختياطي لقاعدة البيانات الان"
717717
},
718718
"etapi": {
719-
"wiki": "ويكي",
720719
"created": "تم الأنشاء",
721720
"actions": "أجراءات",
722721
"title": "ETAPI",

apps/client/src/translations/cn/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,10 +1289,6 @@
12891289
"etapi": {
12901290
"title": "ETAPI",
12911291
"description": "ETAPI 是一个 REST API,用于以编程方式访问 Trilium 实例,而无需 UI。",
1292-
"see_more": "有关更多详细信息,请参见 {{- link_to_wiki}} 和 {{- link_to_openapi_spec}} 或 {{- link_to_swagger_ui}}。",
1293-
"wiki": "维基",
1294-
"openapi_spec": "ETAPI OpenAPI 规范",
1295-
"swagger_ui": "ETAPI Swagger UI",
12961292
"create_token": "创建新的 ETAPI 令牌",
12971293
"existing_tokens": "现有令牌",
12981294
"no_tokens_yet": "目前还没有令牌。点击上面的按钮创建一个。",

apps/client/src/translations/de/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,10 +1286,6 @@
12861286
"etapi": {
12871287
"title": "ETAPI",
12881288
"description": "ETAPI ist eine REST-API, die für den programmgesteuerten Zugriff auf die Trilium-Instanz ohne Benutzeroberfläche verwendet wird.",
1289-
"see_more": "Weitere Details können im {{- link_to_wiki}} und in der {{- link_to_openapi_spec}} oder der {{- link_to_swagger_ui }} gefunden werden.",
1290-
"wiki": "Wiki",
1291-
"openapi_spec": "ETAPI OpenAPI-Spezifikation",
1292-
"swagger_ui": "ETAPI Swagger UI",
12931289
"create_token": "Erstelle ein neues ETAPI-Token",
12941290
"existing_tokens": "Vorhandene Token",
12951291
"no_tokens_yet": "Es sind noch keine Token vorhanden. Klicke auf die Schaltfläche oben, um eine zu erstellen.",

apps/client/src/translations/es/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,10 +1446,6 @@
14461446
"etapi": {
14471447
"title": "ETAPI",
14481448
"description": "ETAPI es una REST API que se utiliza para acceder a la instancia de Trilium mediante programación, sin interfaz de usuario.",
1449-
"see_more": "Véa más detalles en el {{- link_to_wiki}} y el {{- link_to_openapi_spec}} o el {{- link_to_swagger_ui }}.",
1450-
"wiki": "wiki",
1451-
"openapi_spec": "Especificación ETAPI OpenAPI",
1452-
"swagger_ui": "ETAPI Swagger UI",
14531449
"create_token": "Crear nuevo token ETAPI",
14541450
"existing_tokens": "Tokens existentes",
14551451
"no_tokens_yet": "Aún no hay tokens. Dé clic en el botón de arriba para crear uno.",

apps/client/src/translations/fr/translation.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,8 +1288,6 @@
12881288
"etapi": {
12891289
"title": "ETAPI",
12901290
"description": "ETAPI est une API REST utilisée pour accéder à l'instance Trilium par programme, sans interface utilisateur.",
1291-
"wiki": "wiki",
1292-
"openapi_spec": "Spec ETAPI OpenAPI",
12931291
"create_token": "Créer un nouveau jeton ETAPI",
12941292
"existing_tokens": "Jetons existants",
12951293
"no_tokens_yet": "Il n'y a pas encore de jetons. Cliquez sur le bouton ci-dessus pour en créer un.",
@@ -1306,9 +1304,7 @@
13061304
"delete_token": "Supprimer/désactiver ce token",
13071305
"rename_token_title": "Renommer le jeton",
13081306
"rename_token_message": "Veuillez saisir le nom du nouveau jeton",
1309-
"delete_token_confirmation": "Êtes-vous sûr de vouloir supprimer le jeton ETAPI « {{name}} » ?",
1310-
"see_more": "Voir plus de détails dans le {{- link_to_wiki}} et le {{- link_to_openapi_spec}} ou le {{- link_to_swagger_ui }}.",
1311-
"swagger_ui": "Interface utilisateur ETAPI Swagger"
1307+
"delete_token_confirmation": "Êtes-vous sûr de vouloir supprimer le jeton ETAPI « {{name}} » ?"
13121308
},
13131309
"options_widget": {
13141310
"options_status": "Statut des options",

apps/client/src/translations/it/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@
132132
"new_token_message": "Inserisci il nome del nuovo token",
133133
"title": "ETAPI",
134134
"description": "ETAPI è un'API REST utilizzata per accedere alle istanze di Trilium in modo programmatico, senza interfaccia utente.",
135-
"see_more": "Per maggiori dettagli consulta {{- link_to_wiki}} e {{- link_to_openapi_spec}} o {{- link_to_swagger_ui}}.",
136-
"wiki": "wiki",
137-
"openapi_spec": "Specifiche ETAPI OpenAPI",
138-
"swagger_ui": "Interfaccia utente ETAPI Swagger",
139135
"create_token": "Crea un nuovo token ETAPI",
140136
"existing_tokens": "Token esistenti",
141137
"no_tokens_yet": "Non ci sono ancora token. Clicca sul pulsante qui sopra per crearne uno.",

apps/client/src/translations/ja/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,10 +657,6 @@
657657
"created": "作成日時",
658658
"title": "ETAPI",
659659
"description": "ETAPI は、Trilium インスタンスに UI なしでプログラム的にアクセスするための REST API です。",
660-
"see_more": "詳細は{{- link_to_wiki}}と{{- link_to_openapi_spec}}または{{- link_to_swagger_ui }}を参照してください。",
661-
"wiki": "wiki",
662-
"openapi_spec": "ETAPI OpenAPIの仕様",
663-
"swagger_ui": "ETAPI Swagger UI",
664660
"create_token": "新しくETAPIトークンを作成",
665661
"existing_tokens": "既存のトークン",
666662
"no_tokens_yet": "トークンはまだありません。上のボタンをクリックして作成してください。",

apps/client/src/translations/pl/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,10 +1663,6 @@
16631663
"etapi": {
16641664
"title": "ETAPI",
16651665
"description": "ETAPI to interfejs API REST używany do programowego dostępu do instancji Trilium, bez interfejsu użytkownika.",
1666-
"see_more": "Zobacz więcej szczegółów w {{- link_to_wiki}} oraz w {{- link_to_openapi_spec}} lub {{- link_to_swagger_ui }}.",
1667-
"wiki": "wiki",
1668-
"openapi_spec": "specyfikacja ETAPI OpenAPI",
1669-
"swagger_ui": "ETAPI Swagger UI",
16701666
"create_token": "Utwórz nowy token ETAPI",
16711667
"existing_tokens": "Istniejące tokeny",
16721668
"no_tokens_yet": "Nie ma jeszcze żadnych tokenów. Kliknij przycisk powyżej, aby utworzyć jeden.",

apps/client/src/translations/pt/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,10 +1422,6 @@
14221422
"etapi": {
14231423
"title": "ETAPI",
14241424
"description": "ETAPI é uma API REST usada para aceder a instância do Trilium programaticamente, sem interface gráfica.",
1425-
"see_more": "Veja mais pormenores no {{- link_to_wiki}}, na {{- link_to_openapi_spec}} ou na {{- link_to_swagger_ui}}.",
1426-
"wiki": "wiki",
1427-
"openapi_spec": "Especificação OpenAPI do ETAPI",
1428-
"swagger_ui": "ETAPI Swagger UI",
14291425
"create_token": "Criar token ETAPI",
14301426
"existing_tokens": "Tokens existentes",
14311427
"no_tokens_yet": "Ainda não existem tokens. Clique no botão acima para criar um.",

apps/client/src/translations/pt_br/translation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,10 +1932,6 @@
19321932
"etapi": {
19331933
"title": "ETAPI",
19341934
"description": "ETAPI é uma API REST usada para acessar a instância do Trilium programaticamente, sem interface gráfica.",
1935-
"see_more": "Veja mais detalhes no {{- link_to_wiki}}, na {{- link_to_openapi_spec}} ou na {{- link_to_swagger_ui}}.",
1936-
"wiki": "wiki",
1937-
"openapi_spec": "Especificação OpenAPI do ETAPI",
1938-
"swagger_ui": "ETAPI Swagger UI",
19391935
"create_token": "Criar novo token ETAPI",
19401936
"existing_tokens": "Tokens existentes",
19411937
"no_tokens_yet": "Ainda não existem tokens. Clique no botão acima para criar um.",

0 commit comments

Comments
 (0)