1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-08 06:40:07 +00:00

Latest translations of develop

This commit is contained in:
Bram Wiepjes 2024-03-13 15:01:58 +00:00
parent 3dc708f315
commit 9b675ed858
56 changed files with 5444 additions and 546 deletions
backend
Makefile
src/baserow
contrib/database/locale
de/LC_MESSAGES
es/LC_MESSAGES
fi/LC_MESSAGES
it/LC_MESSAGES
core/locale
de/LC_MESSAGES
es/LC_MESSAGES
fi/LC_MESSAGES
it/LC_MESSAGES
enterprise
backend/src/baserow_enterprise/locale
de/LC_MESSAGES
fi/LC_MESSAGES
web-frontend/modules/baserow_enterprise/locales
premium
backend/src/baserow_premium/locale/fi/LC_MESSAGES
web-frontend/modules/baserow_premium/locales
web-frontend

View file

@ -47,11 +47,16 @@ test-parallel:
test-compat-parallel:
pytest tests/baserow/compat --run-disabled-in-ci -n 10 || exit;
translations:
make-translations:
django-admin makemessages -l en && \
cd /baserow/premium/backend && django-admin makemessages -l en && \
cd /baserow/enterprise/backend/src && django-admin makemessages -l en
compile-translations:
django-admin compilemessages && \
cd /baserow/premium/backend && django-admin compilemessages && \
cd /baserow/enterprise/backend/src && django-admin compilemessages
PYTEST_SPLITS:=1
PYTEST_SPLIT_GROUP:=1

View file

@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: 2023-12-19 12:33+0000\n"
"PO-Revision-Date: 2024-01-31 13:43+0000\n"
"Last-Translator: SWEETGOOD <cs@sweetgood.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/baserow/backend-"
"database/de/>\n"
"Language-Team: German <https://hosted.weblate.org/projects/baserow/"
"backend-database/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.3\n"
"X-Generator: Weblate 5.4-dev\n"
#: src/baserow/contrib/database/action/scopes.py:9
#, python-format
@ -119,7 +119,7 @@ msgstr ""
#: src/baserow/contrib/database/fields/models.py:358
msgid "The format of the duration."
msgstr ""
msgstr "Das Format der Dauer."
#: src/baserow/contrib/database/fields/notification_types.py:45
#, python-format
@ -127,6 +127,8 @@ msgid ""
"%(sender)s assigned you to %(field_name)s in row %(row_id)s in "
"%(table_name)s."
msgstr ""
"%(sender)s hat Sie dem %(field_name)s in Zeile %(row_id)s in %(table_name)s "
"zugewiesen."
#: src/baserow/contrib/database/plugins.py:63
#, python-format
@ -326,7 +328,7 @@ msgid ""
"A Database Token with name \"%(token_name)s\" (%(token_id)s) has been created"
msgstr ""
"Es wurde ein Datenbank-Token mit dem Namen \"%(token_name)s\" (%(token_id)s) "
"erstellt."
"erstellt"
#: src/baserow/contrib/database/tokens/actions.py:54
msgid "Update DB token name"
@ -338,8 +340,8 @@ msgid ""
"The Database Token (%(token_name)s) name changed from "
"\"%(original_token_name)s\" to \"%(token_name)s\""
msgstr ""
"Der Name des Datenbank-Tokens (%(token_name)s) wurde von "
"\"%(original_token_name)s\" in \"%(token_name)s\" geändert."
"Der Name des Datenbank-Tokens (%(token_name)s) wurde von \""
"%(original_token_name)s\" in \"%(token_name)s\" geändert"
#: src/baserow/contrib/database/tokens/actions.py:94
msgid "Update DB token permissions"
@ -400,36 +402,29 @@ msgid "View filter deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ansichtsfilter aus dem Feld \"%(field_name)s\" gelöscht (%(field_id)s)"
#: src/baserow/contrib/database/views/actions.py:366
#, fuzzy
#| msgid "Create a view filter"
msgid "Create a view filter group"
msgstr "Einen Ansichtsfilter erstellen"
msgstr "Eine Ansichtsfilter-Gruppe erstellen"
#: src/baserow/contrib/database/views/actions.py:367
msgid "View filter group created"
msgstr ""
msgstr "Ansichtsfilter-Gruppe erstellt"
#: src/baserow/contrib/database/views/actions.py:443
#, fuzzy
#| msgid "Update a view filter"
msgid "Update a view filter group"
msgstr "Aktualisieren eines Ansichtsfilters"
msgstr "Aktualisieren einer Ansichtsfilter-Gruppe"
#: src/baserow/contrib/database/views/actions.py:444
#, fuzzy, python-format
#| msgid "View filter updated on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View filter group updated to \"%(filter_type)s\""
msgstr "Ansichtsfilter aktualisiert auf Feld \"%(field_name)s\" (%(field_id)s)"
msgstr "Ansichtsfilter-Gruppe auf \"%(filter_type)s\" aktualisiert"
#: src/baserow/contrib/database/views/actions.py:536
#, fuzzy
#| msgid "Delete a view filter"
msgid "Delete a view filter group"
msgstr "Löschen eines Ansichtsfilters"
msgstr "Löschen einer Ansichtsfilter-Gruppe"
#: src/baserow/contrib/database/views/actions.py:537
msgid "View filter group deleted"
msgstr ""
msgstr "Ansichtsfilter-Gruppe gelöscht"
#: src/baserow/contrib/database/views/actions.py:649
msgid "Create a view sort"
@ -550,52 +545,45 @@ msgid "View decoration %(decorator_id)s deleted"
msgstr "Ansichts-Dekoration %(decorator_id)s gelöscht"
#: src/baserow/contrib/database/views/actions.py:1717
#, fuzzy
#| msgid "Create a view sort"
msgid "Create a view group"
msgstr "Erstellen einer Ansichtssortierung"
msgstr "Erstellen einer Ansichtsgruppe"
#: src/baserow/contrib/database/views/actions.py:1718
#, fuzzy, python-format
#| msgid "View sorted on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View grouped on field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ansicht sortiert nach Feld \"%(field_name)s\" (%(field_id)s)"
msgstr "Ansicht nach Feld \"%(field_name)s\" (%(field_id)s) gruppiert"
#: src/baserow/contrib/database/views/actions.py:1809
#, fuzzy
#| msgid "Update a view sort"
msgid "Update a view group"
msgstr "Aktualisieren einer Ansichtssortierung"
msgstr "Aktualisieren einer Ansichtsgruppe"
#: src/baserow/contrib/database/views/actions.py:1810
#, fuzzy, python-format
#| msgid "View sort updated on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View group by updated on field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ansichtsfilter aktualisiert auf Feld \"%(field_name)s\" (%(field_id)s)"
msgstr ""
"Ansichtsgruppierung auf Feld \"%(field_name)s\" (%(field_id)s) aktualisiert"
#: src/baserow/contrib/database/views/actions.py:1925
#, fuzzy
#| msgid "Delete a view sort"
msgid "Delete a view group"
msgstr "Löschen einer Ansichtssortierung"
msgstr "Löschen einer Ansichtsgruppe"
#: src/baserow/contrib/database/views/actions.py:1926
#, fuzzy, python-format
#| msgid "View sort deleted from field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View group by deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ansichtsfilter aus dem Feld \"%(field_name)s\" gelöscht (%(field_id)s)"
msgstr ""
"Ansichtsgruppierung aus dem Feld \"%(field_name)s\" (%(field_id)s) gelöscht"
#: src/baserow/contrib/database/views/notification_types.py:83
#, python-format
msgid "%(form_name)s has been submitted in %(table_name)s"
msgstr ""
msgstr "%(form_name)s wurde in %(table_name)s abgesendet"
#: src/baserow/contrib/database/views/notification_types.py:100
#, python-format
msgid "and 1 more field"
msgid_plural "and %(count)s more fields"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "und 1 weiteres Feld"
msgstr[1] "und %(count)s weitere Felder"
#: src/baserow/contrib/database/webhooks/actions.py:20
msgid "Create Webhook"

View file

@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: 2023-01-19 13:51+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/baserow/backend-"
"database/es/>\n"
"PO-Revision-Date: 2024-03-13 14:32+0000\n"
"Last-Translator: Hiram <hiramfromthechi@users.noreply.hosted.weblate.org>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/baserow/"
"backend-database/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.15.1\n"
"X-Generator: Weblate 5.5-dev\n"
#: src/baserow/contrib/database/action/scopes.py:9
#, python-format
@ -45,7 +45,7 @@ msgstr ""
#: src/baserow/contrib/database/airtable/actions.py:22
msgid "Import database from Airtable"
msgstr ""
msgstr "Importar base de datos desde Airtable"
#: src/baserow/contrib/database/airtable/actions.py:24
#, python-format
@ -54,6 +54,9 @@ msgid ""
"\" (%(installed_application_id)s) from Airtable share ID "
"\"%(airtable_share_id)s\""
msgstr ""
"Importada base de datos \"%( nombre_aplicacion_instalada)s\" "
"(%(identificador_aplicacion_instalada)s) desde Airtable share ID \""
"%(identificador_airtable_share)s\""
#: src/baserow/contrib/database/application_types.py:231
msgid "Table"
@ -61,19 +64,19 @@ msgstr "Tabla"
#: src/baserow/contrib/database/export/actions.py:20
msgid "Export Table"
msgstr ""
msgstr "Exportar tabla"
#: src/baserow/contrib/database/export/actions.py:21
#, fuzzy, python-format
#| msgid "View \"%(view_name)s\" (%(view_id)s) updated"
#, python-format
msgid "View \"%(view_name)s\" (%(view_id)s) exported to %(export_type)s"
msgstr "Vista \"%(view_name)s\" (%(view_id)s) actualizada"
msgstr ""
"Vista \"%(nombre_vista)s\" (%(id_vista)s) exportada a %(tipo_exportación)s"
#: src/baserow/contrib/database/export/actions.py:82
#, fuzzy, python-format
#| msgid "Table \"%(table_name)s\" (%(table_id)s) created"
#, python-format
msgid "Table \"%(table_name)s\" (%(table_id)s) exported to %(export_type)s"
msgstr "Tabla \"%(table_name)s\" (%(table_id)s) creada"
msgstr ""
"Tabla \"%(nombre_tabla)s\" (%(id_tabla)s) exportada a %(tipo_exportación)s"
#: src/baserow/contrib/database/fields/actions.py:35
msgid "Update field"
@ -117,7 +120,7 @@ msgstr ""
#: src/baserow/contrib/database/fields/models.py:358
msgid "The format of the duration."
msgstr ""
msgstr "El formato de la duración."
#: src/baserow/contrib/database/fields/notification_types.py:45
#, python-format
@ -125,6 +128,8 @@ msgid ""
"%(sender)s assigned you to %(field_name)s in row %(row_id)s in "
"%(table_name)s."
msgstr ""
"%(remitente)s te asignó a %(nombre_campo)s en la fila %(fila_id)s en "
"%(nombre_tabla)s."
#: src/baserow/contrib/database/plugins.py:63
#, python-format
@ -315,39 +320,33 @@ msgid "Field %d"
msgstr "Campo %d"
#: src/baserow/contrib/database/tokens/actions.py:21
#, fuzzy
#| msgid "Create table"
msgid "Create DB token"
msgstr "Crear tabla"
msgstr "Crear token de base de datos"
#: src/baserow/contrib/database/tokens/actions.py:23
#, fuzzy, python-format
#| msgid "Table \"%(table_name)s\" (%(table_id)s) created"
#, python-format
msgid ""
"A Database Token with name \"%(token_name)s\" (%(token_id)s) has been created"
msgstr "Tabla \"%(table_name)s\" (%(table_id)s) creada"
msgstr ""
"Se ha creado un token de base de datos con el nombre \"%(nombre_token)s\" "
"(%(id_token)s)."
#: src/baserow/contrib/database/tokens/actions.py:54
#, fuzzy
#| msgid "Update table"
msgid "Update DB token name"
msgstr "Actualizar tabla"
msgstr "Actualizar nombre de token de base de datos"
#: src/baserow/contrib/database/tokens/actions.py:56
#, fuzzy, python-format
#| msgid ""
#| "Table (%(table_id)s) name changed from \"%(original_table_name)s\" to "
#| "\"%(table_name)s\""
#, python-format
msgid ""
"The Database Token (%(token_name)s) name changed from "
"\"%(original_token_name)s\" to \"%(token_name)s\""
msgstr ""
"El nombre de la tabla (%(table_id)s) ha cambiado de \"%(original_table_name)s"
"\" a \"%(table_name)s\""
"El nombre del token de base de datos (%(nombre_token)s) ha cambiado de \""
"%(nombre_token_original)s\" a \"%(nombre_token)s\"."
#: src/baserow/contrib/database/tokens/actions.py:94
msgid "Update DB token permissions"
msgstr ""
msgstr "Actualizar los permisos de los tokens de la base de datos"
#: src/baserow/contrib/database/tokens/actions.py:96
#, python-format
@ -355,28 +354,30 @@ msgid ""
"The Database Token \"%(token_name)s\" (%(token_id)s) permissions has been "
"updated"
msgstr ""
"Se han actualizado los permisos del token de base de datos \"%(nombre_token)"
"s\" (%(id_token)s)."
#: src/baserow/contrib/database/tokens/actions.py:149
msgid "Rotate DB token key"
msgstr ""
msgstr "Rotar la clave de la base de datos"
#: src/baserow/contrib/database/tokens/actions.py:150
#, fuzzy, python-format
#| msgid "Table \"%(table_name)s\" (%(table_id)s) created"
#, python-format
msgid "The Database Token \"%(token_name)s\" (%(token_id)s) has been rotated"
msgstr "Tabla \"%(table_name)s\" (%(table_id)s) creada"
msgstr ""
"El token de base de datos \"%(nombre_token)s\" (%(identificador_token)s) ha "
"sido rotado."
#: src/baserow/contrib/database/tokens/actions.py:182
#, fuzzy
#| msgid "Delete table"
msgid "Delete DB token"
msgstr "Borrar tabla"
msgstr "Borrar token de base de datos"
#: src/baserow/contrib/database/tokens/actions.py:183
#, fuzzy, python-format
#| msgid "Table \"%(table_name)s\" (%(table_id)s) deleted"
#, python-format
msgid "The Database Token \"%(token_name)s\" (%(token_id)s) has been deleted"
msgstr "Tabla \"%(table_name)s\" (%(table_id)s) borrada"
msgstr ""
"El token de base de datos \"%(nombre_token)s\" (%( identificador_token)s) ha "
"sido eliminado."
#: src/baserow/contrib/database/views/actions.py:42
msgid "Create a view filter"
@ -407,37 +408,29 @@ msgid "View filter deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ver filtro eliminado del campo \"%(field_name)s\" (%(field_id)s)"
#: src/baserow/contrib/database/views/actions.py:366
#, fuzzy
#| msgid "Create a view filter"
msgid "Create a view filter group"
msgstr "Crear un filtro de vista"
msgstr "Crear un grupo de filtros de vista"
#: src/baserow/contrib/database/views/actions.py:367
msgid "View filter group created"
msgstr ""
msgstr "Ver grupo de filtros creado"
#: src/baserow/contrib/database/views/actions.py:443
#, fuzzy
#| msgid "Update a view filter"
msgid "Update a view filter group"
msgstr "Actualizar un filtro de vista"
msgstr "Actualizar un grupo de filtros de vista"
#: src/baserow/contrib/database/views/actions.py:444
#, fuzzy, python-format
#| msgid "View filter updated on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View filter group updated to \"%(filter_type)s\""
msgstr ""
"Filtro de vista actualizado en el campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Ver grupo de filtros actualizado a \"%(tipo_filtro)s\""
#: src/baserow/contrib/database/views/actions.py:536
#, fuzzy
#| msgid "Delete a view filter"
msgid "Delete a view filter group"
msgstr "Eliminar un filtro de vista"
msgstr "Eliminar un grupo de filtros de vista"
#: src/baserow/contrib/database/views/actions.py:537
msgid "View filter group deleted"
msgstr ""
msgstr "Ver grupo de filtros eliminado"
#: src/baserow/contrib/database/views/actions.py:649
msgid "Create a view sort"
@ -560,60 +553,48 @@ msgid "View decoration %(decorator_id)s deleted"
msgstr "Decoración de vista %(decorator_id)s eliminada"
#: src/baserow/contrib/database/views/actions.py:1717
#, fuzzy
#| msgid "Create a view sort"
msgid "Create a view group"
msgstr "Crear una clasificación de vistas"
msgstr "Crear un grupo de vistas"
#: src/baserow/contrib/database/views/actions.py:1718
#, fuzzy, python-format
#| msgid "View sorted on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View grouped on field \"%(field_name)s\" (%(field_id)s)"
msgstr "Vista ordenada en el campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Vista agrupada en el campo \"%(nombre_campo)s\" (%(id_campo)s)"
#: src/baserow/contrib/database/views/actions.py:1809
#, fuzzy
#| msgid "Update a view sort"
msgid "Update a view group"
msgstr "Actualizar la clasificación de una vista"
msgstr "Actualizar un grupo de vistas"
#: src/baserow/contrib/database/views/actions.py:1810
#, fuzzy, python-format
#| msgid "View sort updated on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View group by updated on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
"Ordenación de vistas actualizada en el campo \"%(field_name)s"
"\" (%(field_id)s)"
"Ver grupo por actualizado en el campo \"%(nombre_campo)s\" (%(id_campo)s)"
#: src/baserow/contrib/database/views/actions.py:1925
#, fuzzy
#| msgid "Delete a view sort"
msgid "Delete a view group"
msgstr "Borrar una clasificación de vistas"
msgstr "Eliminar un grupo de vistas"
#: src/baserow/contrib/database/views/actions.py:1926
#, fuzzy, python-format
#| msgid "View sort deleted from field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View group by deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ver ordenación eliminada del campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Ver grupo por eliminado del campo \"%(nombre_campo)s\" (%(id_campo)s)"
#: src/baserow/contrib/database/views/notification_types.py:83
#, python-format
msgid "%(form_name)s has been submitted in %(table_name)s"
msgstr ""
msgstr "%(nombre_formulario)s se ha enviado en %(nombre_tabla)s"
#: src/baserow/contrib/database/views/notification_types.py:100
#, python-format
msgid "and 1 more field"
msgid_plural "and %(count)s more fields"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "y 1 campo más"
msgstr[1] "y %(cuenta)s más campos"
#: src/baserow/contrib/database/webhooks/actions.py:20
#, fuzzy
#| msgid "Create row"
msgid "Create Webhook"
msgstr "Crear fila"
msgstr "Crear un webhook"
#: src/baserow/contrib/database/webhooks/actions.py:22
#, python-format
@ -621,12 +602,12 @@ msgid ""
"Webhook \"%(webhook_name)s\" (%(webhook_id)s) as %(webhook_request_method)s "
"to %(webhook_url)s\" created"
msgstr ""
"Webhook \"%(nombre_webhook)s\" (%(id_webhook)s) as %(método_petición_webhook)"
"s to %(dirección_webhook)s\" creado"
#: src/baserow/contrib/database/webhooks/actions.py:82
#, fuzzy
#| msgid "Delete row"
msgid "Delete Webhook"
msgstr "Borrar fila"
msgstr "Borrar Webhook"
#: src/baserow/contrib/database/webhooks/actions.py:84
#, python-format
@ -634,12 +615,12 @@ msgid ""
"Webhook \"%(webhook_name)s\" (%(webhook_id)s) as %(webhook_request_method)s "
"to %(webhook_url)s\" deleted"
msgstr ""
"Webhook \"%(nombre_webhook)s\" (%(id_webhook)s) as %(método_petición_webhook)"
"s to %(dirección_webhook)s\" borrado"
#: src/baserow/contrib/database/webhooks/actions.py:140
#, fuzzy
#| msgid "Update row"
msgid "Update Webhook"
msgstr "Actualizar fila"
msgstr "Actualizar Webhook"
#: src/baserow/contrib/database/webhooks/actions.py:142
#, python-format
@ -647,3 +628,5 @@ msgid ""
"Webhook \"%(webhook_name)s\" (%(webhook_id)s) as %(webhook_request_method)s "
"to %(webhook_url)s\" updated"
msgstr ""
"Webhook \"%(nombre_webhook)s\" (%(id_webhook)s) as %(método_petición_webhook)"
"s to %(dirección_webhook)s\" actualizado"

View file

@ -0,0 +1,590 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: src/baserow/contrib/database/action/scopes.py:9
#, python-format
msgid "in database \"%(database_name)s\" (%(database_id)s)."
msgstr ""
#: src/baserow/contrib/database/action/scopes.py:13
#, python-format
msgid ""
"in table \"%(table_name)s\" (%(table_id)s) of database \"%(database_name)s"
"\" (%(database_id)s)."
msgstr ""
#: src/baserow/contrib/database/action/scopes.py:19
#, python-format
msgid ""
"in view \"%(view_name)s\" (%(view_id)s) of table \"%(table_name)s"
"\" (%(table_id)s) in database \"%(database_name)s\" (%(database_id)s)."
msgstr ""
#: src/baserow/contrib/database/airtable/actions.py:22
msgid "Import database from Airtable"
msgstr ""
#: src/baserow/contrib/database/airtable/actions.py:24
#, python-format
msgid ""
"Imported database \"%(installed_application_name)s"
"\" (%(installed_application_id)s) from Airtable share ID "
"\"%(airtable_share_id)s\""
msgstr ""
#: src/baserow/contrib/database/application_types.py:231
msgid "Table"
msgstr ""
#: src/baserow/contrib/database/export/actions.py:20
msgid "Export Table"
msgstr ""
#: src/baserow/contrib/database/export/actions.py:21
#, python-format
msgid "View \"%(view_name)s\" (%(view_id)s) exported to %(export_type)s"
msgstr ""
#: src/baserow/contrib/database/export/actions.py:82
#, python-format
msgid "Table \"%(table_name)s\" (%(table_id)s) exported to %(export_type)s"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:35
msgid "Update field"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:36
#, python-format
msgid "Field \"%(field_name)s\" (%(field_id)s) updated"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:332
msgid "Create field"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:333
#, python-format
msgid "Field \"%(field_name)s\" (%(field_id)s) created"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:425
msgid "Delete field"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:426
#, python-format
msgid "Field \"%(field_name)s\" (%(field_id)s) deleted"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:493
msgid "Duplicate field"
msgstr ""
#: src/baserow/contrib/database/fields/actions.py:495
#, python-format
msgid ""
"Field \"%(field_name)s\" (%(field_id)s) duplicated (with_data=%(with_data)s) "
"from field \"%(original_field_name)s\" (%(original_field_id)s)"
msgstr ""
#: src/baserow/contrib/database/fields/models.py:358
msgid "The format of the duration."
msgstr ""
#: src/baserow/contrib/database/fields/notification_types.py:45
#, python-format
msgid ""
"%(sender)s assigned you to %(field_name)s in row %(row_id)s in "
"%(table_name)s."
msgstr ""
#: src/baserow/contrib/database/plugins.py:63
#, python-format
msgid "%(first_name)s's company"
msgstr ""
#: src/baserow/contrib/database/plugins.py:70
msgid "Customers"
msgstr ""
#: src/baserow/contrib/database/plugins.py:72
#: src/baserow/contrib/database/plugins.py:94
#: src/baserow/contrib/database/table/handler.py:376
#: src/baserow/contrib/database/table/handler.py:389
msgid "Name"
msgstr ""
#: src/baserow/contrib/database/plugins.py:73
msgid "Last name"
msgstr ""
#: src/baserow/contrib/database/plugins.py:74
#: src/baserow/contrib/database/table/handler.py:377
msgid "Notes"
msgstr ""
#: src/baserow/contrib/database/plugins.py:75
#: src/baserow/contrib/database/plugins.py:96
#: src/baserow/contrib/database/table/handler.py:378
msgid "Active"
msgstr ""
#: src/baserow/contrib/database/plugins.py:92
msgid "Projects"
msgstr ""
#: src/baserow/contrib/database/plugins.py:95
msgid "Started"
msgstr ""
#: src/baserow/contrib/database/plugins.py:101
msgid "Calculator"
msgstr ""
#: src/baserow/contrib/database/plugins.py:102
msgid "Turing machine"
msgstr ""
#: src/baserow/contrib/database/plugins.py:103
msgid "Computer architecture"
msgstr ""
#: src/baserow/contrib/database/plugins.py:104
msgid "Cellular Automata"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:32
msgid "Create row"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:32
#, python-format
msgid "Row (%(row_id)s) created"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:112
msgid "Create rows"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:112
#, python-format
msgid "Rows (%(row_ids)s) created"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:193
msgid "Import rows"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:193
#, python-format
msgid "Rows (%(row_ids)s) imported"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:273
msgid "Delete row"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:273
#, python-format
msgid "Row (%(row_id)s) deleted"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:334
msgid "Delete rows"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:334
#, python-format
msgid "Rows (%(row_ids)s) deleted"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:476
msgid "Move row"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:476
#, python-format
msgid "Row (%(row_id)s) moved"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:585
msgid "Update row"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:585
#, python-format
msgid "Row (%(row_id)s) updated"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:685
msgid "Update rows"
msgstr ""
#: src/baserow/contrib/database/rows/actions.py:685
#, python-format
msgid "Rows (%(row_ids)s) updated"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:26
msgid "Create table"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:27
#, python-format
msgid "Table \"%(table_name)s\" (%(table_id)s) created"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:100
msgid "Delete table"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:101
#, python-format
msgid "Table \"%(table_name)s\" (%(table_id)s) deleted"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:152
msgid "Order tables"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:153
msgid "Tables order changed"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:213
msgid "Update table"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:215
#, python-format
msgid ""
"Table (%(table_id)s) name changed from \"%(original_table_name)s\" to "
"\"%(table_name)s\""
msgstr ""
#: src/baserow/contrib/database/table/actions.py:281
msgid "Duplicate table"
msgstr ""
#: src/baserow/contrib/database/table/actions.py:283
#, python-format
msgid ""
"Table \"%(table_name)s\" (%(table_id)s) duplicated from "
"\"%(original_table_name)s\" (%(original_table_id)s) "
msgstr ""
#: src/baserow/contrib/database/table/handler.py:280
msgid "Grid"
msgstr ""
#: src/baserow/contrib/database/table/handler.py:338
#, python-format
msgid "Field %d"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:21
msgid "Create DB token"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:23
#, python-format
msgid ""
"A Database Token with name \"%(token_name)s\" (%(token_id)s) has been created"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:54
msgid "Update DB token name"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:56
#, python-format
msgid ""
"The Database Token (%(token_name)s) name changed from "
"\"%(original_token_name)s\" to \"%(token_name)s\""
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:94
msgid "Update DB token permissions"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:96
#, python-format
msgid ""
"The Database Token \"%(token_name)s\" (%(token_id)s) permissions has been "
"updated"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:149
msgid "Rotate DB token key"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:150
#, python-format
msgid "The Database Token \"%(token_name)s\" (%(token_id)s) has been rotated"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:182
msgid "Delete DB token"
msgstr ""
#: src/baserow/contrib/database/tokens/actions.py:183
#, python-format
msgid "The Database Token \"%(token_name)s\" (%(token_id)s) has been deleted"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:42
msgid "Create a view filter"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:43
#, python-format
msgid "View filter created on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:143
msgid "Update a view filter"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:144
#, python-format
msgid "View filter updated on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:265
msgid "Delete a view filter"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:266
#, python-format
msgid "View filter deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:366
msgid "Create a view filter group"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:367
msgid "View filter group created"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:443
msgid "Update a view filter group"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:444
#, python-format
msgid "View filter group updated to \"%(filter_type)s\""
msgstr ""
#: src/baserow/contrib/database/views/actions.py:536
msgid "Delete a view filter group"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:537
msgid "View filter group deleted"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:649
msgid "Create a view sort"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:650
#, python-format
msgid "View sorted on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:726
msgid "Update a view sort"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:727
#, python-format
msgid "View sort updated on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:825
msgid "Delete a view sort"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:826
#, python-format
msgid "View sort deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:903
msgid "Order views"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:903
msgid "Views order changed"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:970
msgid "Update view field options"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:971
msgid "ViewFieldOptions updated"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1066
msgid "View slug URL updated"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1067
msgid "View changed public slug URL"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1136
msgid "Update view"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1137
#, python-format
msgid "View \"%(view_name)s\" (%(view_id)s) updated"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1213
msgid "Create view"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1214
#, python-format
msgid "View \"%(view_name)s\" (%(view_id)s) created"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1282
msgid "Duplicate view"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1284
#, python-format
msgid ""
"View \"%(view_name)s\" (%(view_id)s) duplicated from view "
"\"%(original_view_name)s\" (%(original_view_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1352
msgid "Delete view"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1353
#, python-format
msgid "View \"%(view_name)s\" (%(view_id)s) deleted"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1410
msgid "Create decoration"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1411
#, python-format
msgid "View decoration %(decorator_id)s created"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1506
msgid "Update decoration"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1507
#, python-format
msgid "View decoration %(decorator_id)s updated"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1631
msgid "Delete decoration"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1632
#, python-format
msgid "View decoration %(decorator_id)s deleted"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1717
msgid "Create a view group"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1718
#, python-format
msgid "View grouped on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1809
msgid "Update a view group"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1810
#, python-format
msgid "View group by updated on field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1925
msgid "Delete a view group"
msgstr ""
#: src/baserow/contrib/database/views/actions.py:1926
#, python-format
msgid "View group by deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr ""
#: src/baserow/contrib/database/views/notification_types.py:83
#, python-format
msgid "%(form_name)s has been submitted in %(table_name)s"
msgstr ""
#: src/baserow/contrib/database/views/notification_types.py:100
#, python-format
msgid "and 1 more field"
msgid_plural "and %(count)s more fields"
msgstr[0] ""
msgstr[1] ""
#: src/baserow/contrib/database/webhooks/actions.py:20
msgid "Create Webhook"
msgstr ""
#: src/baserow/contrib/database/webhooks/actions.py:22
#, python-format
msgid ""
"Webhook \"%(webhook_name)s\" (%(webhook_id)s) as %(webhook_request_method)s "
"to %(webhook_url)s\" created"
msgstr ""
#: src/baserow/contrib/database/webhooks/actions.py:82
msgid "Delete Webhook"
msgstr ""
#: src/baserow/contrib/database/webhooks/actions.py:84
#, python-format
msgid ""
"Webhook \"%(webhook_name)s\" (%(webhook_id)s) as %(webhook_request_method)s "
"to %(webhook_url)s\" deleted"
msgstr ""
#: src/baserow/contrib/database/webhooks/actions.py:140
msgid "Update Webhook"
msgstr ""
#: src/baserow/contrib/database/webhooks/actions.py:142
#, python-format
msgid ""
"Webhook \"%(webhook_name)s\" (%(webhook_id)s) as %(webhook_request_method)s "
"to %(webhook_url)s\" updated"
msgstr ""

View file

@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: 2023-03-31 12:31+0000\n"
"Last-Translator: Davide Silvestri <davide@baserow.io>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/baserow/backend-"
"database/it/>\n"
"PO-Revision-Date: 2024-03-12 14:09+0000\n"
"Last-Translator: Andrea Disarò <andrea@baserow.io>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/baserow/"
"backend-database/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17-dev\n"
"X-Generator: Weblate 5.5-dev\n"
#: src/baserow/contrib/database/action/scopes.py:9
#, python-format
@ -117,7 +117,7 @@ msgstr ""
#: src/baserow/contrib/database/fields/models.py:358
msgid "The format of the duration."
msgstr ""
msgstr "Il formato della durata."
#: src/baserow/contrib/database/fields/notification_types.py:45
#, python-format
@ -125,6 +125,8 @@ msgid ""
"%(sender)s assigned you to %(field_name)s in row %(row_id)s in "
"%(table_name)s."
msgstr ""
"%(sender)s ti ha assegnato a/come %(field_name)s nella riga %(row_id)s in "
"%(table_name)s."
#: src/baserow/contrib/database/plugins.py:63
#, python-format
@ -396,36 +398,29 @@ msgid "View filter deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr "Filtro eliminato dal campo \"%(field_name)s\" (%(field_id)s)"
#: src/baserow/contrib/database/views/actions.py:366
#, fuzzy
#| msgid "Create a view filter"
msgid "Create a view filter group"
msgstr "Crea filtro"
msgstr "Crea un gruppo di filtri"
#: src/baserow/contrib/database/views/actions.py:367
msgid "View filter group created"
msgstr ""
msgstr "Gruppo di filtri creato"
#: src/baserow/contrib/database/views/actions.py:443
#, fuzzy
#| msgid "Update a view filter"
msgid "Update a view filter group"
msgstr "Modifica filtro"
msgstr "Aggiorna gruppo di filtri"
#: src/baserow/contrib/database/views/actions.py:444
#, fuzzy, python-format
#| msgid "View filter updated on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View filter group updated to \"%(filter_type)s\""
msgstr "Filtro modificato sul campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Gruppo di filtri aggiornato a %(filter_type)s"
#: src/baserow/contrib/database/views/actions.py:536
#, fuzzy
#| msgid "Delete a view filter"
msgid "Delete a view filter group"
msgstr "Elimina filtro"
msgstr "Elimina gruppo di filtri"
#: src/baserow/contrib/database/views/actions.py:537
msgid "View filter group deleted"
msgstr ""
msgstr "Gruppo di filtri eliminato"
#: src/baserow/contrib/database/views/actions.py:649
msgid "Create a view sort"
@ -546,52 +541,43 @@ msgid "View decoration %(decorator_id)s deleted"
msgstr "Decorazione %(decorator_id)s eliminata"
#: src/baserow/contrib/database/views/actions.py:1717
#, fuzzy
#| msgid "Create a view sort"
msgid "Create a view group"
msgstr "Crea ordinamento"
msgstr "Crea un gruppo"
#: src/baserow/contrib/database/views/actions.py:1718
#, fuzzy, python-format
#| msgid "View sorted on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View grouped on field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ordinamento sul campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Vista raggruppata sul campo \"%(field_name)s\" (%(field_id)s)"
#: src/baserow/contrib/database/views/actions.py:1809
#, fuzzy
#| msgid "Update a view sort"
msgid "Update a view group"
msgstr "Modifica ordinamento"
msgstr "Aggiorna gruppo"
#: src/baserow/contrib/database/views/actions.py:1810
#, fuzzy, python-format
#| msgid "View sort updated on field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View group by updated on field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ordinamento modificato sul campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Raggruppamento modificato sul campo \"%(field_name)s\" (%(field_id)s)"
#: src/baserow/contrib/database/views/actions.py:1925
#, fuzzy
#| msgid "Delete a view sort"
msgid "Delete a view group"
msgstr "Elimina ordinamento"
msgstr "Elimina gruppo"
#: src/baserow/contrib/database/views/actions.py:1926
#, fuzzy, python-format
#| msgid "View sort deleted from field \"%(field_name)s\" (%(field_id)s)"
#, python-format
msgid "View group by deleted from field \"%(field_name)s\" (%(field_id)s)"
msgstr "Ordinamento eliminato dal campo \"%(field_name)s\" (%(field_id)s)"
msgstr "Raggruppamento eliminato dal campo \"%(field_name)s\" (%(field_id)s)"
#: src/baserow/contrib/database/views/notification_types.py:83
#, python-format
msgid "%(form_name)s has been submitted in %(table_name)s"
msgstr ""
msgstr "%(form_name)s è stata inviata in %(table_name)s"
#: src/baserow/contrib/database/views/notification_types.py:100
#, python-format
msgid "and 1 more field"
msgid_plural "and %(count)s more fields"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "e 1 altro campo"
msgstr[1] "e %(count)s altri campi"
#: src/baserow/contrib/database/webhooks/actions.py:20
msgid "Create Webhook"

View file

@ -3,16 +3,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: 2023-12-19 12:33+0000\n"
"PO-Revision-Date: 2024-01-31 13:43+0000\n"
"Last-Translator: SWEETGOOD <cs@sweetgood.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/baserow/backend-"
"core/de/>\n"
"Language-Team: German <https://hosted.weblate.org/projects/baserow/"
"backend-core/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.3\n"
"X-Generator: Weblate 5.4-dev\n"
#: src/baserow/core/action/scopes.py:9
#, python-format
@ -132,10 +132,8 @@ msgstr ""
"installiert %(installed_application_ids)s"
#: src/baserow/core/actions.py:738
#, fuzzy
#| msgid "Accept group invitation"
msgid "Create group invitation"
msgstr "Gruppeneinladung annehmen"
msgstr "Gruppeneinladung erstellen"
#: src/baserow/core/actions.py:740
#, python-format
@ -147,10 +145,8 @@ msgstr ""
"\" (%(group_id)s) als %(permissions)s beizutreten."
#: src/baserow/core/actions.py:791
#, fuzzy
#| msgid "Accept group invitation"
msgid "Delete group invitation"
msgstr "Gruppeneinladung annehmen"
msgstr "Gruppeneinladung löschen"
#: src/baserow/core/actions.py:793
#, python-format
@ -175,10 +171,8 @@ msgstr ""
"\" (%(group_id)s) als %(permissions)s anzuschließen, wurde angenommen."
#: src/baserow/core/actions.py:901
#, fuzzy
#| msgid "Accept group invitation"
msgid "Reject group invitation"
msgstr "Gruppeneinladung annehmen"
msgstr "Gruppeneinladung ablehnen"
#: src/baserow/core/actions.py:903
#, python-format
@ -220,32 +214,26 @@ msgstr "%(by)s hat Sie zu %(workspace_name)s - Baserow eingeladen"
#: src/baserow/core/emails.py:136
msgid "You have 1 new notification - Baserow"
msgstr ""
msgstr "Sie haben 1 neue Benachrichtigung - Baserow"
#: src/baserow/core/emails.py:138
#, python-format
msgid "You have %(count)d new notifications - Baserow"
msgstr ""
msgstr "Sie haben %(count)d neue Benachrichtigungen - Baserow"
#: src/baserow/core/notification_types.py:94
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(workspace_name)s</strong>."
#, python-format
msgid "%(user)s accepted your invitation to collaborate to %(workspace_name)s."
msgstr ""
"<strong>%(first_name)s</strong> hat Sie eingeladen, am Arbeitsbereich "
"<strong>%(workspace_name)s</strong> mitzuarbeiten."
"%(user)s hat Ihre Einladung, am Arbeitsbereich %(workspace_name)s</strong> "
"mitzuarbeiten, angenommen."
#: src/baserow/core/notification_types.py:135
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(workspace_name)s</strong>."
#, python-format
msgid "%(user)s rejected your invitation to collaborate to %(workspace_name)s."
msgstr ""
"<strong>%(first_name)s</strong> hat Sie eingeladen, am Arbeitsbereich "
"<strong>%(workspace_name)s</strong> mitzuarbeiten."
"%(user)s hat Ihre Einladung, am Arbeitsbereich %(workspace_name)s "
"mitzuarbeiten, abgelehnt."
#: src/baserow/core/snapshots/actions.py:21
msgid "Create Snapshot"
@ -294,16 +282,13 @@ msgid "Invitation"
msgstr "Einladung"
#: src/baserow/core/templates/baserow/core/group_invitation.html:149
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(workspace_name)s</strong>."
#, python-format
msgid ""
"<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
"%(group_name)s</strong>."
msgstr ""
"<strong>%(first_name)s</strong> hat Sie eingeladen, am Arbeitsbereich "
"<strong>%(workspace_name)s</strong> mitzuarbeiten."
"<strong>%(group_name)s</strong> mitzuarbeiten."
#: src/baserow/core/templates/baserow/core/group_invitation.html:163
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:167
@ -317,33 +302,32 @@ msgstr "Einladung annehmen"
#: src/baserow/core/templates/baserow/core/user/account_deletion_scheduled.html:159
#: src/baserow/core/templates/baserow/core/user/reset_password.html:177
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:181
#, fuzzy
msgid ""
"Baserow is an open source no-code database tool which allows you to "
"collaborate on projects, customers and more. It gives you the powers of a "
"developer without leaving your browser."
msgstr ""
"Baserow ist eine Open-Source No-Code-Datenbank, die Ihnen die Zusammenarbeit "
"an Projekten, Kunden und mehr ermöglicht. Sie gibt Ihnen die Fähigkeiten "
"eines Entwicklers, ohne dabei Ihren Browser verlassen zu müssen."
"Baserow ist eine Open Source No-Code-Datenbank, die Ihnen die Zusammenarbeit "
"an Projekten, Kunden und mehr ermöglicht. Sie gibt Ihnen direkt in Ihrem "
"Browser die Fähigkeiten eines Entwicklers."
#: src/baserow/core/templates/baserow/core/notifications_summary.html:146
#, python-format
msgid "You have %(counter)s new notification"
msgid_plural "You have %(counter)s new notifications"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Sie haben %(counter)s neue Benachrichtigung"
msgstr[1] "Sie haben %(counter)s neue Benachrichtigungen"
#: src/baserow/core/templates/baserow/core/notifications_summary.html:187
#, python-format
msgid "Plus %(counter)s more notification."
msgid_plural "Plus %(counter)s more notifications."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Plus %(counter)s weitere Benachrichtigung."
msgstr[1] "Plus %(counter)s weitere Benachrichtigungen."
#: src/baserow/core/templates/baserow/core/notifications_summary.html:198
msgid "View in Baserow"
msgstr ""
msgstr "In Baserow anzeigen"
#: src/baserow/core/templates/baserow/core/user/account_deleted.html:144
msgid "Account permanently deleted"

View file

@ -3,16 +3,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: 2023-01-19 13:51+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/baserow/backend-"
"core/es/>\n"
"PO-Revision-Date: 2024-03-13 14:32+0000\n"
"Last-Translator: Hiram <hiramfromthechi@users.noreply.hosted.weblate.org>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/baserow/"
"backend-core/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.15.1\n"
"X-Generator: Weblate 5.5-dev\n"
#: src/baserow/core/action/scopes.py:9
#, python-format
@ -132,10 +132,8 @@ msgstr ""
"IDs %(installed_application_ids)s"
#: src/baserow/core/actions.py:738
#, fuzzy
#| msgid "Create group"
msgid "Create group invitation"
msgstr "Crear grupo"
msgstr "Crear invitación de grupo"
#: src/baserow/core/actions.py:740
#, python-format
@ -143,12 +141,12 @@ msgid ""
"Group invitation created for \"%(email)s\" to join \"%(group_name)s"
"\" (%(group_id)s) as %(permissions)s."
msgstr ""
"Invitación de grupo creada para que \"%(correo electrónico)s\" se una a \""
"%(nombre_grupo)s\" (%(id_grupo)s) como %(permisos)s."
#: src/baserow/core/actions.py:791
#, fuzzy
#| msgid "Delete group"
msgid "Delete group invitation"
msgstr "Borrar grupo"
msgstr "Borrar invitación de grupo"
#: src/baserow/core/actions.py:793
#, python-format
@ -156,12 +154,13 @@ msgid ""
"Group invitation (%(invitation_id)s) deleted for \"%(email)s\" to join "
"\"%(group_name)s\" (%(group_id)s) as %(permissions)s."
msgstr ""
"Invitación de grupo (%(invitación_id)s) eliminada para que \"%(correo "
"electrónico)s\" se una a \"%(nombre_grupo)s\" (%(grupo_id)s) como "
"%(permisos)s."
#: src/baserow/core/actions.py:846
#, fuzzy
#| msgid "Accept invitation"
msgid "Accept group invitation"
msgstr "Aceptar la invitación"
msgstr "Aceptar invitación de grupo"
#: src/baserow/core/actions.py:848
#, python-format
@ -169,12 +168,12 @@ msgid ""
"Invitation (%(invitation_id)s) sent by \"%(sender)s\" to join "
"\"%(group_name)s\" (%(group_id)s) as %(permissions)s was accepted."
msgstr ""
"La invitación (%(invitación_id)s) enviada por \"%(remitente)s\" para unirse "
"a \"%(nombre_grupo)s\" (%(grupo_id)s) como %(permisos)s ha sido aceptada."
#: src/baserow/core/actions.py:901
#, fuzzy
#| msgid "Accept invitation"
msgid "Reject group invitation"
msgstr "Aceptar la invitación"
msgstr "Rechazar invitación de grupo"
#: src/baserow/core/actions.py:903
#, python-format
@ -182,10 +181,12 @@ msgid ""
"Invitation (%(invitation_id)s) sent by \"%(sender)s\" to join "
"\"%(group_name)s\" (%(group_id)s) as %(permissions)s was rejected."
msgstr ""
"La invitación (%(invitación_id)s) enviada por \"%(remitente)s\" para unirse "
"a \"%(nombre_grupo)s\" (%(grupo_id)s) como %(permisos)s ha sido rechazada."
#: src/baserow/core/actions.py:956
msgid "Update group invitation permissions"
msgstr ""
msgstr "Actualizar los permisos de invitación a grupos"
#: src/baserow/core/actions.py:958
#, python-format
@ -194,43 +195,46 @@ msgid ""
"%(original_permissions)s to %(permissions)s for %(email)s on group "
"\"%(group_name)s\" (%(group_id)s)."
msgstr ""
"Los permisos de invitación (%(invitación_id)s) cambiaron de "
"%(permisos_originales)s a %(permisos)s para %(email)s en el grupo \""
"%(nombre_grupo)s\" (%(id_grupo)s)."
#: src/baserow/core/actions.py:1015
#, fuzzy
#| msgid "Create group"
msgid "Leave group"
msgstr "Crear grupo"
msgstr "Dejar grupo"
#: src/baserow/core/actions.py:1016
#, fuzzy, python-format
#| msgid "Group \"%(group_name)s\" (%(group_id)s) deleted."
#, python-format
msgid "Group \"%(group_name)s\" (%(group_id)s) left."
msgstr "Grupo \"%(group_name)s\" (%(group_id)s) borrado."
msgstr "Grupo \"%(nombre_grupo)s\" (%(id_grupo)s) a la izquierda."
#: src/baserow/core/emails.py:103
#, fuzzy, python-format
#| msgid "%(by)s invited you to %(group_name)s - Baserow"
#, python-format
msgid "%(by)s invited you to %(workspace_name)s - Baserow"
msgstr "%(by)s le invitó a %(group_name)s - Baserow"
msgstr "%(por)s te ha invitado a %(nombre_espacio_de_trabajo)s - Baserow"
#: src/baserow/core/emails.py:136
msgid "You have 1 new notification - Baserow"
msgstr ""
msgstr "Tienes 1 notificación nueva - Baserow"
#: src/baserow/core/emails.py:138
#, python-format
msgid "You have %(count)d new notifications - Baserow"
msgstr ""
msgstr "Tienes %(cuenta)d notificaciones nuevas - Baserow"
#: src/baserow/core/notification_types.py:94
#, python-format
msgid "%(user)s accepted your invitation to collaborate to %(workspace_name)s."
msgstr ""
"%(usuario)s ha aceptado tu invitación para colaborar en "
"%(nombre_espacio_de_trabajo)s."
#: src/baserow/core/notification_types.py:135
#, python-format
msgid "%(user)s rejected your invitation to collaborate to %(workspace_name)s."
msgstr ""
"%(usuario)s ha rechazado tu invitación para colaborar en "
"%(nombre_espacio_de_trabajo)s."
#: src/baserow/core/snapshots/actions.py:21
msgid "Create Snapshot"
@ -312,19 +316,19 @@ msgstr ""
#, python-format
msgid "You have %(counter)s new notification"
msgid_plural "You have %(counter)s new notifications"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Tienes %(contador)s nueva notificación"
msgstr[1] "Tienes %(contador) nuevas notificaciónes"
#: src/baserow/core/templates/baserow/core/notifications_summary.html:187
#, python-format
msgid "Plus %(counter)s more notification."
msgid_plural "Plus %(counter)s more notifications."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Más %(contador) notificación."
msgstr[1] "Más %(contador) notificaciónes."
#: src/baserow/core/templates/baserow/core/notifications_summary.html:198
msgid "View in Baserow"
msgstr ""
msgstr "Ver en Baserow"
#: src/baserow/core/templates/baserow/core/user/account_deleted.html:144
msgid "Account permanently deleted"
@ -403,32 +407,26 @@ msgstr ""
"caducará en %(hours)s horas."
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:149
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(group_name)s</strong>."
#, python-format
msgid ""
"<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
"%(workspace_name)s</strong>."
msgstr ""
"<strong>%(first_name)s</strong> te ha invitado a colaborar en <strong>"
"%(group_name)s</strong>."
"<strong>%(nombre)s</strong> te ha invitado a colaborar en <strong>%( "
"nombre_espacio_de_trabajo)s</strong>."
#: src/baserow/core/trash/actions.py:20
msgid "Empty trash"
msgstr ""
msgstr "Vaciar la basura"
#: src/baserow/core/trash/actions.py:22
#, fuzzy, python-format
#| msgid ""
#| "Application \"%(application_name)s\" (%(application_id)s) of type "
#| "%(application_type)s deleted"
#, python-format
msgid ""
"Trash for application \"%(application_name)s\" (%(application_id)s) has been "
"emptied"
msgstr ""
"Aplicación \"%(application_name)s\" (%(application_id)s) de tipo "
"%(application_type)s borrada"
"Se ha vaciado la papelera de la aplicación \"%(nombre_aplicación)s\" "
"(%(id_aplicación)s)"
#: src/baserow/core/trash/actions.py:79
#, python-format
@ -436,35 +434,35 @@ msgid ""
"Trash for workspace \"%(workspace_name)s\" (%(workspace_id)s) has been "
"emptied."
msgstr ""
"Se ha vaciado la papelera del espacio de trabajo \""
"%(nombre_espacio_de_trabajo)s\" (%(id_espacio_de_trabajo)s)."
#: src/baserow/core/trash/actions.py:90
#, fuzzy
#| msgid "Restore Snapshot"
msgid "Restore from trash"
msgstr "Restaurar instantánea"
msgstr "Restaurar desde la basura"
#: src/baserow/core/trash/actions.py:91
#, python-format
msgid ""
"Item of type \"%(item_type)s\" (%(item_id)s) has been restored from trash"
msgstr ""
"El elemento de tipo \"%(tipo_elemento)s\" (%(id_elemento)s) se ha recuperado "
"de la basura."
#: src/baserow/core/user/actions.py:23
msgid "Create User"
msgstr "Crear usuario"
#: src/baserow/core/user/actions.py:25
#, fuzzy, python-format
#| msgid ""
#| "User \"%(user_email)s\" (%(user_id)s) created (via invitation: "
#| "%(with_invitation_token)s, from template: %(template_id)s)"
#, python-format
msgid ""
"User \"%(user_email)s\" (%(user_id)s) created via \"%(auth_provider_type)s"
"\" (%(auth_provider_id)s) auth provider (invitation: "
"%(with_invitation_token)s)"
msgstr ""
"Usuario \"%(user_email)s\" (%(user_id)s) creado (vía invitación: "
"%(with_invitation_token)s, desde plantilla: %(template_id)s)"
"Usuario \"%(correo_usuario)s\" (%(id_usuario)s) creado a través del "
"proveedor de autenticación \"%(tipo_proveedor_aut)s\" (%(id_proveedor_aut)s) "
"(invitación: %(con_token_invitación)s)"
#: src/baserow/core/user/actions.py:110
msgid "Update User"
@ -503,55 +501,47 @@ msgstr ""
#: src/baserow/core/user/actions.py:229
msgid "Sign In User"
msgstr ""
msgstr "Iniciar sesión de usuario"
#: src/baserow/core/user/actions.py:231
#, fuzzy, python-format
#| msgid ""
#| "User \"%(user_email)s\" (%(user_id)s) logged in cancelling the deletion "
#| "process"
#, python-format
msgid ""
"User \"%(user_email)s\" (%(user_id)s) signed in via \"%(auth_provider_type)s"
"\" (%(auth_provider_id)s) auth provider"
msgstr ""
"El usuario \"%(user_email)s\" (%(user_id)s) ha iniciado sesión, lo que ha "
"cancelado el proceso de eliminación"
"El usuario \"%(correo_usuario)s\" (%(id_usuario)s) ha iniciado sesión a "
"través del proveedor de autenticación \"%(tipo_proveedor_aut)s\" "
"(%(id_proveedor_aut)s)."
#: src/baserow/core/user/actions.py:283
#, fuzzy
#| msgid "Reset password"
msgid "Send reset user password"
msgstr "Restablecer contraseña"
msgstr "Enviar restablecimiento de contraseña de usuario"
#: src/baserow/core/user/actions.py:284
#, fuzzy, python-format
#| msgid "User \"%(user_email)s\" (%(user_id)s) updated"
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) requested to reset password"
msgstr "Usuario \"%(user_email)s\" (%(user_id)s) actualizado"
msgstr ""
"El usuario \"%(correo_usuario)s\" (%(id_usuario)s) ha solicitado restablecer "
"la contraseña."
#: src/baserow/core/user/actions.py:314
#, fuzzy
#| msgid "Reset password"
msgid "Change user password"
msgstr "Restablecer contraseña"
msgstr "Cambiar la contraseña de usuario"
#: src/baserow/core/user/actions.py:315
#, fuzzy, python-format
#| msgid "User \"%(user_email)s\" (%(user_id)s) updated"
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) changed password"
msgstr "Usuario \"%(user_email)s\" (%(user_id)s) actualizado"
msgstr ""
"El usuario \"%(usuario_email)s\" (%(usuario_id)s) ha cambiado la contraseña"
#: src/baserow/core/user/actions.py:351
#, fuzzy
#| msgid "Reset password"
msgid "Reset user password"
msgstr "Restablecer contraseña"
msgstr "Restablecer contraseña de usuario"
#: src/baserow/core/user/actions.py:352
#, fuzzy, python-format
#| msgid "User \"%(user_email)s\" (%(user_id)s) updated"
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) reset password"
msgstr "Usuario \"%(user_email)s\" (%(user_id)s) actualizado"
msgstr "Usuario \"%(correo_usuario)s\" (%(id_usuario)s) restablecer contraseña"
#: src/baserow/core/user/emails.py:16
msgid "Reset password - Baserow"
@ -570,10 +560,9 @@ msgid "Account deletion cancelled - Baserow"
msgstr "Cancelación de la eliminación de la cuenta - Baserow"
#: src/baserow/core/user/handler.py:248
#, fuzzy, python-format
#| msgid "%(name)s's group"
#, python-format
msgid "%(name)s's workspace"
msgstr "%(name)s grupo"
msgstr "Espacio de trabajo de %(nombre)s"
#, fuzzy
#~| msgid ""

View file

@ -0,0 +1,492 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: src/baserow/core/action/scopes.py:9
#, python-format
msgid "in group \"%(group_name)s\" (%(group_id)s)."
msgstr ""
#: src/baserow/core/actions.py:36
msgid "Delete group"
msgstr ""
#: src/baserow/core/actions.py:37
#, python-format
msgid "Group \"%(group_name)s\" (%(group_id)s) deleted."
msgstr ""
#: src/baserow/core/actions.py:97
msgid "Create group"
msgstr ""
#: src/baserow/core/actions.py:98
#, python-format
msgid "Group \"%(group_name)s\" (%(group_id)s) created."
msgstr ""
#: src/baserow/core/actions.py:156
msgid "Update group"
msgstr ""
#: src/baserow/core/actions.py:158
#, python-format
msgid ""
"Group (%(group_id)s) name changed from \"%(original_group_name)s\" to "
"\"%(group_name)s.\""
msgstr ""
#: src/baserow/core/actions.py:237
msgid "Order groups"
msgstr ""
#: src/baserow/core/actions.py:238
msgid "Groups order changed."
msgstr ""
#: src/baserow/core/actions.py:297
msgid "Order applications"
msgstr ""
#: src/baserow/core/actions.py:297
msgid "Applications reordered"
msgstr ""
#: src/baserow/core/actions.py:360
msgid "Create application"
msgstr ""
#: src/baserow/core/actions.py:361
#, python-format
msgid ""
"\"%(application_name)s\" (%(application_id)s) %(application_type)s created"
msgstr ""
#: src/baserow/core/actions.py:442
msgid "Delete application"
msgstr ""
#: src/baserow/core/actions.py:444
#, python-format
msgid ""
"Application \"%(application_name)s\" (%(application_id)s) of type "
"%(application_type)s deleted"
msgstr ""
#: src/baserow/core/actions.py:506
msgid "Update application"
msgstr ""
#: src/baserow/core/actions.py:508
#, python-format
msgid ""
"Application (%(application_id)s) of type %(application_type)s renamed from "
"\"%(original_application_name)s\" to \"%(application_name)s\""
msgstr ""
#: src/baserow/core/actions.py:579
msgid "Duplicate application"
msgstr ""
#: src/baserow/core/actions.py:581
#, python-format
msgid ""
"Application \"%(application_name)s\" (%(application_id)s) of type "
"%(application_type)s duplicated from \"%(original_application_name)s"
"\" (%(original_application_id)s)"
msgstr ""
#: src/baserow/core/actions.py:658
msgid "Install template"
msgstr ""
#: src/baserow/core/actions.py:660
#, python-format
msgid ""
"Template \"%(template_name)s\" (%(template_id)s) installed into application "
"IDs %(installed_application_ids)s"
msgstr ""
#: src/baserow/core/actions.py:738
msgid "Create group invitation"
msgstr ""
#: src/baserow/core/actions.py:740
#, python-format
msgid ""
"Group invitation created for \"%(email)s\" to join \"%(group_name)s"
"\" (%(group_id)s) as %(permissions)s."
msgstr ""
#: src/baserow/core/actions.py:791
msgid "Delete group invitation"
msgstr ""
#: src/baserow/core/actions.py:793
#, python-format
msgid ""
"Group invitation (%(invitation_id)s) deleted for \"%(email)s\" to join "
"\"%(group_name)s\" (%(group_id)s) as %(permissions)s."
msgstr ""
#: src/baserow/core/actions.py:846
msgid "Accept group invitation"
msgstr ""
#: src/baserow/core/actions.py:848
#, python-format
msgid ""
"Invitation (%(invitation_id)s) sent by \"%(sender)s\" to join "
"\"%(group_name)s\" (%(group_id)s) as %(permissions)s was accepted."
msgstr ""
#: src/baserow/core/actions.py:901
msgid "Reject group invitation"
msgstr ""
#: src/baserow/core/actions.py:903
#, python-format
msgid ""
"Invitation (%(invitation_id)s) sent by \"%(sender)s\" to join "
"\"%(group_name)s\" (%(group_id)s) as %(permissions)s was rejected."
msgstr ""
#: src/baserow/core/actions.py:956
msgid "Update group invitation permissions"
msgstr ""
#: src/baserow/core/actions.py:958
#, python-format
msgid ""
"Invitation (%(invitation_id)s) permissions changed from "
"%(original_permissions)s to %(permissions)s for %(email)s on group "
"\"%(group_name)s\" (%(group_id)s)."
msgstr ""
#: src/baserow/core/actions.py:1015
msgid "Leave group"
msgstr ""
#: src/baserow/core/actions.py:1016
#, python-format
msgid "Group \"%(group_name)s\" (%(group_id)s) left."
msgstr ""
#: src/baserow/core/emails.py:103
#, python-format
msgid "%(by)s invited you to %(workspace_name)s - Baserow"
msgstr ""
#: src/baserow/core/emails.py:136
msgid "You have 1 new notification - Baserow"
msgstr ""
#: src/baserow/core/emails.py:138
#, python-format
msgid "You have %(count)d new notifications - Baserow"
msgstr ""
#: src/baserow/core/notification_types.py:94
#, python-format
msgid "%(user)s accepted your invitation to collaborate to %(workspace_name)s."
msgstr ""
#: src/baserow/core/notification_types.py:135
#, python-format
msgid "%(user)s rejected your invitation to collaborate to %(workspace_name)s."
msgstr ""
#: src/baserow/core/snapshots/actions.py:21
msgid "Create Snapshot"
msgstr ""
#: src/baserow/core/snapshots/actions.py:23
#, python-format
msgid ""
"Snapshot \"%(snapshot_name)s\" (%(snapshot_id)s) created for application "
"\"%(application_name)s\" (%(application_id)s)."
msgstr ""
#: src/baserow/core/snapshots/actions.py:68
msgid "Restore Snapshot"
msgstr ""
#: src/baserow/core/snapshots/actions.py:70
#, python-format
msgid ""
"Snapshot \"%(snapshot_name)s\" (%(snapshot_id)s) restored from application "
"\"%(original_application_name)s\" (%(original_application_id)s) to "
"application \"%(application_name)s\" (%(application_id)s)."
msgstr ""
#: src/baserow/core/snapshots/actions.py:124
msgid "Delete Snapshot"
msgstr ""
#: src/baserow/core/snapshots/actions.py:126
#, python-format
msgid ""
"Snapshot \"%(snapshot_name)s\" (%(snapshot_id)s) deleted for application "
"\"%(application_name)s\" (%(application_id)s)."
msgstr ""
#: src/baserow/core/templates/baserow/core/group_invitation.html:144
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:144
msgid "Invitation"
msgstr ""
#: src/baserow/core/templates/baserow/core/group_invitation.html:149
#, python-format
msgid ""
"<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
"%(group_name)s</strong>."
msgstr ""
#: src/baserow/core/templates/baserow/core/group_invitation.html:163
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:167
msgid "Accept invitation"
msgstr ""
#: src/baserow/core/templates/baserow/core/group_invitation.html:177
#: src/baserow/core/templates/baserow/core/notifications_summary.html:212
#: src/baserow/core/templates/baserow/core/user/account_deleted.html:154
#: src/baserow/core/templates/baserow/core/user/account_deletion_cancelled.html:154
#: src/baserow/core/templates/baserow/core/user/account_deletion_scheduled.html:159
#: src/baserow/core/templates/baserow/core/user/reset_password.html:177
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:181
msgid ""
"Baserow is an open source no-code database tool which allows you to "
"collaborate on projects, customers and more. It gives you the powers of a "
"developer without leaving your browser."
msgstr ""
#: src/baserow/core/templates/baserow/core/notifications_summary.html:146
#, python-format
msgid "You have %(counter)s new notification"
msgid_plural "You have %(counter)s new notifications"
msgstr[0] ""
msgstr[1] ""
#: src/baserow/core/templates/baserow/core/notifications_summary.html:187
#, python-format
msgid "Plus %(counter)s more notification."
msgid_plural "Plus %(counter)s more notifications."
msgstr[0] ""
msgstr[1] ""
#: src/baserow/core/templates/baserow/core/notifications_summary.html:198
msgid "View in Baserow"
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deleted.html:144
msgid "Account permanently deleted"
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deleted.html:149
#, python-format
msgid ""
"Your account (%(username)s) on Baserow (%(public_web_frontend_hostname)s) "
"has been permanently deleted."
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deletion_cancelled.html:144
msgid "Account deletion cancelled"
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deletion_cancelled.html:149
#, python-format
msgid ""
"Your account (%(username)s) on Baserow (%(public_web_frontend_hostname)s) "
"was pending deletion, but you've logged in so this operation has been "
"cancelled."
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deletion_scheduled.html:144
msgid "Account pending deletion"
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deletion_scheduled.html:149
#, python-format
msgid ""
"Your account (%(username)s) on Baserow (%(public_web_frontend_hostname)s) "
"will be permanently deleted in %(days_left)s days."
msgstr ""
#: src/baserow/core/templates/baserow/core/user/account_deletion_scheduled.html:154
msgid ""
"If you've changed your mind and want to cancel your account deletion, you "
"just have to login again."
msgstr ""
#: src/baserow/core/templates/baserow/core/user/reset_password.html:144
#: src/baserow/core/templates/baserow/core/user/reset_password.html:163
msgid "Reset password"
msgstr ""
#: src/baserow/core/templates/baserow/core/user/reset_password.html:149
#, python-format
msgid ""
"A password reset was requested for your account (%(username)s) on Baserow "
"(%(public_web_frontend_hostname)s). If you did not authorize this, you may "
"simply ignore this email."
msgstr ""
#: src/baserow/core/templates/baserow/core/user/reset_password.html:154
#, python-format
msgid ""
"To continue with your password reset, simply click the button below, and you "
"will be able to change your password. This link will expire in %(hours)s "
"hours."
msgstr ""
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:149
#, python-format
msgid ""
"<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
"%(workspace_name)s</strong>."
msgstr ""
#: src/baserow/core/trash/actions.py:20
msgid "Empty trash"
msgstr ""
#: src/baserow/core/trash/actions.py:22
#, python-format
msgid ""
"Trash for application \"%(application_name)s\" (%(application_id)s) has been "
"emptied"
msgstr ""
#: src/baserow/core/trash/actions.py:79
#, python-format
msgid ""
"Trash for workspace \"%(workspace_name)s\" (%(workspace_id)s) has been "
"emptied."
msgstr ""
#: src/baserow/core/trash/actions.py:90
msgid "Restore from trash"
msgstr ""
#: src/baserow/core/trash/actions.py:91
#, python-format
msgid ""
"Item of type \"%(item_type)s\" (%(item_id)s) has been restored from trash"
msgstr ""
#: src/baserow/core/user/actions.py:23
msgid "Create User"
msgstr ""
#: src/baserow/core/user/actions.py:25
#, python-format
msgid ""
"User \"%(user_email)s\" (%(user_id)s) created via \"%(auth_provider_type)s"
"\" (%(auth_provider_id)s) auth provider (invitation: "
"%(with_invitation_token)s)"
msgstr ""
#: src/baserow/core/user/actions.py:110
msgid "Update User"
msgstr ""
#: src/baserow/core/user/actions.py:111
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) updated"
msgstr ""
#: src/baserow/core/user/actions.py:163
msgid "Schedule user deletion"
msgstr ""
#: src/baserow/core/user/actions.py:165
#, python-format
msgid ""
"User \"%(user_email)s\" (%(user_id)s) scheduled to be deleted after grace "
"time"
msgstr ""
#: src/baserow/core/user/actions.py:196
msgid "Cancel user deletion"
msgstr ""
#: src/baserow/core/user/actions.py:198
#, python-format
msgid ""
"User \"%(user_email)s\" (%(user_id)s) logged in cancelling the deletion "
"process"
msgstr ""
#: src/baserow/core/user/actions.py:229
msgid "Sign In User"
msgstr ""
#: src/baserow/core/user/actions.py:231
#, python-format
msgid ""
"User \"%(user_email)s\" (%(user_id)s) signed in via \"%(auth_provider_type)s"
"\" (%(auth_provider_id)s) auth provider"
msgstr ""
#: src/baserow/core/user/actions.py:283
msgid "Send reset user password"
msgstr ""
#: src/baserow/core/user/actions.py:284
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) requested to reset password"
msgstr ""
#: src/baserow/core/user/actions.py:314
msgid "Change user password"
msgstr ""
#: src/baserow/core/user/actions.py:315
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) changed password"
msgstr ""
#: src/baserow/core/user/actions.py:351
msgid "Reset user password"
msgstr ""
#: src/baserow/core/user/actions.py:352
#, python-format
msgid "User \"%(user_email)s\" (%(user_id)s) reset password"
msgstr ""
#: src/baserow/core/user/emails.py:16
msgid "Reset password - Baserow"
msgstr ""
#: src/baserow/core/user/emails.py:37
msgid "Account deletion scheduled - Baserow"
msgstr ""
#: src/baserow/core/user/emails.py:56
msgid "Account permanently deleted - Baserow"
msgstr ""
#: src/baserow/core/user/emails.py:74
msgid "Account deletion cancelled - Baserow"
msgstr ""
#: src/baserow/core/user/handler.py:248
#, python-format
msgid "%(name)s's workspace"
msgstr ""

View file

@ -3,16 +3,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-18 13:32+0000\n"
"PO-Revision-Date: 2023-04-01 12:37+0000\n"
"Last-Translator: Davide Silvestri <davide@baserow.io>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/baserow/backend-"
"core/it/>\n"
"PO-Revision-Date: 2024-03-13 14:32+0000\n"
"Last-Translator: Andrea Disarò <andrea@baserow.io>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/baserow/"
"backend-core/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17-dev\n"
"X-Generator: Weblate 5.5-dev\n"
#: src/baserow/core/action/scopes.py:9
#, python-format
@ -134,10 +134,8 @@ msgstr ""
"applicazioni con ID %(installed_application_ids)s"
#: src/baserow/core/actions.py:738
#, fuzzy
#| msgid "Accept group invitation"
msgid "Create group invitation"
msgstr "Accetta invito"
msgstr "Crea invito di gruppo"
#: src/baserow/core/actions.py:740
#, python-format
@ -149,10 +147,8 @@ msgstr ""
"\"%(group_name)s\" (%(group_id)s) come %(permissions)s."
#: src/baserow/core/actions.py:791
#, fuzzy
#| msgid "Accept group invitation"
msgid "Delete group invitation"
msgstr "Accetta invito"
msgstr "Elimina invito di gruppo"
#: src/baserow/core/actions.py:793
#, python-format
@ -178,10 +174,8 @@ msgstr ""
"accettato."
#: src/baserow/core/actions.py:901
#, fuzzy
#| msgid "Accept group invitation"
msgid "Reject group invitation"
msgstr "Accetta invito"
msgstr "Rifiuta invito di gruppo"
#: src/baserow/core/actions.py:903
#, python-format
@ -225,32 +219,22 @@ msgstr ""
#: src/baserow/core/emails.py:136
msgid "You have 1 new notification - Baserow"
msgstr ""
msgstr "Hai 1 nuova notifica - Baserow"
#: src/baserow/core/emails.py:138
#, python-format
msgid "You have %(count)d new notifications - Baserow"
msgstr ""
msgstr "Hai %(count)d nuove notifiche - Baserow"
#: src/baserow/core/notification_types.py:94
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(workspace_name)s</strong>."
#, python-format
msgid "%(user)s accepted your invitation to collaborate to %(workspace_name)s."
msgstr ""
"<strong>%(first_name)s</strong> ti ha invitato a collaborare a <strong>"
"%(workspace_name)s</strong>."
msgstr "%(user)s ha accettato il tuo invito a collaborare a %(workspace_name)s."
#: src/baserow/core/notification_types.py:135
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(workspace_name)s</strong>."
#, python-format
msgid "%(user)s rejected your invitation to collaborate to %(workspace_name)s."
msgstr ""
"<strong>%(first_name)s</strong> ti ha invitato a collaborare a <strong>"
"%(workspace_name)s</strong>."
msgstr "%(user)s ha rifiutato il tuo invito a collaborare a %(workspace_name)s."
#: src/baserow/core/snapshots/actions.py:21
msgid "Create Snapshot"
@ -300,16 +284,13 @@ msgid "Invitation"
msgstr "Invito"
#: src/baserow/core/templates/baserow/core/group_invitation.html:149
#, fuzzy, python-format
#| msgid ""
#| "<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
#| "%(workspace_name)s</strong>."
#, python-format
msgid ""
"<strong>%(first_name)s</strong> has invited you to collaborate on <strong>"
"%(group_name)s</strong>."
msgstr ""
"<strong>%(first_name)s</strong> ti ha invitato a collaborare a <strong>"
"%(workspace_name)s</strong>."
"<strong>%(first_name)s</strong> ti ha invitato a collaborare a "
"<strong>%(group_name)s</strong>."
#: src/baserow/core/templates/baserow/core/group_invitation.html:163
#: src/baserow/core/templates/baserow/core/workspace_invitation.html:167
@ -336,19 +317,19 @@ msgstr ""
#, python-format
msgid "You have %(counter)s new notification"
msgid_plural "You have %(counter)s new notifications"
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Hai %(counter)s nuova notifica"
msgstr[1] "Hai %(counter)s nuove notifiche"
#: src/baserow/core/templates/baserow/core/notifications_summary.html:187
#, python-format
msgid "Plus %(counter)s more notification."
msgid_plural "Plus %(counter)s more notifications."
msgstr[0] ""
msgstr[1] ""
msgstr[0] "Più %(counter)s notifica aggiuntiva."
msgstr[1] "Più %(counter)s notifiche aggiuntive."
#: src/baserow/core/templates/baserow/core/notifications_summary.html:198
msgid "View in Baserow"
msgstr ""
msgstr "Vedi in Baserow"
#: src/baserow/core/templates/baserow/core/user/account_deleted.html:144
msgid "Account permanently deleted"
@ -577,4 +558,4 @@ msgstr "Cancellazione account interrotta - Baserow"
#: src/baserow/core/user/handler.py:248
#, python-format
msgid "%(name)s's workspace"
msgstr "%(name)s del progetto"
msgstr "Progetto di %(name)s"

View file

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-26 15:50+0000\n"
"PO-Revision-Date: 2023-12-19 12:33+0000\n"
"PO-Revision-Date: 2024-01-31 13:43+0000\n"
"Last-Translator: SWEETGOOD <cs@sweetgood.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/baserow/"
"enterprise-backend/de/>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.3\n"
"X-Generator: Weblate 5.4-dev\n"
#: audit_log/job_types.py:143
msgid "User Email"
@ -56,13 +56,12 @@ msgid "DONE"
msgstr "FERTIG"
#: audit_log/models.py:31
#, fuzzy
msgid "UNDONE"
msgstr "RÜCKGÄNGIG MACHEN"
msgstr "RÜCKGÄNGIG"
#: audit_log/models.py:32
msgid "REDONE"
msgstr "ERNEUERT"
msgstr "WIEDERHOLT"
#: role/actions.py:28
msgid "Assign multiple roles"
@ -73,14 +72,14 @@ msgid "Multiple roles have been assigned"
msgstr "Es wurden mehrere Rollen zugewiesen"
#: role/actions.py:32
#, fuzzy, python-format
#, python-format
msgid ""
"Role %(role_uid)s assigned to subject type \"%(subject_type_name)s"
"\" (%(subject_id)s) on scope type \"%(scope_type_name)s\" (%(scope_id)s)."
msgstr ""
"Die Rolle %(role_uid)s auf dem Geltungsbereichstyp \"%(scope_type_name)s\" "
"(%(scope_id)s) ist dem Subjekttyp \"%(subject_type_name)s\" (%(subject_id)s) "
"zugeordnet."
"Die Rolle %(role_uid)s wurde dem Subjekt-Typ \"%(subject_type_name)s\" "
"(%(subject_id)s) auf dem Geltungsbereichstyp \"%(scope_type_name)s\" "
"(%(scope_id)s) zugeordnet."
#: teams/actions.py:21
#, python-format

View file

@ -0,0 +1,123 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-31 17:08+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: baserow_enterprise/audit_log/job_types.py:143
msgid "User Email"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:144
msgid "User ID"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:145
msgid "Group Name"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:146
msgid "Group ID"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:147
msgid "Action Type"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:148
msgid "Description"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:149
msgid "Timestamp"
msgstr ""
#: baserow_enterprise/audit_log/job_types.py:150
msgid "IP Address"
msgstr ""
#: baserow_enterprise/audit_log/models.py:30
msgid "DONE"
msgstr ""
#: baserow_enterprise/audit_log/models.py:31
msgid "UNDONE"
msgstr ""
#: baserow_enterprise/audit_log/models.py:32
msgid "REDONE"
msgstr ""
#: baserow_enterprise/role/actions.py:30
msgid "Assign role"
msgstr ""
#: baserow_enterprise/role/actions.py:32
#, python-format
msgid ""
"Role %(role_uid)s assigned to %(subject_type)s %(subject_id)s on "
"%(scope_type)s %(scope_id)s"
msgstr ""
#: baserow_enterprise/teams/actions.py:21
#, python-format
msgid "in team \"%(team_name)s\" (%(team_id)s) "
msgstr ""
#: baserow_enterprise/teams/actions.py:27
msgid "Create team"
msgstr ""
#: baserow_enterprise/teams/actions.py:28
#, python-format
msgid "Team \"%(name)s\" (%(team_id)s) created."
msgstr ""
#: baserow_enterprise/teams/actions.py:101
msgid "Update team"
msgstr ""
#: baserow_enterprise/teams/actions.py:102
#, python-format
msgid "Team \"%(name)s\" (%(team_id)s) updated."
msgstr ""
#: baserow_enterprise/teams/actions.py:193
msgid "Delete team"
msgstr ""
#: baserow_enterprise/teams/actions.py:194
#, python-format
msgid "Team \"%(team_name)s\" (%(team_id)s) deleted."
msgstr ""
#: baserow_enterprise/teams/actions.py:240
msgid "Create team subject"
msgstr ""
#: baserow_enterprise/teams/actions.py:240
#, python-format
msgid "Subject (%(subject_id)s) created"
msgstr ""
#: baserow_enterprise/teams/actions.py:320
msgid "Delete team subject"
msgstr ""
#: baserow_enterprise/teams/actions.py:321
#, python-format
msgid "Subject (%(subject_id)s) deleted"
msgstr ""

View file

@ -73,10 +73,11 @@
"adminTitle": "Audit-Log"
},
"auditLogExportModal": {
"exportFilename": "Audit Log Export - {date}",
"exportFilename": "Admin Audit-Log-Export - {date}",
"cancelledTitle": "Export fehlgeschlagen",
"cancelledDescription": "Etwas ging schief, während das Audit-Log exportiert wurde. Bitte versuchen Sie es noch mal.",
"title": "Exportieren in CSV"
"title": "Exportieren in CSV",
"exportWorkspaceFilename": " Arbeitsbereich ({workspaceId}) Audit-Log-Export - {date}"
},
"authProviders": {
"title": "Authentifizierungsanbieter",
@ -249,8 +250,8 @@
"invalidBaseUrl": "Die eingegebene URL ist keine gültige Provider-URL",
"callbackUrl": "Rückruf-URL",
"providerName": "Name",
"secretPlaceholder": "Provider's secret",
"secret": "Secret",
"secretPlaceholder": "Provider-Geheimnis",
"secret": "Geheimnis",
"clientId": "Client-ID",
"clientIdPlaceholder": "Client-ID des Anbieters",
"providerNamePlaceholder": "Benutzerdefinierter Anbietername"
@ -259,8 +260,8 @@
"continueWith": "Weitermachen mit"
},
"enterpriseFeatures": {
"sso": "Single Sign On",
"rbac": "Role-based access control"
"sso": "Single-Sign-On",
"rbac": "Rollenbasierte Zugangskontrolle"
},
"chatwootSupportSidebarWorkspace": {
"directSupport": "Direkte Unterstützung"
@ -277,5 +278,20 @@
},
"snapshotModalWarning": {
"message": "Bitte beachten Sie, dass ein Snapshot alle Berechtigungen enthält, die für die Anwendung und ihre Tabellen festgelegt wurden."
},
"localBaserowUserSourceType": {
"notConfigured": "Nicht konfiguriert"
},
"localBaserowUserSourceForm": {
"emailFieldLabel": "Wählen Sie das E-Mail-Feld aus",
"emailFieldLabelPlaceholder": "Wählen Sie ein Feld aus...",
"noFields": "Keine Felder",
"nameFieldLabel": "Wählen Sie das Namensfeld aus",
"description": "Jede Zeile in der Tabelle ist ein Benutzerkonto. Bitte wählen Sie die passenden Felder in der Tabelle aus. Das Feld E-Mail wird zur Identifizierung verwendet.",
"nameFieldPlaceholder": "Wählen Sie ein Feld aus..."
},
"auditLogSidebarWorkspace": {
"title": "Audit-Log",
"deactivated": "Verfügbar in Advanced/Enterprise"
}
}

View file

@ -293,5 +293,12 @@
},
"localBaserowUserSourceType": {
"notConfigured": "No configurado"
},
"appAuthProviderType": {
"localBaserowPassword": "Correo electrónico/contraseña"
},
"localBaserowPasswordAppAuthProviderForm": {
"passwordFieldLabel": "Seleccionar campo de contraseña",
"noFields": "No hay campos compatibles"
}
}

View file

@ -293,5 +293,12 @@
},
"localBaserowUserSourceType": {
"notConfigured": "Non configurée"
},
"appAuthProviderType": {
"localBaserowPassword": "Courriel/Mot de passe"
},
"localBaserowPasswordAppAuthProviderForm": {
"passwordFieldLabel": "Sélectionner le champ du mot de passe",
"noFields": "Pas de champs compatibles"
}
}

View file

@ -282,5 +282,23 @@
"auditLogSidebarWorkspace": {
"title": "Audit log",
"deactivated": "Disponibile con licenza advanced/enterprise"
},
"localBaserowUserSourceForm": {
"nameFieldLabel": "Scegli il campo nome",
"nameFieldPlaceholder": "Scegli un campo...",
"description": "Ogni riga nella tabella è un utente. Scegli i campi corrispondenti nella tabella. Il campo email sarà utilizzato per identificare l'utente.",
"emailFieldLabel": "Scegli il campo email",
"emailFieldLabelPlaceholder": "Scegli un campo...",
"noFields": "Nessuno campo"
},
"localBaserowUserSourceType": {
"notConfigured": "Non configurato"
},
"appAuthProviderType": {
"localBaserowPassword": "Email/Password"
},
"localBaserowPasswordAppAuthProviderForm": {
"passwordFieldLabel": "Scegli il campo password",
"noFields": "Nessun campo compatibile"
}
}

View file

@ -293,5 +293,12 @@
},
"localBaserowUserSourceType": {
"notConfigured": "Niet geconfigureerd"
},
"appAuthProviderType": {
"localBaserowPassword": "E-mail/wachtwoord"
},
"localBaserowPasswordAppAuthProviderForm": {
"passwordFieldLabel": "Selecteer wachtwoordveld",
"noFields": "Geen compatibele velden"
}
}

View file

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-13 16:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: src/baserow_premium/row_comments/actions.py:22
msgid "Create row comment"
msgstr ""
#: src/baserow_premium/row_comments/actions.py:23
#, python-format
msgid "Comment (%(comment_id)s) has been added to row (%(row_id)s)"
msgstr ""
#: src/baserow_premium/row_comments/actions.py:96
msgid "Update row comment"
msgstr ""
#: src/baserow_premium/row_comments/actions.py:97
#, python-format
msgid "Comment (%(comment_id)s) has been updated in row (%(row_id)s)"
msgstr ""
#: src/baserow_premium/row_comments/actions.py:186
msgid "Delete row comment"
msgstr ""
#: src/baserow_premium/row_comments/actions.py:187
#, python-format
msgid "Comment (%(comment_id)s) has been deleted from row (%(row_id)s)"
msgstr ""

View file

@ -80,7 +80,7 @@
"freeUsers": "Kostenlose Benutzer",
"seatsTaken": "Sitze besetzt",
"storageUsage": "Verwendeter Speicherplatz (MB)",
"usageHelpText": "Wird nachts berechnet, wenn die Einstellung für die Nutzung von Trackgruppen aktiviert ist."
"usageHelpText": "Wird nachts berechnet, wenn die Einstellung \"Arbeitsbereichsnutzung verfolgen\" aktiviert ist"
},
"editWorkspaceContext": {
"delete": "Dauerhaft löschen"
@ -250,7 +250,7 @@
"leftBorderColorDescription": "Färbe den linken Rand der Zeile",
"backgroundColor": "Hintergrundfarbe",
"backgroundColorDescription": "Färbe den Hintergrund einer Spalte",
"onlyForPremium": "Verfügbar in der premium Version",
"onlyForPremium": "Verfügbar in der Premium-Version",
"onlyOneDecoratorPerView": "Du kannst nur eine Verzierung von dieser Art pro Ansicht haben"
},
"decoratorValueProviderType": {
@ -262,7 +262,11 @@
"conditionalColorValueProviderForm": {
"addColor": "Farbe hinzufügen",
"addCondition": "Bedingung hinzufügen",
"colorAlwaysApply": "Diese Farbe gilt standardmäßig. Sie können Bedingungen hinzufügen, indem Sie auf den \"Bedingung hinzufügen\" Knopf klicken."
"colorAlwaysApply": "Sie können Bedingungen hinzufügen, indem Sie auf den Button \"Bedingung hinzufügen\" klicken.",
"addConditionGroup": "Bedingungsgruppe hinzufügen",
"colorAlwaysApplyTitle": "Diese Farbe wird standardmäßig angewendet.",
"deleteColor": "Farbe löschen",
"title": "Farben"
},
"singleSelectColorValueProviderForm": {
"chooseAColor": "Welches Einzelauswahlfeld soll zum färben der Zeile verwendet werden?"
@ -335,7 +339,8 @@
"hiddenRowsCount": "0 | 1 mehr... | {hiddenRowsCount} mehr..."
},
"rowCommentMentionNotification": {
"title": "{sender} hat Sie in Zeile {row} in {table} erwähnt"
"title": "{sender} hat Sie in Zeile {row} in {table} erwähnt",
"deletedUser": "Gelöschter Benutzer"
},
"trashType": {
"row_comment": "Zeilenkommentar"
@ -345,6 +350,13 @@
"edit": "Kommentar bearbeiten"
},
"rowCommentNotification": {
"title": "{sender} hat einen Kommentar in Tabelle {table}, Zeile {row} geschrieben"
"title": "{sender} hat einen Kommentar in Tabelle {table}, Zeile {row} geschrieben",
"deletedUser": "Gelöschter Benutzer"
},
"RowEditModalCommentNotificationMode": {
"modeMentionsDesc": "Sie werden nur benachrichtigt, wenn Sie erwähnt werden.",
"modeAllDesc": "Sie erhalten Benachrichtigungen für alle Kommentare in dieser Zeile.",
"modeMentionsTitle": "Nur Erwähnungen",
"modeAllTitle": "Alle Kommentare"
}
}

View file

@ -318,7 +318,8 @@
"personal": "Personal"
},
"rowCommentMentionNotification": {
"title": "{enviador} te mencionó en la fila {fila} en {tabla}"
"title": "{enviador} te mencionó en la fila {fila} en {tabla}",
"deletedUser": "Un usuario eliminado"
},
"calendarDateSelector": {
"today": "Hoy"
@ -350,7 +351,8 @@
"save": "Guardar"
},
"rowCommentNotification": {
"title": "{enviador} ha publicado un comentario en la fila {fila} de {tabla}"
"title": "{enviador} ha publicado un comentario en la fila {fila} de {tabla}",
"deletedUser": "Un usuario eliminado"
},
"RowEditModalCommentNotificationMode": {
"modeMentionsDesc": "Sólo recibirás notificaciones cuando te mencionen.",

View file

@ -0,0 +1,354 @@
{
"premium": {
"user": {
"isStaff": "",
"isWorkspaceAdmin": "",
"active": "",
"deactivated": ""
},
"adminType": {
"dashboard": "",
"users": "",
"workspaces": "",
"licenses": ""
},
"viewType": {
"kanban": "",
"calendar": ""
},
"exporterType": {
"json": "",
"xml": ""
},
"deactivated": ""
},
"premiumModal": {
"title": "",
"description": "",
"viewPricing": ""
},
"rowCommentSidebar": {
"onlyPremium": "",
"readOnlyNoComment": "",
"noComment": "",
"comment": "",
"more": "",
"name": ""
},
"rowComment": {
"you": "",
"anonymous": "",
"creating": "",
"updating": "",
"deleting": "",
"created": "",
"edited": "",
"commentTrashed": "",
"errorUserNotCommentAuthorTitle": "",
"errorUserNotCommentAuthor": "",
"errorInvalidCommentMentionTitle": "",
"errorInvalidCommentMention": ""
},
"rowCommentContext": {
"edit": "",
"delete": ""
},
"rowCommentMentionNotification": {
"title": "",
"deletedUser": ""
},
"rowCommentNotification": {
"title": "",
"deletedUser": ""
},
"trashType": {
"row_comment": ""
},
"registerLicenseModal": {
"titleRegisterLicense": "",
"registerLicense": "",
"viewPricing": "",
"licenseDescription": "",
"licenseError": {
"invalidTitle": "",
"invalid": "",
"unsupportedTitle": "",
"unsupported": "",
"expiredTitle": "",
"expired": "",
"duplicateTitle": "",
"duplicate": "",
"instanceMismatchTitle": "",
"instanceMismatch": ""
}
},
"disconnectLicenseModal": {
"disconnectLicense": "",
"disconnectDescription": ""
},
"registerLicenseForm": {
"licenseKey": ""
},
"workspacesAdminTable": {
"allWorkspaces": "",
"id": "",
"name": "",
"members": "",
"applications": "",
"created": "",
"rowCount": "",
"freeUsers": "",
"seatsTaken": "",
"storageUsage": "",
"usageHelpText": ""
},
"editWorkspaceContext": {
"delete": ""
},
"deleteWorkspaceModal": {
"title": "",
"confirmation": "",
"comment": "",
"delete": ""
},
"activeUsers": {
"newUsers": "",
"activeUsers": ""
},
"usersAdminTable": {
"allUsers": "",
"username": "",
"name": "",
"workspaces": "",
"lastLogin": "",
"dateJoined": "",
"active": ""
},
"editUserContext": {
"changePassword": "",
"delete": "",
"impersonate": ""
},
"changePasswordForm": {
"newPassword": "",
"repeatPassword": "",
"changePassword": "",
"error": {
"doesntMatch": ""
}
},
"userForm": {
"fullName": "",
"email": "",
"isActive": "",
"warning": {
"changeEmail": "",
"inactiveUser": "",
"userStaff": ""
},
"error": {
"invalidName": "",
"invalidEmail": ""
}
},
"changeUserPasswordModal": {
"changePassword": ""
},
"deleteUserModal": {
"title": "",
"confirmation": "",
"comment1": "",
"comment2": "",
"delete": ""
},
"editUserModal": {
"delete": "",
"edit": ""
},
"tableJSONExporter": {
"encoding": ""
},
"tableXMLExporter": {
"encoding": ""
},
"kanbanViewStackContext": {
"createCard": "",
"editStack": "",
"deleteStack": "",
"delete": "",
"deleteDescription": ""
},
"kanbanViewHeader": {
"stackBy": "",
"stackedBy": "",
"customizeCards": ""
},
"kanbanViewOptionForm": {
"selectOption": ""
},
"kanbanViewStakedBy": {
"title": "",
"chooseField": ""
},
"kanbanViewStack": {
"uncategorized": "",
"tryAgain": "",
"new": ""
},
"calendarViewHeader": {
"displayBy": "",
"displayedBy": "",
"labels": ""
},
"calendarDateSelector": {
"today": ""
},
"calendarMonthDay": {
"hiddenRowsCount": ""
},
"calendarMonthDayExpanded": {
"tryAgain": ""
},
"dashboard": {
"title": "",
"totals": "",
"totalUsers": "",
"totalWorkspaces": "",
"totalApplications": "",
"newUsers": "",
"newUsers24h": "",
"newUsers7days": "",
"newUsers30days": "",
"activeUsers": "",
"activeUsers24h": "",
"activeUsers7days": "",
"activeUsers30days": "",
"viewAll": ""
},
"premiumFeatures": {
"rowComments": "",
"kanbanView": "",
"calendarView": "",
"exports": "",
"admin": "",
"rowColoring": "",
"surveyForm": "",
"publicLogoRemoval": "",
"personalViews": ""
},
"licenses": {
"titleNoLicenses": "",
"titleLicenses": "",
"noLicensesDescription": "",
"getLicense": "",
"baserowInstanceId": "",
"registerLicense": "",
"licenceId": "",
"premium": "",
"expired": "",
"validity": "",
"seats": ""
},
"license": {
"title": "",
"users": "",
"description": "",
"seatLeft": "",
"fillSeats": "",
"removeAll": "",
"licenseId": "",
"addUser": "",
"plan": "",
"premium": "",
"expired": "",
"validFrom": "",
"validThrough": "",
"validThroughDescription": "",
"lastCheck": "",
"lastCheckDescription": "",
"checkNow": "",
"seats": "",
"licensedTo": "",
"applications": "",
"unlimited": "",
"rowUsage": "",
"storeUsage": "",
"disconnectLicense": "",
"disconnectDescription": "",
"moreSeatsNeededTitle": "",
"contactSalesMoreSeats": "",
"automaticSeatsProgressBarStatus": "",
"premiumFeatureName": "",
"enterpriseFeatureName": "",
"supportFeatureName": ""
},
"viewDecoratorType": {
"leftBorderColor": "",
"leftBorderColorDescription": "",
"backgroundColor": "",
"backgroundColorDescription": "",
"onlyForPremium": "",
"onlyOneDecoratorPerView": ""
},
"decoratorValueProviderType": {
"singleSelectColor": "",
"singleSelectColorDescription": "",
"conditionalColor": "",
"conditionalColorDescription": ""
},
"singleSelectColorValueProviderForm": {
"chooseAColor": ""
},
"conditionalColorValueProviderForm": {
"addCondition": "",
"addConditionGroup": "",
"colorAlwaysApplyTitle": "",
"colorAlwaysApply": "",
"addColor": "",
"deleteColor": "",
"title": ""
},
"redirectToBaserowModal": {
"title": "",
"content": ""
},
"premiumTopSidebar": {
"impersonateDescription": "",
"impersonateStop": "",
"premium": "",
"premiumDescription": ""
},
"formViewModeType": {
"survey": "",
"surveyDescription": "",
"onlyForPremium": ""
},
"formViewModePreviewSurvey": {
"orderFields": "",
"deactivated": "",
"more": ""
},
"shareLinkOptions": {
"baserowLogo": {
"label": "",
"premiumModalName": ""
}
},
"viewsContext": {
"personal": ""
},
"dateFieldSelectForm": {
"dateField": "",
"noCompatibleDateFields": ""
},
"selectDateFieldModal": {
"chooseDateField": "",
"save": ""
},
"RowEditModalCommentNotificationMode": {
"modeMentionsTitle": "",
"modeMentionsDesc": "",
"modeAllTitle": "",
"modeAllDesc": ""
}
}

View file

@ -344,9 +344,20 @@
"delete": "Cancella il commento"
},
"rowCommentMentionNotification": {
"title": "{sender} ti ha taggato nella riga {row} in {table}"
"title": "{sender} ti ha taggato nella riga {row} in {table}",
"deletedUser": "Un utente rimosso"
},
"trashType": {
"row_comment": "commento"
},
"rowCommentNotification": {
"title": "{sender} ha postato un commento nella riga {row} in {table}",
"deletedUser": "Un utente rimosso"
},
"RowEditModalCommentNotificationMode": {
"modeMentionsTitle": "Solo se menzionato",
"modeMentionsDesc": "Riceverai le notifiche solo se vieni menzionato in un commento.",
"modeAllTitle": "Tutti i commenti",
"modeAllDesc": "Riceverai una notifica per ogni commento pubblicato su questa riga."
}
}

View file

@ -343,13 +343,15 @@
"delete": "Opmerking verwijderen"
},
"rowCommentMentionNotification": {
"title": "{sender} noemde je in rij {row} in {table}"
"title": "{sender} noemde je in rij {row} in {table}",
"deletedUser": "Een verwijderde gebruiker"
},
"trashType": {
"row_comment": "rij opmerking"
},
"rowCommentNotification": {
"title": "{sender} heeft een reactie geplaatst in rij {row} in {table}"
"title": "{sender} heeft een reactie geplaatst in rij {row} in {table}",
"deletedUser": "Een verwijderde gebruiker"
},
"RowEditModalCommentNotificationMode": {
"modeMentionsDesc": "Je ontvangt alleen meldingen wanneer je wordt genoemd.",

View file

@ -4,7 +4,8 @@
"no": "nein",
"wrong": "Etwas ist schief gegangen",
"none": "Kein",
"free": "Kostenlos"
"free": "Kostenlos",
"comingSoon": "In Kürze verfügbar..."
},
"action": {
"upload": "Hochladen",
@ -70,13 +71,16 @@
"maxLength": "Maximal {max} Zeichen sind hier erlaubt.",
"minMaxLength": "Hier sind mindestens {min} und maxmial {max} Zeichen erlaubt.",
"requiredField": "Dieses Feld wird benötigt.",
"integerField": "Das Feld muss eine Ganzzahl sein."
"integerField": "Das Feld muss eine Ganzzahl sein.",
"minValueField": "Das Feld muss größer oder gleich als {min} sein.",
"maxValueField": "Das Feld muss größer oder gleich als {max} sein.",
"minMaxValueField": "Der Feldwert muss zwischen {min} und {max} liegen."
},
"permission": {
"admin": "Admin",
"adminDescription": "Kann vollumfänglich Arbeitsbereiche und Anwendungen konfigurieren und bearbeiten.",
"admin": "Administration",
"adminDescription": "Kann Arbeitsbereiche und Anwendungen vollumfänglich konfigurieren und bearbeiten.",
"member": "Mitglied",
"memberDescription": "Kann vollumfänglich Anwendungen konfigurieren und bearbeiten."
"memberDescription": "Kann Anwendungen vollumfänglich konfigurieren und bearbeiten."
},
"fieldType": {
"singleLineText": "Einzeiliger Text",
@ -98,7 +102,19 @@
"lookup": "Nachschlagen",
"multipleCollaborators": "Mitarbeiter",
"count": "Anzahl",
"rollup": "Rollup"
"rollup": "Rollup",
"multipleSelectDropdown": "Dropdown",
"linkRowSingle": "Einzel",
"uuid": "UUID",
"singleSelectRadios": "Optionsschaltflächen",
"createdBy": "Erstellt von",
"defaultFormViewComponent": "Standard",
"linkRowMultiple": "Mehrfach",
"lastModifiedBy": "Zuletzt geändert von",
"duration": "Dauer",
"multipleSelectCheckboxes": "Kontrollkästchen",
"autonumber": "Automatische Nummerierung",
"singleSelectDropdown": "Dropdown"
},
"fieldErrors": {
"invalidNumber": "Ungültige Zahl",
@ -106,13 +122,15 @@
"invalidUrl": "Ungültige URL",
"max254Chars": "Maximal 254 Zeichen",
"invalidEmail": "Ungültige E-Mail",
"invalidPhoneNumber": "Ungültige Telefonnummer"
"invalidPhoneNumber": "Ungültige Telefonnummer",
"invalidDuration": "Ungültiges Format ({durationFormat}).",
"overflowDuration": "Der Wert ist zu groß."
},
"fieldDocs": {
"readOnly": "Dies ist ein schreibgeschütztes Feld.",
"text": "Akzeptiert einzeiligen Text.",
"longText": "Akzeptiert mehrzeiligen Text.",
"linkRow": "Akzeptiert ein Array mit den Bezeichnern oder Hauptfeldtextwerten der verbundenen Zeilen der Tabelle id {table}. Alle Bezeichner müssen jedes Mal angegeben werden, wenn die Beziehungen aktualisiert werden. Wenn ein leeres Array angegeben wird, werden alle Relationen gelöscht. Bei Angabe eines Textwerts anstelle eines Bezeichners wird eine Zeile mit dem übereinstimmenden Wert für ihr Hauptfeld gesucht. Wenn mehr als eine Übereinstimmung gefunden wird, wird die erste in der Reihenfolge der Tabelle ausgewählt.",
"linkRow": "Akzeptiert ein Array mit den Bezeichnern oder Hauptfeldtextwerten der verbundenen Zeilen der Tabelle id {table}. Alle Bezeichner müssen jedes Mal angegeben werden, wenn die Beziehungen aktualisiert werden. Wenn ein leeres Array angegeben wird, werden alle Relationen gelöscht. Bei Angabe eines Textwerts anstelle eines Bezeichners wird eine Zeile mit dem übereinstimmenden Wert für ihr Hauptfeld gesucht. Wenn mehr als eine Übereinstimmung gefunden wird, wird die erste in der Reihenfolge der Tabelle ausgewählt. Sie können eine Zeichenfolge mit durch Komma getrennten Namen senden. In diesem Fall wird die Zeichenfolge in ein Array von Zeilennamen umgewandelt.",
"number": "Akzeptiert eine Nummer.",
"numberPositive": "Akzeptiert eine positive Zahl.",
"decimal": "Akzeptiert eine Dezimalzahl mit {Stellen} Dezimalstellen nach dem Punkt.",
@ -129,13 +147,18 @@
"email": "Akzeptiert eine Zeichenkette, die eine E-Mail-Adresse sein muss.",
"file": "Akzeptiert ein Array von Objekten, das mindestens den Namen der Benutzerdatei enthält. Sie können die \"File uploads\"-Endpunkte verwenden, um die Datei hochzuladen. Die Antwort auf diese Aufrufe kann hier direkt als Objekt bereitgestellt werden. Die Endpunkte sind in der linken Seitenleiste zu finden.",
"singleSelect": "Akzeptiert eine Ganzzahl oder einen Textwert, der die gewählte Select-Option-ID oder den Optionswert darstellt. Ein Nullwert bedeutet, dass keine Option ausgewählt ist. Im Falle eines Textwerts wird die erste übereinstimmende Option ausgewählt.",
"multipleSelect": "Akzeptiert ein Array von gemischten Ganzzahlen oder Textwerten, die jeweils die gewählte Select-Option id oder den Wert darstellen. Im Falle eines Textwertes wird die erste passende Option ausgewählt.",
"multipleSelect": "Akzeptiert ein Array von gemischten Ganzzahlen oder Textwerten, die jeweils die gewählte Select-Option id oder den Wert darstellen. Im Falle eines Textwertes wird die erste passende Option ausgewählt. Sie können eine Zeichenkette mit durch Komma getrennten Namen als Wert senden. In diesem Fall wird die Zeichenkette in ein Array von Optionsnamen umgewandelt.",
"phoneNumber": "Akzeptiert eine Telefonnummer mit einer maximalen Länge von 100 Zeichen, die nur aus Ziffern, Leerzeichen und den folgenden Zeichen besteht: Nx,._+*()#=;/- .",
"formula": "Ein schreibgeschütztes Feld, das durch eine in der Formelsprache Baserow geschriebene Formel definiert ist.",
"lookup": "Ein schreibgeschütztes Feld, das mit einem Link-to-Table-Feld verbunden ist und ein Array von Werten und Zeilen-IDs aus dem ausgewählten Nachschlagefeld in der verknüpften Tabelle zurückgibt.",
"multipleCollaborators": "Akzeptiert ein Array von Objekten, wobei jedes Objekt die ID eines Benutzers enthält.",
"count": "Ein schreibgeschütztes Feld, das mit einem Link-to-Table-Feld verbunden ist, das die Anzahl der Beziehungen zurückgibt.",
"rollup": "Ein schreibgeschütztes Feld, das mit einem Link-to-Table-Feld verbunden ist, das die Werte aus dem ausgewählten Nachschlagefeld in der verknüpften Tabelle zurückgibt."
"rollup": "Ein schreibgeschütztes Feld, das mit einem Link-to-Table-Feld verbunden ist, das die Werte aus dem ausgewählten Nachschlagefeld in der verknüpften Tabelle zurückgibt.",
"lastModifiedBy": "Das Feld \"Zuletzt geändert von\" ist ein schreibgeschütztes Feld.",
"createdBy": "Das Feld \"Erstellt von\" ist ein schreibgeschütztes Feld, das den Benutzer anzeigt, der die Zeile erstellt hat.",
"uuid": "Eine schreibgeschützte, eindeutige und dauerhafte UUID.",
"autonumber": "Ein schreibgeschütztes Feld, das bei jeder neuen Zeile automatisch eine Zahl hochzählt.",
"duration": "Akzeptiert eine zeitbasierte Dauer als Zeichenkette im Format {format} oder als Zahl, die die Gesamtzahl der Sekunden angibt."
},
"viewFilter": {
"contains": "enthält",
@ -171,7 +194,10 @@
"isWithinMonths": "ist innerhalb von Monaten",
"isWithinDays": "Ist innerhalb Tage",
"isAfterOrEqualDate": "liegt nach oder am selben Datum",
"isWithinWeeks": "ist innerhalb von Wochen"
"isWithinWeeks": "ist innerhalb von Wochen",
"isAfterDaysAgo": "ist nach Tagen vor",
"isEvenAndWhole": "ist gerade und eine Ganzzahl",
"filesLowerThan": "Dateien kleiner als"
},
"viewType": {
"grid": "Gitternetz",
@ -280,7 +306,11 @@
"maxLocksPerTransactionExceededTitle": "PostgreSQL-Problem entdeckt",
"maxLocksPerTransactionExceededDescription": "Baserow versuchte, die gelöschten Objekte dauerhaft zu löschen, überschritt aber die in `max_locks_per_transaction` angegebenen verfügbaren Sperren.",
"notificationDoesNotExistTitle": "Benachrichtigung existiert nicht.",
"notificationDoesNotExistDescription": "Die Aktion konnte nicht abgeschlossen werden, weil die entsprechende Zeile nicht mehr existiert."
"notificationDoesNotExistDescription": "Die Aktion konnte nicht abgeschlossen werden, weil die entsprechende Zeile nicht mehr existiert.",
"cannotCreateFieldTypeDescription": "Der gewünschte Feldtyp kann derzeit nicht erstellt werden. Möglicherweise handelt es sich nur um ein vorübergehendes Problem mit älteren Tabellen. Bitte versuchen Sie es später noch einmal.",
"adminAlreadyExistsDescription": "Dieser Benutzername kann nicht verwendet werden, da er bereits existiert.",
"adminAlreadyExistsTitle": "Dieser Benutzername kann nicht verwendet werden",
"cannotCreateFieldTypeTitle": "Feld kann nicht erstellt werden"
},
"importerType": {
"csv": "Importieren einer CSV-Datei",
@ -289,7 +319,7 @@
"json": "Importieren einer JSON-Datei"
},
"apiDocs": {
"intro": "Vorstellung",
"intro": "Einführung",
"authent": "Authentifizierung",
"table": "{Name} Tabelle",
"filters": "Filter",
@ -416,7 +446,19 @@
"todayDescription": "Gibt das aktuelle Datum in utc zurück.",
"whenNanDescription": "Gibt das erste Argument zurück, wenn es nicht 'NaN' ist. Gibt das zweite Argument zurück, wenn das erste Argument 'NaN' ist",
"toDateTzDescription": "Gibt das erste Argument in ein Datum umgewandelt zurück, wenn als zweites Argument eine Zeichenkette im Datumsformat und als drittes Argument die Zeitzone angegeben wird.",
"datetimeFormatTzDescription": "Konvertiert das Datum in Text, der eine Möglichkeit zum Formatieren des Datums in der angegebenen Zeitzone bietet."
"datetimeFormatTzDescription": "Konvertiert das Datum in Text, der eine Möglichkeit zum Formatieren des Datums in der angegebenen Zeitzone bietet.",
"splitPartDescription": "Extrahiert ein Segment aus einer begrenzten Zeichenkette anhand eines Begrenzungszeichens und eines Index (Numerischer Indikator, der angibt, welches Element der Zeichenkette zurückgegeben werden soll)",
"encodeUriDescription": "Gibt eine encoded URI-Zeichenkette aus dem angegebenen Argument zurück.",
"encodeUriComponentDescription": "Gibt eine encoded URI-Zeichenkomponente aus dem angegebenen Argument zurück.",
"getFileVisibleNameDescription": "Gibt den sichtbaren Dateinamen einer einzelnen Datei zurück, die von der Indexfunktion zurückgegeben wurde.",
"getImageHeightDescription": "Gibt die Bildhöhe einer einzelnen Datei zurück, die von der Indexfunktion zurückgegeben wurde.",
"hasOptionDescription": "Gibt TRUE zurück, wenn das erste Argument ein Mehrfachauswahlfeld oder ein Verweis auf ein einzelnes Auswahlfeld und das zweite Argument eine der Optionen ist.",
"getIsImageDescription": "Gibt zurück, ob die von der Indexfunktion zurückgegebene einzelne Datei ein Bild ist oder nicht.",
"getFileMimeTypeDescription": "Gibt den MIME-Typ einer einzelnen Datei zurück, die von der Indexfunktion zurückgegeben wurde.",
"getFileCountDescription": "Gibt die Anzahl der Dateien im referenzierten Dateifeld zurück",
"getFileSizeDescription": "Gibt die Dateigröße einer einzelnen Datei zurück, die von der Indexfunktion zurückgegeben wurde.",
"getImageWidthDescription": "Gibt die Bildbreite einer einzelnen Datei zurück, die von der Indexfunktion zurückgegeben wurde.",
"indexDescription": "Gibt die Datei aus einem Dateifeld an der durch das zweite Argument angegebenen Position zurück."
},
"functionnalGridViewFieldLinkRow": {
"unnamed": "unbenannte Zeile {value}"

View file

@ -4,7 +4,10 @@
"no": "no",
"wrong": "Algo salió mal",
"none": "Ninguno",
"free": "Gratis"
"free": "Gratis",
"comingSoon": "Pronto...",
"link": "Enlace",
"table": "Tabla"
},
"action": {
"upload": "Subir",
@ -33,7 +36,9 @@
"login": "Iniciar sesión",
"download": "Descargar",
"copyToClipboard": "Copiar al portapapeles",
"reset": "Restablecer"
"reset": "Restablecer",
"logout": "Cerrar sesión",
"set": "Establecer"
},
"adminType": {
"settings": "Ajustes",
@ -72,7 +77,8 @@
"requiredField": "Este campo es requerido.",
"integerField": "El campo debe ser un número entero.",
"minValueField": "El campo debe ser mayor o igual que {mínimo}.",
"maxValueField": "El campo debe ser menor o igual que {máximo}."
"maxValueField": "El campo debe ser menor o igual que {máximo}.",
"minMaxValueField": "El valor del campo debe estar comprendido entre {min} y {max}."
},
"permission": {
"admin": "Admin",
@ -111,7 +117,9 @@
"createdBy": "Creado por",
"singleSelectRadios": "Radios",
"lastModifiedBy": "Última modificación por",
"multipleSelectCheckboxes": "Casillas"
"multipleSelectCheckboxes": "Casillas",
"duration": "Duración",
"password": "Contraseña"
},
"fieldErrors": {
"invalidNumber": "Número invalido",
@ -119,13 +127,17 @@
"invalidUrl": "URL invalida",
"max254Chars": "Max 254 caract",
"invalidEmail": "Email inválido",
"invalidPhoneNumber": "Número de teléfono invalido"
"invalidPhoneNumber": "Número de teléfono invalido",
"invalidDuration": "Formato no válido ({duraciónFormato}).",
"overflowDuration": "El valor es demasiado grande.",
"maxChars": "Máximo {max} caracteres.",
"minChars": "Mínimo {min} caracteres."
},
"fieldDocs": {
"readOnly": "Este es un campo de sólo lectura.",
"text": "Acepta texto de una sola línea.",
"longText": "Acepta texto de varias líneas.",
"linkRow": "Acepta una matriz que contiene los identificadores o los valores de texto del campo principal de las filas relacionadas del id de la tabla {tabla}. Todos los identificadores deben proporcionarse cada vez que se actualicen las relaciones. Si se proporciona una matriz vacía, se eliminarán todas las relaciones. En el caso de un valor de texto en lugar de un identificador, se buscará una fila con el valor coincidente para su campo principal. Si se encuentra más de una coincidencia, se selecciona la primera en el orden de la tabla.",
"longText": "Acepta texto multilínea. Si el formato de texto enriquecido está activado, puedes utilizar markdown para dar formato al texto.",
"linkRow": "Acepta una matriz que contiene los identificadores o los valores de texto del campo principal de las filas relacionadas del id de tabla {table}. Deben proporcionarse todos los identificadores cada vez que se actualicen las relaciones. Si se proporciona una matriz vacía, se eliminarán todas las relaciones. En caso de que se proporcione un valor de texto en lugar de un identificador, se buscará una fila con el valor coincidente para su campo principal. Si se encuentra más de una coincidencia, se selecciona la primera en el orden de la tabla. Puedes enviar una cadena con nombres separados por coma, en cuyo caso la cadena se convierte en una matriz de nombres de fila.",
"number": "Acepta un número.",
"numberPositive": "Acepta un número positivo.",
"decimal": "Acepta un decimal con {places} decimales después del punto.",
@ -142,7 +154,7 @@
"email": "Acepta una cadena que debe ser una dirección de correo electrónico.",
"file": "Acepta una matriz de objetos que contienen al menos el nombre del archivo de usuario.",
"singleSelect": "Acepta un número entero o un valor de texto que representa el ID de la opción seleccionada o el valor de la opción. Un valor nulo significa que no se ha seleccionado ninguno. En el caso de un valor de texto, se selecciona la primera opción coincidente.",
"multipleSelect": "Acepta una matriz de enteros mixtos o valores de texto, cada uno de los cuales representa el ID o el valor de la opción de selección elegida. En el caso de un valor de texto, se selecciona la primera opción coincidente.",
"multipleSelect": "Acepta una matriz de enteros mixtos o valores de texto, cada uno de los cuales representa el id o el valor de la opción de selección elegida. En el caso de un valor de texto, se selecciona la primera opción que coincida. Puedes enviar una cadena con nombres separados por comas como valor, en cuyo caso la cadena se convierte en una matriz de nombres de opciones.",
"phoneNumber": "Acepta un número de teléfono que tenga una longitud máxima de 100 caracteres que consista únicamente en dígitos, espacios y los siguientes caracteres: Nx,._+*()#=;/- .",
"formula": "Un campo de solo lectura definido por una fórmula escrita en el lenguaje de fórmulas de Baserow.",
"lookup": "Un campo de sólo lectura conectado a un campo de enlace a tabla que devuelve una matriz de valores e ids de fila del campo de búsqueda elegido en la tabla enlazada.",
@ -152,7 +164,9 @@
"lastModifiedBy": "El campo \"Última modificación por\" es un campo de sólo lectura.",
"autonumber": "Campo de sólo lectura que incrementa automáticamente un número por cada nueva fila.",
"uuid": "Un UUID único y persistente de sólo lectura.",
"createdBy": "El campo \"Creado por\" es un campo de sólo lectura que muestra el usuario que creó la fila."
"createdBy": "El campo \"Creado por\" es un campo de sólo lectura que muestra el usuario que creó la fila.",
"duration": "Acepta una duración basada en el tiempo como una cadena con el formato {formato} o como un número que representa el número total de segundos.",
"password": "Un campo de sólo escritura que contiene una contraseña con hash. El valor será \"nulo\" si no se ha establecido, o \"verdadero\" si se ha establecido. Acepta una cadena para establecerla."
},
"viewFilter": {
"contains": "contiene",

View file

@ -0,0 +1,477 @@
{
"common": {
"yes": "",
"no": "",
"wrong": "",
"none": "",
"free": "",
"comingSoon": ""
},
"action": {
"upload": "",
"back": "",
"backToLogin": "",
"signUp": "",
"signIn": "",
"login": "",
"createNew": "",
"create": "",
"edit": "",
"change": "",
"delete": "",
"rename": "",
"remove": "",
"duplicate": "",
"add": "",
"makeChoice": "",
"cancel": "",
"save": "",
"retry": "",
"search": "",
"copy": "",
"paste": "",
"activate": "",
"deactivate": "",
"download": "",
"copyToClipboard": "",
"reset": ""
},
"adminType": {
"settings": "",
"health": ""
},
"applicationType": {
"database": "",
"databaseDefaultName": "",
"builder": "",
"builderDefaultName": "",
"cantSelectTableTitle": "",
"cantSelectTableDescription": "",
"cantSelectPageTitle": "",
"cantSelectPageDescription": ""
},
"settingType": {
"account": "",
"password": "",
"emailNotifications": "",
"tokens": "",
"deleteAccount": ""
},
"userFileUploadType": {
"file": "",
"url": ""
},
"field": {
"emailAddress": ""
},
"error": {
"invalidEmail": "",
"notMatchingPassword": "",
"minLength": "",
"maxLength": "",
"minMaxLength": "",
"requiredField": "",
"integerField": "",
"minValueField": "",
"maxValueField": "",
"minMaxValueField": ""
},
"permission": {
"admin": "",
"adminDescription": "",
"member": "",
"memberDescription": ""
},
"fieldType": {
"singleLineText": "",
"longText": "",
"linkToTable": "",
"number": "",
"rating": "",
"boolean": "",
"date": "",
"lastModified": "",
"lastModifiedBy": "",
"createdOn": "",
"createdBy": "",
"duration": "",
"url": "",
"email": "",
"file": "",
"singleSelect": "",
"multipleSelect": "",
"phoneNumber": "",
"formula": "",
"count": "",
"rollup": "",
"lookup": "",
"multipleCollaborators": "",
"defaultFormViewComponent": "",
"linkRowSingle": "",
"linkRowMultiple": "",
"uuid": "",
"multipleSelectDropdown": "",
"multipleSelectCheckboxes": "",
"singleSelectDropdown": "",
"singleSelectRadios": "",
"autonumber": ""
},
"fieldErrors": {
"invalidNumber": "",
"maxDigits": "",
"invalidUrl": "",
"max254Chars": "",
"invalidEmail": "",
"invalidPhoneNumber": "",
"invalidDuration": "",
"overflowDuration": ""
},
"fieldDocs": {
"readOnly": "",
"text": "",
"longText": "",
"linkRow": "",
"number": "",
"numberPositive": "",
"decimal": "",
"decimalPositive": "",
"rating": "",
"boolean": "",
"date": "",
"dateTime": "",
"dateResponse": "",
"dateTimeResponse": "",
"lastModifiedReadOnly": "",
"lastModifiedBy": "",
"createdOnReadOnly": "",
"createdBy": "",
"duration": "",
"url": "",
"email": "",
"file": "",
"singleSelect": "",
"multipleSelect": "",
"phoneNumber": "",
"formula": "",
"count": "",
"rollup": "",
"lookup": "",
"multipleCollaborators": "",
"uuid": "",
"autonumber": ""
},
"viewFilter": {
"contains": "",
"containsNot": "",
"containsWord": "",
"doesntContainWord": "",
"filenameContains": "",
"has": "",
"hasNot": "",
"higherThan": "",
"is": "",
"isNot": "",
"isEmpty": "",
"isNotEmpty": "",
"isDate": "",
"isDayOfMonth": "",
"isBeforeDate": "",
"isBeforeOrEqualDate": "",
"isAfterDate": "",
"isAfterOrEqualDate": "",
"isAfterDaysAgo": "",
"isNotDate": "",
"isToday": "",
"beforeToday": "",
"afterToday": "",
"isDaysAgo": "",
"isMonthsAgo": "",
"isYearsAgo": "",
"inThisWeek": "",
"inThisMonth": "",
"inThisYear": "",
"isWithinDays": "",
"isWithinWeeks": "",
"isWithinMonths": "",
"lowerThan": "",
"isEvenAndWhole": "",
"lengthIsLowerThan": "",
"hasFileType": "",
"filesLowerThan": ""
},
"viewType": {
"grid": "",
"gallery": "",
"form": "",
"sharing": {
"linkName": "",
"formLinkName": ""
}
},
"trashType": {
"workspace": "",
"application": "",
"table": "",
"field": "",
"row": "",
"rows": "",
"view": ""
},
"webhook": {
"request": "",
"response": "",
"successfullyUpdated": "",
"form": {
"invalidURLTitle": "",
"invalidURLDescription": ""
},
"status": {
"noStatus": "",
"statusOK": "",
"statusNotOK": ""
},
"eventType": {
"rowCreated": "",
"rowsCreated": "",
"rowUpdated": "",
"rowsUpdated": "",
"rowDeleted": "",
"rowsDeleted": ""
}
},
"clientHandler": {
"notFoundTitle": "",
"notFoundDescription": "",
"networkErrorTitle": "",
"networkErrorDescription": "",
"tooManyRequestsTitle": "",
"tooManyRequestsDescription": "",
"notCompletedTitle": "",
"notCompletedDescription": "",
"userNotInWorkspaceTitle": "",
"userNotInWorkspaceDescription": "",
"invalidWorkspacePermissionsTitle": "",
"invalidWorkspacePermissionsDescription": "",
"tableDoesNotExistTitle": "",
"tableDoesNotExistDescription": "",
"rowDoesNotExistTitle": "",
"rowDoesNotExistDescription": "",
"notificationDoesNotExistTitle": "",
"notificationDoesNotExistDescription": "",
"fileSizeTooLargeTitle": "",
"fileSizeTooLargeDescription": "",
"invalidFileTitle": "",
"invalidFileDescription": "",
"fileUrlCouldNotBeReachedTitle": "",
"fileUrlCouldNotBeReachedDescription": "",
"invalidFileUrlTitle": "",
"invalidFileUrlDescription": "",
"adminCannotDeactivateSelfTitle": "",
"adminCannotDeactivateSelfDescription": "",
"adminCannotDeleteSelfTitle": "",
"adminCannotDeleteSelfDescription": "",
"maxFieldCountExceededTitle": "",
"maxFieldCountExceededDescription": "",
"cannotRestoreParentBeforeChildTitle": "",
"cannotRestoreParentBeforeChildDescription": "",
"cannotRestoreAsRelatedTableTrashedTitle": "",
"cannotRestoreAsRelatedTableTrashedDescription": "",
"workspaceUserIsLastAdminTitle": "",
"workspaceUserIsLastAdminDescription": "",
"errorMaxJobCountExceededTitle": "",
"errorMaxJobCountExceededDescription": "",
"failedToLockFieldDueToConflictTitle": "",
"failedToLockFieldDueToConflictDescription": "",
"failedToLockTableDueToConflictTitle": "",
"failedToLockTableDueToConflictDescription": "",
"failedToUndoRedoDueToConflictTitle": "",
"failedToUndoRedoDueToConflictDescription": "",
"maximumSnapshotsReachedTitle": "",
"maximumSnapshotsReachedDescription": "",
"snapshotBeingCreatedTitle": "",
"snapshotBeingCreatedDescription": "",
"snapshotBeingRestoredTitle": "",
"snapshotBeingRestoredDescription": "",
"snapshotBeingDeletedTitle": "",
"snapshotBeingDeletedDescription": "",
"snapshotNameNotUniqueTitle": "",
"snapshotNameNotUniqueDescription": "",
"snapshotOperationLimitExceededTitle": "",
"snapshotOperationLimitExceededDescription": "",
"disabledPasswordProviderTitle": "",
"disabledPasswordProviderMessage": "",
"maxLocksPerTransactionExceededTitle": "",
"maxLocksPerTransactionExceededDescription": "",
"lastAdminTitle": "",
"lastAdminMessage": "",
"adminAlreadyExistsTitle": "",
"adminAlreadyExistsDescription": "",
"cannotCreateFieldTypeTitle": "",
"cannotCreateFieldTypeDescription": ""
},
"importerType": {
"csv": "",
"paste": "",
"xml": "",
"json": ""
},
"apiDocs": {
"intro": "",
"authent": "",
"table": "",
"filters": "",
"errors": "",
"fields": "",
"listFields": "",
"listRows": "",
"getRow": "",
"createRow": "",
"createRows": "",
"updateRow": "",
"updateRows": "",
"moveRow": "",
"deleteRow": "",
"deleteRows": "",
"uploadFile": "",
"uploadFileDescription": "",
"uploadFileViaUrl": "",
"uploadFileViaUrlDescription": "",
"queryParameters": "",
"pathParameters": "",
"requestBodySchema": "",
"userFieldNamesDescription": "",
"singleRow": "",
"batchRows": "",
"fileUploads": ""
},
"exporterType": {
"csv": ""
},
"previewType": {
"imageBrowser": "",
"videoBrowser": "",
"AudioBrowser": "",
"pdfBrowser": "",
"googleDocs": ""
},
"humanDateFormat": {
"dd/mm/yyyy": "",
"mm/dd/yyyy": "",
"yyyy-mm-dd": ""
},
"formulaFunctions": {
"upperDescription": "",
"lowerDescription": "",
"splitPartDescription": "",
"concatDescription": "",
"addDescription": "",
"minusDescription": "",
"multiplyDescription": "",
"divideDescription": "",
"equalDescription": "",
"ifDescription": "",
"toTextDescription": "",
"datetimeFormatDescription": "",
"datetimeFormatTzDescription": "",
"toNumberDescription": "",
"fieldDescription": "",
"lookupDescription": "",
"isBlankDescription": "",
"isNullDescription": "",
"tDescription": "",
"notDescription": "",
"greaterThanDescription": "",
"greaterThanOrEqualDescription": "",
"lessThanDescription": "",
"lessThanOrEqualDescription": "",
"nowDescription": "",
"todayDescription": "",
"toDateDescription": "",
"toDateTzDescription": "",
"dayDescription": "",
"dateDiffDescription": "",
"andDescription": "",
"orDescription": "",
"dateIntervalDescription": "",
"replaceDescription": "",
"searchDescription": "",
"rowIdDescription": "",
"lengthDescription": "",
"reverseDescription": "",
"notEqualDescription": "",
"countDescription": "",
"containsDescription": "",
"leftDescription": "",
"rightDescription": "",
"trimDescription": "",
"regexReplaceDescription": "",
"greatestDescription": "",
"leastDescription": "",
"monthDescription": "",
"yearDescription": "",
"secondDescription": "",
"whenEmptyDescription": "",
"anyDescription": "",
"everyDescription": "",
"maxDescription": "",
"minDescription": "",
"joinDescription": "",
"stddevPopDescription": "",
"stddevSampleDescription": "",
"varianceSampleDescription": "",
"variancePopDescription": "",
"avgDescription": "",
"sumDescription": "",
"filterDescription": "",
"linkDescription": "",
"buttonDescription": "",
"getLinkLabelDescription": "",
"getLinkUrlDescription": "",
"evenDescription": "",
"oddDescription": "",
"modDescription": "",
"powerDescription": "",
"logDescription": "",
"expDescription": "",
"lnDescription": "",
"signDescription": "",
"sqrtDescription": "",
"roundDescription": "",
"truncDescription": "",
"isNanDescription": "",
"whenNanDescription": "",
"absDescription": "",
"ceilDescription": "",
"floorDescription": "",
"encodeUriDescription": "",
"encodeUriComponentDescription": "",
"getFileVisibleNameDescription": "",
"getFileMimeTypeDescription": "",
"getFileCountDescription": "",
"getFileSizeDescription": "",
"getImageWidthDescription": "",
"getImageHeightDescription": "",
"getIsImageDescription": "",
"indexDescription": "",
"hasOptionDescription": ""
},
"functionnalGridViewFieldLinkRow": {
"unnamed": ""
},
"urlCheck": {
"invalidUrlEnvVarTitle": "",
"invalidUrlEnvVarDescription": ""
},
"health": {
"title": "",
"description": ""
},
"emailTester": {
"title": "",
"targetEmailLabel": "",
"invalidTargetEmail": "",
"submit": "",
"success": "",
"configLink": ""
}
}

View file

@ -5,7 +5,9 @@
"wrong": "Une erreur est survenue",
"none": "Aucun(e)",
"free": "Gratuit",
"comingSoon": "A venir..."
"comingSoon": "A venir...",
"link": "Lien",
"table": "Table"
},
"action": {
"upload": "Envoyer",
@ -34,7 +36,9 @@
"login": "S'identifier",
"download": "Télécharger",
"copyToClipboard": "Copier dans le presse-papier",
"reset": "Réinitialiser"
"reset": "Réinitialiser",
"logout": "Déconnexion",
"set": "Définir"
},
"adminType": {
"settings": "Paramètres",
@ -114,7 +118,8 @@
"singleSelectRadios": "Boutons radio",
"lastModifiedBy": "Dernière modification par",
"multipleSelectCheckboxes": "Cases à cocher",
"duration": "Durée"
"duration": "Durée",
"password": "Mot de passe"
},
"fieldErrors": {
"invalidNumber": "Nombre invalide",
@ -124,12 +129,14 @@
"invalidEmail": "Adresse électronique invalide",
"invalidPhoneNumber": "Num. téléphone invalide",
"invalidDuration": "Format invalide ({durationFormat}).",
"overflowDuration": "La valeur est trop grande."
"overflowDuration": "La valeur est trop grande.",
"maxChars": "Max {max} caractères.",
"minChars": "Min {min} caractères."
},
"fieldDocs": {
"readOnly": "Ce champ est en lecture seule.",
"text": "Accepte une seule ligne de texte.",
"longText": "Accepte un texte multi-ligne.",
"longText": "Accepte le texte sur multi-lignes. Si le formatage de texte riche est activé, vous pouvez utiliser markdown pour formater le texte.",
"linkRow": "Accepte un tableau contenant les identifiants ou les valeurs textuelles des champs principaux des lignes liées de la table {table}. Tous les identifiants doivent être fournis à chaque fois que les relations sont mises à jour. Si un tableau vide est fourni, toutes les relations seront supprimées. Dans le cas d'une valeur textuelle au lieu d'un identifiant, une ligne avec la valeur correspondante pour son champ principal sera recherchée. Si plusieurs correspondances sont trouvées, la première dans l'ordre du tableau est sélectionnée. Vous pouvez également envoyer un chaine de caractères avec les noms séparés par des virgules, dans ce cas la chaine sera convertie en une liste de noms.",
"number": "Accepte un entier.",
"numberPositive": "Accepte un entier positive.",
@ -158,7 +165,8 @@
"autonumber": "Un champ en lecture seule qui dont la valeur s'incrémente automatiquement pour chaque nouvelle ligne.",
"uuid": "Un UUID unique et persistant en lecture seule.",
"createdBy": "Le champ « Créé par » est un champ en lecture seule qui indique l'utilisateur qui a créé la ligne.",
"duration": "Accepte une durée temporelle sous la forme d'une chaîne au format {format} ou d'un nombre représentant le nombre total de secondes."
"duration": "Accepte une durée temporelle sous la forme d'une chaîne au format {format} ou d'un nombre représentant le nombre total de secondes.",
"password": "Un champ en écriture seule qui contient un mot de passe haché. La valeur sera `null` s'il n'est pas défini, ou `true` s'il a été défini. Il accepte une chaîne de caractères pour le définir."
},
"viewFilter": {
"contains": "contient",

View file

@ -4,7 +4,10 @@
"no": "no",
"wrong": "Si è verificato un errore",
"none": "Nessuno",
"free": "Gratuito"
"free": "Gratuito",
"comingSoon": "In arrivo...",
"table": "Tabella",
"link": "Collegamento"
},
"action": {
"upload": "Carica",
@ -33,7 +36,9 @@
"login": "Login",
"download": "Download",
"copyToClipboard": "Copia nella clipboard",
"reset": "Reset"
"reset": "Reset",
"set": "Imposta",
"logout": "Esci"
},
"adminType": {
"settings": "Impostazioni",
@ -72,7 +77,8 @@
"requiredField": "Questo campo è obbligatorio.",
"integerField": "Il campo deve essere un intero.",
"minValueField": "Il campo deve essere maggior o uguale a {min}.",
"maxValueField": "Il campo deve essere minore o uguale a {max}."
"maxValueField": "Il campo deve essere minore o uguale a {max}.",
"minMaxValueField": "Il valore del campo deve essere fra {min} e {max}."
},
"permission": {
"admin": "Admin",
@ -103,7 +109,17 @@
"rollup": "Rollup",
"linkRowMultiple": "Multiple",
"defaultFormViewComponent": "Default",
"linkRowSingle": "Singolo"
"linkRowSingle": "Singolo",
"multipleSelectCheckboxes": "Checkbox",
"createdBy": "Creato da",
"multipleSelectDropdown": "Lista",
"uuid": "UUID",
"singleSelectRadios": "Radio",
"duration": "Durata",
"singleSelectDropdown": "Lista",
"password": "Password",
"autonumber": "Numerazione automatica",
"lastModifiedBy": "Ultima modifica di"
},
"fieldErrors": {
"invalidNumber": "Numero non valido",
@ -111,13 +127,17 @@
"invalidUrl": "URL non valido",
"max254Chars": "Massimo 254 caratteri",
"invalidEmail": "E-mail non valida",
"invalidPhoneNumber": "Numero di telefono non valido"
"invalidPhoneNumber": "Numero di telefono non valido",
"overflowDuration": "Il valore è troppo grande.",
"invalidDuration": "Formato non valido ({durationFormat}).",
"maxChars": "Max {max} caratteri.",
"minChars": "Min {min} caratteri."
},
"fieldDocs": {
"readOnly": "Questo è un campo di sola lettura.",
"text": "Accetta testo a linea singola.",
"longText": "Accetta un testo a linea multipla.",
"linkRow": "Accetta una matrice contenente gli identificatori delle righe relative dalla tabella id {table}. Tutti gli identificatori devono essere forniti ogni volta che le relazioni vengono aggiornate. Se viene fornita una matrice vuota, tutte le relazioni saranno eliminate.",
"longText": "Accetta un testo a linea multipla. Se la formattazione avanzata del testo è abilitata, puoi usare markdown per formattare il testo.",
"linkRow": "Accetta una matrice contenente gli identificatori o i valori testuali dei principali campi delle righe relative dalla tabella id {table}. Tutti gli identificatori devono essere forniti ogni volta che le relazioni vengono aggiornate. Se viene fornita una matrice vuota, tutte le relazioni saranno eliminate. In caso di un valore di testo invece di un identificatore, verrà cercata una riga con il valore corrispondente per il suo campo principale. Se viene trovata più di una corrispondenza, viene selezionata la prima nell'ordine della tabella. Puoi inviare una stringa con nomi separati da virgola, nel qual caso la stringa viene convertita in una matrice di nomi di riga.",
"number": "Accetta un numero.",
"numberPositive": "Accetta un numero positivo.",
"decimal": "Accetta un decimale con {places} decimali dopo il punto.",
@ -134,13 +154,19 @@
"email": "Accetta una stringa che deve essere un indirizzo e-mail.",
"file": "Accetta una matrice di oggetti contenente almeno il nome del file utente. Puoi anche inviare file, utilizzando la chiamata appropriata. La risposta alle tue chiamate verrà mostrata direttamente qui come oggetto. Le diverse possibili chiamate sono mostrate nella barra di navigazione di sinistra.",
"singleSelect": "Accetta un intero che rappresenta l'id dell'opzione di selezione scelta o nullo se nessuna è selezionata.",
"multipleSelect": "Accetta una matrice di interi, ognuno dei quali rappresenta l'id dell'opzione di selezione scelta.",
"multipleSelect": "Accetta una matrice di interi o valori testuali, ognuno dei quali rappresenta l'id o il valore dell'opzione di selezione scelta. In caso di valore testuale, verrà selezionata la prima opzione corrispondente. Puoi mandare una stringa con nomi separati da virgola come valore, in questo caso la stringa viene convertita in una matrice di nomi di opzioni.",
"phoneNumber": "Accetta un numero di telefono che ha una lunghezza massima di 100 caratteri composto unicamente da cifre, spazi e dai seguenti caratteri: Nx,._+*()#=;/- .",
"formula": "Un campo di sola lettura definito da una formula scritta nel linguaggio delle formule Baserow.",
"lookup": "Un campo di sola lettura collegato a un campo di tipo \"Collega a tabella\" che restituisce una matrice di valori e id di riga dal campo di ricerca scelto nella tabella collegata.",
"multipleCollaborators": "Accetta una lista di oggetti contenenti l'id dell'utente.",
"rollup": "Un campo in sola lettura connesso ad un campo di tipo \"Collega a tabella\" che esegue la funzione prescelta sulla tabella collegata.",
"count": "Un campo in sola lettura connesso ad un campo di tipo \"Collega a tabella\" che conta il numero di elementi inseriti."
"count": "Un campo in sola lettura connesso ad un campo di tipo \"Collega a tabella\" che conta il numero di elementi inseriti.",
"duration": "Accetta una string nel format {format} o un numero che rappresenta la durata in secondi.",
"uuid": "Un identificatore univoco e persistente in sola lettura.",
"lastModifiedBy": "Il campo 'Ultima modifica di' è un campo in sola lettura.",
"createdBy": "Il campo 'Creato da' è un campo in sola lettura che mostra l'utente che ha creato la riga.",
"autonumber": "Un campo in sola lettura che assegna un numero crescente ad ogni nuova riga automaticamente.",
"password": "Un campo di sola scrittura che contiene una password cifrata. Il valore sarà `null` se non compilata, altrimenti `true`. Accetta una stringa."
},
"viewFilter": {
"contains": "contiene",
@ -290,7 +316,9 @@
"notificationDoesNotExistDescription": "L'azione non può essere completata perchè la relativa notifica non esiste più.",
"notificationDoesNotExistTitle": "La notifica non esiste.",
"adminAlreadyExistsDescription": "Il nome utente non può essere usato perché esiste già.",
"adminAlreadyExistsTitle": "Non puoi usare questo nome utente"
"adminAlreadyExistsTitle": "Non puoi usare questo nome utente",
"cannotCreateFieldTypeDescription": "Il tipo di campo richiesto non può essere creato al momento. Potrebbe essere un problema temporaneo con tabelle create in precedenza. Si prega di riprovare più tardi.",
"cannotCreateFieldTypeTitle": "Impossibile creare il campo"
},
"importerType": {
"csv": "Importa un file CSV",
@ -436,7 +464,8 @@
"getFileCountDescription": "Ritorna il numero di file presenti nel campo file",
"encodeUriDescription": "Ritorna un URI codificato a partire dalla stringa data.",
"getIsImageDescription": "Ritorna vero se il file è un'immagine, falso altrimenti. Utilizzare la funzione index per estrarre una singola immagine da un campo file.",
"getFileMimeTypeDescription": "Ritorna il mime type del file. Utilizzare la funzione index per estrarre un singolo file da un campo file."
"getFileMimeTypeDescription": "Ritorna il mime type del file. Utilizzare la funzione index per estrarre un singolo file da un campo file.",
"hasOptionDescription": "Ritorna true se il nome dell'opzione fornito come secondo argomento è presente nel campo fornito come primo argomento."
},
"functionnalGridViewFieldLinkRow": {
"unnamed": "riga {value} senza nome"

View file

@ -5,7 +5,9 @@
"wrong": "Er is iets misgegaan",
"none": "Geen",
"free": "Gratis",
"comingSoon": "Binnenkort..."
"comingSoon": "Binnenkort...",
"table": "Tabel",
"link": "Link"
},
"action": {
"upload": "Uploaden",
@ -34,7 +36,9 @@
"login": "Inloggen",
"download": "Downloaden",
"copyToClipboard": "Naar klembord kopiëren",
"reset": "Reset"
"reset": "Reset",
"logout": "Uitloggen",
"set": "Stel in"
},
"adminType": {
"settings": "Instellingen",
@ -113,7 +117,9 @@
"createdBy": "Gemaakt door",
"singleSelectRadios": "Radio's",
"lastModifiedBy": "Laatst gewijzigd door",
"multipleSelectCheckboxes": "Selectievakjes"
"multipleSelectCheckboxes": "Selectievakjes",
"duration": "Duur",
"password": "Wachtwoord"
},
"fieldErrors": {
"invalidNumber": "Ongeldig nummer",
@ -121,7 +127,11 @@
"invalidUrl": "Ongeldige URL",
"max254Chars": "Max 254 karakters",
"invalidEmail": "Ongeldig e-mailadres",
"invalidPhoneNumber": "Ongeldig telefoonnummer"
"invalidPhoneNumber": "Ongeldig telefoonnummer",
"invalidDuration": "Ongeldig formaat ({durationFormat}).",
"overflowDuration": "Waarde is te groot.",
"minChars": "Min {min} tekens.",
"maxChars": "Max {max} tekens."
},
"fieldDocs": {
"readOnly": "Dit is een alleen-lezen veld.",
@ -154,7 +164,9 @@
"lastModifiedBy": "Het 'laatst gewijzigd door' veld is een alleen-lezen veld.",
"autonumber": "Een alleen-lezen veld dat automatisch een getal verhoogt voor elke nieuwe rij.",
"uuid": "Een alleen-lezen uniek en blijvende uuid.",
"createdBy": "Het aangemaakt door veld is een alleen-lezen veld dat de gebruiker toont die de rij heeft aangemaakt."
"createdBy": "Het aangemaakt door veld is een alleen-lezen veld dat de gebruiker toont die de rij heeft aangemaakt.",
"duration": "Accepteert een tijdsduur als text in het formaat {format} of als een getal dat het totale aantal seconden weergeeft.",
"password": "Een alleen schrijven veld dat een gehasht wachtwoord bevat. De waarde is `null` als het niet is ingesteld, of `true` als het is ingesteld. Het accepteert een tekenreeks om het in te stellen."
},
"viewFilter": {
"contains": "bevat",

View file

@ -20,7 +20,14 @@
"errorValidPathCharacters": "Der Pfad enthält ungültige Zeichen",
"errorStartingSlash": "Ein Pfad muss mit einem '/' beginnen",
"pathLabel": "Pfad",
"errorPathNotUnique": "Ein Pfad mit diesem Namen existiert bereits"
"errorPathNotUnique": "Ein Pfad mit diesem Namen existiert bereits",
"pathSubtitle": "Ein Parameter kann über :parameter hinzugefügt werden",
"pathTitle": "Pfad",
"nameSubtitle": "Eindeutiger Name der Seite",
"pathParamsTitle": "Pfad-Parameter",
"nameTitle": "Name",
"pathParamsSubtitle": "Werden durch :parameter im Pfad definiert",
"pathParamsSubtitleTutorial": "Pfad-Parameter können verwendet werden, um Daten dynamisch zu laden, abhängig von dem angegebenen Parameter. Fügen Sie :parameter zum Pfad hinzu, um einen hinzuzufügen."
},
"builderSettingTypes": {
"integrationsName": "Integrationen",
@ -43,7 +50,16 @@
"column": "Spalten",
"imageDescription": "Bild anzeigen",
"buttonDescription": "Ein Button-Element",
"linkDescription": "Ein Link zu einer Seite/URL"
"linkDescription": "Ein Link zu einer Seite/URL",
"button": "Button",
"link": "Verknüpfung",
"formContainerDescription": "Ein Formular-Element",
"dropdownDescription": "Dropdown-Element",
"checkboxDescription": "Kontrollkästchen-Element",
"iframe": "iFrame",
"iframeDescription": "Inline-Frame",
"checkbox": "Kontrollkästchen",
"dropdown": "Dropdown"
},
"addElementButton": {
"label": "Element"
@ -68,13 +84,17 @@
},
"elementMenu": {
"moveUp": "Nach oben verschieben",
"moveDown": "Nach unten verschieben"
"moveDown": "Nach unten verschieben",
"moveRight": "Nach rechts verschieben",
"moveLeft": "Nach links verschieben",
"selectParent": "Übergeordnetes Element auswählen"
},
"pageSidePanelType": {
"general": "Allgemein",
"style": "Style",
"visibility": "Sichtbarkeit",
"events": "Ereignisse"
"events": "Ereignisse",
"eventsTabDeactivatedNoEvents": "Dieses Element unterstützt keinerlei Ereignisse"
},
"emptySidePanelState": {
"message": "Klicken Sie auf eines der Elemente, um weitere Details zu sehen"
@ -144,7 +164,8 @@
},
"domainTypes": {
"subDomain": "Subdomain von {domain}",
"customName": "Benutzerdefinierte Domäne"
"customName": "Benutzerdefinierte Domäne",
"subDomainName": "Subdomain"
},
"domainForm": {
"notUniqueDomain": "Die angegebene Domäne wird bereits verwendet",
@ -161,6 +182,284 @@
"domainNameLabel": "Domänen-Name"
},
"dnsStatus": {
"description": "Rufe die DNS-Einstellungen deiner Domäne auf und mache folgende Änderungen"
"description": "Rufe die DNS-Einstellungen deiner Domäne auf und mache folgende Änderungen",
"hostHeader": "Host",
"valueHeader": "Wert",
"typeHeader": "Art"
},
"pathParamTypes": {
"textName": "Text",
"numericName": "Numerisch"
},
"currentRecordDataProviderType": {
"index": "Index",
"firstPartName": "Datenquelle: {name}"
},
"updateUserSourceForm": {
"integrationFieldLabel": "Integration",
"nameFieldPlaceholder": "Einen Namen eingeben...",
"nameFieldLabel": "Name"
},
"upsertRowWorkflowActionForm": {
"rowIdPlaceholder": "Wählen Sie eine Zeilen-ID aus",
"noTableSelectedMessage": "Wählen Sie eine Tabelle, um mit der Konfiguration Ihrer Felder zu beginnen.",
"rowIdLabel": "Zeilen-ID",
"fieldMappingPlaceholder": "Wählen Sie einen Feldwert",
"integrationDropdownLabel": "Integration"
},
"checkboxElementForm": {
"labelTitle": "Bezeichnung",
"valueTitle": "Standardwert",
"requiredTitle": "Erforderlich"
},
"linkElementForm": {
"target": "Öffnen in...",
"targetSelf": "Gleicher Tab",
"targetNewTab": "Neuer Tab",
"text": "Text",
"textPlaceholder": "Text eingeben...",
"variant": "Variante",
"variantLink": "Verknüpfung",
"buttonColor": "Buttonfarbe",
"variantButton": "Button"
},
"dataSourceForm": {
"namePlaceholder": "Quellenname",
"servicePlaceholder": "Wählen Sie einen Dienst aus",
"integrationPlaceholder": "Wählen Sie eine Integration aus",
"errorUniqueName": "Der Name der Datenquelle muss eindeutig sein."
},
"dataSourceContext": {
"addDataSource": "Neue Datenquelle hinzufügen",
"noDataSourceTitle": "Diese Seite hat keine Datenquellen.",
"noDataSourceMessage": "Datenquellen können verwendet werden, um Daten aus internen oder externen Quellen abzurufen und auf der Seite anzuzeigen."
},
"imageElement": {
"emptyState": "Kein alternativer Text festgelegt..."
},
"imageElementForm": {
"fileSourceTypeURL": "URL",
"fileLabel": "Bilddatei",
"invalidUrlError": "URL ist ungültig",
"fileSourceTypeUpload": "Hochladen",
"altTextTitle": "Alternativer Text",
"uploadFileButton": "Datei hochladen",
"altTextDescription": "Wird von Screen-Readern verwendet und angezeigt, wenn das Bild nicht geladen werden kann",
"urlWarning": "Hinweis: Bitte vergewissern Sie sich, dass Sie die Kontrolle über die eingegebene URL haben oder dieser vertrauen."
},
"columnElementForm": {
"columnAmountTitle": "Layout",
"columnGapPlaceholder": "Geben Sie den Abstand zwischen den Spalten ein...",
"columnAmountName": "keine Spalten | 1 Spalte | {columnAmount} Spalten",
"columnGapTitle": "Abstand zwischen den Spalten"
},
"linkElement": {
"noValue": "Unbenannt..."
},
"horizontalAlignmentSelector": {
"alignmentRight": "Rechtsbündig",
"alignmentCenter": "Zentrieren",
"alignmentLeft": "Verknüpfung",
"alignment": "Horizontale Ausrichtung"
},
"verticalAlignmentSelector": {
"alignment": "Vertikale Ausrichtung",
"alignmentTop": "Oben",
"alignmentBottom": "Unten",
"alignmentCenter": "Mittig"
},
"elementForms": {
"textInputPlaceholder": "Text eingeben...",
"invalidFormula": "Die Formel ist ungültig",
"urlInputPlaceholder": "URL eingeben..."
},
"userSourceSettings": {
"addUserSource": "Benutzerquelle hinzufügen",
"titleUpdateUserSource": "Benutzerquelle bearbeiten",
"titleOverview": "Benutzerquellen",
"noUserSourceMessage": "Sie haben noch keine Benutzerquelle zu dieser Anwendung hinzugefügt. Sie müssen eine Benutzerquelle hinzufügen, wenn Sie möchten, dass die Benutzer Ihre Anwendung authentifizieren können.",
"titleAddUserSource": "Neue Benutzerquelle"
},
"widthSelector": {
"widthAuto": "Auto",
"width": "Breite",
"widthFull": "Volle Breite"
},
"backgroundTypes": {
"none": "Kein",
"color": "Farbe"
},
"widthTypes": {
"full": "Volle Breite",
"normal": "Normal",
"small": "Schmal",
"medium": "Mittel"
},
"pageSettingsTypes": {
"pageName": "Seite"
},
"pageSettings": {
"pageUpdatedDescription": "Die Seiteneinstellungen wurden geändert.",
"title": "Seite",
"pageUpdatedTitle": "Geändert"
},
"publicPage": {
"siteNotFound": "Seite nicht gefunden",
"pageNotFound": "Seite nicht gefunden"
},
"defaultStyleForm": {
"backgroundLabel": "Hintergrund",
"backgroundColor": "Hintergrundfarbe",
"widthLabel": "Breite",
"boxTop": "Oben",
"boxBottom": "Unten",
"boxLeft": "Links",
"boxRight": "Rechts"
},
"styleBoxForm": {
"borderLabel": "Rahmen",
"paddingLabel": "Innenabstand"
},
"mainThemeConfigBlock": {
"colorsLabel": "Farben",
"primaryColor": "Primär",
"headingLabel": "Überschrift {i} (h{i})",
"secondaryColor": "Sekundär",
"typography": "Typografie",
"headingValue": "Überschrift <h{i}>"
},
"tableElementForm": {
"itemsPerPage": "Elemente pro Seite",
"fieldValuePlaceholder": "Wert eingeben...",
"fields": "Felder",
"fieldDefaultName": "Spalte",
"dataSource": "Datenquelle",
"fieldValueLabel": "Wert",
"addField": "Feld hinzufügen",
"fieldType": "Typ",
"itemsPerPagePlaceholder": "Wert eingeben...",
"selectSourceFirst": "Wählen Sie eine Listen-Datenquelle, um mit der Konfiguration Ihrer Felder zu beginnen.",
"buttonColor": "Buttonfarbe"
},
"tableElement": {
"empty": "Es wurden keine Elemente gefunden.",
"showMore": "Mehr anzeigen"
},
"workflowActionTypes": {
"createRowLabel": "Zeile erstellen",
"openPageLabel": "Seite öffnen",
"updateRowLabel": "Zeile aktualisieren",
"notificationLabel": "Benachrichtigung anzeigen"
},
"notificationWorkflowActionForm": {
"titleLabel": "Titel",
"titlePlaceholder": "Text eingeben...",
"descriptionLabel": "Beschreibung",
"descriptionPlaceholder": "Text eingeben..."
},
"openPageWorkflowActionForm": {
"urlPlaceholder": "Text eingeben...",
"urlLabel": "URL"
},
"event": {
"addAction": "Aktion hinzufügen"
},
"collectionFieldType": {
"text": "Text",
"link": "Verknüpfung"
},
"linkFieldForm": {
"fieldLinkNamePlaceholder": "Wert eingeben...",
"fieldValueLabel": "URL",
"fieldLinkNameLabel": "Verknüpfungstext",
"fieldValuePlaceholder": "Wert eingeben...",
"buttonColor": "Buttonfarbe"
},
"createUserSourceForm": {
"userSourceType": "Typ",
"userSourceIntegration": "Integration",
"userSourceName": "Name"
},
"formContainerElementForm": {
"submitButtonLabel": "Absenden-Button",
"submitButtonPlaceholder": "Wert eingeben...",
"buttonColor": "Buttonfarbe"
},
"dispatchWorkflowActionError": {
"defaultTitle": "Ereignisfehler",
"defaultMessage": "Beim Auslösen des Ereignisses ist ein Fehler aufgetreten."
},
"textFieldForm": {
"fieldValuePlaceholder": "Wert eingeben...",
"fieldValueLabel": "Wert"
},
"generalForm": {
"valuePlaceholder": "Geben Sie einen Standardwert ein (optional)",
"placeholderPlaceholder": "Geben Sie einen Platzhalter ein (optional)",
"requiredTitle": "Erforderlich",
"labelPlaceholder": "Geben Sie eine Bezeichnung ein (optional)",
"labelTitle": "Bezeichnung",
"valueTitle": "Standardwert",
"placeholderTitle": "Platzhalter"
},
"iframeElementForm": {
"urlHelp": "Hinweis: Bitte vergewissern Sie sich, dass Sie die Kontrolle über die eingegebene URL haben oder dieser vertrauen.",
"empty": "Leerer iFrame...",
"sourceTypeLabel": "Quellen-Typ",
"urlPlaceholder": "Link zur externen Ressource, welche eingebettet werden soll",
"embedLabel": "Einbetten",
"embedPlaceholder": "Reiner HTML-Inhalt, der eingebettet werden soll",
"heightLabel": "Höhe (px)",
"heightPlaceholder": "Höhe in Pixeln",
"urlLabel": "URL"
},
"linkNavigationSelection": {
"navigateToCustom": "Benutzerdefinierte URL",
"paramPlaceholder": "Geben Sie einen Wert ein...",
"urlPlaceholder": "Geben Sie eine URL ein...",
"navigateTo": "Navigieren zu",
"url": "Ziel-URL",
"paramsInErrorDescription": "Die gespeicherten Parameter stimmen nicht mit den Seitenparametern überein. Die Seite wurde wahrscheinlich gelöscht oder aktualisiert.",
"paramsInErrorButton": "Parameter aktualisieren"
},
"integrationSettings": {
"noIntegrationMessage": "Sie haben noch keine Verbindung erstellt. Sie können durch Hinzufügen von Datenquelle, Aktion oder Benutzerauthentifizierung erstellt werden.",
"title": "Integrationen",
"integrationMessage": "Sie können neue Integrationen erstellen, indem Sie Datenquellen, Aktionen oder Benutzerauthentifizierungen hinzufügen."
},
"pagePreview": {
"emptyMessage": "Anklicken, um das erste Element zu erstellen"
},
"inputTextElementForm": {
"multilineTitle": "Mehrzeilig",
"rowsTitle": "Zeilenanzahl",
"rowsPlaceholder": "Geben Sie die Anzahl der Zeilen für diese Eingabe ein"
},
"buttonElementForm": {
"valuePlaceholder": "Text eingeben...",
"buttonColor": "Buttonfarbe",
"valueLabel": "Text"
},
"buttonElement": {
"noValue": "Unbenannt..."
},
"eventTypes": {
"clickLabel": "Bei Klick",
"submitLabel": "Beim Absenden"
},
"getFormulaComponent": {
"errorTooltip": "Ungültiger Bezug"
},
"fontSidePanelForm": {
"label": "Schriftart"
},
"dropdownOptionSelector": {
"label": "Optionen",
"value": "Wert",
"addOption": "Option hinzufügen",
"name": "Name"
},
"linkField": {
"details": "Details"
}
}

View file

@ -47,7 +47,9 @@
"dataSource": "Fuente de datos",
"fieldValuePlaceholder": "Introducir valor...",
"itemsPerPagePlaceholder": "Introducir valor...",
"fields": "Campos"
"fields": "Campos",
"buttonColor": "Color de los botones",
"selectSourceFirst": "Elige una fuente de datos de lista para empezar a configurar tus campos."
},
"linkElementForm": {
"paramPlaceholder": "Introduce un valor...",
@ -66,7 +68,8 @@
"textPlaceholder": "Introducir texto...",
"navigateTo": "Navegar a",
"target": "Abrir en...",
"paramsInErrorDescription": "Los parámetros guardados no coinciden con los parámetros de la página. Es probable que la página se haya eliminado o actualizado."
"paramsInErrorDescription": "Los parámetros guardados no coinciden con los parámetros de la página. Es probable que la página se haya eliminado o actualizado.",
"buttonColor": "Color del botón"
},
"textElement": {
"noValue": "Párrafo vacío..."
@ -75,7 +78,8 @@
"fieldLinkNamePlaceholder": "Introducir valor...",
"fieldValuePlaceholder": "Introducir valor...",
"fieldLinkNameLabel": "Texto del enlace",
"fieldValueLabel": "URL"
"fieldValueLabel": "URL",
"buttonColor": "Color de los botones"
},
"imageElementForm": {
"uploadFileButton": "Subir archivo",
@ -85,7 +89,17 @@
"fileLabel": "Archivo de imagen",
"invalidUrlError": "URL inválida",
"fileSourceTypeUpload": "Subir",
"altTextDescription": "Es utilizado por los lectores de pantalla y se muestra si la imagen no se puede cargar"
"altTextDescription": "Es utilizado por los lectores de pantalla y se muestra si la imagen no se puede cargar",
"maxWidthLabel": "Anchura máxima",
"maxHeightLabel": "Altura máxima",
"maxHeightPlaceholder": "Introduce una altura máxima en píxeles.",
"maxWidthPlaceholder": "Introduce una anchura máxima en porcentaje.",
"imageConstraintCover": "Portada",
"imageConstraintCoverDisabled": "No disponible con altura máxima vacía.",
"imageConstraintContain": "Contener",
"imageConstraintContainDisabled": "No disponible con altura máxima.",
"imageConstraintsLabel": "Restricciones",
"imageConstraintFullWidth": "Extender a la anchura máxima"
},
"dataSourceForm": {
"servicePlaceholder": "Selecciona un servicio",
@ -96,7 +110,7 @@
"elementType": {
"table": "Tabla",
"formContainer": "Formulario",
"textDescription": "Texto de una línea",
"textDescription": "Texto multilínea",
"heading": "Título",
"inputText": "Introducción de texto",
"inputTextDescription": "Un campo de entrada de texto",
@ -111,7 +125,15 @@
"imageDescription": "Mostrar imagen",
"buttonDescription": "Un elemento de botón",
"formContainerDescription": "Un elemento de formulario",
"linkDescription": "Un enlace a la página/URL"
"linkDescription": "Un enlace a la página/URL",
"dropdown": "Desplegable",
"dropdownDescription": "Elemento desplegable",
"checkbox": "Casilla de verificación",
"checkboxDescription": "Elemento casilla de verificación",
"iframe": "iframe",
"iframeDescription": "Marco en línea",
"authForm": "Formulario de acceso",
"authFormDescription": "Un formulario de acceso de usuario"
},
"verticalAlignmentSelector": {
"alignmentTop": "Arriba",
@ -126,7 +148,7 @@
"description": "Visita la configuración DNS de tu dominio y realiza los siguientes cambios"
},
"horizontalAlignmentSelector": {
"alignmentLeft": "Enlace",
"alignmentLeft": "Izquierda",
"alignmentRight": "A la derecha",
"alignment": "Alineación horizontal",
"alignmentCenter": "Centro"
@ -140,12 +162,15 @@
"boxTop": "Arriba",
"backgroundLabel": "Fondo",
"backgroundColor": "Color de fondo",
"boxBottom": "Abajo"
"boxBottom": "Abajo",
"boxLeft": "Izquierda",
"boxRight": "Derecha"
},
"updateUserSourceForm": {
"nameFieldLabel": "Nombre",
"nameFieldPlaceholder": "Introduce un nombre...",
"integrationFieldLabel": "Integración"
"integrationFieldLabel": "Integración",
"authTitle": "Autenticación"
},
"elementForms": {
"urlInputPlaceholder": "Introducir URL...",
@ -170,7 +195,8 @@
"moveRight": "Mover a la derecha",
"moveDown": "Bajar",
"moveUp": "Subir",
"moveLeft": "Mover a la izquierda"
"moveLeft": "Mover a la izquierda",
"selectParent": "Seleccionar padre"
},
"pageHeaderItemTypes": {
"labelVariables": "Variables",
@ -185,7 +211,10 @@
"placeholderTitle": "Marcador de posición",
"labelTitle": "Etiqueta",
"requiredTitle": "Requerido",
"labelPlaceholder": "Introducir una etiqueta (opcional)"
"labelPlaceholder": "Introducir una etiqueta (opcional)",
"rowsTitle": "Número de líneas",
"multilineTitle": "Multilínea",
"rowsPlaceholder": "Introduce el número de filas de esta entrada"
},
"widthSelector": {
"widthFull": "Anchura completa",
@ -198,7 +227,8 @@
},
"buttonElementForm": {
"valuePlaceholder": "Introducir texto...",
"valueLabel": "Texto"
"valueLabel": "Texto",
"buttonColor": "Color de los botones"
},
"workflowActionTypes": {
"updateRowLabel": "Actualizar fila",
@ -289,7 +319,8 @@
"visibility": "Visibilidad",
"general": "General",
"events": "Eventos",
"style": "Estilo"
"style": "Estilo",
"eventsTabDeactivatedNoEvents": "Este elemento no admite eventos"
},
"addElementModal": {
"title": "Añadir nuevo elemento",
@ -312,7 +343,8 @@
"currentRecord": "Fuente de datos",
"formData": "Datos del formulario",
"pageParameter": "Parámetro",
"dataSource": "Datos"
"dataSource": "Datos",
"user": "Usuario"
},
"openPageWorkflowActionForm": {
"urlLabel": "URL",
@ -329,7 +361,10 @@
"textElementForm": {
"textTitle": "Texto",
"textError": "El valor es inválido.",
"textPlaceholder": "Introducir texto..."
"textPlaceholder": "Introducir texto...",
"textFormatTypeLabel": "Formato",
"textFormatTypePlain": "Texto plano",
"textFormatTypeMarkdown": "Markdown"
},
"createUserSourceForm": {
"userSourceName": "Nombre",
@ -401,7 +436,8 @@
},
"formContainerElementForm": {
"submitButtonLabel": "Botón de envío",
"submitButtonPlaceholder": "Introducir valor..."
"submitButtonPlaceholder": "Introducir valor...",
"buttonColor": "Color de los botones"
},
"subDomainForm": {
"domainNameLabel": "Nombre de dominio"
@ -415,5 +451,69 @@
"pathParamTypes": {
"textName": "Texto",
"numericName": "Numérico"
},
"dropdownOptionSelector": {
"value": "Valor",
"name": "Nombre",
"addOption": "añadir opción",
"label": "Opciones"
},
"checkboxElementForm": {
"labelTitle": "Etiqueta",
"valueTitle": "Valor por defecto",
"requiredTitle": "Requerido"
},
"generalForm": {
"placeholderPlaceholder": "Introduce un marcador de posición (opcional)",
"requiredTitle": "Requerido",
"labelTitle": "Etiqueta",
"labelPlaceholder": "Introduce una etiqueta (opcional)",
"valueTitle": "Valor por defecto",
"valuePlaceholder": "Introduce un valor por defecto (opcional)",
"placeholderTitle": "Marcador de posición"
},
"iframeElementForm": {
"empty": "Iframe vacío...",
"sourceTypeLabel": "Tipo de fuente",
"urlLabel": "URL",
"urlPlaceholder": "Enlace al recurso externo que se va a incrustar",
"urlHelp": "Nota: asegúrate de que controlas o confías en la URL introducida.",
"embedLabel": "Incrustar",
"embedPlaceholder": "Contenido HTML en bruto para incrustar",
"heightLabel": "Altura (en px)",
"heightPlaceholder": "Altura en píxeles"
},
"linkNavigationSelection": {
"navigateTo": "Navegar a",
"navigateToCustom": "URL personalizada",
"paramPlaceholder": "Introduce un valor...",
"paramsInErrorButton": "Actualizar parámetros",
"url": "URL de destino",
"urlPlaceholder": "Introduce una URL...",
"paramsInErrorDescription": "Los parámetros guardados no coinciden con los parámetros de la página. Es probable que la página se haya eliminado o actualizado."
},
"dispatchDataSourceError": {
"defaultTitle": "Error de carga de datos",
"defaultMessage": "Se ha producido un error al cargar los datos de la página."
},
"authFormElementForm": {
"userSource": "Fuente del usuario"
},
"authFormElement": {
"email": "Correo electrónico",
"password": "Contraseña",
"emailPlaceholder": "Introduce tu correo electrónico...",
"passwordPlaceholder": "Introduce tu contraseña...",
"selectOrConfigureUserSourceFirst": "Elige un origen de usuario para empezar a utilizar este elemento de inicio de sesión."
},
"userSourceUsersContext": {
"searchPlaceholder": "Buscar usuario",
"unnamed": "Sin nombre",
"anonymous": "Anónimo",
"noEmail": "Sin correo electrónico"
},
"userSelector": {
"viewAs": "Ver como: {usuario}",
"anonymous": "Anónimo"
}
}

View file

@ -0,0 +1 @@
{}

View file

@ -48,7 +48,7 @@
"elementType": {
"heading": "Titre",
"text": "texte",
"textDescription": "Texte simple",
"textDescription": "Texte multiligne",
"headingDescription": "Titre de page",
"link": "Lien",
"linkDescription": "Un lien vers une page/URL",
@ -69,7 +69,9 @@
"checkbox": "Case à cocher",
"checkboxDescription": "Une case à cocher",
"iframe": "IFrame",
"iframeDescription": "Un element IFrame"
"iframeDescription": "Un element IFrame",
"authForm": "Formulaire de connexion",
"authFormDescription": "Formulaire de connexion pour les utilisateurs"
},
"elementMenu": {
"moveDown": "Descendre",
@ -115,7 +117,10 @@
"textElementForm": {
"textTitle": "Texte",
"textPlaceholder": "Saisir le texte...",
"textError": "La valeur est invalide."
"textError": "La valeur est invalide.",
"textFormatTypeLabel": "Format",
"textFormatTypePlain": "Texte simple",
"textFormatTypeMarkdown": "Markdown"
},
"pageErrors": {
"errorPathNotUnique": "Un chemin similaire existe déjà",
@ -160,7 +165,17 @@
"uploadFileButton": "Envoyer un fichier",
"fileSourceTypeUpload": "Envoyer",
"fileSourceTypeURL": "URL",
"altTextDescription": "Est utilisé par les lecteurs d'écran et affiché si l'image ne peut pas être chargée"
"altTextDescription": "Est utilisé par les lecteurs d'écran et affiché si l'image ne peut pas être chargée",
"maxWidthLabel": "Largeur maximale",
"maxHeightLabel": "Hauteur maximale",
"maxHeightPlaceholder": "Saisir une hauteur maximale en pixels.",
"imageConstraintsLabel": "Contraintes",
"imageConstraintCover": "Couvrir",
"imageConstraintCoverDisabled": "Indisponible avec une hauteur maximale vide.",
"imageConstraintContain": "Contenir",
"imageConstraintContainDisabled": "Indisponible avec une hauteur maximale.",
"maxWidthPlaceholder": "Saisir une largeur maximale en pourcentage.",
"imageConstraintFullWidth": "Extension à la largeur maximale"
},
"domainSettings": {
"titleOverview": "Domaines",
@ -347,7 +362,8 @@
"currentRecord": "Source de données",
"pageParameter": "Paramètre",
"dataSource": "Données",
"formData": "Données de formulaire"
"formData": "Données de formulaire",
"user": "Utilisateur"
},
"openPageWorkflowActionForm": {
"urlLabel": "URL",
@ -398,7 +414,8 @@
"updateUserSourceForm": {
"nameFieldLabel": "Nom",
"nameFieldPlaceholder": "Saisir un nom...",
"integrationFieldLabel": "Intégration"
"integrationFieldLabel": "Intégration",
"authTitle": "Authentification"
},
"widthTypes": {
"full": "Pleine largeur",
@ -494,5 +511,29 @@
"labelTitle": "Label",
"valueTitle": "Valeur par défaut",
"requiredTitle": "Obligatoire"
},
"authFormElement": {
"emailPlaceholder": "Saisissez votre courriel...",
"passwordPlaceholder": "Saisissez votre mot de passe...",
"selectOrConfigureUserSourceFirst": "Choisissez une source d'utilisateurs pour commencer à utiliser ce formulaire d'authentification.",
"email": "Courriel",
"password": "Mot de passe"
},
"userSourceUsersContext": {
"searchPlaceholder": "Rechercher un utilisateur",
"anonymous": "Anonyme",
"unnamed": "Sans nom",
"noEmail": "Pas de courriel"
},
"userSelector": {
"viewAs": "Voir en tant que: {user}",
"anonymous": "Anonyme"
},
"dispatchDataSourceError": {
"defaultTitle": "Erreur de chargement des données",
"defaultMessage": "Une erreur s'est produite lors du chargement des données de la page."
},
"authFormElementForm": {
"userSource": "Source d'utilisateur"
}
}

View file

@ -11,7 +11,9 @@
},
"builderSettingTypes": {
"integrationsName": "Integrazioni",
"themeName": "Tema"
"themeName": "Tema",
"domainsName": "Domini",
"userSourcesName": "Utenti"
},
"createPageModal": {
"header": "Crea pagina",
@ -24,7 +26,14 @@
"errorStartingSlash": "Un percorso valido deve iniziare con '/'",
"errorValidPathCharacters": "Il percorso contiene caratteri non validi",
"pathLabel": "Percorso",
"errorPathNotUnique": "Un percorso con questo nome esiste giá"
"errorPathNotUnique": "Un percorso con questo nome esiste giá",
"pathParamsTitle": "Parametri di percorso",
"nameTitle": "Nome",
"pathParamsSubtitleTutorial": "I parametri di percorso possono essere usati per caricare in modo dinamico i dati. Aggiungi :parameter al percorso per aggiungerne uno.",
"nameSubtitle": "Nome unico della pagina",
"pathTitle": "Percorso",
"pathParamsSubtitle": "Sono definiti da :parameter nel percorso",
"pathSubtitle": "Un parametro può essere aggiunto tramite :parameter"
},
"pageHeaderItemTypes": {
"labelElements": "Elementi",
@ -33,13 +42,36 @@
"labelVariables": "Variabili"
},
"elementsContext": {
"searchPlaceholder": "Ricerca elementi"
"searchPlaceholder": "Ricerca elementi",
"noElements": "Nessun elemento trovato"
},
"elementType": {
"heading": "Intestazione",
"text": "Paragrafo",
"textDescription": "Linea di testo singola",
"headingDescription": "Titolo intestazione"
"textDescription": "Testo a multipla linea",
"headingDescription": "Titolo intestazione",
"inputTextDescription": "Un campo di input di testo",
"columnDescription": "Contenitore di colonne",
"image": "Immagine",
"imageDescription": "Mostra immagine",
"inputText": "Input di testo",
"column": "Colonne",
"formContainer": "Modulo",
"button": "Pulsante",
"formContainerDescription": "Un elemento modulo",
"link": "Collegamento",
"table": "Tabella",
"buttonDescription": "Un elemento pulsante",
"tableDescription": "Un elemento tabella",
"dropdown": "Elenco a tendina",
"dropdownDescription": "Un elemento elenco a tendina",
"checkbox": "Checkbox",
"checkboxDescription": "Un elemento checkbox",
"linkDescription": "Un link ad una pagina/URL",
"iframe": "IFrame",
"authForm": "Modulo di login",
"authFormDescription": "Un modulo di login utente",
"iframeDescription": "Frame in linea"
},
"addElementButton": {
"label": "Elemento"
@ -50,7 +82,10 @@
},
"elementMenu": {
"moveUp": "Muovi in alto",
"moveDown": "Muovi in basso"
"moveDown": "Muovi in basso",
"moveRight": "Muovi a destra",
"moveLeft": "Muovi a sinistra",
"selectParent": "Seleziona padre"
},
"duplicatePageJobType": {
"duplicating": "Duplicando",
@ -60,7 +95,8 @@
"style": "Stile",
"visibility": "Visibilità",
"general": "Generale",
"events": "Eventi"
"events": "Eventi",
"eventsTabDeactivatedNoEvents": "Questo elemento non supporta nessun evento"
},
"emptySidePanelState": {
"message": "Clicca su uno degli elementi per vedere maggiori dettagli"
@ -81,6 +117,390 @@
"textElementForm": {
"textTitle": "Testo",
"textError": "Il valore non è valido.",
"textPlaceholder": "Inserisci testo..."
"textPlaceholder": "Inserisci testo...",
"textFormatTypeMarkdown": "Markdown",
"textFormatTypeLabel": "Formato",
"textFormatTypePlain": "Testo semplice"
},
"authFormElement": {
"selectOrConfigureUserSourceFirst": "Seleziona una sorgente utenti per iniziare ad utilizzare questo elemento login.",
"email": "Email",
"password": "Password",
"emailPlaceholder": "Inserisci la tua email...",
"passwordPlaceholder": "Inserisci la tua password..."
},
"userSourceUsersContext": {
"searchPlaceholder": "Cerca utente",
"anonymous": "Anonimo",
"unnamed": "Senza nome",
"noEmail": "Senza email"
},
"userSelector": {
"viewAs": "Vedi come: {user}",
"anonymous": "Anonimo"
},
"dataProviderType": {
"pageParameter": "Parametro",
"currentRecord": "Sorgente dati",
"formData": "Dati del modulo",
"dataSource": "Dati",
"user": "Utente"
},
"elementForms": {
"invalidFormula": "La formula non è valida",
"textInputPlaceholder": "Inserisci testo...",
"urlInputPlaceholder": "Inserisci URL..."
},
"integrationSettings": {
"title": "Integrazioni",
"noIntegrationMessage": "Non hai ancora creato una connessione. Possono essere create aggiungendo una sorgente di dati, un azione o un'autenticazione utente.",
"integrationMessage": "Puoi creare una nuova integrazione aggiungendo una sorgente di dati, un'azione o un'autenticazione utente."
},
"dataSourceContext": {
"noDataSourceMessage": "La sorgente dati può essere usata per caricare i dati da sorgenti interne o esterne per mostrarli sulla pagina.",
"addDataSource": "Aggiungi una nuova sorgente dati",
"noDataSourceTitle": "La pagina non ha una sorgente dati."
},
"defaultStyleForm": {
"boxTop": "Alto",
"backgroundColor": "Colore di sfondo",
"boxBottom": "Basso",
"backgroundLabel": "Sfondo",
"widthLabel": "Larghezza",
"boxLeft": "Sinistra",
"boxRight": "Destra"
},
"openPageWorkflowActionForm": {
"urlPlaceholder": "Inserisci testo...",
"urlLabel": "URL"
},
"pageErrors": {
"errorNameNotUnique": "Una pagina con questo nome esiste già",
"errorPathNotUnique": "Un percorso con questo nome esiste già",
"errorStartingSlash": "Un percorso deve iniziare con '/' per essere considerato valido",
"errorValidPathCharacters": "Il percorso contiene caratteri non validi",
"errorUniquePathParams": "I parametri di percorso devono essere unici."
},
"publishActionModal": {
"openInNewTab": "Apri in una nuova scheda",
"title": "Pubblica",
"description": "Pubblica la tua app su uno dei tuoi domini. Nota che l'applicazione può avere domini multipli, ognuno con una versione differente della applicazione.",
"publishSucceedTitle": "Sito puibblicato",
"publishFailedTitle": "Il sito non è stato pubblicato a causa di un errore imprevisto",
"publishFailedDescription": "Il sito non è stato pubblicato. Riprova di nuovo più tardi.",
"importingState": "Importando",
"publish": "Pubblica",
"noDomain": "Devi configurare almeno un dominio per poter pubblicare la tua applicazione.",
"publishSucceedDescription": "Il sito è stato pubblicato con successo."
},
"domainSettings": {
"titleOverview": "Domini",
"addDomain": "Aggiungi un dominio",
"titleAddDomain": "Aggiungi un dominio",
"noDomainMessage": "Non hai associato un dominio alla tua applicazione. Devi aggiungere un dominio per essere in grado di pubblicare la tua applicazione. Ricorda che puoi pubblicare versioni diverse della tua applicazione su domini diversi."
},
"imageElementForm": {
"uploadFileButton": "Carica file",
"altTextTitle": "Testo alternativo",
"fileSourceTypeURL": "URL",
"fileLabel": "File immagine",
"invalidUrlError": "L'URL non è valido",
"fileSourceTypeUpload": "Carica",
"maxWidthLabel": "Larghezza massima",
"maxHeightLabel": "Altezza massima",
"maxHeightPlaceholder": "Inserisci un'altezza massima in pixel.",
"maxWidthPlaceholder": "Inserisci una larghezza massima come percentuale.",
"imageConstraintsLabel": "Vincoli",
"imageConstraintFullWidth": "Estendi alla larghezza massima",
"imageConstraintCover": "Maschera",
"imageConstraintCoverDisabled": "Non disponibile con altezza massima vuota.",
"imageConstraintContainDisabled": "Non disponibile con altezza massima.",
"imageConstraintContain": "Contiene",
"altTextDescription": "è utilizzato da screen reader e mostrato se l'immagine non può essere caricata",
"urlWarning": "Nota: per favore assicurati di avere verificato che l'URL inserito sia valido ed affidabile."
},
"pageSettingsTypes": {
"pageName": "Pagina"
},
"pageSettings": {
"title": "Pagina",
"pageUpdatedTitle": "Modificato",
"pageUpdatedDescription": "Le impostazioni della pagina sono state aggiornate."
},
"columnElementForm": {
"columnAmountName": "nessuna colonna | 1 colonna | {columnAmount} colonne",
"columnAmountTitle": "Layout",
"columnGapTitle": "Spazio tra le colonne",
"columnGapPlaceholder": "Inserisci uno spazio tra le colonne..."
},
"domainCard": {
"detailLabel": "Mostra i dettagli",
"refresh": "Aggiorna i parametri"
},
"linkElementForm": {
"text": "Testo",
"targetNewTab": "Nuova scheda",
"variant": "Variante",
"targetSelf": "Stessa scheda",
"variantLink": "Link",
"target": "Apri in...",
"textPlaceholder": "Inserisci testo...",
"variantButton": "Pulsante",
"buttonColor": "Colore pulsante"
},
"horizontalAlignmentSelector": {
"alignment": "Allineamento orizzontale",
"alignmentLeft": "Sinistra",
"alignmentCenter": "Centrale",
"alignmentRight": "Destra"
},
"pathParamTypes": {
"textName": "Testo",
"numericName": "Numerico"
},
"lastPublishedDomainDate": {
"lastPublished": "Ultima pubblicazione:",
"neverPublished": "mai"
},
"customDomainForm": {
"domainNameLabel": "Nome dominio"
},
"subDomainForm": {
"domainNameLabel": "Nome dominio"
},
"verticalAlignmentSelector": {
"alignmentCenter": "Centro",
"alignment": "Allineamento verticale",
"alignmentTop": "Alto",
"alignmentBottom": "Basso"
},
"publicPage": {
"pageNotFound": "Pagina non trovata",
"siteNotFound": "Sito non trovato"
},
"mainThemeConfigBlock": {
"headingLabel": "Titolo {i} (h{i})",
"colorsLabel": "Colori",
"primaryColor": "Primario",
"typography": "Tipografia",
"secondaryColor": "Secondario",
"headingValue": "Titolo <h{i}>"
},
"eventTypes": {
"clickLabel": "Al click",
"submitLabel": "All'invio"
},
"tableElementForm": {
"fields": "Campi",
"fieldValueLabel": "Valore",
"addField": "aggiungi campo",
"itemsPerPagePlaceholder": "Inserisci valore...",
"dataSource": "Sorgente dati",
"fieldValuePlaceholder": "Inserisci valore...",
"itemsPerPage": "Oggetti per pagina",
"fieldDefaultName": "Colonna",
"fieldType": "Tipo",
"selectSourceFirst": "Seleziona una sorgenti dati di tipo lista per iniziare a configurare i tuoi campi.",
"buttonColor": "Colore pulsante"
},
"tableElement": {
"showMore": "Mostra di più",
"empty": "Nessun oggetto trovato."
},
"pageActionTypes": {
"publish": "Pubblica",
"preview": "Anteprima"
},
"pagePreview": {
"emptyMessage": "Clicca per creare il primo elemento"
},
"domainForm": {
"notUniqueDomain": "Il dominio è già stato utilizzato",
"invalidDomain": "Il nome dominio inserito non è valido"
},
"domainTypes": {
"customName": "Dominio personalizzato",
"subDomainName": "Sottodominio",
"subDomain": "Sottodominio di {domain}"
},
"styleBoxForm": {
"borderLabel": "Bordo",
"paddingLabel": "Padding"
},
"buttonElementForm": {
"valuePlaceholder": "Inserisci testo...",
"valueLabel": "Testo",
"buttonColor": "Colore pulsante"
},
"buttonElement": {
"noValue": "Senza nome..."
},
"getFormulaComponent": {
"errorTooltip": "Riferimento non valido"
},
"currentRecordDataProviderType": {
"index": "Indice",
"firstPartName": "Sorgente dati: {name}"
},
"workflowActionTypes": {
"notificationLabel": "Mostra Notifiche",
"createRowLabel": "Crea Riga",
"openPageLabel": "Apri Pagina",
"updateRowLabel": "Aggiorna Riga"
},
"notificationWorkflowActionForm": {
"titleLabel": "Titolo",
"titlePlaceholder": "Inserisci testo...",
"descriptionLabel": "Descrizione",
"descriptionPlaceholder": "Inserisci testo..."
},
"collectionFieldType": {
"text": "Testo",
"link": "Collegamento"
},
"linkFieldForm": {
"fieldValueLabel": "URL",
"fieldValuePlaceholder": "Inserisci valore...",
"fieldLinkNameLabel": "Testo collegamento",
"fieldLinkNamePlaceholder": "Inserisci valore...",
"buttonColor": "Colore pulsante"
},
"textFieldForm": {
"fieldValueLabel": "Valore",
"fieldValuePlaceholder": "Inserisci valore..."
},
"linkField": {
"details": "Dettagli"
},
"updateUserSourceForm": {
"nameFieldLabel": "Nome",
"nameFieldPlaceholder": "Inserisci un nome...",
"authTitle": "Autenticazione",
"integrationFieldLabel": "Integrazione"
},
"createUserSourceForm": {
"userSourceIntegration": "Integrazione",
"userSourceName": "Nome",
"userSourceType": "Tipo"
},
"formContainerElementForm": {
"submitButtonLabel": "Pulsante di invio",
"submitButtonPlaceholder": "Inserisci valore...",
"buttonColor": "Colore pulsante"
},
"dispatchWorkflowActionError": {
"defaultTitle": "Errore evento",
"defaultMessage": "Questo evento ha generato un errore imprevisto."
},
"upsertRowWorkflowActionForm": {
"integrationDropdownLabel": "Integrazione",
"rowIdLabel": "ID Riga",
"fieldMappingPlaceholder": "Scegli un valore di campo",
"rowIdPlaceholder": "Seleziona un ID riga",
"noTableSelectedMessage": "Scegli una tabella per cominciare a configurare i tuoi campi."
},
"widthTypes": {
"full": "Larghezza intera",
"normal": "Normale",
"small": "Piccolo",
"medium": "Medio"
},
"widthSelector": {
"widthFull": "Larghezza intera",
"width": "Larghezza",
"widthAuto": "Auto"
},
"backgroundTypes": {
"none": "Nessuno",
"color": "Colore"
},
"iframeElementForm": {
"sourceTypeLabel": "Tipo sorgente",
"urlLabel": "URL",
"urlPlaceholder": "Collegamento alla risorsa esterna da incorporare",
"urlHelp": "Nota: per favore assicurati di avere verificato che l'URL inserito sia valido ed affidabile.",
"embedLabel": "Incorpora",
"empty": "IFrame vuoto...",
"embedPlaceholder": "HTML grezzo da incorporare",
"heightLabel": "Altezza (px)",
"heightPlaceholder": "Altezza in pixel"
},
"dnsStatus": {
"typeHeader": "Tipo",
"hostHeader": "Host",
"description": "Apporta le seguenti modifiche sul tuo Domain Register per configurare i tuoi domini",
"valueHeader": "Valore"
},
"linkNavigationSelection": {
"navigateTo": "Naviga verso",
"navigateToCustom": "URL personalizzata",
"paramPlaceholder": "Inserisci un valore...",
"urlPlaceholder": "Inserisci una URL...",
"url": "URL di destinazione",
"paramsInErrorButton": "Modifica parametri",
"paramsInErrorDescription": "I parametri salvati non corrispondono ai parametri di pagina. La pagina è stata probabilmente cancellata o modificata."
},
"dropdownOptionSelector": {
"label": "Opzioni",
"value": "Valore",
"name": "Nome",
"addOption": "aggiungi opzione"
},
"checkboxElementForm": {
"labelTitle": "Etichetta",
"valueTitle": "Valore di default",
"requiredTitle": "Richiesto"
},
"imageElement": {
"emptyState": "Non è stato definito un testo per il tag alt..."
},
"generalForm": {
"labelTitle": "Etichetta",
"labelPlaceholder": "Inserisci un'etichetta (opzionale)",
"valueTitle": "Valore di default",
"valuePlaceholder": "Inserisci un valore di default (opzionale)",
"placeholderTitle": "Placeholder",
"placeholderPlaceholder": "Inserisci un placeholder (opzionale)",
"requiredTitle": "Richiesto"
},
"inputTextElementForm": {
"multilineTitle": "Multi linea",
"rowsTitle": "Numero di linee",
"rowsPlaceholder": "Inserisci il numero di righe per questo campo input"
},
"userSourceSettings": {
"titleAddUserSource": "Nuova sorgente dati",
"titleOverview": "Sorgente di utenti",
"addUserSource": "Aggiungi sorgente utenti",
"titleUpdateUserSource": "Modifica sorgente utenti",
"noUserSourceMessage": "Non hai ancora aggiunto una sorgente di utenti per la tua applicazione. Devi aggiungerne una se vuoi essere in grado di autenticare gli utenti con la tua applicazione."
},
"subDomainDetails": {
"text": "Le impostazioni DNS per il dominio sono state applicate e verificate. Funziona senza fare ulteriori cambiamenti."
},
"linkElement": {
"noValue": "Senza nome..."
},
"dataSourceForm": {
"namePlaceholder": "Nome sorgente",
"servicePlaceholder": "Scegli un servizio",
"integrationPlaceholder": "Scegli un'integrazione",
"errorUniqueName": "Il nome della sorgente deve essere unico."
},
"fontSidePanelForm": {
"label": "Carattere"
},
"formDataProviderType": {
"nodeMissing": "Mancante"
},
"event": {
"addAction": "aggiungi azione"
},
"dispatchDataSourceError": {
"defaultTitle": "Errore nel caricamento dati",
"defaultMessage": "Errore imprevisto durante il caricamento dei dati per la pagina."
},
"authFormElementForm": {
"userSource": "Sorgente utenti"
}
}

View file

@ -76,7 +76,9 @@
"dropdown": "Dropdown",
"checkbox": "Checkbox",
"checkboxDescription": "Checkbox element",
"iframe": "IFrame"
"iframe": "IFrame",
"authForm": "Inlogformulier",
"authFormDescription": "Een login formulier voor gebruikers"
},
"addElementButton": {
"label": "Element"
@ -115,7 +117,10 @@
"textElementForm": {
"textTitle": "Tekst",
"textPlaceholder": "Tekst invoeren...",
"textError": "De waarde is ongeldig."
"textError": "De waarde is ongeldig.",
"textFormatTypeLabel": "Format",
"textFormatTypePlain": "Platte tekst",
"textFormatTypeMarkdown": "Markdown"
},
"pageErrors": {
"errorPathNotUnique": "Een pad met deze naam bestaat al",
@ -152,7 +157,17 @@
"fileSourceTypeURL": "URL",
"fileSourceTypeUpload": "Uploaden",
"urlWarning": "Opmerking: zorg ervoor dat u controle heeft over de ingevoerde URL of deze vertrouwt.",
"uploadFileButton": "Upload bestand"
"uploadFileButton": "Upload bestand",
"maxWidthLabel": "Max breedte",
"maxHeightLabel": "Max hoogte",
"maxHeightPlaceholder": "Voer een maximale hoogte in pixels in.",
"maxWidthPlaceholder": "Voer een maximale breedte in als percentage.",
"imageConstraintsLabel": "Beperkingen",
"imageConstraintFullWidth": "Uitbreiden tot max breedte",
"imageConstraintCover": "Omslag",
"imageConstraintCoverDisabled": "Niet beschikbaar met lege maximumhoogte.",
"imageConstraintContain": "Bevat",
"imageConstraintContainDisabled": "Niet beschikbaar met een maximale hoogte."
},
"domainSettings": {
"titleOverview": "Domeinen",
@ -259,7 +274,8 @@
"currentRecord": "Gegevensbron",
"pageParameter": "Parameter",
"dataSource": "Data",
"formData": "Formuliergegevens"
"formData": "Formuliergegevens",
"user": "Gebruiker"
},
"tableElementForm": {
"addField": "veld toevoegen",
@ -305,7 +321,8 @@
"updateUserSourceForm": {
"nameFieldLabel": "Naam",
"nameFieldPlaceholder": "Voer een naam in...",
"integrationFieldLabel": "Integratie"
"integrationFieldLabel": "Integratie",
"authTitle": "Authenticatie"
},
"mainThemeConfigBlock": {
"colorsLabel": "Kleuren",
@ -492,5 +509,29 @@
"labelTitle": "Label",
"valueTitle": "Standaardwaarde",
"requiredTitle": "Verplicht"
},
"dispatchDataSourceError": {
"defaultMessage": "Er is een fout opgetreden tijdens het laden van gegevens voor de pagina.",
"defaultTitle": "Fout bij het laden van gegevens"
},
"authFormElementForm": {
"userSource": "Gebruiker bron"
},
"authFormElement": {
"email": "E-mail",
"passwordPlaceholder": "Voer je wachtwoord in...",
"selectOrConfigureUserSourceFirst": "Kies een gebruikersbron om dit aanmeldingselement te gaan gebruiken.",
"password": "Wachtwoord",
"emailPlaceholder": "Voer uw e-mailadres in..."
},
"userSourceUsersContext": {
"searchPlaceholder": "Gebruiker zoeken",
"noEmail": "Geen e-mail",
"anonymous": "Anoniem",
"unnamed": "Naamloos"
},
"userSelector": {
"viewAs": "Weergeven als: {user}",
"anonymous": "Anoniem"
}
}

View file

@ -600,7 +600,8 @@
"paddingError": "Der Wert muss eine ganze Zahl zwischen 0 und 200 sein."
},
"workspaceInvitationRejectedNotification": {
"title": "{sender} hat Ihre Einladung zur Teilnahme an {workspaceName} abgelehnt"
"title": "{sender} hat Ihre Einladung zur Teilnahme an {workspaceName} abgelehnt",
"deletedUser": "Gelöschter Benutzer"
},
"authorizationErrorToast": {
"content": "Anscheinend sind Sie nicht berechtigt, diese Ressource anzuzeigen.",
@ -623,10 +624,12 @@
"notFound": "Keine Benutzer gefunden"
},
"workspaceInvitationAcceptedNotification": {
"title": "{sender} hat Ihre Einladung angenommen, {workspaceName} beizutreten"
"title": "{sender} hat Ihre Einladung angenommen, {workspaceName} beizutreten",
"deletedUser": "Gelöschter Benutzer"
},
"workspaceInvitationCreatedNotification": {
"title": "{sender} hat Sie eingeladen, {workspaceName} beizutreten"
"title": "{sender} hat Sie eingeladen, {workspaceName} beizutreten",
"deletedUser": "Gelöschter Benutzer"
},
"versionUpgradeNotification": {
"title": "{version} ist da! Sehen Sie sich an, was es Neues gibt."
@ -646,7 +649,9 @@
"instant": "Sofort"
},
"dataExplorer": {
"emptyText": "Keine Daten gefunden"
"emptyText": "Keine Daten gefunden",
"noMatchingNodesText": "Es wurden keine passenden Datenanbieter gefunden.",
"noProvidersText": "Es wurden keine Datenanbieter gefunden. Um loszulegen, können Sie zum Beispiel eine Datenquelle oder einen Seitenparameter hinzufügen."
},
"integrationDropdown": {
"noIntegrations": "Keine Integrationen gefunden.",

View file

@ -1,6 +1,6 @@
{
"paginator": {
"page": "página",
"page": "Página",
"of": "de {pages}"
},
"copied": {
@ -585,10 +585,12 @@
"paddingTop": "Acolchado superior"
},
"workspaceInvitationAcceptedNotification": {
"title": "{enviador} ha aceptado su invitación para unirse a {nombreDeEspacioDeTrabajo}"
"title": "{enviador} ha aceptado su invitación para unirse a {nombreDeEspacioDeTrabajo}",
"deletedUser": "Un usuario eliminado"
},
"workspaceInvitationCreatedNotification": {
"title": "{enviador} te ha invitado a unirte a {nombreDelEspacioDeTrabajo}"
"title": "{enviador} te ha invitado a unirte a {nombreDelEspacioDeTrabajo}",
"deletedUser": "Un usuario eliminado"
},
"notificationPanel": {
"clearAll": "Borrar todo",
@ -626,7 +628,8 @@
"notFound": "No se encontraron usuarios"
},
"workspaceInvitationRejectedNotification": {
"title": "{enviador} ha rechazado su invitación para unirse a {nombreDeEspacioDeTrabajo}"
"title": "{enviador} ha rechazado su invitación para unirse a {nombreDeEspacioDeTrabajo}",
"deletedUser": "Un usuario eliminado"
},
"versionUpgradeNotification": {
"title": "{versión} ¡ya está aquí! Descubre qué hay de nuevo."
@ -646,7 +649,9 @@
"instant": "Al instante"
},
"dataExplorer": {
"emptyText": "No hay datos"
"emptyText": "No hay datos",
"noMatchingNodesText": "No se han encontrado proveedores de datos coincidentes.",
"noProvidersText": "No se han encontrado proveedores de datos. Para empezar puedes, por ejemplo, añadir una fuente de datos o un parámetro de página."
},
"formulaInputField": {
"errorInvalidFormula": "La fórmula es inválida."
@ -656,5 +661,23 @@
"addIntegration": "Añadir nueva integración",
"integrationPlaceholder": "Selecciona una integración",
"selectTypeFirst": "Primero elige el tipo"
},
"richTextEditorBubbleMenu": {
"bold": "Negrita",
"italic": "Cursiva",
"underline": "Subraye",
"strikethrough": "Tachado"
},
"richTextEditorFloatingMenu": {
"hierarchy": "Jerarquía",
"lists": "Listas",
"paragraph": "Párrafo",
"heading1": "Título 1",
"heading2": "Título 2",
"heading3": "Título 3",
"orderedList": "Lista numerada",
"unorderedList": "Lista de puntos",
"code": "Código",
"taskList": "Lista de tareas"
}
}

View file

@ -0,0 +1,589 @@
{
"paginator": {
"page": "",
"of": ""
},
"copied": {
"label": ""
},
"sidebarApplication": {
"rename": "",
"duplicate": "",
"viewTrash": "",
"delete": "",
"snapshots": ""
},
"duplicateApplicationJobType": {
"duplicating": "",
"duplicatedTitle": ""
},
"InstallTemplateJobType": {
"installing": "",
"installedTitle": ""
},
"sidebar": {
"createWorkspace": "",
"inviteOthers": "",
"members": "",
"logoff": "",
"errorNoWorkspace": "",
"admin": "",
"dashboard": "",
"trash": "",
"settings": "",
"notifications": ""
},
"accountForm": {
"nameLabel": "",
"languageLabel": ""
},
"accountSettings": {
"title": "",
"changedTitle": "",
"changedDescription": "",
"submitButton": ""
},
"settingsModal": {
"title": ""
},
"notificationPanel": {
"title": "",
"markAllAsRead": "",
"clearAll": "",
"noNotificationTitle": "",
"noNotification": "",
"newNotificationsAvailable": "",
"refresh": ""
},
"clearAllNotificationsConfirmModal": {
"title": "",
"message": ""
},
"passwordSettings": {
"title": "",
"changedTitle": "",
"changedDescription": "",
"oldPasswordLabel": "",
"oldPasswordRequiredError": "",
"newPasswordLabel": "",
"repeatNewPasswordLabel": "",
"repeatNewPasswordMatchError": "",
"submitButton": "",
"errorInvalidOldPasswordTitle": "",
"errorInvalidOldPasswordMessage": ""
},
"deleteAccountSettings": {
"title": "",
"description": "",
"workspaceNoticeDescription": "",
"orphanWorkspaces": "",
"orphanWorkspaceMemberCount": "",
"password": "",
"passwordConfirm": "",
"repeatPasswordMatchError": "",
"submitButton": "",
"errorInvalidPasswordTitle": "",
"errorInvalidPasswordMessage": "",
"errorUserIsLastAdminTitle": "",
"errorUserIsLastAdminMessage": "",
"accountDeletedSuccessTitle": "",
"accountDeletedSuccessMessage": "",
"workspaceLoadingError": "",
"workspaceLoadingErrorDescription": ""
},
"error": {
"alreadyExistsTitle": "",
"alreadyExistsMessage": "",
"passwordRequired": "",
"invalidEmail": "",
"disabledAccountTitle": "",
"disabledAccountMessage": "",
"incorrectCredentialTitle": "",
"incorrectCredentialMessage": "",
"inputRequired": "",
"disabledPasswordProviderTitle": "",
"disabledPasswordProviderMessage": ""
},
"field": {
"language": "",
"emailAddress": "",
"name": "",
"password": "",
"passwordRepeat": ""
},
"invitationTitle": "",
"invitationMessage": "",
"workspaceForm": {
"nameLabel": ""
},
"leaveWorkspaceModal": {
"title": "",
"message": "",
"leave": ""
},
"dashboardWorkspace": {
"createApplication": ""
},
"workspaceInvitation": {
"title": "",
"message": "",
"reject": "",
"accept": ""
},
"workspaceInviteForm": {
"invitationFormTitle": "",
"optionalMessagePlaceholder": "",
"errorInvalidEmail": "",
"errorTooLongMessage": ""
},
"workspacesContext": {
"search": "",
"noResults": "",
"createWorkspace": ""
},
"workspaceContext": {
"renameWorkspace": "",
"members": "",
"auditLog": "",
"viewTrash": "",
"leaveWorkspace": "",
"deleteWorkspace": ""
},
"createWorkspaceModal": {
"createNew": "",
"defaultName": "",
"add": "",
"permissionDeniedTitle": "",
"permissionDeniedBody": ""
},
"templateCategories": {
"search": "",
"title": ""
},
"templateHeader": {
"use": ""
},
"trashSidebar": {
"title": "",
"unnamedWorkspace": ""
},
"trashContents": {
"message": "",
"empty": "",
"emptyButtonTrashed": "",
"emptyButtonNotTrashed": "",
"unnamed": ""
},
"trashEmptyModal": {
"titleIsTrashed": "",
"titleIsNotTrashed": "",
"messageIsTrashed": "",
"messageIsNotTrashed": "",
"buttonIsTrashed": "",
"buttonIsNotTrashed": ""
},
"trashEntry": {
"deletedUser": "",
"fromParent": "",
"name": "",
"restore": "",
"andMore": "",
"unnamed": ""
},
"trashModal": {
"emptyTitle": "",
"emptyMessage": "",
"emptyMessageWithoutCreatePermission": ""
},
"uploadViaURLUserFileUpload": {
"title": "",
"urlLabel": "",
"urlError": ""
},
"userFilesModal": {
"title": ""
},
"uploadFileUserFileUpload": {
"title": "",
"drop": "",
"clickOrDrop": "",
"retry": ""
},
"uploadFileDropzone": {
"drop": "",
"clickOrDrop": "",
"errorTooManyFilesTitle": "",
"errorTooManyFilesMessage": "",
"errorWrongFileTypeTitle": "",
"errorWrongFileTypeMessage": ""
},
"createApplicationContext": {
"fromTemplate": ""
},
"applicationForm": {
"nameLabel": ""
},
"connectingToast": {
"title": "",
"content": ""
},
"failedConnectingToast": {
"title": "",
"content": "",
"action": ""
},
"authorizationErrorToast": {
"title": "",
"content": "",
"action": ""
},
"userSessionExpiredToast": {
"title": "",
"content": ""
},
"userPasswordChangedToast": {
"title": "",
"content": ""
},
"restoreToast": {
"restore": ""
},
"copyingToast": {
"title": "",
"content": ""
},
"PastingToast": {
"title": "",
"content": ""
},
"clearingToast": {
"title": "",
"content": ""
},
"undoRedoToast": {
"undoingTitle": "",
"undoingText": "",
"undoneTitle": "",
"undoneText": "",
"noMoreUndo": "",
"skippingUndoDueToError": "",
"redoingTitle": "",
"redoingText": "",
"redoneTitle": "",
"redoneText": "",
"noMoreRedo": "",
"skippingRedoDueToError": "",
"failed": ""
},
"permissionsUpdatedToast": {
"title": "",
"content": "",
"action": ""
},
"errorLayout": {
"notFound": "",
"error": "",
"backDashboard": "",
"backLogin": "",
"wrong": "",
"refresh": ""
},
"dashboard": {
"title": "",
"alertTitle": "",
"alertText": "",
"tweetContent": "",
"redditTitle": "",
"noWorkspaceTitle": "",
"noWorkspaceText": "",
"noWorkspaceTextWithoutCreatePermission": "",
"createWorkspace": "",
"becomeGithubSponsor": "",
"starOnGitlab": "",
"shareOnTwitter": "",
"shareOnReddit": "",
"shareOnFacebook": "",
"shareOnLinkedIn": ""
},
"dashboardSidebar": {
"workspaces": "",
"links": "",
"knowledgeBase": "",
"tutorials": "",
"userSettings": "",
"trash": "",
"logoff": ""
},
"login": {
"title": "",
"emailPlaceholder": "",
"passwordPlaceholder": "",
"forgotPassword": "",
"signUpText": "",
"signUp": "",
"displayPasswordLogin": "",
"redirecting": ""
},
"resetPassword": {
"title": "",
"newPassword": "",
"repeatNewPassword": "",
"submit": "",
"changed": "",
"errorInvalidLinkTitle": "",
"errorInvalidLinkMessage": "",
"errorLinkExpiredTitle": "",
"errorLinkExpiredMessage": "",
"disabled": "",
"disabledMessage": ""
},
"signup": {
"headTitle": "",
"title": "",
"disabled": "",
"disabledMessage": "",
"requireFirstUser": "",
"requireFirstUserMessage": "",
"emailPlaceholder": "",
"namePlaceholder": "",
"passwordPlaceholder": "",
"passwordRepeatPlaceholder": "",
"loginText": "",
"login": ""
},
"forgotPassword": {
"title": "",
"message": "",
"submit": "",
"confirmation": "",
"disabled": "",
"disabledMessage": "",
"loginText": ""
},
"settings": {
"settingsTitle": "",
"baserowInstanceId": "",
"instanceIdDescription": "",
"accountRestrictions": "",
"settingAllowResetPasswordName": "",
"settingAllowResetPasswordDescription": "",
"settingAllowResetPasswordWarning": "",
"settingAllowNewAccountsName": "",
"settingAllowNewAccountsDescription": "",
"settingAllowSignupsViaWorkspaceInvitationsName": "",
"settingAllowSignupsViaWorkspaceInvitationDescription": "",
"settingAllowNonStaffCreateWorkspaceOperation": "",
"settingAllowNonStaffCreateWorkspaceOperationDescription": "",
"settingAllowNonStaffCreateWorkspaceOperationWarning": "",
"settingTrackWorkspaceUsage": "",
"settingTrackWorkspaceUsageDescription": "",
"userDeletionGraceDelay": "",
"settingUserDeletionGraceDelay": "",
"settingUserDeletionGraceDelayDescription": "",
"invalidAccountDeletionGraceDelay": "",
"enabled": "",
"maintenance": ""
},
"formSidebar": {
"actions": {
"addAll": "",
"removeAll": "",
"addField": ""
},
"notifyUserOnSubmit": "",
"fieldsDescription": "",
"prefillOrHideInfoLink": "",
"modal": {
"title": "",
"descriptionPartOne": "",
"descriptionPartTwo": "",
"howToHide": {
"title": "",
"description": ""
},
"howToPrefill": {
"title": "",
"description": ""
},
"format": {
"title": "",
"description": "",
"codeSnippet": ""
},
"example": {
"title": "",
"description": "",
"codeSnippet": ""
},
"spaces": {
"title": "",
"description": "",
"codeSnippet": ""
},
"multipleValues": {
"title": "",
"description": "",
"codeSnippet": ""
},
"specialFieldTypes": {
"title": "",
"description": "",
"ratingField": {
"title": "",
"description": "",
"codeSnippet": ""
},
"linkRowField": {
"title": "",
"description": "",
"codeSnippet": ""
},
"selectField": {
"title": "",
"description": "",
"codeSnippet": ""
},
"dateField": {
"title": "",
"description": "",
"codeSnippet": ""
}
}
}
},
"job": {
"statePending": "",
"stateStarted": "",
"stateFinished": "",
"stateFailed": "",
"errorJobAlreadyRunningTitle": "",
"errorJobAlreadyRunningDescription": ""
},
"datetime": {
"secondsAgo": "",
"minutesAgo": "",
"hoursAgo": "",
"daysAgo": "",
"monthsAgo": "",
"yearsAgo": ""
},
"crudTableSearch": {
"search": ""
},
"membersSettings": {
"membersTabTitle": "",
"invitesTabTitle": "",
"membersTable": {
"title": "",
"inviteMember": "",
"columns": {
"name": "",
"email": "",
"role": "",
"highestRole": "",
"highestRoleHelpText": "",
"teams": ""
},
"actions": {
"copyEmail": "",
"remove": ""
}
},
"invitesTable": {
"title": "",
"columns": {
"email": "",
"message": "",
"role": ""
},
"actions": {
"copyEmail": "",
"remove": ""
}
},
"membersInviteModal": {
"title": "",
"submit": "",
"helpIconText": "",
"errors": {
"userAlreadyInWorkspace": {
"title": "",
"text": ""
}
}
}
},
"memberSelectionList": {
"searchPlaceholder": "",
"selectedAmountLabel": ""
},
"memberAssignmentModalFooter": {
"invite": "",
"deselectAll": "",
"selectAll": ""
},
"removeFromWorkspaceModal": {
"title": "",
"confirmation": "",
"remove": ""
},
"editRoleContext": {
"billableRolesLink": ""
},
"highestPaidRoleField": {
"billable": ""
},
"integrationCreateEditModal": {
"createTitle": "",
"editTitle": "",
"warningTitle": ""
},
"integrationEditForm": {
"name": "",
"namePlaceholder": ""
},
"integrationDropdown": {
"addIntegration": "",
"noIntegrations": "",
"selectTypeFirst": "",
"integrationPlaceholder": ""
},
"dropdown": {
"empty": ""
},
"richTextEditorMentionsList": {
"notFound": ""
},
"workspaceInvitationAcceptedNotification": {
"title": "",
"deletedUser": ""
},
"workspaceInvitationRejectedNotification": {
"title": "",
"deletedUser": ""
},
"workspaceInvitationCreatedNotification": {
"title": "",
"deletedUser": ""
},
"versionUpgradeNotification": {
"title": ""
},
"emailNotifications": {
"title": "",
"label": "",
"description": "",
"instant": "",
"daily": "",
"weekly": "",
"never": "",
"submitButton": ""
},
"formulaInputField": {
"errorInvalidFormula": ""
},
"dataExplorer": {
"noMatchingNodesText": "",
"noProvidersText": ""
}
}

View file

@ -661,5 +661,23 @@
"addIntegration": "Ajouter une nouvelle intégration",
"integrationPlaceholder": "Sélectionnez une intégration",
"selectTypeFirst": "Choisir d'abord le type"
},
"richTextEditorBubbleMenu": {
"bold": "Gras",
"strikethrough": "Barrer",
"italic": "Italique",
"underline": "Souligner"
},
"richTextEditorFloatingMenu": {
"hierarchy": "Hiérarchie",
"lists": "Listes",
"paragraph": "Paragraphe",
"heading1": "Titre 1",
"heading2": "Titre 2",
"heading3": "Titre 3",
"orderedList": "Liste numérotée",
"unorderedList": "Liste à puces",
"code": "Code",
"taskList": "Liste de tâches"
}
}

View file

@ -1,6 +1,6 @@
{
"paginator": {
"page": "pagina",
"page": "Pagina",
"of": "di {pages}"
},
"copied": {
@ -384,7 +384,8 @@
"title": "Come nascondere un campo"
}
},
"prefillOrHideInfoLink": "Precompila o nascondi automaticamente"
"prefillOrHideInfoLink": "Precompila o nascondi automaticamente",
"notifyUserOnSubmit": "Ricevi una notifica quando un nuovo form viene inviato"
},
"deleteAccountSettings": {
"title": "Elimina account",
@ -604,10 +605,12 @@
"empty": "Nessun elemento disponibile"
},
"workspaceInvitationAcceptedNotification": {
"title": "{sender} ha accettato il tuo invito per far parte di {workspaceName}"
"title": "{sender} ha accettato il tuo invito per far parte di {workspaceName}",
"deletedUser": "Un utente rimosso"
},
"workspaceInvitationCreatedNotification": {
"title": "{sender} ti ha invitato a far parte di {workspaceName}"
"title": "{sender} ti ha invitato a far parte di {workspaceName}",
"deletedUser": "Un utente rimosso"
},
"versionUpgradeNotification": {
"title": "{version} è qui! Clicca per vedere le novità."
@ -628,7 +631,8 @@
"notFound": "Nessun utente trovato"
},
"workspaceInvitationRejectedNotification": {
"title": "{sender} ha rifiutato il tuo invito per far parte di {workspaceName}"
"title": "{sender} ha rifiutato il tuo invito per far parte di {workspaceName}",
"deletedUser": "Un utente rimosso"
},
"emailNotifications": {
"submitButton": "Aggiorna frequenza",
@ -641,9 +645,39 @@
"instant": "Immediatamente"
},
"dataExplorer": {
"emptyText": "Nessun dato trovato"
"emptyText": "Nessun dato trovato",
"noMatchingNodesText": "Non è stato trovato nessun provider di dati adatto.",
"noProvidersText": "Nessun provider di dati trovato. Per iniziare, per esempio, aggiungi una fonte dati o un parametro di pagina."
},
"formulaInputField": {
"errorInvalidFormula": "La formula non è valida"
},
"integrationDropdown": {
"addIntegration": "Aggiungi nuova integrazione",
"noIntegrations": "Nessuna integrazione trovata.",
"selectTypeFirst": "Scegli prima il tipo",
"integrationPlaceholder": "Scegli una integrazione"
},
"userPasswordChangedToast": {
"title": "Password modificata",
"content": "La tua password é stata modificata. Per favore, effettua nuovamente il login."
},
"richTextEditorBubbleMenu": {
"underline": "Sottolineato",
"bold": "Grassetto",
"italic": "Corsivo",
"strikethrough": "Barrato"
},
"richTextEditorFloatingMenu": {
"lists": "Liste",
"heading1": "Titolo 1",
"heading2": "Titolo 2",
"heading3": "Titolo 3",
"orderedList": "Elenco numerato",
"unorderedList": "Elenco puntato",
"code": "Codice",
"taskList": "Elenco attività",
"hierarchy": "Gerarchia",
"paragraph": "Paragrafo"
}
}

View file

@ -611,10 +611,12 @@
"restore": "Herstel verwijderd {type}"
},
"workspaceInvitationRejectedNotification": {
"title": "{sender} heeft uw uitnodiging om lid te worden van {workspaceName} afgewezen"
"title": "{sender} heeft uw uitnodiging om lid te worden van {workspaceName} afgewezen",
"deletedUser": "Een verwijderde gebruiker"
},
"workspaceInvitationCreatedNotification": {
"title": "{sender} heeft je uitgenodigd om lid te worden van {workspaceName}"
"title": "{sender} heeft je uitgenodigd om lid te worden van {workspaceName}",
"deletedUser": "Een verwijderde gebruiker"
},
"dropdown": {
"empty": "Geen items beschikbaar"
@ -623,7 +625,8 @@
"paddingError": "De waarde moet een geheel getal zijn tussen 0 en 200."
},
"workspaceInvitationAcceptedNotification": {
"title": "{sender} heeft uw uitnodiging om lid te worden van {workspaceName} geaccepteerd"
"title": "{sender} heeft uw uitnodiging om lid te worden van {workspaceName} geaccepteerd",
"deletedUser": "Een verwijderde gebruiker"
},
"richTextEditorMentionsList": {
"notFound": "Geen gebruikers gevonden"
@ -658,5 +661,23 @@
"addIntegration": "Nieuwe integratie toevoegen",
"integrationPlaceholder": "Selecteer een integratie",
"selectTypeFirst": "Kies het type eerst"
},
"richTextEditorBubbleMenu": {
"underline": "Onderstreep",
"bold": "Vet",
"italic": "Cursief",
"strikethrough": "Doorstreept"
},
"richTextEditorFloatingMenu": {
"hierarchy": "Hiërarchie",
"heading1": "Kop 1",
"heading2": "Kop 2",
"heading3": "Kop 3",
"orderedList": "Genummerde lijst",
"unorderedList": "Bullet lijst",
"code": "Code",
"taskList": "Takenlijst",
"lists": "Lijsten",
"paragraph": "Paragraaf"
}
}

View file

@ -66,7 +66,8 @@
"createTable": "Erstellen einer Tabelle"
},
"sidebarItem": {
"exportTable": "Exportieren der Tabelle"
"exportTable": "Exportieren der Tabelle",
"webhooks": "Webhooks"
},
"apiToken": {
"create": "erstellen",
@ -139,12 +140,14 @@
"userFieldNames": "Wenn für den GET-Parameter \"user_field_names\" ein beliebiger Wert angegeben wird, sind die von diesem Endpunkt zurückgegebenen Feldnamen die tatsächlichen Namen der Felder.\n\n Wenn der GET-Parameter \"user_field_names\" nicht angegeben wird, lauten alle zurückgegebenen Feldnamen \"field_\", gefolgt von der ID des Feldes. Zum Beispiel bezieht sich \"field_1\" auf das Feld mit der ID \"1\".\n\n Wenn `user_field_names` gesetzt ist, ändert sich außerdem das Verhalten der anderen GET-Parameter `order_by`, `include` und `exclude`. Sie erwarten stattdessen kommagetrennte Listen mit den tatsächlichen Feldnamen.",
"search": "Wenn angegeben, werden nur Zeilen mit Daten zurückgegeben, die der Suchanfrage entsprechen.",
"orderBy": "Optional können die Zeilen nach durch Komma getrennten Feldern geordnet werden. Standardmäßig oder wenn einem Feld ein '+' vorangestellt wird, ist es aufsteigend (A-Z) geordnet, aber durch Voranstellen eines '-' kann es absteigend (Z-A) geordnet werden.\n #### Mit`user_field_names`:\n\n `order_by`sollte eine durch ein Komma getrennte Liste der Feldnamen sein, nach denen geordnet werden soll. Wenn Sie beispielsweise den folgenden GET-Parameter angeben: `order_by=My Field,-My Field 2`, werden die Zeilen nach dem Feld mit der Bezeichnung `My Field`in aufsteigender Reihenfolge geordnet. Wenn einige Felder denselben Wert haben, wird diese Teilmenge nach dem Feld `My Field 2` in absteigender Reihenfolge geordnet.\n\n Stellen Sie sicher, dass Feldern, deren Namen mit einem `+` oder `-` beginnen, ausdrücklich ein weiteres `+` oder `-` vorangestellt wird. Z.B.`+-Name`.\n\n\n Feldnamen, die Kommas enthalten, müssen in Anführungszeichen eingeschlossen werden: `\"Name ,\"`. Wenn Feldnamen Anführungszeichen enthalten, müssen sie mit dem Zeichen `\\` geschützt werden. Beispiel: `Name `.\n\n#### Ohne `user_field_names`:\n\n `order_by` sollte eine durch das Komma getrennte Liste von `field_` sein, gefolgt von der ID des Feldes, nach dem geordnet werden soll. Wenn Sie zum Beispiel den folgenden GET-Parameter angeben: `order_by=field_1,-field_2`, werden die Zeilen nach `field_1` in aufsteigender Reihenfolge geordnet. Wenn einige Felder denselben Wert haben, wird diese Teilmenge nach `field_2` in absteigender Reihenfolge geordnet.",
"filter": "Die Zeilen können optional nach denselben Ansichtsfiltern gefiltert werden, die auch für die Ansichten verfügbar sind. Es können mehrere Filter angegeben werden, wenn sie demselben Format folgen. Die Variablen `field` und `filter` geben an, wie gefiltert werden soll, und der Wert gibt an, worauf gefiltert werden soll.\n\n Wenn Sie zum Beispiel den folgenden GET-Parameter angeben: `filter__field_1__equal=test`, werden nur Zeilen zurückgegeben, in denen der Wert von field_1 gleich test ist.",
"filter": "Die Zeilen können optional mit denselben Ansichtsfiltern gefiltert werden, die auch für die Ansichten verfügbar sind. Es können mehrere Filter angewandt werden, wenn sie das gleiche Format haben. Die Variablen `field` und `filter` geben an, wie bzw. wo der Filter angewendet werden soll.\n\n#### Mit `user_field_names`:\n\nWenn Sie zum Beispiel optional den folgenden GET-Parameter angeben: `filter__Name__equal=test`, werden nur Zeilen zurückgegeben, in denen der Wert von `Name` gleich 'test' ist. Diese Methode ist abwärtskompatibel und prüft gegen `field_id`, wenn sie am Namen fehlschlägt.\n\n#### Ohne `user_field_names`:\n\nWenn Sie zum Beispiel optional den folgenden GET-Parameter angeben: `filter__field_1__equal=test`, werden nur Zeilen zurückgegeben, bei denen der Wert von `field_1` gleich 'test' ist.\n\nBitte beachten Sie, dass dieser Parameter ignoriert wird, wenn der Parameter filters angegeben wird. ",
"filterLink": "Eine Liste mit allen Filtern finden Sie hier.",
"filterType": "- `AND`: Gibt an, dass die Zeilen allen angegebenen Filtern entsprechen müssen.\n- `OR`: Gibt an, dass die Zeilen nur einem der Filter entsprechen müssen.\n\n Dies funktioniert nur, wenn zwei oder mehr Filter vorhanden sind.",
"include": "Alle Felder werden standardmäßig in die Antwort aufgenommen. Sie können eine Teilmenge der einzuschließenden Felder auswählen, indem Sie den Abfrageparameter include angeben.\n\n #### Mit `user_field_names`:\n\n Include\" sollte eine durch das Komma getrennte Liste von Feldnamen sein, die in die Ergebnisse aufgenommen werden sollen. Wenn Sie zum Beispiel den folgenden GET-Parameter angeben: `include=My Field,-My Field 2`, dann werden nur diese Felder eingeschlossen (es sei denn, sie werden ausdrücklich ausgeschlossen).\n\n Der Name des Feldes, das die Felder enthält, muss mit einem Hinweis versehen werden: `name ,'. Enthält der Feldname Schrägstriche, so müssen diese unter Verwendung des Zeichens `\\` geschützt werden. Ex : `name \\'.\n\n #### Ohne `user_field_names`:\n\n `include` sollte eine durch das Komma getrennte Liste von `field_` sein, gefolgt von der ID des Feldes, das in die Ergebnisse aufgenommen werden soll. Zum Beispiel: Wenn Sie den folgenden GET-Parameter `exclude=field_1,field_2` angeben, werden nur die Felder mit der ID `1` und der ID `2` einbezogen (es sei denn, sie werden ausdrücklich ausgeschlossen).",
"include": "Alle Felder werden standardmäßig in die Antwort aufgenommen. Sie können eine Teilmenge der einzuschließenden Felder auswählen, indem Sie den Abfrageparameter include angeben.\n\n #### Mit `user_field_names`:\n\n Include\" sollte eine durch das Komma getrennte Liste von Feldnamen sein, die in die Ergebnisse aufgenommen werden sollen. Wenn Sie zum Beispiel den folgenden GET-Parameter angeben: `include=My Field,-My Field 2`, dann werden nur diese Felder eingeschlossen (es sei denn, sie werden ausdrücklich ausgeschlossen).\n\n Der Name des Feldes, das die Felder enthält, muss mit einem Hinweis versehen werden: `name ,'. Enthält der Feldname Schrägstriche, so müssen diese unter Verwendung des Zeichens `\\` geschützt werden. Ex : `Name \\'.\n\n #### Ohne `user_field_names`:\n\n `include` sollte eine durch das Komma getrennte Liste von `field_` sein, gefolgt von der ID des Feldes, das in die Ergebnisse aufgenommen werden soll. Zum Beispiel: Wenn Sie den folgenden GET-Parameter `include=field_1,field_2` angeben, werden nur die Felder mit der ID `1` und der ID `2` einbezogen (es sei denn, sie werden ausdrücklich ausgeschlossen).",
"exclude": "Alle Felder werden standardmäßig in die Antwort aufgenommen. Sie können eine Untergruppe von Feldern auswählen, die ausgeschlossen werden sollen, indem Sie den Abfrageparameter exclude angeben.\n\n #### Mit \"user_field_names\":\n\n`exclude` sollte eine durch das Komma getrennte Liste von Feldern sein, die von den Ergebnissen ausgeschlossen werden sollen. Wenn Sie zum Beispiel den folgenden GET-Parameter angeben: `exclude=My Field,-My Field 2` dann werden diese Felder ausgeschlossen.\n\n Der Name des Feldes, das die Felder enthält, muss mit einem Hinweis versehen sein: \"name,\". Wenn der Feldname Schrägstriche enthält, müssen diese ebenfalls mit dem Zeichen \"name\" geschützt werden. Ex : `name\\\"`.\n\n #### Ohne `user_field_names`:\n\n `exclude` sollte eine durch das Komma getrennte Liste von `field_` sein, gefolgt von der ID des Feldes, das von den Ergebnissen ausgeschlossen werden soll. Zum Beispiel: Wenn Sie den folgenden GET-Parameter `exclude=field_1,field_2` angeben, werden die Felder mit der id `1` und id `2` ausgeschlossen.",
"viewId": "Standardmäßig werden keine Filter und Sortierungen außerhalb der in den Abfrageparametern definierten angewendet. Sie können die Filter und Sortierungen einer Ansicht hinzufügen, indem Sie deren `id` im GET-Parameter `view_id` angeben. Wenn Sie z. B. den folgenden GET-Parameter angeben: \"view_id=1\", werden die in der Ansicht mit der ID \"1\" definierten Filter und Sortierungen angewandt. Sie können die `view_id` im Kontextmenü einer beliebigen Ansicht finden. Es ist die Zahl in Klammern hinter dem Namen der Ansicht. \n\n #### Mit `filter__{field}__{filter}` \n\n Es werden sowohl der im Abfrageparameter angegebene Filter als auch die in der Ansicht definierten Filter angewendet.\n\n #### Mit `order_by` \n\n Wenn `order_by` angegeben wird, wird die in der Ansicht definierte Sortierung ignoriert."
"viewId": "Standardmäßig werden keine Filter und Sortierungen außerhalb der in den Abfrageparametern definierten angewendet. Sie können die Filter und Sortierungen einer Ansicht hinzufügen, indem Sie deren `id` im GET-Parameter `view_id` angeben. Wenn Sie z. B. den folgenden GET-Parameter angeben: \"view_id=1\", werden die in der Ansicht mit der ID \"1\" definierten Filter und Sortierungen angewandt. Sie können die `view_id` im Kontextmenü einer beliebigen Ansicht finden. Es ist die Zahl in Klammern hinter dem Namen der Ansicht. \n\n #### Mit `filter__{field}__{filter}` \n\n Es werden sowohl der im Abfrageparameter angegebene Filter als auch die in der Ansicht definierten Filter angewendet.\n\n #### Mit `order_by` \n\n Wenn `order_by` angegeben wird, wird die in der Ansicht definierte Sortierung ignoriert.",
"filtersBuilder": "Öffnet den Filter-Parameter-Builder",
"filters": "Die Zeilen können optional mit denselben Ansichtsfiltern gefiltert werden, die auch für die Ansichten verfügbar sind. Dieser Parameter akzeptiert eine serialisierte JSON-Zeichenkette, die den Filterbaum enthält, der auf diese Ansicht anzuwenden ist. Der Filterbaum ist eine verschachtelte Struktur, die die anzuwendenden Filter enthält. \n\n#### Mit `user_field_names`:\n\nEin Beispiel für einen gültigen Filterbaum ist der Folgende: `{\"filter_type\": \"AND\", \"filters\": [{\"field\": \"Name\", \"type\": \"equal\", \"value\": \"test\"}]}`.\n\n#### Ohne `user_field_names`:\n\nWenn Sie zum Beispiel optional den folgenden GET-Parameter angeben: `{\"filter_type\": \"AND\", \"filters\": [{\"field\": 1, \"type\": \"equal\", \"value\": \"test\"}]}`\n\nBitte beachten Sie, dass bei Angabe dieses Parameters alle anderen `filter__{field}__{filter}` ignoriert werden, ebenso wie der Parameter \"filter_type\"."
},
"apiDocsIntro": {
"intro": "Die Datenbank {name} bietet eine einfache Möglichkeit, die Daten in ein beliebiges externes System zu integrieren. Die API folgt der REST-Semantik, verwendet JSON zur Kodierung von Objekten und stützt sich auf Standard-HTTP-Codes sowie maschinen- und menschenlesbare Fehler zur Signalisierung von Operationsergebnissen.",
@ -397,7 +400,8 @@
"relatedFieldNotFound": "Das zugehörige Feld wurde nicht gefunden.",
"filterTypeNotFound": "Der Filtertyp ist nicht kompatibel.",
"noCompatibleFilterTypesErrorTitle": "Keine kompatiblen Filtertypen",
"noCompatibleFilterTypesErrorMessage": "Keines Ihrer Felder hat einen kompatiblen Filtertyp"
"noCompatibleFilterTypesErrorMessage": "Keines Ihrer Felder hat einen kompatiblen Filtertyp",
"addFilterGroup": "Filtergruppe hinzufügen"
},
"viewFilterTypeFileTypeDropdown": {
"image": "Bild",
@ -453,7 +457,9 @@
"deleteView": "Ansicht löschen",
"webhooks": "Webhooks",
"duplicateView": "Ansicht duplizieren",
"importFile": "Datei importieren"
"importFile": "Datei importieren",
"toCollaborative": "Zu Kollaborativ",
"toPersonal": "Zu Persönlich"
},
"deleteViewModal": {
"title": "Löschen {name}",
@ -494,7 +500,12 @@
"deleteRows": "Zeilen löschen",
"copyCells": "Zellen kopieren",
"hiddenRowsInsertedTitle": "Zeilen hinzugefügt",
"hiddenRowsInsertedMessage": "{number} neu hinzugefügte Zeilen wurden hinzugefügt, sind aber wegen der aktiven Filter nicht sichtbar."
"hiddenRowsInsertedMessage": "{number} neu hinzugefügte Zeilen wurden hinzugefügt, sind aber wegen der aktiven Filter nicht sichtbar.",
"tooManyItemsDescription": "Es ist nicht möglich, mehr als {limit} Zeilen auf einmal zu aktualisieren, also wurde nur die erste Zeile aktualisiert.",
"copyRowURL": "Zeilen-URL kopieren",
"copiedRowURL": "Zeilen-URL kopiert",
"copiedRowURLMessage": "Die URL aus Zeile {id} wurde in die Zwischenablage kopiert.",
"tooManyItemsTitle": "Zu viele Elemente"
},
"gridViewFieldLinkRow": {
"unnamed": "unbenannte Zeile {value}"
@ -595,7 +606,7 @@
"linkError": "Der Link sollte wie folgt aussehen: https://airtable.com/shrxxxxxxxxxxxxxxx"
},
"chooseSingleSelectField": {
"addSelectField": "einzelnes Auswahlfeld hinzufügen",
"addSelectField": "Einzelnes Auswahlfeld hinzufügen",
"warningWhenNothingToChooseOrCreate": "Es gibt keine einzelnen Auswahlfelder, aus denen Sie auswählen können, und Sie haben keine Berechtigung, eines zu erstellen."
},
"shareViewEnablePasswordModal": {
@ -656,7 +667,9 @@
"required": "erforderlich",
"showWhenMatchingConditions": "anzeigen, wenn die Bedingungen erfüllt sind",
"addCondition": "Bedingung hinzufügen",
"descriptionPlaceholder": "Beschreibung"
"descriptionPlaceholder": "Beschreibung",
"addConditionGroup": "Bedingungsgruppe hinzufügen",
"showFieldAs": "Feld anzeigen als"
},
"duplicateFieldContext": {
"duplicate": "Feld duplizieren",
@ -667,7 +680,7 @@
"snapshotsModal": {
"descriptionLimits": "Sie können maximal {n} Snapshots pro Arbeitsbereich haben. | Sie können maximal {n} Snapshots pro Arbeitsbereich haben. | Sie können maximal {n} Snapshots pro Arbeitsbereich haben.",
"createLabel": "Erstelle einen neuen Snapshot",
"description": "Snapshots sind eine vollständige Kopie Ihrer Datenbank zu dem Zeitpunkt, an dem sie erstellt wurden. Bei der Wiederherstellung wird ein Duplikat dieser Daten erstellt. Snapshots werden nach einem Jahr automatisch gelöscht.",
"description": "Snapshots sind eine vollständige Kopie von {applicationTypeName} zu dem Zeitpunkt, an dem sie erstellt wurde. Bei der Wiederherstellung wird ein Duplikat dieser Daten erstellt. Snapshots werden nach einem Jahr automatisch gelöscht.",
"create": "Snapshot erstellen",
"snapshotRestoredErrorTitle": "Ein Fehler ist aufgetreten",
"title": "snapshots",
@ -783,5 +796,43 @@
"fieldRollupSubForm": {
"selectTargetFieldLabel": "Wählen Sie ein Feld aus, für das ein Rollup durchgeführt werden soll",
"label": "Rollup-Funktion"
},
"viewGroupByContext": {
"noGroupByText": "Zeilen nach einem Feld gruppieren.",
"groupBy": "Gruppieren nach",
"thenBy": "dann nach",
"addGroupBy": "Wählen Sie ein Feld, nach dem gruppiert werden soll",
"noGroupByTitle": "Sie haben noch keine Gruppierungen erstellt"
},
"viewGroupBy": {
"groupBy": "Gruppieren | Gruppieren nach 1 Feld | Gruppieren nach {count} Feldern"
},
"apiDocsFiltersBuilderModal": {
"userFieldNames": "Benutzerfeld-Namen",
"queryParameter": "Abfrageparameter",
"json": "JSON",
"title": "Filter-Parameter-Builder"
},
"rowHistorySidebar": {
"name": "Historie",
"empty": "Noch keine Änderungen. Sie können alle Änderungen an dieser Zeile hier verfolgen.",
"you": "Sie"
},
"fieldDurationSubForm": {
"durationFormatLabel": "Format der Dauer"
},
"viewFieldConditionsForm": {
"addCondition": "Bedingung hinzufügen"
},
"fieldCollaboratorSubForm": {
"notifyUserWhenAdded": "Benutzer beim Hinzufügen benachrichtigen"
},
"collaboratorAddedToRowNotification": {
"title": "{sender} hat Sie dem {fieldName} in Zeile {rowId} in {tableName} zugewiesen",
"deletedUser": "Gelöschter Benutzer"
},
"formSubmittedNotification": {
"title": "{formName} wurde in Tabelle {tableName} abgesendet:",
"moreValues": "0 | und 1 weiteres Feld. | und {count} weitere Felder."
}
}

View file

@ -692,7 +692,7 @@
"snapshotDeletedErrorTitle": "Se ha producido un error",
"snapshotDeletedErrorMessage": "La imagen no ha podido ser eliminada. Favor de intentarlo otra vez mas tarde.",
"title": "imágenes",
"description": "Las imágenes instantáneas son una copia completa de su base de datos del momento en que fueron creadas. Al restaurarlas se creará una duplicación de esos datos. Las instantáneas se eliminan automáticamente después de un año.",
"description": "Las instantáneas son una copia completa de tu {nombre_aplicacion_tipo} del momento en que fueron creadas. Al restaurarlas se creará una duplicación de esos datos. Las instantáneas se eliminan automáticamente al cabo de un año.",
"descriptionLimits": "Puedes tener un máximo de {n} instantáneas por espacio de trabajo. | Puedes tener un máximo de {n} instantáneas por espacio de trabajo. | Puedes tener un máximo de {n} instantáneas por espacio de trabajo.",
"snapshot": "Imagen",
"limitReached": "Se ha alcanzado el límite de imágenes máximas.",
@ -819,7 +819,8 @@
"noGroupByText": "Agrupar filas por un campo."
},
"collaboratorAddedToRowNotification": {
"title": "{remitente} te asignó a {nombreDeCampo} en la fila {rowId} en {nombreDeTabla}."
"title": "{remitente} te asignó a {nombreDeCampo} en la fila {rowId} en {nombreDeTabla}.",
"deletedUser": "Un usuario eliminado"
},
"fieldCollaboratorSubForm": {
"notifyUserWhenAdded": "Notificar al usuario cuando se añade"
@ -830,5 +831,22 @@
"formSubmittedNotification": {
"title": "Se ha enviado {nombreDelFormulario} en la tabla {nombreDeLaTabla}:",
"moreValues": "0 | y 1 campo más. | y {cuenta} campos más."
},
"fieldDurationSubForm": {
"durationFormatLabel": "Formato de duración"
},
"fieldPasswordSubForm": {
"description": "Todavía no es posible hacer nada directamente con el campo de contraseña, esto sólo es utilizado por la autenticación de usuario en el constructor de aplicaciones."
},
"rowEditFieldPassword": {
"setPassword": "Establecer contraseña"
},
"rowHistoryFieldPassword": {
"passwordSet": "Se ha establecido la contraseña",
"passwordUpdated": "Se ha actualizado la contraseña",
"passwordDeleted": "Se ha borrado la contraseña"
},
"fieldLongTextSubForm": {
"enableRichTextFormatting": "Activar el formato de texto enriquecido"
}
}

View file

@ -0,0 +1,819 @@
{
"webhookModal": {
"title": "",
"createWebhook": "",
"backToList": ""
},
"deleteWebhookModal": {
"title": "",
"deleteButton": "",
"body": ""
},
"webhookList": {
"noWebhooksMessage": ""
},
"testWebhookModal": {
"title": "",
"unreachable": ""
},
"webhookForm": {
"inputLabels": {
"name": "",
"value": "",
"requestMethod": "",
"url": "",
"userFieldNames": "",
"events": "",
"headers": "",
"example": ""
},
"errors": {
"urlField": "",
"invalidHeaders": ""
},
"checkbox": {
"sendUserFieldNames": ""
},
"radio": {
"allEvents": "",
"customEvents": ""
},
"triggerButton": "",
"deactivated": {
"title": "",
"content": "",
"activate": ""
},
"deprecatedEventType": {
"title": "",
"description": "",
"convert": ""
}
},
"webhook": {
"details": "",
"lastCall": "",
"noCalls": "",
"callLog": "",
"triggerDescription": ""
},
"createWebhook": {
"errorTableWebhookMaxLimitExceededTitle": "",
"errorTableWebhookMaxLimitExceededDescription": ""
},
"sidebar": {
"viewAPI": "",
"createTable": ""
},
"sidebarItem": {
"exportTable": "",
"webhooks": ""
},
"duplicateTableJobType": {
"duplicating": "",
"duplicatedTitle": ""
},
"apiToken": {
"create": "",
"read": "",
"update": "",
"delete": "",
"tokenPrefix": "",
"viewAPIDocs": "",
"generateNewToken": "",
"showOrHide": "",
"copyToClipboard": "",
"showDatabases": ""
},
"apiTokenSettings": {
"title": "",
"createToken": "",
"noTokensMessage": "",
"hasFullPermissions": "",
"hasOnlySelectedPermissions": "",
"noPermissions": "",
"createNewTitle": "",
"backToOverview": ""
},
"apiTokenForm": {
"nameLabel": "",
"workspaceLabel": ""
},
"apiDocsSelectDatabase": {
"needOneDatabase": ""
},
"apiDocsExample": {
"requestSample": "",
"responseSample": "",
"userFieldNames": ""
},
"apiDocsParameter": {
"optional": "",
"defaultValue": ""
},
"apiDocsTableGetRow": {
"description": "",
"rowId": ""
},
"apiDocsErrors": {
"errorCode": "",
"name": "",
"description": "",
"okDescription": "",
"badRequestDescription": "",
"unauthorizedDescription": "",
"notFoundDescription": "",
"requestEntityTooLargeDescription": "",
"internalErrorDescription": "",
"badGatewayDescription": "",
"unavailableDescription": ""
},
"apiDocsTableFields": {
"tableTitle": "",
"tableId": "",
"description": "",
"id": "",
"name": "",
"type": "",
"compatibleFilters": ""
},
"apiDocsTableListRows": {
"description": "",
"page": "",
"size": "",
"userFieldNames": "",
"search": "",
"orderBy": "",
"filters": "",
"filter": "",
"filterLink": "",
"filterType": "",
"include": "",
"exclude": "",
"viewId": "",
"filtersBuilder": ""
},
"apiDocsIntro": {
"intro": "",
"autoDocDescription": "",
"databaseId": "",
"jsClient": "",
"pythonClient": ""
},
"apiDocsTableListFields": {
"description": "",
"resultFieldProperties": "",
"id": "",
"name": "",
"tableId": "",
"order": "",
"primary": "",
"type": "",
"extraProps": "",
"readOnly": ""
},
"apiDocsTableDeleteRow": {
"description": "",
"rowId": ""
},
"apiDocsTableDeleteRows": {
"description": "",
"items": ""
},
"apiDocsTableMoveRow": {
"description": "",
"rowId": "",
"before": ""
},
"apiDocsUploadFile": {
"description": "",
"file": ""
},
"apiDocsUploadFileViaURL": {
"description": "",
"url": ""
},
"apiDocsTableUpdateRow": {
"description": "",
"rowId": "",
"before": ""
},
"apiDocsTableUpdateRows": {
"description": "",
"id": ""
},
"apiDocsTableCreateRow": {
"description": "",
"before": ""
},
"apiDocsTableCreateRows": {
"description": "",
"before": ""
},
"apiDocsAuth": {
"description": "",
"settingsLink": ""
},
"apiDocsFilters": {
"filter": "",
"exampleValue": "",
"example": "",
"field": ""
},
"apiDocsFiltersBuilderModal": {
"title": "",
"userFieldNames": "",
"json": "",
"queryParameter": ""
},
"fieldTextSubForm": {
"placeholder": ""
},
"fieldSingleSelectSubForm": {
"optionsLabel": ""
},
"fieldSingleSelectDropdown": {
"notFound": ""
},
"fieldmultipleCollaboratorsDropdown": {
"notFound": ""
},
"fieldDateSubForm": {
"dateFormatLabel": "",
"dateFormatEuropean": "",
"dateFormatUS": "",
"dateFormatISO": "",
"includeTimeLabel": "",
"showTimezoneLabel": "",
"forceTimezoneLabel": "",
"forceTimezoneValue": "",
"addTimezoneOffsetLabel": "",
"subTimezoneOffsetLabel": "",
"timeFormatLabel": "",
"24Hour": "",
"12Hour": ""
},
"fieldLinkRowSubForm": {
"noTable": "",
"selectTableLabel": "",
"hasRelatedFieldLabel": ""
},
"fieldSelectOptions": {
"add": ""
},
"fieldNumberSubForm": {
"typeLabel": "",
"integer": "",
"decimal": "",
"decimalPlacesLabel": "",
"allowNegative": ""
},
"fieldDurationSubForm": {
"durationFormatLabel": ""
},
"fieldContext": {
"editField": "",
"deleteField": "",
"hideField": "",
"showField": ""
},
"fieldForm": {
"name": "",
"fieldAlreadyExists": "",
"nameNotAllowed": "",
"nameTooLong": ""
},
"fieldSelectThroughFieldSubForm": {
"noTable": "",
"selectThroughFieldLabel": ""
},
"fieldRollupSubForm": {
"label": "",
"selectTargetFieldLabel": ""
},
"fieldLookupSubForm": {
"selectTargetFieldLabel": ""
},
"fieldFormulaNumberSubForm": {
"typeLabel": "",
"integer": "",
"decimal": "",
"decimalPlacesLabel": "",
"allowNegative": ""
},
"fieldRatingSubForm": {
"maxValue": "",
"color": "",
"style": ""
},
"rowCreateModal": {
"addField": ""
},
"selectRowContent": {
"search": ""
},
"rowEditModal": {
"addField": "",
"showHiddenFields": "",
"hideHiddenFields": ""
},
"rowEditFieldMultipleSelect": {
"addOption": ""
},
"rowEditFieldMultipleCollaborators": {
"addCollaborator": ""
},
"rowEditFieldFile": {
"addFile": "",
"sizes": {
"0": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": ""
}
},
"rowEditFieldLinkRow": {
"addLink": ""
},
"tableCSVImporter": {
"chooseFileLabel": "",
"chooseFileDescription": "",
"chooseFile": "",
"columnSeparator": "",
"recordSeparator": "",
"unitSeparator": "",
"encoding": "",
"firstRowHeader": "",
"limitFileSize": "",
"limitError": "",
"emptyCSV": ""
},
"importer": {
"fieldDefaultName": "",
"loading": "",
"decoding": "",
"parsing": "",
"preparing": "",
"inProgress": ""
},
"tableForm": {
"name": ""
},
"tableXMLImporter": {
"fileLabel": "",
"fileDescription": "",
"chooseButton": "",
"processingError": "",
"emptyError": "",
"limitFileSize": "",
"limitError": ""
},
"tableJSONImporter": {
"fileLabel": "",
"fileDescription": "",
"chooseButton": "",
"encodingLabel": "",
"processingError": "",
"arrayError": "",
"emptyError": "",
"limitFileSize": "",
"limitError": ""
},
"tablePasteImporter": {
"pasteLabel": "",
"pasteDescription": "",
"firstRowHeader": "",
"limitError": ""
},
"importFileModal": {
"title": "",
"defaultName": "",
"changeImporterType": "",
"additionalImportTitle": "",
"importLabel": "",
"newTable": "",
"addButton": "",
"showTable": "",
"importButton": "",
"uploading": "",
"preparing": "",
"importError": "",
"openCreatedTable": "",
"showReport": "",
"reportTitleFailure": "",
"reportTitleSuccess": "",
"reportMessage": "",
"stateRowCreation": "",
"statePreValidation": "",
"stateCreateTable": "",
"fieldMappingTitle": "",
"fieldMappingDescription": "",
"selectImportMessage": "",
"filePreview": "",
"importPreview": ""
},
"formulaAdvancedEditContext": {
"textAreaFormulaInputPlaceholder": "",
"fields": "",
"functions": "",
"operators": "",
"fieldType": ""
},
"fieldFormulaInitialSubForm": {
"formulaInputPlaceholder": "",
"refreshFormulaOptions": ""
},
"formulaFieldItemDescription": {
"syntax": "",
"examples": ""
},
"viewSearchContext": {
"searchInRows": "",
"hideNotMatching": ""
},
"viewsContext": {
"searchView": "",
"noViews": "",
"collaborative": ""
},
"viewFilterTypeLinkRow": {
"unnamed": "",
"choose": ""
},
"viewFieldConditionsForm": {
"addCondition": ""
},
"viewFilterContext": {
"addFilter": "",
"addFilterGroup": "",
"disableAllFilters": "",
"noFilterTitle": "",
"noFilterText": "",
"where": "",
"and": "",
"or": "",
"relatedFieldNotFound": "",
"filterTypeNotFound": "",
"noCompatibleFilterTypesErrorTitle": "",
"noCompatibleFilterTypesErrorMessage": ""
},
"viewFilterTypeFileTypeDropdown": {
"image": "",
"document": ""
},
"createViewModal": {
"createNew": "",
"add": ""
},
"shareViewLink": {
"shareView": "",
"shareViewTitle": "",
"sharedViewTitle": "",
"sharedViewDescription": "",
"disableLink": "",
"generateNewUrl": "",
"copyURL": "",
"EnablePassword": "",
"DisablePassword": "",
"ChangePassword": ""
},
"viewGroupByContext": {
"noGroupByTitle": "",
"noGroupByText": "",
"groupBy": "",
"thenBy": "",
"addGroupBy": ""
},
"viewGroupBy": {
"groupBy": ""
},
"viewSortContext": {
"noSortTitle": "",
"noSortText": "",
"sortBy": "",
"thenBy": "",
"addSort": ""
},
"viewSort": {
"sort": ""
},
"viewDecorator": {
"decorator": ""
},
"viewRotateSlugModal": {
"title": "",
"refreshWarning": "",
"generateNewURL": ""
},
"shareViewEnablePasswordModal": {
"newPasswordTitle": "",
"newPasswordDescription": "",
"newPasswordSave": "",
"changePasswordTitle": "",
"changePasswordDescription": "",
"changePasswordSave": ""
},
"shareViewDisablePasswordModal": {
"title": "",
"description": "",
"disable": ""
},
"publicViewAuthLogin": {
"title": "",
"description": "",
"enter": "",
"error": {
"incorrectPasswordTitle": "",
"incorrectPasswordText": ""
}
},
"viewFieldsContext": {
"coverField": "",
"noCover": "",
"search": "",
"hideAll": "",
"showAll": ""
},
"viewFilterTypeBoolean": {
"selected": ""
},
"viewFilter": {
"filter": ""
},
"viewContext": {
"exportView": "",
"duplicateView": "",
"renameView": "",
"toPersonal": "",
"toCollaborative": "",
"webhooks": "",
"importFile": "",
"deleteView": ""
},
"deleteViewModal": {
"title": "",
"description": "",
"delete": ""
},
"viewForm": {
"name": "",
"whoCanEdit": ""
},
"viewOwnershipType": {
"collaborative": "",
"personal": ""
},
"galleryViewHeader": {
"customizeCards": ""
},
"gridViewHide": {
"hideField": ""
},
"gridViewFieldType": {
"insertLeft": "",
"insertRight": "",
"createFilter": "",
"duplicate": "",
"sortField": "",
"hideField": ""
},
"gridViewRow": {
"rowNotMatchingFilters": "",
"rowNotMatchingSearch": "",
"rowHasMoved": ""
},
"gridView": {
"selectRow": "",
"insertRowAbove": "",
"insertRowBelow": "",
"duplicateRow": "",
"copyRowURL": "",
"copiedRowURL": "",
"copiedRowURLMessage": "",
"enlargeRow": "",
"deleteRow": "",
"deleteRows": "",
"copyCells": "",
"rowCount": "",
"hiddenRowsInsertedTitle": "",
"hiddenRowsInsertedMessage": "",
"tooManyItemsTitle": "",
"tooManyItemsDescription": ""
},
"gridViewFieldFile": {
"dropHere": "",
"dropFileHere": ""
},
"gridViewFieldLinkRow": {
"unnamed": ""
},
"gridViewIdentifierOptions": {
"id": "",
"count": ""
},
"gridViewRowsAddContext": {
"title": "",
"choice": ""
},
"formViewMeta": {
"includeRowId": ""
},
"previewAny": {
"externalWarning": ""
},
"exportTableModal": {
"failedTitle": "",
"failedDescription": "",
"cancelledTitle": "",
"cancelledDescription": ""
},
"exporterTypeChoices": {
"formatLabel": ""
},
"exportTableForm": {
"viewLabel": "",
"typeError": ""
},
"exportTableLoadingBar": {
"export": "",
"download": ""
},
"exportTableDropdown": {
"exportEntireTable": ""
},
"tableCSVExporter": {
"columnSeparatorLabel": "",
"recordSeparator": "",
"unitSeparator": "",
"encodingLabel": "",
"firstRowIsHeaderLabel": ""
},
"apiDocsDatabase": {
"pageTitle": "",
"back": "",
"openDatabase": ""
},
"apiDocsComponent": {
"title": "",
"intro": "",
"settings": "",
"selectApplicationTitle": "",
"signIn": "",
"back": ""
},
"viewAggregationType": {
"emptyCount": "",
"notEmptyCount": "",
"emptyPercentage": "",
"notEmptyPercentage": "",
"checkedCount": "",
"notCheckedCount": "",
"checkedPercentage": "",
"notCheckedPercentage": "",
"min": "",
"max": "",
"earliestDate": "",
"earliestDateShort": "",
"latestDate": "",
"latestDateShort": "",
"uniqueCount": "",
"sum": "",
"average": "",
"median": "",
"stdDev": "",
"stdDevShort": "",
"variance": ""
},
"databaseForm": {
"importLabel": "",
"emptyLabel": "",
"airtableLabel": ""
},
"importFromAirtable": {
"airtableShareLinkTitle": "",
"airtableShareLinkDescription": "",
"airtableShareLinkBeta": "",
"airtableShareLinkPaste": "",
"importButtonLabel": "",
"openButtonLabel": "",
"importError": "",
"statePending": "",
"stateFailed": "",
"stateFinished": "",
"stateDownloadingBase": "",
"stateConverting": "",
"stateDownloadingFiles": "",
"stateImporting": "",
"stateImportingTable": "",
"errorJobAlreadyRunningTitle": "",
"errorJobAlreadyRunningDescription": "",
"linkError": ""
},
"chooseSingleSelectField": {
"addSelectField": "",
"warningWhenNothingToChooseOrCreate": ""
},
"viewDecoratorContext": {
"addDecorator": ""
},
"databaseDashboardSidebarLinks": {
"apiDocumentation": ""
},
"formViewField": {
"required": "",
"descriptionPlaceholder": "",
"showWhenMatchingConditions": "",
"addCondition": "",
"addConditionGroup": "",
"showFieldAs": ""
},
"duplicateFieldContext": {
"duplicate": "",
"cloneData": "",
"readOnlyField": ""
},
"snapshotsModal": {
"title": "",
"description": "",
"descriptionLimits": "",
"createLabel": "",
"create": "",
"snapshotRestoredErrorTitle": "",
"snapshotRestoredErrorMessage": "",
"snapshotDeletedErrorTitle": "",
"snapshotDeletedErrorMessage": "",
"limitReached": "",
"snapshot": "",
"importingState": "",
"reset": ""
},
"deleteSnapshotModal": {
"title": "",
"content": "",
"confirm": ""
},
"snapshotListItem": {
"restore": "",
"delete": "",
"created": ""
},
"formViewModeType": {
"form": "",
"formDescription": ""
},
"formViewHeader": {
"mode": "",
"preview": "",
"fields": ""
},
"formViewModePreviewForm": {
"addCoverImage": "",
"addLogo": "",
"titlePlaceholder": "",
"descriptionPlaceholder": "",
"noFields": ""
},
"table": {
"adjacentRow": {
"toast": {
"notFound": {
"next": {
"title": "",
"message": ""
},
"previous": {
"title": "",
"message": ""
}
},
"error": {
"title": "",
"message": ""
}
}
},
"chooseView": ""
},
"fileField": {
"errorEmptyFileNameTitle": "",
"errorEmptyFileNameMessage": ""
},
"fieldCollaboratorSubForm": {
"notifyUserWhenAdded": ""
},
"collaboratorAddedToRowNotification": {
"title": "",
"deletedUser": ""
},
"formSubmittedNotification": {
"title": "",
"moreValues": ""
},
"rowHistorySidebar": {
"name": "",
"empty": "",
"you": ""
}
}

View file

@ -834,5 +834,19 @@
},
"fieldDurationSubForm": {
"durationFormatLabel": "Format de la durée"
},
"fieldLongTextSubForm": {
"enableRichTextFormatting": "Activer la mise en forme riche du texte"
},
"rowEditFieldPassword": {
"setPassword": "Définir le mot de passe"
},
"rowHistoryFieldPassword": {
"passwordSet": "Le mot de passe a été défini",
"passwordDeleted": "Le mot de passe a été supprimé",
"passwordUpdated": "Le mot de passe a été mis à jour"
},
"fieldPasswordSubForm": {
"description": "Il n'est pas encore possible d'utiliser directement le champ du mot de passe, celui-ci est uniquement utilisé pour l'authentification dans d'une application."
}
}

View file

@ -819,7 +819,8 @@
"noGroupByText": "Groepeer rijen op een veld."
},
"collaboratorAddedToRowNotification": {
"title": "{sender} heeft u toegewezen aan {fieldName} in rij {rowId} in {tableName}"
"title": "{sender} heeft u toegewezen aan {fieldName} in rij {rowId} in {tableName}",
"deletedUser": "Een verwijderde gebruiker"
},
"fieldCollaboratorSubForm": {
"notifyUserWhenAdded": "Gebruiker op de hoogte stellen wanneer toegevoegd"
@ -830,5 +831,22 @@
"formSubmittedNotification": {
"title": "{formName} is verstuurd in tabel {tableName}:",
"moreValues": "0 | en nog 1 veld. | en {count} meer velden."
},
"fieldDurationSubForm": {
"durationFormatLabel": "Duur format"
},
"fieldPasswordSubForm": {
"description": "Het is nog niet mogelijk om direct iets te doen met het wachtwoordveld, dit wordt alleen gebruikt door de gebruikersauthenticatie in de applicatiebouwer."
},
"rowEditFieldPassword": {
"setPassword": "Stel een wachtwoord in"
},
"rowHistoryFieldPassword": {
"passwordSet": "Het wachtwoord is ingesteld",
"passwordUpdated": "Het wachtwoord is bijgewerkt",
"passwordDeleted": "Het wachtwoord is verwijderd"
},
"fieldLongTextSubForm": {
"enableRichTextFormatting": "Opmaak met rijke tekst inschakelen"
}
}

View file

@ -1 +1,64 @@
{}
{
"localBaserowGetRowForm": {
"rowFieldHelpText": "Wert leer lassen, um die erste Zeile abzufragen.",
"rowFieldLabel": "Row-ID",
"invalidFormula": "Die Formel ist ungültig",
"rowFieldPlaceHolder": "Wählen Sie eine Row-ID",
"searchFieldPlaceHolder": "Geben Sie einen Suchbegriff ein...",
"filterTabTitle": "Filter",
"searchTabTitle": "Suche",
"noTableChosenForSorting": "Wählen Sie eine Tabelle um die Datenquellen-Sortierung zu verwenden.",
"noTableChosenForFiltering": "Wählen Sie eine Tabelle, um die Datenquellen-Filter zu nutzen."
},
"localBaserowTableServiceConditionalForm": {
"noCompatibleFilterTypesErrorTitle": "Keine kompatiblen Filterarten",
"noCompatibleFilterTypesErrorMessage": "Keine Ihrer Felder hat kompatible Filterarten",
"noFilterText": "Datenquellen-Filter ermöglichen Ihnen, nur die Zeilen einer Baserow-Tabelle anzuzeigen, auf welche die Bedingungen zutreffen.",
"relatedFieldNotFound": "Das Bezugsfeld wurde nicht gefunden.",
"filterTypeNotFound": "Die Filterart ist nicht kompatibel.",
"addFilter": "Zusätzliche Filter hinzufügen",
"noFilterTitle": "Sie haben bisher keinen Datenquellen-Filter erstellt"
},
"localBaserowTableServiceSortForm": {
"noTableChosenForSorting": "Wählen Sie eine Tabelle, um die Datenquellen-Sortierung zu verwenden.",
"noSortText": "Sortierung ermöglicht Ihnen, Zeilen nach einem Feld zu sortieren.",
"noSortTitle": "Sie haben noch keine Datenquellen-Sortierung erstellt",
"thenBy": "und nach",
"addSort": "Zusätzliche Sortierung hinzufügen",
"sortBy": "Sortieren nach"
},
"dataProviderType": {
"dataSource": "Datenquelle",
"pageParameter": "Parameter"
},
"localBaserowTableSelector": {
"tableFieldLabel": "Tabelle",
"viewFieldLabel": "Ansicht",
"chooseNoView": "Nicht ausgewählt",
"databaseFieldLabel": "Datenbank"
},
"integrationType": {
"localBaserow": "Lokales Baserow",
"localBaserowSummary": "Lokales Baserow - {name}, {username}",
"localBaserowWarning": "Wenn Sie Ihr Konto autorisieren, hat jeder, der Bearbeitungsrechte für die Anwendung hat, vollen Zugriff auf die Daten, auf die auch Sie Zugriff haben. Es ist möglich, einen zweiten Benutzer zu erstellen, ihm die notwendigen Berechtigungen zu geben und stattdessen diesen zu verwenden."
},
"serviceType": {
"localBaserowGetRow": "Eine Zeile abfragen",
"localBaserowListRows": "Zeilen auflisten"
},
"userSourceType": {
"localBaserow": "Baserow-Tabellen-Authentifizierung"
},
"localBaserowForm": {
"user": "Benutzer",
"userMessage": "Mit dieser Verbindung autorisieren Sie die Anwendung, Ihr Konto zu verwenden, um Änderungen in Ihrem lokalen Baserow-Arbeitsbereich vorzunehmen."
},
"localBaserowListRowsForm": {
"sortTabTitle": "Sortiert",
"searchTabTitle": "Suche",
"filterTabTitle": "Filter",
"noTableChosenForSorting": "Wählen Sie eine Tabelle um die Datenquellen-Sortierung zu nutzen.",
"searchFieldPlaceHolder": "Geben Sie einen Suchbegriff ein...",
"noTableChosenForFiltering": "Wählen Sie eine Tabelle um die Filter der Datenquelle nutzen zu können."
}
}

View file

@ -1 +1,67 @@
{}
{
"localBaserowGetRowForm": {
"rowFieldHelpText": "Deja este valor vacío para devolver la primera fila.",
"noTableChosenForSorting": "Elige una tabla para empezar a utilizar la ordenación de fuentes de datos.",
"rowFieldLabel": "ID de fila",
"invalidFormula": "La fórmula es inválida",
"rowFieldPlaceHolder": "Seleccionar un ID de fila",
"searchFieldPlaceHolder": "Introduce un término de búsqueda...",
"noTableChosenForFiltering": "Elige una tabla para empezar a utilizar los filtros de fuentes de datos.",
"searchTabTitle": "Búsqueda",
"filterTabTitle": "Filtros"
},
"localBaserowListRowsForm": {
"filterTabTitle": "Filtros",
"searchTabTitle": "Buscar en",
"searchFieldPlaceHolder": "Introduce un término de búsqueda...",
"noTableChosenForFiltering": "Elige una tabla para empezar a utilizar los filtros de fuentes de datos.",
"sortTabTitle": "Ordenar",
"noTableChosenForSorting": "Elige una tabla para empezar a utilizar la ordenación de fuentes de datos."
},
"localBaserowTableServiceConditionalForm": {
"addFilter": "Añadir filtro adicional",
"relatedFieldNotFound": "No se encuentra el campo relacionado.",
"filterTypeNotFound": "El tipo de filtro no es compatible.",
"noCompatibleFilterTypesErrorTitle": "No hay tipos de filtro compatibles",
"noCompatibleFilterTypesErrorMessage": "Ninguno de tus campos tiene ningún tipo de filtro compatible",
"formulaFilterInputPlaceholder": "Introducir texto...",
"useFormulaForValue": "Utiliza una fórmula para este filtro",
"noFilterTitle": "Aún no has creado un filtro de fuente de datos",
"noFilterText": "Los filtros de fuente de datos le permiten mostrar las filas de la tabla Baserow que se aplican a tus condiciones.",
"useDefaultForValue": "Utiliza el filtro por defecto para este campo"
},
"localBaserowTableServiceSortForm": {
"noTableChosenForSorting": "Elige una tabla para empezar a utilizar la ordenación de fuentes de datos.",
"noSortText": "Las clasificaciones permiten ordenar las filas por un campo.",
"noSortTitle": "Aún no has creado un tipo de fuente de datos",
"sortBy": "Ordenar por",
"thenBy": "Luego por",
"addSort": "Añadir ordenación adicional"
},
"dataProviderType": {
"dataSource": "Fuente de datos",
"pageParameter": "Parámetro"
},
"localBaserowTableSelector": {
"chooseNoView": "No seleccionado",
"viewFieldLabel": "Vista",
"tableFieldLabel": "Tabla",
"databaseFieldLabel": "Base de datos"
},
"integrationType": {
"localBaserow": "Baserow local",
"localBaserowSummary": "Local Baserow - {nombre}, {nombre de usuario}",
"localBaserowWarning": "Autorizar tu cuenta da a todos los que tienen permisos de edición en la aplicación acceso completo a los datos a los que tú tienes acceso. Es posible crear un segundo usuario, darle los permisos adecuados y utilizarlo."
},
"serviceType": {
"localBaserowGetRow": "Obtener una fila",
"localBaserowListRows": "Listar filas"
},
"userSourceType": {
"localBaserow": "Autenticación de la tabla de Baserow"
},
"localBaserowForm": {
"user": "Usuario",
"userMessage": "Al crear esta conexión, está autorizando a la aplicación a utilizar su cuenta para realizar cambios en su espacio de trabajo local Baserow."
}
}

View file

@ -0,0 +1 @@
{}

View file

@ -1,64 +1,67 @@
{
"integrationType": {
"localBaserowSummary": "Baserow local - {name}, {username}",
"localBaserow": "Baserow local",
"localBaserowWarning": "Associer votre compte donne à tous ceux qui peuvent modifier l'application un accès complet aux données auxquelles vous avez accès. Il est possible de créer un deuxième utilisateur, donner les bonnes autorisations et utiliser celui-ci."
},
"serviceType": {
"localBaserowGetRow": "Obtenir une ligne",
"localBaserowListRows": "Lister des lignes"
},
"localBaserowForm": {
"user": "Utilisateur",
"userMessage": "En créant cette connexion, vous autorisez l'application à utiliser votre compte pour effectuer des modifications dans votre projet local Baserow."
},
"localBaserowGetRowForm": {
"rowFieldLabel": "ID de ligne",
"invalidFormula": "La formule est invalide",
"rowFieldPlaceHolder": "Saisir l'ID d'une ligne",
"searchFieldPlaceHolder": "Saisissez un terme de recherche...",
"noTableChosenForFiltering": "Sélectionnez une table pour commencer à utiliser les filtres de source de données.",
"filterTabTitle": "Filtres",
"searchTabTitle": "Recherche",
"noTableChosenForSorting": "Choisissez une table pour pouvoir ordonner les lignes de la sources de données.",
"rowFieldHelpText": "Laissez cette valeur vide pour renvoyer la première ligne."
},
"localBaserowListRowsForm": {
"filterTabTitle": "Filtres",
"sortTabTitle": "Tris",
"searchTabTitle": "Recherche",
"searchFieldPlaceHolder": "Saisissez un terme de recherche...",
"noTableChosenForFiltering": "Sélectionnez une table pour commencer à filtrer les lignes de la source de données.",
"noTableChosenForSorting": "Sélectionnez une table pour pouvoir ordonner les lignes de la sources de données."
},
"localBaserowTableServiceConditionalForm": {
"noFilterTitle": "Vous n'avez pas encore créé de filtre pour cette source de données",
"noFilterText": "Les filtres de source de données vous permettent de n'afficher que les lignes de la table Baserow qui satisfont les conditions.",
"relatedFieldNotFound": "Le champ correspondant n'a pas été trouvé.",
"noCompatibleFilterTypesErrorTitle": "Aucun filtre compatible",
"noCompatibleFilterTypesErrorMessage": "Aucun de vos champs n'a de filtres compatibles",
"addFilter": "Ajouter un filtre",
"filterTypeNotFound": "Le type de filtre n'est pas compatible."
},
"localBaserowTableServiceSortForm": {
"noSortTitle": "Vous n'avez pas encore créé de tri pour cette source de données",
"noSortText": "Les tris vous permettent de trier les lignes de la table Baserow en fonction d'un champ.",
"sortBy": "Trier par",
"addSort": "Ajouter un tri",
"thenBy": "Puis par",
"noTableChosenForSorting": "Sélectionnez une table pour pouvoir ordonner les lignes de la sources de données."
},
"dataProviderType": {
"dataSource": "Source de données",
"pageParameter": "Paramètre"
},
"localBaserowTableSelector": {
"viewFieldLabel": "Vue",
"tableFieldLabel": "Table",
"chooseNoView": "Non sélectionnée",
"databaseFieldLabel": "Base de données"
},
"userSourceType": {
"localBaserow": "Authentification par table Baserow"
}
"integrationType": {
"localBaserowSummary": "Baserow local - {name}, {username}",
"localBaserow": "Baserow local",
"localBaserowWarning": "Associer votre compte donne à tous ceux qui peuvent modifier l'application un accès complet aux données auxquelles vous avez accès. Il est possible de créer un deuxième utilisateur, donner les bonnes autorisations et utiliser celui-ci."
},
"serviceType": {
"localBaserowGetRow": "Obtenir une ligne",
"localBaserowListRows": "Lister des lignes"
},
"localBaserowForm": {
"user": "Utilisateur",
"userMessage": "En créant cette connexion, vous autorisez l'application à utiliser votre compte pour effectuer des modifications dans votre projet local Baserow."
},
"localBaserowGetRowForm": {
"rowFieldLabel": "ID de ligne",
"invalidFormula": "La formule est invalide",
"rowFieldPlaceHolder": "Saisir l'ID d'une ligne",
"searchFieldPlaceHolder": "Saisissez un terme de recherche...",
"noTableChosenForFiltering": "Sélectionnez une table pour commencer à utiliser les filtres de source de données.",
"filterTabTitle": "Filtres",
"searchTabTitle": "Recherche",
"noTableChosenForSorting": "Choisissez une table pour pouvoir ordonner les lignes de la sources de données.",
"rowFieldHelpText": "Laissez cette valeur vide pour renvoyer la première ligne."
},
"localBaserowListRowsForm": {
"filterTabTitle": "Filtres",
"sortTabTitle": "Tris",
"searchTabTitle": "Recherche",
"searchFieldPlaceHolder": "Saisissez un terme de recherche...",
"noTableChosenForFiltering": "Sélectionnez une table pour commencer à filtrer les lignes de la source de données.",
"noTableChosenForSorting": "Sélectionnez une table pour pouvoir ordonner les lignes de la sources de données."
},
"localBaserowTableServiceConditionalForm": {
"noFilterTitle": "Vous n'avez pas encore créé de filtre pour cette source de données",
"noFilterText": "Les filtres de source de données vous permettent de n'afficher que les lignes de la table Baserow qui satisfont les conditions.",
"relatedFieldNotFound": "Le champ correspondant n'a pas été trouvé.",
"noCompatibleFilterTypesErrorTitle": "Aucun filtre compatible",
"noCompatibleFilterTypesErrorMessage": "Aucun de vos champs n'a de filtres compatibles",
"addFilter": "Ajouter un filtre",
"filterTypeNotFound": "Le type de filtre n'est pas compatible.",
"useFormulaForValue": "Utiliser une formule pour ce filtre",
"useDefaultForValue": "Utiliser le filtre par défaut pour ce champ",
"formulaFilterInputPlaceholder": "Saisissez un texte..."
},
"localBaserowTableServiceSortForm": {
"noSortTitle": "Vous n'avez pas encore créé de tri pour cette source de données",
"noSortText": "Les tris vous permettent de trier les lignes de la table Baserow en fonction d'un champ.",
"sortBy": "Trier par",
"addSort": "Ajouter un tri",
"thenBy": "Puis par",
"noTableChosenForSorting": "Sélectionnez une table pour pouvoir ordonner les lignes de la sources de données."
},
"dataProviderType": {
"dataSource": "Source de données",
"pageParameter": "Paramètre"
},
"localBaserowTableSelector": {
"viewFieldLabel": "Vue",
"tableFieldLabel": "Table",
"chooseNoView": "Non sélectionnée",
"databaseFieldLabel": "Base de données"
},
"userSourceType": {
"localBaserow": "Authentification par table Baserow"
}
}

View file

@ -1 +1,67 @@
{}
{
"localBaserowGetRowForm": {
"rowFieldHelpText": "Lascia vuoto per ritornare la prima riga.",
"noTableChosenForSorting": "Scegli una tabella per iniziare ad utilizzare gli ordinamenti delle sorgenti dati.",
"rowFieldLabel": "ID Riga",
"noTableChosenForFiltering": "Scegli una tabella per iniziare ad utilizzare i filtri delle sorgenti dati.",
"invalidFormula": "La formula non è valida",
"rowFieldPlaceHolder": "Seleziona un ID di riga",
"searchFieldPlaceHolder": "Inserisci un termine di ricerca...",
"filterTabTitle": "Filtri",
"searchTabTitle": "Cerca"
},
"localBaserowListRowsForm": {
"filterTabTitle": "Filtri",
"searchTabTitle": "Cerca",
"sortTabTitle": "Ordinamenti",
"searchFieldPlaceHolder": "Inserisci un termine di ricerca...",
"noTableChosenForFiltering": "Scegli una tabella per iniziare ad utilizzare i filtri delle sorgenti dati.",
"noTableChosenForSorting": "Scegli una tabella per iniziare ad utilizzare gli ordinamenti delle sorgenti dati."
},
"localBaserowTableServiceConditionalForm": {
"noCompatibleFilterTypesErrorTitle": "Nessun tipo di filtro compatibile",
"noCompatibleFilterTypesErrorMessage": "Nessuno dei tuoi campi ha un tipo di filtro compatibile",
"addFilter": "Aggiungi un altro filtro",
"noFilterTitle": "Non hai ancora creato un filtro sulle sorgenti dati",
"noFilterText": "I filtri sulle sorgenti dati ti consentono di mostrare le righe della tabella Baserow che si applicano alle tue condizioni.",
"relatedFieldNotFound": "Impossibile trovare il campo correlato.",
"filterTypeNotFound": "Il tipo di filtro non è compatibile.",
"formulaFilterInputPlaceholder": "Inserisci il testo...",
"useFormulaForValue": "Utilizza una formula per questo filtro",
"useDefaultForValue": "Utilizza il filtro di default per questo campo"
},
"localBaserowTableServiceSortForm": {
"noSortTitle": "Non hai ancora creato un ordinamento per le sorgenti dati",
"noSortText": "L'ordinamento ti permette di ordinare le righe per un campo.",
"noTableChosenForSorting": "Scegli una tabella per iniziare ad utilizzare gli ordinamenti delle sorgenti dati.",
"sortBy": "Ordina per",
"thenBy": "Poi per",
"addSort": "Aggiungi un ordinamento"
},
"integrationType": {
"localBaserow": "Baserow locale",
"localBaserowSummary": "Baserow locale - {name}, {surname}",
"localBaserowWarning": "L'autorizzazione del tuo account fornisce a chiunque abbia autorizzazioni di modifica per l'applicazione l'accesso completo ai dati a cui hai accesso. È possibile creare un secondo utente, fornire i permessi corretti e utilizzare quest'ultimo."
},
"serviceType": {
"localBaserowGetRow": "Riga singola",
"localBaserowListRows": "Righe multiple"
},
"userSourceType": {
"localBaserow": "Autenticazione tramite tabella di Baserow"
},
"localBaserowForm": {
"user": "Utente",
"userMessage": "Creando questa connessione, autorizzi l'applicazione a utilizzare il tuo account per apportare modifiche nell'area di lavoro Baserow locale."
},
"dataProviderType": {
"dataSource": "Sorgente dati",
"pageParameter": "Parametro"
},
"localBaserowTableSelector": {
"viewFieldLabel": "Vista",
"tableFieldLabel": "Tabella",
"chooseNoView": "Non selezionato",
"databaseFieldLabel": "Database"
}
}

View file

@ -25,7 +25,10 @@
"noFilterText": "Met gegevensbronfilters kun je rijen in de Baserow tabel weergeven die van toepassing zijn op je voorwaarden.",
"filterTypeNotFound": "Het filtertype is niet compatibel.",
"noCompatibleFilterTypesErrorTitle": "Geen passende filtertypes",
"noCompatibleFilterTypesErrorMessage": "Geen van uw velden heeft passende filtertypen"
"noCompatibleFilterTypesErrorMessage": "Geen van uw velden heeft passende filtertypen",
"formulaFilterInputPlaceholder": "Tekst invoeren...",
"useFormulaForValue": "Gebruik een formule voor dit filter",
"useDefaultForValue": "Gebruik het standaardfilter voor dit veld"
},
"localBaserowTableSelector": {
"databaseFieldLabel": "Database",