Update translation files for new format
This commit is contained in:
parent
9bf0bb2154
commit
375839bb22
@ -1,58 +1,48 @@
|
|||||||
{
|
{
|
||||||
"database-import": {
|
"database-import/title": "Database Servers",
|
||||||
"title": "Database Servers",
|
"database-import/preparing": "Preparing Result ...",
|
||||||
"preparing": "Preparing Result ...",
|
"database-import/checking": "Validating Query ...",
|
||||||
"checking": "Validating Query ...",
|
"database-import/creating": "Creating project ...",
|
||||||
"creating": "Creating project ..."
|
"database-source/alert-host": "You must specify a Database Host",
|
||||||
},
|
"database-source/alert-port": "You must specify a Database Port",
|
||||||
"database-source": {
|
"database-source/alert-user": "You must specify a Database User",
|
||||||
"alert-host": "You must specify a Database Host",
|
"database-source/alert-password": "You must specify a Database Password",
|
||||||
"alert-port": "You must specify a Database Port",
|
"database-source/alert-connection-name": "You must specify a Connection Name",
|
||||||
"alert-user": "You must specify a Database User",
|
"database-source/alert-initial-database": "You must specify an Initial Database",
|
||||||
"alert-password": "You must specify a Database Password",
|
"database-source/alert-query": "You must specify a valid Query",
|
||||||
"alert-connection-name": "You must specify a Connection Name",
|
"database-source/alert-invalid-query-keyword": "Query cannot contain Data Manipulation keyword:",
|
||||||
"alert-initial-database": "You must specify an Initial Database",
|
"database-source/alert-invalid-query-select": "Query must start with SELECT Keyword",
|
||||||
"alert-query": "You must specify a valid Query",
|
"database-source/form-validation-failure": "New Connection From is Invalid!",
|
||||||
"alert-invalid-query-keyword": "Query cannot contain Data Manipulation keyword:",
|
"database-source/alert-connection-edit": "Connection edited successfully",
|
||||||
"alert-invalid-query-select": "Query must start with SELECT Keyword",
|
"database-source/connectionNameLabel": "Name:",
|
||||||
"form-validation-failure" : "New Connection From is Invalid!",
|
"database-source/databaseTypeLabel": "Type:",
|
||||||
"alert-connection-edit": "Connection edited successfully",
|
"database-source/databaseHostLabel": "Host:",
|
||||||
"connectionNameLabel": "Name:",
|
"database-source/databasePortLabel": "Port:",
|
||||||
"databaseTypeLabel": "Type:",
|
"database-source/databaseUserLabel": "User:",
|
||||||
"databaseHostLabel": "Host:",
|
"database-source/databasePasswordLabel": "Password:",
|
||||||
"databasePortLabel": "Port:",
|
"database-source/databaseNameLabel": "Database:",
|
||||||
"databaseUserLabel": "User:",
|
"database-source/databaseSchemaLabel": "Schema:",
|
||||||
"databasePasswordLabel": "Password:",
|
"database-source/databaseTestButton": "Test",
|
||||||
"databaseNameLabel": "Database:",
|
"database-source/databaseSaveButton": "Save",
|
||||||
"databaseSchemaLabel": "Schema:",
|
"database-source/databaseConnectButton": "Connect",
|
||||||
"databaseTestButton": "Test",
|
"database-source/newConnectionButtonDiv": "New Connection",
|
||||||
"databaseSaveButton": "Save",
|
"database-source/savedConnectionSpan": "Saved Connections",
|
||||||
"databaseConnectButton": "Connect",
|
"database-parsing/start-over": "« Start Over",
|
||||||
"newConnectionButtonDiv": "New Connection",
|
"database-parsing/conf-pars": "Configure Parsing Options",
|
||||||
"savedConnectionSpan": "Saved Connections"
|
"database-parsing/proj-name": "Project name",
|
||||||
|
"database-parsing/create-proj": "Create Project »",
|
||||||
|
"database-parsing/updating-preview": "Updating preview ...",
|
||||||
},
|
"database-parsing/worksheet": "Worksheets",
|
||||||
"database-parsing": {
|
"database-parsing/option": "Options",
|
||||||
"start-over": "« Start Over",
|
"database-parsing/preview-button": "Update Preview",
|
||||||
"conf-pars": "Configure Parsing Options",
|
"database-parsing/ignore-first": "Ignore first",
|
||||||
"proj-name": "Project name",
|
"database-parsing/ignore": "line(s) at beginning of file",
|
||||||
"create-proj": "Create Project »",
|
"database-parsing/parse-next": "Parse next",
|
||||||
"updating-preview": "Updating preview ...",
|
"database-parsing/parse": "line(s) as column headers",
|
||||||
"worksheet": "Worksheets",
|
"database-parsing/discard-next": "Discard initial",
|
||||||
"option": "Options",
|
"database-parsing/discard": "row(s) of data",
|
||||||
"preview-button": "Update Preview",
|
"database-parsing/limit-next": "Load at most",
|
||||||
"ignore-first": "Ignore first",
|
"database-parsing/limit": "row(s) of data",
|
||||||
"ignore": "line(s) at beginning of file",
|
"database-parsing/store-row": "Store blank rows",
|
||||||
"parse-next": "Parse next",
|
"database-parsing/store-cell": "Store blank cells as nulls"
|
||||||
"parse": "line(s) as column headers",
|
}
|
||||||
"discard-next": "Discard initial",
|
|
||||||
"discard": "row(s) of data",
|
|
||||||
"limit-next": "Load at most",
|
|
||||||
"limit": "row(s) of data",
|
|
||||||
"store-row": "Store blank rows",
|
|
||||||
"store-cell": "Store blank cells as nulls"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,54 +1,48 @@
|
|||||||
{
|
{
|
||||||
"database-import": {
|
"database-import/title": "Serveurs de base de données",
|
||||||
"title": "Serveurs de base de données",
|
"database-import/preparing": "Préparation du résultat...",
|
||||||
"preparing": "Préparation du résultat...",
|
"database-import/checking": "Validation de la requête...",
|
||||||
"checking": "Validation de la requête...",
|
"database-import/creating": "Création du projet...",
|
||||||
"creating": "Création du projet..."
|
"database-source/alert-host": "Vous devez spécifier un hôte de base de données",
|
||||||
},
|
"database-source/alert-port": "Vous devez spécifier un port de base de données",
|
||||||
"database-source": {
|
"database-source/alert-user": "Vous devez spécifier un utilisateur de base de données",
|
||||||
"alert-host": "Vous devez spécifier un hôte de base de données",
|
"database-source/alert-password": "Vous devez spécifier un mot de passe de base de données",
|
||||||
"alert-port": "Vous devez spécifier un port de base de données",
|
"database-source/alert-connection-name": "Vous devez spécifier un nom de connexion",
|
||||||
"alert-user": "Vous devez spécifier un utilisateur de base de données",
|
"database-source/alert-initial-database": "Vous devez spécifier une base de données initiale",
|
||||||
"alert-password": "Vous devez spécifier un mot de passe de base de données",
|
"database-source/alert-query": "Vous devez spécifier une requête valide",
|
||||||
"alert-connection-name": "Vous devez spécifier un nom de connexion",
|
"database-source/alert-invalid-query-keyword": "La requête ne peut pas contenir ce mot clé destiné à manipuler la base de données :",
|
||||||
"alert-initial-database": "Vous devez spécifier une base de données initiale",
|
"database-source/alert-invalid-query-select": "La requête doit débuter par le mot-clé SELECT",
|
||||||
"alert-query": "Vous devez spécifier une requête valide",
|
"database-source/form-validation-failure": "Le nouveau formulaire de connexion est invalide!",
|
||||||
"alert-invalid-query-keyword": "La requête ne peut pas contenir ce mot clé destiné à manipuler la base de données :",
|
"database-source/alert-connection-edit": "La connexion a été éditée avec succès",
|
||||||
"alert-invalid-query-select": "La requête doit débuter par le mot-clé SELECT",
|
"database-source/connectionNameLabel": "Nom :",
|
||||||
"form-validation-failure": "Le nouveau formulaire de connexion est invalide!",
|
"database-source/databaseTypeLabel": "Type :",
|
||||||
"alert-connection-edit": "La connexion a été éditée avec succès",
|
"database-source/databaseHostLabel": "Hôte :",
|
||||||
"connectionNameLabel": "Nom :",
|
"database-source/databasePortLabel": "Port :",
|
||||||
"databaseTypeLabel": "Type :",
|
"database-source/databaseUserLabel": "Utilisateur :",
|
||||||
"databaseHostLabel": "Hôte :",
|
"database-source/databasePasswordLabel": "Mot de passe :",
|
||||||
"databasePortLabel": "Port :",
|
"database-source/databaseNameLabel": "Base de données :",
|
||||||
"databaseUserLabel": "Utilisateur :",
|
"database-source/databaseSchemaLabel": "Schéma :",
|
||||||
"databasePasswordLabel": "Mot de passe :",
|
"database-source/databaseTestButton": "Test",
|
||||||
"databaseNameLabel": "Base de données :",
|
"database-source/databaseSaveButton": "Enregistrer",
|
||||||
"databaseSchemaLabel": "Schéma :",
|
"database-source/databaseConnectButton": "Connexion",
|
||||||
"databaseTestButton": "Test",
|
"database-source/newConnectionButtonDiv": "Nouvelle connexion",
|
||||||
"databaseSaveButton": "Enregistrer",
|
"database-source/savedConnectionSpan": "Connexions enregistrées",
|
||||||
"databaseConnectButton": "Connexion",
|
"database-parsing/start-over": "« Recommencer",
|
||||||
"newConnectionButtonDiv": "Nouvelle connexion",
|
"database-parsing/conf-pars": "Configurer les options de parsing",
|
||||||
"savedConnectionSpan": "Connexions enregistrées"
|
"database-parsing/proj-name": "Nom du projet",
|
||||||
},
|
"database-parsing/create-proj": "Créer un projet »",
|
||||||
"database-parsing": {
|
"database-parsing/updating-preview": "Mise à jour de l'aperçu...",
|
||||||
"start-over": "« Recommencer",
|
"database-parsing/worksheet": "Feuilles de calcul",
|
||||||
"conf-pars": "Configurer les options de parsing",
|
"database-parsing/option": "Options",
|
||||||
"proj-name": "Nom du projet",
|
"database-parsing/preview-button": "Mise à jour de l'aperçu",
|
||||||
"create-proj": "Créer un projet »",
|
"database-parsing/ignore-first": "Ignorer la/les",
|
||||||
"updating-preview": "Mise à jour de l'aperçu...",
|
"database-parsing/ignore": "première(s) lignes au début du fichier",
|
||||||
"worksheet": "Feuilles de calcul",
|
"database-parsing/parse-next": "Parser la/les",
|
||||||
"option": "Options",
|
"database-parsing/parse": "ligne(s) suivante(s) comme des entêtes de colonnes",
|
||||||
"preview-button": "Mise à jour de l'aperçu",
|
"database-parsing/discard-next": "Omettre la/les",
|
||||||
"ignore-first": "Ignorer la/les",
|
"database-parsing/discard": "première(s) ligne(s) de données",
|
||||||
"ignore": "première(s) lignes au début du fichier",
|
"database-parsing/limit-next": "Charger au plus",
|
||||||
"parse-next": "Parser la/les",
|
"database-parsing/limit": "ligne(s) de données",
|
||||||
"parse": "ligne(s) suivante(s) comme des entêtes de colonnes",
|
"database-parsing/store-row": "Stocker les lignes vides",
|
||||||
"discard-next": "Omettre la/les",
|
"database-parsing/store-cell": "Enregistrer les cellules vides comme des valeurs nulles"
|
||||||
"discard": "première(s) ligne(s) de données",
|
}
|
||||||
"limit-next": "Charger au plus",
|
|
||||||
"limit": "ligne(s) de données",
|
|
||||||
"store-row": "Stocker les lignes vides",
|
|
||||||
"store-cell": "Enregistrer les cellules vides comme des valeurs nulles"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1 @@
|
|||||||
{
|
{}
|
||||||
|
|
||||||
}
|
|
@ -1,3 +1 @@
|
|||||||
{
|
{}
|
||||||
|
|
||||||
}
|
|
@ -1,54 +1,48 @@
|
|||||||
{
|
{
|
||||||
"database-import": {
|
"database-import/title": "データベースサーバー",
|
||||||
"title": "データベースサーバー",
|
"database-import/preparing": "準備しています...",
|
||||||
"preparing": "準備しています...",
|
"database-import/checking": "クエリーをチェックしています...",
|
||||||
"checking": "クエリーをチェックしています...",
|
"database-import/creating": "プロジェクトを作成中...",
|
||||||
"creating": "プロジェクトを作成中..."
|
"database-source/alert-host": "Database Hostを指定してください",
|
||||||
},
|
"database-source/alert-port": "Database Portを指定してください",
|
||||||
"database-source": {
|
"database-source/alert-user": "Database Userを指定してください",
|
||||||
"alert-host": "Database Hostを指定してください",
|
"database-source/alert-password": "Database Passwordを指定してください",
|
||||||
"alert-port": "Database Portを指定してください",
|
"database-source/alert-connection-name": "Connection Nameを指定してください",
|
||||||
"alert-user": "Database Userを指定してください",
|
"database-source/alert-initial-database": "第一Databaseを指定してください",
|
||||||
"alert-password": "Database Passwordを指定してください",
|
"database-source/alert-query": "有効なクエリーを設定してください",
|
||||||
"alert-connection-name": "Connection Nameを指定してください",
|
"database-source/alert-invalid-query-keyword": "クエリーにデータ操作語があります:",
|
||||||
"alert-initial-database": "第一Databaseを指定してください",
|
"database-source/alert-invalid-query-select": "クエリーはSELECTで始まります",
|
||||||
"alert-query": "有効なクエリーを設定してください",
|
"database-source/form-validation-failure": "接続は無効です!",
|
||||||
"alert-invalid-query-keyword": "クエリーにデータ操作語があります:",
|
"database-source/alert-connection-edit": "接続の設定に成功しました",
|
||||||
"alert-invalid-query-select": "クエリーはSELECTで始まります",
|
"database-source/connectionNameLabel": "接続先:",
|
||||||
"form-validation-failure": "接続は無効です!",
|
"database-source/databaseTypeLabel": "Type:",
|
||||||
"alert-connection-edit": "接続の設定に成功しました",
|
"database-source/databaseHostLabel": "Host:",
|
||||||
"connectionNameLabel": "接続先:",
|
"database-source/databasePortLabel": "Port:",
|
||||||
"databaseTypeLabel": "Type:",
|
"database-source/databaseUserLabel": "User:",
|
||||||
"databaseHostLabel": "Host:",
|
"database-source/databasePasswordLabel": "Password:",
|
||||||
"databasePortLabel": "Port:",
|
"database-source/databaseNameLabel": "Database:",
|
||||||
"databaseUserLabel": "User:",
|
"database-source/databaseSchemaLabel": "スキーマ :",
|
||||||
"databasePasswordLabel": "Password:",
|
"database-source/databaseTestButton": "テスト",
|
||||||
"databaseNameLabel": "Database:",
|
"database-source/databaseSaveButton": "保存",
|
||||||
"databaseSchemaLabel": "スキーマ :",
|
"database-source/databaseConnectButton": "接続",
|
||||||
"databaseTestButton": "テスト",
|
"database-source/newConnectionButtonDiv": "新しい接続",
|
||||||
"databaseSaveButton": "保存",
|
"database-source/savedConnectionSpan": "保存済み接続",
|
||||||
"databaseConnectButton": "接続",
|
"database-parsing/start-over": "« やり直し",
|
||||||
"newConnectionButtonDiv": "新しい接続",
|
"database-parsing/conf-pars": "パースオプションの設定",
|
||||||
"savedConnectionSpan": "保存済み接続"
|
"database-parsing/proj-name": "プロジェクト 名",
|
||||||
},
|
"database-parsing/create-proj": "プロジェクトを作成 »",
|
||||||
"database-parsing": {
|
"database-parsing/updating-preview": "プレビューを更新中...",
|
||||||
"start-over": "« やり直し",
|
"database-parsing/worksheet": "シート名",
|
||||||
"conf-pars": "パースオプションの設定",
|
"database-parsing/option": "オプション",
|
||||||
"proj-name": "プロジェクト 名",
|
"database-parsing/preview-button": "プレビュー 更新",
|
||||||
"create-proj": "プロジェクトを作成 »",
|
"database-parsing/ignore-first": "最初の",
|
||||||
"updating-preview": "プレビューを更新中...",
|
"database-parsing/ignore": "行を無視",
|
||||||
"worksheet": "シート名",
|
"database-parsing/parse-next": "その次の",
|
||||||
"option": "オプション",
|
"database-parsing/parse": "行をカラム名として解釈",
|
||||||
"preview-button": "プレビュー 更新",
|
"database-parsing/discard-next": "最初の",
|
||||||
"ignore-first": "最初の",
|
"database-parsing/discard": "行分を破棄",
|
||||||
"ignore": "行を無視",
|
"database-parsing/limit-next": "最大で",
|
||||||
"parse-next": "その次の",
|
"database-parsing/limit": "行を読み込む",
|
||||||
"parse": "行をカラム名として解釈",
|
"database-parsing/store-row": "空白行を保存",
|
||||||
"discard-next": "最初の",
|
"database-parsing/store-cell": "空白行をnullとして保存"
|
||||||
"discard": "行分を破棄",
|
}
|
||||||
"limit-next": "最大で",
|
|
||||||
"limit": "行を読み込む",
|
|
||||||
"store-row": "空白行を保存",
|
|
||||||
"store-cell": "空白行をnullとして保存"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,51 +1,45 @@
|
|||||||
{
|
{
|
||||||
"database-import": {
|
"database-import/title": "Databasetjenere",
|
||||||
"title": "Databasetjenere",
|
"database-import/preparing": "Forbereder resultat …",
|
||||||
"preparing": "Forbereder resultat …",
|
"database-import/checking": "Validerer spørring …",
|
||||||
"checking": "Validerer spørring …",
|
"database-import/creating": "Oppretter prosjekt …",
|
||||||
"creating": "Oppretter prosjekt …"
|
"database-source/alert-host": "Du må angi en databasevert",
|
||||||
},
|
"database-source/alert-port": "Du må angi en databaseport",
|
||||||
"database-source": {
|
"database-source/alert-user": "Du må angi en databasebruker",
|
||||||
"alert-host": "Du må angi en databasevert",
|
"database-source/alert-password": "Du må angi et databasepassord",
|
||||||
"alert-port": "Du må angi en databaseport",
|
"database-source/alert-connection-name": "Du må angi et tilkoblingsnavn",
|
||||||
"alert-user": "Du må angi en databasebruker",
|
"database-source/alert-initial-database": "Du må angi en initiell database",
|
||||||
"alert-password": "Du må angi et databasepassord",
|
"database-source/alert-query": "Du må angi en gyldig spørring",
|
||||||
"alert-connection-name": "Du må angi et tilkoblingsnavn",
|
"database-source/alert-invalid-query-select": "Spørringen må starte med nøkkelordet SELECT",
|
||||||
"alert-initial-database": "Du må angi en initiell database",
|
"database-source/alert-connection-edit": "Tilkoblingen ble redigert",
|
||||||
"alert-query": "Du må angi en gyldig spørring",
|
"database-source/connectionNameLabel": "Navn:",
|
||||||
"alert-invalid-query-select": "Spørringen må starte med nøkkelordet SELECT",
|
"database-source/databaseTypeLabel": "Type:",
|
||||||
"alert-connection-edit": "Tilkoblingen ble redigert",
|
"database-source/databaseHostLabel": "Vert:",
|
||||||
"connectionNameLabel": "Navn:",
|
"database-source/databasePortLabel": "Port:",
|
||||||
"databaseTypeLabel": "Type:",
|
"database-source/databaseUserLabel": "Bruker:",
|
||||||
"databaseHostLabel": "Vert:",
|
"database-source/databasePasswordLabel": "Passord:",
|
||||||
"databasePortLabel": "Port:",
|
"database-source/databaseNameLabel": "Database:",
|
||||||
"databaseUserLabel": "Bruker:",
|
"database-source/databaseSchemaLabel": "Skjema:",
|
||||||
"databasePasswordLabel": "Passord:",
|
"database-source/databaseTestButton": "Test",
|
||||||
"databaseNameLabel": "Database:",
|
"database-source/databaseSaveButton": "Lagre",
|
||||||
"databaseSchemaLabel": "Skjema:",
|
"database-source/databaseConnectButton": "Koble til",
|
||||||
"databaseTestButton": "Test",
|
"database-source/newConnectionButtonDiv": "Ny tilkobling",
|
||||||
"databaseSaveButton": "Lagre",
|
"database-source/savedConnectionSpan": "Lagrede tilkoblinger",
|
||||||
"databaseConnectButton": "Koble til",
|
"database-parsing/start-over": "« Begynn på nytt",
|
||||||
"newConnectionButtonDiv": "Ny tilkobling",
|
"database-parsing/conf-pars": "Konfigurer tolkningsinnstillinger",
|
||||||
"savedConnectionSpan": "Lagrede tilkoblinger"
|
"database-parsing/proj-name": "Prosjektnavn",
|
||||||
},
|
"database-parsing/create-proj": "Opprett prosjekt »",
|
||||||
"database-parsing": {
|
"database-parsing/updating-preview": "Oppdaterer forhåndsvisning …",
|
||||||
"start-over": "« Begynn på nytt",
|
"database-parsing/option": "Innstillinger",
|
||||||
"conf-pars": "Konfigurer tolkningsinnstillinger",
|
"database-parsing/preview-button": "Oppdater forhåndsvisning",
|
||||||
"proj-name": "Prosjektnavn",
|
"database-parsing/ignore-first": "Ignorer første",
|
||||||
"create-proj": "Opprett prosjekt »",
|
"database-parsing/ignore": "linje(r) i begynnelsen av fila",
|
||||||
"updating-preview": "Oppdaterer forhåndsvisning …",
|
"database-parsing/parse-next": "Tolk neste",
|
||||||
"option": "Innstillinger",
|
"database-parsing/parse": "linje(r) som kolonneoverskrifter",
|
||||||
"preview-button": "Oppdater forhåndsvisning",
|
"database-parsing/discard-next": "Forkast de første",
|
||||||
"ignore-first": "Ignorer første",
|
"database-parsing/discard": "raden(e) med data",
|
||||||
"ignore": "linje(r) i begynnelsen av fila",
|
"database-parsing/limit-next": "Last maksimalt",
|
||||||
"parse-next": "Tolk neste",
|
"database-parsing/limit": "rad(er) med data",
|
||||||
"parse": "linje(r) som kolonneoverskrifter",
|
"database-parsing/store-row": "Lagre blanke rader",
|
||||||
"discard-next": "Forkast de første",
|
"database-parsing/store-cell": "Lagre blanke celler som null"
|
||||||
"discard": "raden(e) med data",
|
}
|
||||||
"limit-next": "Last maksimalt",
|
|
||||||
"limit": "rad(er) med data",
|
|
||||||
"store-row": "Lagre blanke rader",
|
|
||||||
"store-cell": "Lagre blanke celler som null"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,57 +1,47 @@
|
|||||||
{
|
{
|
||||||
"gdata-import": {
|
"gdata-import/preparing": "Preparing ...",
|
||||||
"preparing": "Preparing ...",
|
"gdata-import/creating": "Creating project ...",
|
||||||
"creating": "Creating project ...",
|
"gdata-import/title": "Public Documents",
|
||||||
"title": "Public Documents",
|
"gdata-import/import-by-url": "Import a <em>public</em> Google Spreadsheet or Fusion Table by its URL:",
|
||||||
"import-by-url": "Import a <em>public</em> Google Spreadsheet or Fusion Table by its URL:",
|
"gdata-import/next->": "Next »",
|
||||||
"next->": "Next »",
|
"gdata-import/auth-doc": "Authorized Documents",
|
||||||
"auth-doc": "Authorized Documents",
|
"gdata-import/please": "Please",
|
||||||
"please": "Please",
|
"gdata-import/sign-in": "sign in and authorize",
|
||||||
"sign-in": "sign in and authorize",
|
"gdata-import/sign-out": "sign out",
|
||||||
"sign-out": "sign out",
|
"gdata-import/access-data": "access to your Google data.",
|
||||||
"access-data": "access to your Google data.",
|
"gdata-import/retrieving": "Retrieving Google Docs documents ...",
|
||||||
"retrieving": "Retrieving Google Docs documents ...",
|
"gdata-import/re-sign-in": "re-sign in",
|
||||||
"re-sign-in": "re-sign in",
|
"gdata-import/another-account": "with another account",
|
||||||
"another-account": "with another account"
|
"gdata-parsing/start-over": "« Start Over",
|
||||||
},
|
"gdata-parsing/conf-pars": "Configure Parsing Options",
|
||||||
"gdata-parsing": {
|
"gdata-parsing/proj-name": "Project name",
|
||||||
"start-over": "« Start Over",
|
"gdata-parsing/create-proj": "Create Project »",
|
||||||
"conf-pars": "Configure Parsing Options",
|
"gdata-parsing/updating-preview": "Updating preview ...",
|
||||||
"proj-name": "Project name",
|
"gdata-parsing/worksheet": "Worksheets",
|
||||||
"create-proj": "Create Project »",
|
"gdata-parsing/option": "Options",
|
||||||
"updating-preview": "Updating preview ...",
|
"gdata-parsing/preview-button": "Update Preview",
|
||||||
"worksheet": "Worksheets",
|
"gdata-parsing/ignore-first": "Ignore first",
|
||||||
"option": "Options",
|
"gdata-parsing/ignore": "line(s) at beginning of file",
|
||||||
"preview-button": "Update Preview",
|
"gdata-parsing/parse-next": "Parse next",
|
||||||
"ignore-first": "Ignore first",
|
"gdata-parsing/parse": "line(s) as column headers",
|
||||||
"ignore": "line(s) at beginning of file",
|
"gdata-parsing/discard-next": "Discard initial",
|
||||||
"parse-next": "Parse next",
|
"gdata-parsing/discard": "row(s) of data",
|
||||||
"parse": "line(s) as column headers",
|
"gdata-parsing/limit-next": "Load at most",
|
||||||
"discard-next": "Discard initial",
|
"gdata-parsing/limit": "row(s) of data",
|
||||||
"discard": "row(s) of data",
|
"gdata-parsing/store-row": "Store blank rows",
|
||||||
"limit-next": "Load at most",
|
"gdata-parsing/store-cell": "Store blank cells as nulls",
|
||||||
"limit": "row(s) of data",
|
"gdata-source/alert-url": "You must specify a web address (URL) to import.",
|
||||||
"store-row": "Store blank rows",
|
"gdata-source/type": "Type",
|
||||||
"store-cell": "Store blank cells as nulls"
|
"gdata-source/title": "Title",
|
||||||
},
|
"gdata-source/authors": "Authors",
|
||||||
"gdata-source": {
|
"gdata-source/updated": "Updated",
|
||||||
"alert-url": "You must specify a web address (URL) to import.",
|
"gdata-exporter/uploading": "Uploading...",
|
||||||
"type": "Type",
|
"gdata-exporter/upload-error": "Upload error: ",
|
||||||
"title": "Title",
|
"gdata-exporter/upload-success": "Project was uploaded successfully to Google Drive with Id ",
|
||||||
"authors": "Authors",
|
"gdata-exporter/new-spreadsheet": "A new Google spreadsheet",
|
||||||
"updated": "Updated"
|
"gdata-exporter/enter-spreadsheet": "Enter a name for the new Google spreadsheet",
|
||||||
},
|
"gdata-exporter/new-fusion": "A new Google Fusion table",
|
||||||
"gdata-exporter": {
|
"gdata-exporter/enter-fusion": "Enter a name for the new Google Fusion table",
|
||||||
"uploading": "Uploading...",
|
"gdata-auth/authorize-label": "OpenRefine - Authorization",
|
||||||
"upload-error": "Upload error: ",
|
"gdata-auth/authorized-label": "Authorization process completed. Close this window and return to OpenRefine."
|
||||||
"upload-success": "Project was uploaded successfully to Google Drive with Id ",
|
}
|
||||||
"new-spreadsheet": "A new Google spreadsheet",
|
|
||||||
"enter-spreadsheet": "Enter a name for the new Google spreadsheet",
|
|
||||||
"new-fusion": "A new Google Fusion table",
|
|
||||||
"enter-fusion": "Enter a name for the new Google Fusion table"
|
|
||||||
},
|
|
||||||
"gdata-auth": {
|
|
||||||
"authorize-label": "OpenRefine - Authorization",
|
|
||||||
"authorized-label": "Authorization process completed. Close this window and return to OpenRefine."
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,57 +1,47 @@
|
|||||||
{
|
{
|
||||||
"gdata-import": {
|
"gdata-import/preparing": "Préparation...",
|
||||||
"preparing": "Préparation...",
|
"gdata-import/creating": "Création du projet...",
|
||||||
"creating": "Création du projet...",
|
"gdata-import/title": "Documents publics",
|
||||||
"title": "Documents publics",
|
"gdata-import/import-by-url": "Importer un tableau <em>public</em> Google Spreadsheet ou Google Fusion par son URL :",
|
||||||
"import-by-url": "Importer un tableau <em>public</em> Google Spreadsheet ou Google Fusion par son URL :",
|
"gdata-import/next->": "Suivant »",
|
||||||
"next->": "Suivant »",
|
"gdata-import/auth-doc": "Documents autorisés",
|
||||||
"auth-doc": "Documents autorisés",
|
"gdata-import/please": "Merci",
|
||||||
"please": "Merci",
|
"gdata-import/sign-in": "de se connecter et d’autoriser",
|
||||||
"sign-in": "de se connecter et d’autoriser",
|
"gdata-import/sign-out": "se déconnecter",
|
||||||
"sign-out": "se déconnecter",
|
"gdata-import/access-data": "l’accès à vos données Google.",
|
||||||
"access-data": "l’accès à vos données Google.",
|
"gdata-import/retrieving": "Récupération des documents de Google Docs...",
|
||||||
"retrieving": "Récupération des documents de Google Docs...",
|
"gdata-import/re-sign-in": "se reconnecter",
|
||||||
"re-sign-in": "se reconnecter",
|
"gdata-import/another-account": "avec un autre compte",
|
||||||
"another-account": "avec un autre compte"
|
"gdata-parsing/start-over": "« Recommencer",
|
||||||
},
|
"gdata-parsing/conf-pars": "Configurer les options d’analyse",
|
||||||
"gdata-parsing": {
|
"gdata-parsing/proj-name": "Nom du projet",
|
||||||
"start-over": "« Recommencer",
|
"gdata-parsing/create-proj": "Créer un projet »",
|
||||||
"conf-pars": "Configurer les options d’analyse",
|
"gdata-parsing/updating-preview": "Mise à jour de l’aperçu...",
|
||||||
"proj-name": "Nom du projet",
|
"gdata-parsing/worksheet": "Feuilles",
|
||||||
"create-proj": "Créer un projet »",
|
"gdata-parsing/option": "Options",
|
||||||
"updating-preview": "Mise à jour de l’aperçu...",
|
"gdata-parsing/preview-button": "Mettre à jour l’aperçu",
|
||||||
"worksheet": "Feuilles",
|
"gdata-parsing/ignore-first": "Ignorer la ou les premières",
|
||||||
"option": "Options",
|
"gdata-parsing/ignore": "lignes du début du fichier",
|
||||||
"preview-button": "Mettre à jour l’aperçu",
|
"gdata-parsing/parse-next": "Analyser la ou les",
|
||||||
"ignore-first": "Ignorer la ou les premières",
|
"gdata-parsing/parse": "lignes suivantes comme entêtes de colonnes",
|
||||||
"ignore": "lignes du début du fichier",
|
"gdata-parsing/discard-next": "Ignorer la ou les",
|
||||||
"parse-next": "Analyser la ou les",
|
"gdata-parsing/discard": "premières lignes de données",
|
||||||
"parse": "lignes suivantes comme entêtes de colonnes",
|
"gdata-parsing/limit-next": "Charger au plus",
|
||||||
"discard-next": "Ignorer la ou les",
|
"gdata-parsing/limit": "lignes de données",
|
||||||
"discard": "premières lignes de données",
|
"gdata-parsing/store-row": "Conserver les lignes vides",
|
||||||
"limit-next": "Charger au plus",
|
"gdata-parsing/store-cell": "Enregistrer les cellules vides comme des valeurs nulles",
|
||||||
"limit": "lignes de données",
|
"gdata-source/alert-url": "Vous devez indiquer une adresse web (URL) à importer.",
|
||||||
"store-row": "Conserver les lignes vides",
|
"gdata-source/type": "Type",
|
||||||
"store-cell": "Enregistrer les cellules vides comme des valeurs nulles"
|
"gdata-source/title": "Titre",
|
||||||
},
|
"gdata-source/authors": "Auteurs",
|
||||||
"gdata-source": {
|
"gdata-source/updated": "Mis à jour",
|
||||||
"alert-url": "Vous devez indiquer une adresse web (URL) à importer.",
|
"gdata-exporter/uploading": "Téléversement...",
|
||||||
"type": "Type",
|
"gdata-exporter/upload-error": "Erreur de téléversement : ",
|
||||||
"title": "Titre",
|
"gdata-exporter/new-spreadsheet": "Un nouveau tableau Google Spreadsheet",
|
||||||
"authors": "Auteurs",
|
"gdata-exporter/enter-spreadsheet": "Indiquer un nom pour le nouveau tableau Google Spreadsheet",
|
||||||
"updated": "Mis à jour"
|
"gdata-exporter/new-fusion": "Une nouvelle table Google Fusion",
|
||||||
},
|
"gdata-exporter/enter-fusion": "Indiquer un nom pour la nouvelle table Google Fusion",
|
||||||
"gdata-exporter": {
|
"gdata-exporter/upload-success": "Le projet a été chargé avec succès dans Google Drive avec l'identifiant ",
|
||||||
"uploading": "Téléversement...",
|
"gdata-auth/authorize-label": "OpenRefine - Autorisation",
|
||||||
"upload-error": "Erreur de téléversement : ",
|
"gdata-auth/authorized-label": "Procédure d’autorisation terminée. Fermer cette fenêtre et revenir à OpenRefine."
|
||||||
"new-spreadsheet": "Un nouveau tableau Google Spreadsheet",
|
}
|
||||||
"enter-spreadsheet": "Indiquer un nom pour le nouveau tableau Google Spreadsheet",
|
|
||||||
"new-fusion": "Une nouvelle table Google Fusion",
|
|
||||||
"enter-fusion": "Indiquer un nom pour la nouvelle table Google Fusion",
|
|
||||||
"upload-success": "Le projet a été chargé avec succès dans Google Drive avec l'identifiant "
|
|
||||||
},
|
|
||||||
"gdata-auth": {
|
|
||||||
"authorize-label": "OpenRefine - Autorisation",
|
|
||||||
"authorized-label": "Procédure d’autorisation terminée. Fermer cette fenêtre et revenir à OpenRefine."
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,56 +1,46 @@
|
|||||||
{
|
{
|
||||||
"gdata-import": {
|
"gdata-import/preparing": "הכנה ...",
|
||||||
"preparing": "הכנה ...",
|
"gdata-import/creating": "יצירת פרוייקט ...",
|
||||||
"creating": "יצירת פרוייקט ...",
|
"gdata-import/title": "מסמכים ציבוריים",
|
||||||
"title": "מסמכים ציבוריים",
|
"gdata-import/import-by-url": "יבוא גליון נתונים של גוגל או פיוזן מסמך <em>ציבורי </em> לפי כתובת:",
|
||||||
"import-by-url": "יבוא גליון נתונים של גוגל או פיוזן מסמך <em>ציבורי </em> לפי כתובת:",
|
"gdata-import/next->": "הבא »",
|
||||||
"next->": "הבא »",
|
"gdata-import/auth-doc": "מסמכים מאושרים",
|
||||||
"auth-doc": "מסמכים מאושרים",
|
"gdata-import/please": "בבקשה",
|
||||||
"please": "בבקשה",
|
"gdata-import/sign-in": "התחברו ואשרו",
|
||||||
"sign-in": "התחברו ואשרו",
|
"gdata-import/sign-out": "התנתקות",
|
||||||
"sign-out": "התנתקות",
|
"gdata-import/access-data": "גשו לנתוני הגוגל שלכם",
|
||||||
"access-data": "גשו לנתוני הגוגל שלכם",
|
"gdata-import/retrieving": "אחזור מסמכי גוגל ...",
|
||||||
"retrieving": "אחזור מסמכי גוגל ...",
|
"gdata-import/re-sign-in": "התחברו מחדש",
|
||||||
"re-sign-in": "התחברו מחדש",
|
"gdata-import/another-account": "עם חשבון אחר",
|
||||||
"another-account": "עם חשבון אחר"
|
"gdata-parsing/start-over": "« התחל שוב",
|
||||||
},
|
"gdata-parsing/conf-pars": "Configure Parsing Options",
|
||||||
"gdata-parsing": {
|
"gdata-parsing/proj-name": "שם פרוייקט",
|
||||||
"start-over": "« התחל שוב",
|
"gdata-parsing/create-proj": "צור פרוייקט »",
|
||||||
"conf-pars": "Configure Parsing Options",
|
"gdata-parsing/updating-preview": "מעדכן את הצפיה המקדימה ...",
|
||||||
"proj-name": "שם פרוייקט",
|
"gdata-parsing/worksheet": "גיליונות עבודה",
|
||||||
"create-proj": "צור פרוייקט »",
|
"gdata-parsing/option": "אפשרויות",
|
||||||
"updating-preview": "מעדכן את הצפיה המקדימה ...",
|
"gdata-parsing/preview-button": "עדכן צפיה מקדימה",
|
||||||
"worksheet": "גיליונות עבודה",
|
"gdata-parsing/ignore-first": "Ignore first",
|
||||||
"option": "אפשרויות",
|
"gdata-parsing/ignore": "שורה(ות) aבתחילת הקובץ",
|
||||||
"preview-button": "עדכן צפיה מקדימה",
|
"gdata-parsing/parse-next": "Parse next",
|
||||||
"ignore-first": "Ignore first",
|
"gdata-parsing/parse": "שורה(ות) ככותרת טור",
|
||||||
"ignore": "שורה(ות) aבתחילת הקובץ",
|
"gdata-parsing/discard-next": "Discard initial",
|
||||||
"parse-next": "Parse next",
|
"gdata-parsing/discard": "row(s) of data",
|
||||||
"parse": "שורה(ות) ככותרת טור",
|
"gdata-parsing/limit-next": "Load at most",
|
||||||
"discard-next": "Discard initial",
|
"gdata-parsing/limit": "row(s) of data",
|
||||||
"discard": "row(s) of data",
|
"gdata-parsing/store-row": "Store blank rows",
|
||||||
"limit-next": "Load at most",
|
"gdata-parsing/store-cell": "Store blank cells as nulls",
|
||||||
"limit": "row(s) of data",
|
"gdata-source/alert-url": "יש לציין כתובת אינטרנט (URL) כדי לייבא.",
|
||||||
"store-row": "Store blank rows",
|
"gdata-source/type": "סוג",
|
||||||
"store-cell": "Store blank cells as nulls"
|
"gdata-source/title": "כותרת",
|
||||||
},
|
"gdata-source/authors": "מחברים",
|
||||||
"gdata-source": {
|
"gdata-source/updated": "מעודכן",
|
||||||
"alert-url": "יש לציין כתובת אינטרנט (URL) כדי לייבא.",
|
"gdata-exporter/uploading": "מעלה...",
|
||||||
"type": "סוג",
|
"gdata-exporter/upload-error": "שגיאת העלאה: ",
|
||||||
"title": "כותרת",
|
"gdata-exporter/new-spreadsheet": "גיליון חישוב חדש של גוגל",
|
||||||
"authors": "מחברים",
|
"gdata-exporter/enter-spreadsheet": "הכנס שם לגיליון חישוב גוגל החדש",
|
||||||
"updated": "מעודכן"
|
"gdata-exporter/new-fusion": "טבלת מיזוג גוגל חדשה",
|
||||||
},
|
"gdata-exporter/enter-fusion": "הכנס שם לטבלת מיזוג גוגל חדשה",
|
||||||
"gdata-exporter": {
|
"gdata-auth/authorize-label": "OpenRefine - Authorization",
|
||||||
"uploading": "מעלה...",
|
"gdata-auth/authorized-label": "תהליך האישור הסתיים. סגור חלון זה וחזור ל- OpenRefine."
|
||||||
"upload-error": "שגיאת העלאה: ",
|
}
|
||||||
"new-spreadsheet": "גיליון חישוב חדש של גוגל",
|
|
||||||
"enter-spreadsheet": "הכנס שם לגיליון חישוב גוגל החדש",
|
|
||||||
"new-fusion": "טבלת מיזוג גוגל חדשה",
|
|
||||||
"enter-fusion": "הכנס שם לטבלת מיזוג גוגל חדשה"
|
|
||||||
},
|
|
||||||
"gdata-auth": {
|
|
||||||
"authorize-label": "OpenRefine - Authorization",
|
|
||||||
"authorized-label": "תהליך האישור הסתיים. סגור חלון זה וחזור ל- OpenRefine."
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,56 +1,46 @@
|
|||||||
{
|
{
|
||||||
"gdata-import": {
|
"gdata-import/preparing": "In preparazione ...",
|
||||||
"preparing": "In preparazione ...",
|
"gdata-import/creating": "Creazione il progetto ...",
|
||||||
"creating": "Creazione il progetto ...",
|
"gdata-import/title": "Documenti Pubblici",
|
||||||
"title": "Documenti Pubblici",
|
"gdata-import/import-by-url": "Importa un Google Spreadsheet o Fusion Table <em>pubblico</em> inserendo l'URL:",
|
||||||
"import-by-url": "Importa un Google Spreadsheet o Fusion Table <em>pubblico</em> inserendo l'URL:",
|
"gdata-import/next->": "Avanti »",
|
||||||
"next->": "Avanti »",
|
"gdata-import/auth-doc": "Documenti Autorizzati",
|
||||||
"auth-doc": "Documenti Autorizzati",
|
"gdata-import/please": "Per piacere",
|
||||||
"please": "Per piacere",
|
"gdata-import/sign-in": "autenticati ed autorizza",
|
||||||
"sign-in": "autenticati ed autorizza",
|
"gdata-import/sign-out": "esci",
|
||||||
"sign-out": "esci",
|
"gdata-import/access-data": "accedi ai tuoi dati Google.",
|
||||||
"access-data": "accedi ai tuoi dati Google.",
|
"gdata-import/retrieving": "Recuperando i documenti Google Doc ...",
|
||||||
"retrieving": "Recuperando i documenti Google Doc ...",
|
"gdata-import/re-sign-in": "rieffettua l'autenticazione",
|
||||||
"re-sign-in": "rieffettua l'autenticazione",
|
"gdata-import/another-account": "con un altro account",
|
||||||
"another-account": "con un altro account"
|
"gdata-parsing/start-over": "« Ricomincia",
|
||||||
},
|
"gdata-parsing/conf-pars": "Configura le opzioni per il parsing",
|
||||||
"gdata-parsing": {
|
"gdata-parsing/proj-name": "Nome del progetto",
|
||||||
"start-over": "« Ricomincia",
|
"gdata-parsing/create-proj": "Crea un progetto »",
|
||||||
"conf-pars": "Configura le opzioni per il parsing",
|
"gdata-parsing/updating-preview": "Aggiornando la preview ...",
|
||||||
"proj-name": "Nome del progetto",
|
"gdata-parsing/worksheet": "Worksheets",
|
||||||
"create-proj": "Crea un progetto »",
|
"gdata-parsing/option": "Opzioni",
|
||||||
"updating-preview": "Aggiornando la preview ...",
|
"gdata-parsing/preview-button": "Aggiorna la Preview",
|
||||||
"worksheet": "Worksheets",
|
"gdata-parsing/ignore-first": "Ignora le prime",
|
||||||
"option": "Opzioni",
|
"gdata-parsing/ignore": "linee all'inizio del file",
|
||||||
"preview-button": "Aggiorna la Preview",
|
"gdata-parsing/parse-next": "Parsa le prossime",
|
||||||
"ignore-first": "Ignora le prime",
|
"gdata-parsing/parse": "linee come nomi delle colonne",
|
||||||
"ignore": "linee all'inizio del file",
|
"gdata-parsing/discard-next": "Scarta le prime",
|
||||||
"parse-next": "Parsa le prossime",
|
"gdata-parsing/discard": "righe di dati",
|
||||||
"parse": "linee come nomi delle colonne",
|
"gdata-parsing/limit-next": "Carica al massimo",
|
||||||
"discard-next": "Scarta le prime",
|
"gdata-parsing/limit": "righe di dati",
|
||||||
"discard": "righe di dati",
|
"gdata-parsing/store-row": "Salva righe vuote",
|
||||||
"limit-next": "Carica al massimo",
|
"gdata-parsing/store-cell": "Salva le celle vuote come 'null'",
|
||||||
"limit": "righe di dati",
|
"gdata-source/alert-url": "Devi specificare un indirizzo web (URL) per l'import.",
|
||||||
"store-row": "Salva righe vuote",
|
"gdata-source/type": "Tipo",
|
||||||
"store-cell": "Salva le celle vuote come 'null'"
|
"gdata-source/title": "Titolo",
|
||||||
},
|
"gdata-source/authors": "Autori",
|
||||||
"gdata-source": {
|
"gdata-source/updated": "Aggiornato",
|
||||||
"alert-url": "Devi specificare un indirizzo web (URL) per l'import.",
|
"gdata-exporter/uploading": "Caricando...",
|
||||||
"type": "Tipo",
|
"gdata-exporter/upload-error": "Errore durante il caricamento: ",
|
||||||
"title": "Titolo",
|
"gdata-exporter/new-spreadsheet": "Un nuovo Google spreadsheet",
|
||||||
"authors": "Autori",
|
"gdata-exporter/enter-spreadsheet": "Inserisci un nome per il nuovo Google spreadsheet",
|
||||||
"updated": "Aggiornato"
|
"gdata-exporter/new-fusion": "Una nuova tabella Google Fusion",
|
||||||
},
|
"gdata-exporter/enter-fusion": "Inserisci un nome per la nuova tabella Google Fusion",
|
||||||
"gdata-exporter": {
|
"gdata-auth/authorize-label": "OpenRefine - Autorizzazione",
|
||||||
"uploading": "Caricando...",
|
"gdata-auth/authorized-label": "Processo di autorizzazione completato. Chiudi questa finestra e torna ad OpenRefine."
|
||||||
"upload-error": "Errore durante il caricamento: ",
|
}
|
||||||
"new-spreadsheet": "Un nuovo Google spreadsheet",
|
|
||||||
"enter-spreadsheet": "Inserisci un nome per il nuovo Google spreadsheet",
|
|
||||||
"new-fusion": "Una nuova tabella Google Fusion",
|
|
||||||
"enter-fusion": "Inserisci un nome per la nuova tabella Google Fusion"
|
|
||||||
},
|
|
||||||
"gdata-auth": {
|
|
||||||
"authorize-label": "OpenRefine - Autorizzazione",
|
|
||||||
"authorized-label": "Processo di autorizzazione completato. Chiudi questa finestra e torna ad OpenRefine."
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,57 +1,47 @@
|
|||||||
{
|
{
|
||||||
"gdata-import": {
|
"gdata-import/preparing": "準備中...",
|
||||||
"preparing": "準備中...",
|
"gdata-import/creating": "プロジェクトを作る...",
|
||||||
"creating": "プロジェクトを作る...",
|
"gdata-import/title": "一般公開文書(public document)",
|
||||||
"title": "一般公開文書(public document)",
|
"gdata-import/import-by-url": "一般公開している(<em>public</em>)Google SpreadsheetかFusion TableのURLを入力してください:",
|
||||||
"import-by-url": "一般公開している(<em>public</em>)Google SpreadsheetかFusion TableのURLを入力してください:",
|
"gdata-import/next->": "次へ »",
|
||||||
"next->": "次へ »",
|
"gdata-import/auth-doc": "制限付き文書(authorized document)",
|
||||||
"auth-doc": "制限付き文書(authorized document)",
|
"gdata-import/please": "まず",
|
||||||
"please": "まず",
|
"gdata-import/sign-in": "サインインして認証",
|
||||||
"sign-in": "サインインして認証",
|
"gdata-import/sign-out": "サインアウト",
|
||||||
"sign-out": "サインアウト",
|
"gdata-import/access-data": "してから、あなたのGoogle文書にアクセスします.",
|
||||||
"access-data": "してから、あなたのGoogle文書にアクセスします.",
|
"gdata-import/retrieving": "Google Docsを取り込んでいます ...",
|
||||||
"retrieving": "Google Docsを取り込んでいます ...",
|
"gdata-import/re-sign-in": "サインし直す",
|
||||||
"re-sign-in": "サインし直す",
|
"gdata-import/another-account": "別のアカウント",
|
||||||
"another-account": "別のアカウント"
|
"gdata-parsing/start-over": "« やり直し",
|
||||||
},
|
"gdata-parsing/conf-pars": "解析オプションの設定",
|
||||||
"gdata-parsing": {
|
"gdata-parsing/proj-name": "プロジェクト名",
|
||||||
"start-over": "« やり直し",
|
"gdata-parsing/create-proj": "プロジェクトを作る »",
|
||||||
"conf-pars": "解析オプションの設定",
|
"gdata-parsing/updating-preview": "プレビューを更新中...",
|
||||||
"proj-name": "プロジェクト名",
|
"gdata-parsing/worksheet": "シート",
|
||||||
"create-proj": "プロジェクトを作る »",
|
"gdata-parsing/option": "オプション",
|
||||||
"updating-preview": "プレビューを更新中...",
|
"gdata-parsing/preview-button": "プレビューを更新",
|
||||||
"worksheet": "シート",
|
"gdata-parsing/ignore-first": "先頭を無視",
|
||||||
"option": "オプション",
|
"gdata-parsing/ignore": "行分",
|
||||||
"preview-button": "プレビューを更新",
|
"gdata-parsing/parse-next": "カラム名として解釈",
|
||||||
"ignore-first": "先頭を無視",
|
"gdata-parsing/parse": "行分",
|
||||||
"ignore": "行分",
|
"gdata-parsing/discard-next": "先頭データを破棄",
|
||||||
"parse-next": "カラム名として解釈",
|
"gdata-parsing/discard": "行分",
|
||||||
"parse": "行分",
|
"gdata-parsing/limit-next": "最大読み込み行数",
|
||||||
"discard-next": "先頭データを破棄",
|
"gdata-parsing/limit": "行分",
|
||||||
"discard": "行分",
|
"gdata-parsing/store-row": "空白行も保存",
|
||||||
"limit-next": "最大読み込み行数",
|
"gdata-parsing/store-cell": "nullとして空白セルを保存",
|
||||||
"limit": "行分",
|
"gdata-source/alert-url": "インポートするアドレス(URL)を入力してください.",
|
||||||
"store-row": "空白行も保存",
|
"gdata-source/type": "形式",
|
||||||
"store-cell": "nullとして空白セルを保存"
|
"gdata-source/title": "題名",
|
||||||
},
|
"gdata-source/authors": "著者",
|
||||||
"gdata-source": {
|
"gdata-source/updated": "更新済み",
|
||||||
"alert-url": "インポートするアドレス(URL)を入力してください.",
|
"gdata-exporter/uploading": "アプロード中...",
|
||||||
"type": "形式",
|
"gdata-exporter/upload-error": "アップロードでエラー : ",
|
||||||
"title": "題名",
|
"gdata-exporter/new-spreadsheet": "新しいGoogle spreadsheet",
|
||||||
"authors": "著者",
|
"gdata-exporter/enter-spreadsheet": "新しいGoogle spreadsheetの題名を入力してください",
|
||||||
"updated": "更新済み"
|
"gdata-exporter/new-fusion": "新しいFusion table",
|
||||||
},
|
"gdata-exporter/enter-fusion": "新しいFusion tableの題名を入力してください",
|
||||||
"gdata-exporter": {
|
"gdata-exporter/upload-success": "プロジェクトがGoogle Driveにアップロードされました ",
|
||||||
"uploading": "アプロード中...",
|
"gdata-auth/authorize-label": "OpenRefine - 認証",
|
||||||
"upload-error": "アップロードでエラー : ",
|
"gdata-auth/authorized-label": "認証が完了しました。このウインドウを閉じてOpenRefineで作業できます."
|
||||||
"new-spreadsheet": "新しいGoogle spreadsheet",
|
}
|
||||||
"enter-spreadsheet": "新しいGoogle spreadsheetの題名を入力してください",
|
|
||||||
"new-fusion": "新しいFusion table",
|
|
||||||
"enter-fusion": "新しいFusion tableの題名を入力してください",
|
|
||||||
"upload-success": "プロジェクトがGoogle Driveにアップロードされました "
|
|
||||||
},
|
|
||||||
"gdata-auth": {
|
|
||||||
"authorize-label": "OpenRefine - 認証",
|
|
||||||
"authorized-label": "認証が完了しました。このウインドウを閉じてOpenRefineで作業できます."
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,234 +1,149 @@
|
|||||||
{
|
{
|
||||||
"wikidata-extension": {
|
"wikidata-extension/menu-label": "Wikidata",
|
||||||
"menu-label": "Wikidata",
|
"wikidata-extension/edit-wikidata-schema": "Edit Wikidata schema",
|
||||||
"edit-wikidata-schema": "Edit Wikidata schema",
|
"wikidata-extension/import-wikidata-schema": "Import schema",
|
||||||
"import-wikidata-schema": "Import schema",
|
"wikidata-extension/manage-wikidata-account": "Manage Wikidata account",
|
||||||
"manage-wikidata-account": "Manage Wikidata account",
|
"wikidata-extension/perform-edits-on-wikidata": "Upload edits to Wikidata",
|
||||||
"perform-edits-on-wikidata": "Upload edits to Wikidata",
|
"wikidata-extension/export-to-qs": "Export to QuickStatements",
|
||||||
"export-to-qs": "Export to QuickStatements",
|
"wikidata-extension/export-schema": "Export schema",
|
||||||
"export-schema": "Export schema",
|
"wikidata-extension/quickstatements-export-name": "QuickStatements",
|
||||||
"quickstatements-export-name": "QuickStatements"
|
"wikidata-schema/dialog-header": "Align to Wikidata",
|
||||||
},
|
"wikidata-schema/dialog-explanation": "The Wikidata schema below specifies how your tabular data will be transformed into Wikidata edits. You can drag and drop the column names below in most input boxes: for each row, edits will be generated with the values in these columns.",
|
||||||
"wikidata-schema": {
|
"wikidata-schema/preview-explanation": "This tab shows the first edits (out of {nb_edits}) that will be made once you upload the changes to Wikidata. You can use facets to inspect the edits on particular items.",
|
||||||
"dialog-header": "Align to Wikidata",
|
"wikidata-schema/schema-tab-header": "Schema",
|
||||||
"dialog-explanation": "The Wikidata schema below specifies how your tabular data will be transformed into Wikidata edits. You can drag and drop the column names below in most input boxes: for each row, edits will be generated with the values in these columns.",
|
"wikidata-schema/warnings-tab-header": "Issues",
|
||||||
"preview-explanation": "This tab shows the first edits (out of {nb_edits}) that will be made once you upload the changes to Wikidata. You can use facets to inspect the edits on particular items.",
|
"wikidata-schema/edits-preview-tab-header": "Preview",
|
||||||
"schema-tab-header": "Schema",
|
"wikidata-schema/statements-header": "Statements",
|
||||||
"warnings-tab-header": "Issues",
|
"wikidata-schema/terms-header": "Terms",
|
||||||
"edits-preview-tab-header": "Preview",
|
"wikidata-schema/empty-statements": "no statements added",
|
||||||
"statements-header": "Statements",
|
"wikidata-schema/empty-terms": "no labels, descriptions or aliases added",
|
||||||
"terms-header": "Terms",
|
"wikidata-schema/add-item-button": "add item",
|
||||||
"empty-statements": "no statements added",
|
"wikidata-schema/add-term": "add term",
|
||||||
"empty-terms": "no labels, descriptions or aliases added",
|
"wikidata-schema/remove": "remove",
|
||||||
"add-item-button": "add item",
|
"wikidata-schema/add-statement": "add statement",
|
||||||
"add-term": "add term",
|
"wikidata-schema/add-value": "add value",
|
||||||
"remove": "remove",
|
"wikidata-schema/add-qualifier": "add qualifier",
|
||||||
"add-statement": "add statement",
|
"wikidata-schema/add-reference": "add reference",
|
||||||
"add-value": "add value",
|
"wikidata-schema/add-reference-snak": "add",
|
||||||
"add-qualifier": "add qualifier",
|
"wikidata-schema/property-placeholder": "property",
|
||||||
"add-reference": "add reference",
|
"wikidata-schema/nb-references": " references",
|
||||||
"add-reference-snak": "add",
|
"wikidata-schema/remove-column": "remove column",
|
||||||
"property-placeholder": "property",
|
"wikidata-schema/label": "Label",
|
||||||
"nb-references": " references",
|
"wikidata-schema/description": "Description",
|
||||||
"remove-column": "remove column",
|
"wikidata-schema/alias": "Alias",
|
||||||
"label": "Label",
|
"wikidata-schema/item-or-reconciled-column": "type item or drag reconciled column here",
|
||||||
"description": "Description",
|
"wikidata-schema/amount": "amount",
|
||||||
"alias": "Alias",
|
"wikidata-schema/unit": "unit",
|
||||||
"item-or-reconciled-column": "type item or drag reconciled column here",
|
"wikidata-schema/full-url": "full URL including the protocol",
|
||||||
"amount": "amount",
|
"wikidata-schema/tabular-data-with-prefix": "filename starting with \"Data:\"",
|
||||||
"unit": "unit",
|
"wikidata-schema/commons-media": "filename",
|
||||||
"full-url": "full URL including the protocol",
|
"wikidata-schema/math-expression": "mathematical expression",
|
||||||
"tabular-data-with-prefix": "filename starting with \"Data:\"",
|
"wikidata-schema/geoshape-with-prefix": "filename starting with \"Data:\"",
|
||||||
"commons-media": "filename",
|
"wikidata-schema/datatype-not-supported-yet": "This datatype is not supported yet, sorry.",
|
||||||
"math-expression": "mathematical expression",
|
"wikidata-schema/invalid-schema-warning-issues": "Your schema is incomplete, fix it to see the issues.",
|
||||||
"geoshape-with-prefix": "filename starting with \"Data:\"",
|
"wikidata-schema/invalid-schema-warning-preview": "Your schema is incomplete, fix it to see the preview.",
|
||||||
"datatype-not-supported-yet": "This datatype is not supported yet, sorry.",
|
"wikidata-schema/discard-button": "Discard changes",
|
||||||
"invalid-schema-warning-issues": "Your schema is incomplete, fix it to see the issues.",
|
"wikidata-schema/save-button": "Save schema",
|
||||||
"invalid-schema-warning-preview": "Your schema is incomplete, fix it to see the preview.",
|
"wikidata-schema/close-button": "Close",
|
||||||
"discard-button": "Discard changes",
|
"wikidata-schema/unsaved-changes-alt": "You have made unsaved changes to your Wikidata schema.",
|
||||||
"save-button": "Save schema",
|
"wikidata-schema/save-schema-alt": "Save the schema to OpenRefine. The changes will not be uploaded to Wikidata yet.",
|
||||||
"close-button": "Close",
|
"wikidata-schema/discard-schema-changes-alt": "Discard the changes made to the schema.",
|
||||||
"unsaved-changes-alt": "You have made unsaved changes to your Wikidata schema.",
|
"wikidata-schema/incomplete-schema-could-not-be-saved": "Your schema is incomplete so it cannot be saved yet.",
|
||||||
"save-schema-alt": "Save the schema to OpenRefine. The changes will not be uploaded to Wikidata yet.",
|
"wikidata-schema/unsaved-warning": "You have made unsaved changes to your Wikidata schema. Close anyway?",
|
||||||
"discard-schema-changes-alt": "Discard the changes made to the schema.",
|
"wikidata-preview/new-id": "new item",
|
||||||
"incomplete-schema-could-not-be-saved": "Your schema is incomplete so it cannot be saved yet.",
|
"wikidata-account/dialog-header": "Wikidata account",
|
||||||
"unsaved-warning": "You have made unsaved changes to your Wikidata schema. Close anyway?"
|
"wikidata-account/explain-log-in": "Logging in to <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> lets you to upload edits directly from OpenRefine.",
|
||||||
},
|
"wikidata-account/username-label": "Username:",
|
||||||
"wikidata-preview": {
|
"wikidata-account/username-placeholder": "Enter your username",
|
||||||
"new-id": "new item"
|
"wikidata-account/password-label": "Password:",
|
||||||
},
|
"wikidata-account/password-placeholder": "Enter your password",
|
||||||
"wikidata-account": {
|
"wikidata-account/remember-credentials-label": "Remember credentials (stored unencrypted in OpenRefine's preferences)",
|
||||||
"dialog-header": "Wikidata account",
|
"wikidata-account/close": "Close",
|
||||||
"explain-log-in": "Logging in to <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> lets you to upload edits directly from OpenRefine.",
|
"wikidata-account/log-in": "Log in",
|
||||||
"username-label": "Username:",
|
"wikidata-account/logged-in-as": "You are logged in as:",
|
||||||
"username-placeholder": "Enter your username",
|
"wikidata-account/log-out": "Log out",
|
||||||
"password-label": "Password:",
|
"wikidata-account/connecting-to-wikidata": "Connecting to Wikidata...",
|
||||||
"password-placeholder": "Enter your password",
|
"perform-wikidata-edits/dialog-header": "Upload edits to Wikidata",
|
||||||
"remember-credentials-label": "Remember credentials (stored unencrypted in OpenRefine's preferences)",
|
"perform-wikidata-edits/review-your-edits": "You are about to upload {nb_edits} edits to Wikidata. Please check them carefully. Large edit batches should be submitted for <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">bot review</a> first.",
|
||||||
"close": "Close",
|
"perform-wikidata-edits/logged-in-as": "You are logged in as",
|
||||||
"log-in": "Log in",
|
"perform-wikidata-edits/edit-summary-label": "Edit summary:",
|
||||||
"logged-in-as": "You are logged in as:",
|
"perform-wikidata-edits/edit-summary-placeholder": "a few words to describe your edits",
|
||||||
"log-out": "Log out",
|
"perform-wikidata-edits/perform-edits": "Upload edits",
|
||||||
"connecting-to-wikidata": "Connecting to Wikidata..."
|
"perform-wikidata-edits/cancel": "Cancel",
|
||||||
},
|
"perform-wikidata-edits/analyzing-edits": "Analyzing your edits...",
|
||||||
"perform-wikidata-edits": {
|
"import-wikibase-schema/dialog-header": "Import Wikidata schema",
|
||||||
"dialog-header": "Upload edits to Wikidata",
|
"import-wikibase-schema/file-label": "From JSON file: ",
|
||||||
"review-your-edits": "You are about to upload {nb_edits} edits to Wikidata. Please check them carefully. Large edit batches should be submitted for <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">bot review</a> first.",
|
"import-wikibase-schema/schema-label": "Or from JSON text:",
|
||||||
"logged-in-as": "You are logged in as",
|
"import-wikibase-schema/invalid-schema": "Invalid Wikibase schema.",
|
||||||
"edit-summary-label": "Edit summary:",
|
"import-wikibase-schema/import": "Import",
|
||||||
"edit-summary-placeholder": "a few words to describe your edits",
|
"warnings-messages/new-item-created/title": "This edit batch will create new Wikidata items.",
|
||||||
"perform-edits": "Upload edits",
|
"warnings-messages/new-item-created/body": "Please make sure that these items do not exist yet and are <a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">suitable for inclusion in Wikidata</a>.",
|
||||||
"cancel": "Cancel",
|
"warnings-messages/new-item-without-labels-or-aliases/title": "New items created without any label or alias.",
|
||||||
"analyzing-edits": "Analyzing your edits..."
|
"warnings-messages/new-item-without-labels-or-aliases/body": "You should at least provide one label for new items such as {example_entity}, so that others can understand what the item is about.",
|
||||||
},
|
"warnings-messages/new-item-without-descriptions/title": "New items created without any description.",
|
||||||
"import-wikibase-schema": {
|
"warnings-messages/new-item-without-descriptions/body": "Adding descriptions on new items such as {example_entity} will make it easier to disambiguate the items from namesakes.",
|
||||||
"dialog-header": "Import Wikidata schema",
|
"warnings-messages/new-item-with-deleted-statements/title": "Deleting statements on new items.",
|
||||||
"file-label": "From JSON file: ",
|
"warnings-messages/new-item-with-deleted-statements/body": "There is probably something wrong in your schema or project.",
|
||||||
"schema-label": "Or from JSON text:",
|
"warnings-messages/new-item-without-P31-or-P279/title": "New items created without any type.",
|
||||||
"invalid-schema": "Invalid Wikibase schema.",
|
"warnings-messages/new-item-without-P31-or-P279/body": "You should provide an \"instance of\" (P31) or \"subclass of\" (P279) statement for each item that you create, such as {example_entity}.",
|
||||||
"import": "Import"
|
"warnings-messages/add-statements-with-invalid-format/title": "{property_entity} statements with invalid format.",
|
||||||
},
|
"warnings-messages/add-statements-with-invalid-format/body": "Values for this property are expected to match the regular expression <span class=\"wb-issue-preformat\">{regex}</span>, which is not the case for <span class=\"wb-issue-preformat\">{example_value}</span> added on {example_item_entity}.",
|
||||||
"warnings-messages": {
|
"warnings-messages/remove-statements-with-invalid-format/title": "Removed statements with invalid format.",
|
||||||
"new-item-created": {
|
"warnings-messages/remove-statements-with-invalid-format/body": "If these statements currently exist on Wikidata, this will solve constraint violations.",
|
||||||
"title": "This edit batch will create new Wikidata items.",
|
"warnings-messages/missing-inverse-statements/title": "Inverse statements missing for {added_property_entity}.",
|
||||||
"body": "Please make sure that these items do not exist yet and are <a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">suitable for inclusion in Wikidata</a>."
|
"warnings-messages/missing-inverse-statements/body": "Any {added_property_entity} statement such as the one from {source_entity} to {target_entity} should also be added in reverse with {inverse_property_entity}: in this case, {target_entity} {inverse_property_entity} {source_entity}.",
|
||||||
},
|
"warnings-messages/self-referential-statements/title": "Self-referential statements.",
|
||||||
"new-item-without-labels-or-aliases": {
|
"warnings-messages/self-referential-statements/body": "While not forbidden, self-referential statements are generally suspicious. You have some on {example_entity}.",
|
||||||
"title": "New items created without any label or alias.",
|
"warnings-messages/unsourced-statements/title": "Statements without references.",
|
||||||
"body": "You should at least provide one label for new items such as {example_entity}, so that others can understand what the item is about."
|
"warnings-messages/unsourced-statements/body": "Most statements should have references. You can add them easily in the schema.",
|
||||||
},
|
"warnings-messages/property-found-in-mainsnak/title": "{property_entity} used as statement.",
|
||||||
"new-item-without-descriptions": {
|
"warnings-messages/property-found-in-mainsnak/body": "You are using {property_entity} as a main statement but it is not designed for that.",
|
||||||
"title": "New items created without any description.",
|
"warnings-messages/property-found-in-qualifier/title": "{property_entity} used as qualifier.",
|
||||||
"body": "Adding descriptions on new items such as {example_entity} will make it easier to disambiguate the items from namesakes."
|
"warnings-messages/property-found-in-qualifier/body": "You are using in {property_entity} as a qualifier but it is not designed for that .",
|
||||||
},
|
"warnings-messages/property-found-in-reference/title": "{property_entity} used as reference.",
|
||||||
"new-item-with-deleted-statements": {
|
"warnings-messages/property-found-in-reference/body": "You are using {property_entity} in a reference but it is not designed for that.",
|
||||||
"title": "Deleting statements on new items.",
|
"warnings-messages/missing-mandatory-qualifiers/title": "{statement_property_entity} is missing a {missing_property_entity} qualifier.",
|
||||||
"body": "There is probably something wrong in your schema or project."
|
"warnings-messages/missing-mandatory-qualifiers/body": "Statements using {statement_property_entity} such as the one on {example_item_entity} are missing a mandatory {missing_property_entity} qualifier.",
|
||||||
},
|
"warnings-messages/disallowed-qualifiers/title": "Qualifier {disallowed_property_entity} is incompatible with {statement_property_entity}.",
|
||||||
"new-item-without-P31-or-P279": {
|
"warnings-messages/disallowed-qualifiers/body": "Statements using {statement_property_entity} such as the one on {example_item_entity} should not have a {disallowed_property_entity} qualifier as they are incompatible.",
|
||||||
|
"warnings-messages/single-valued-property-added-more-than-once/title": "{property_entity} added more than once on the same item.",
|
||||||
"title": "New items created without any type.",
|
"warnings-messages/single-valued-property-added-more-than-once/body": "This property is expected to be used at most once on each item but has been added multiple times on the same item, for instance on {example_entity}.",
|
||||||
"body": "You should provide an \"instance of\" (P31) or \"subclass of\" (P279) statement for each item that you create, such as {example_entity}."
|
"warnings-messages/identical-values-for-distinct-valued-property/title": "Identical values for {property_entity}",
|
||||||
},
|
"warnings-messages/identical-values-for-distinct-valued-property/body": "This property should have distinct values, but the same value was found on {item1_entity} and {item2_entity} for instance.",
|
||||||
"add-statements-with-invalid-format": {
|
"warnings-messages/no-edit-generated/title": "No edit was generated.",
|
||||||
"title": "{property_entity} statements with invalid format.",
|
"warnings-messages/no-edit-generated/body": "There might be something wrong with your schema.",
|
||||||
"body": "Values for this property are expected to match the regular expression <span class=\"wb-issue-preformat\">{regex}</span>, which is not the case for <span class=\"wb-issue-preformat\">{example_value}</span> added on {example_item_entity}."
|
"warnings-messages/no-issue-detected/title": "No issue was detected in your edits.",
|
||||||
},
|
"warnings-messages/no-issue-detected/body": "Note that OpenRefine cannot detect all the types of problems Wikidata edits can have.",
|
||||||
"remove-statements-with-invalid-format": {
|
"warnings-messages/ignored-qualifiers/title": "Some qualifiers were ignored.",
|
||||||
"title": "Removed statements with invalid format.",
|
"warnings-messages/ignored-qualifiers/body": "Qualifier values could not be parsed, so they will not be added to the corresponding statements.",
|
||||||
"body": "If these statements currently exist on Wikidata, this will solve constraint violations."
|
"warnings-messages/ignored-references/title": "Some references were ignored.",
|
||||||
},
|
"warnings-messages/ignored-references/body": "None of their statements could be parsed, so no reference was added.",
|
||||||
"missing-inverse-statements": {
|
"warnings-messages/monolingual-text-without-language/title": "No language provided for monolingual text.",
|
||||||
"title": "Inverse statements missing for {added_property_entity}.",
|
"warnings-messages/monolingual-text-without-language/body": "Some label, description, alias or monolingual text value have been skipped because no language was provided. Example value: <span class=\"wb-issue-preformat\">{example_text}</span>.",
|
||||||
"body": "Any {added_property_entity} statement such as the one from {source_entity} to {target_entity} should also be added in reverse with {inverse_property_entity}: in this case, {target_entity} {inverse_property_entity} {source_entity}."
|
"warnings-messages/duplicate-whitespace/title": "Duplicate whitespace in strings.",
|
||||||
},
|
"warnings-messages/duplicate-whitespace/body": "Strings such as <span class=\"wb-issue-preformat\">{example_string}</span> contain duplicate whitespace.",
|
||||||
"self-referential-statements": {
|
"warnings-messages/non-printable-characters/title": "Non-printable characters in strings.",
|
||||||
"title": "Self-referential statements.",
|
"warnings-messages/non-printable-characters/body": "Strings such as <span class=\"wb-issue-preformat\">{example_string}</span> contain non-printable characters.",
|
||||||
"body": "While not forbidden, self-referential statements are generally suspicious. You have some on {example_entity}."
|
"warnings-messages/invalid-identifier-space/title": "Invalid identifier space for reconciled cells.",
|
||||||
},
|
"warnings-messages/invalid-identifier-space/body": "Some reconciled cells such as <span class=\"wb-issue-preformat\">{example_cell}</span> were ignored because they are not reconciled to Wikidata.",
|
||||||
"unsourced-statements": {
|
"warnings-messages/ignored-language/title": "Invalid language identifiers.",
|
||||||
"title": "Statements without references.",
|
"warnings-messages/ignored-language/body": "Some language identifiers are invalid, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">allowed values</a>.",
|
||||||
"body": "Most statements should have references. You can add them easily in the schema."
|
"warnings-messages/ignored-date/title": "Invalid date formats.",
|
||||||
},
|
"warnings-messages/ignored-date/body": "Some dates are incorrectly formatted, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">allowed formats</a>.",
|
||||||
"property-found-in-mainsnak": {
|
"warnings-messages/ignored-amount/title": "Invalid amount formats.",
|
||||||
"title": "{property_entity} used as statement.",
|
"warnings-messages/ignored-amount/body": "Some amounts are incorrectly formatted, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">allowed formats</a>.",
|
||||||
"body": "You are using {property_entity} as a main statement but it is not designed for that."
|
"warnings-messages/ignored-coordinates/title": "Invalid geographic coordinates.",
|
||||||
},
|
"warnings-messages/ignored-coordinates/body": "Some coordinates are incorrectly formatted, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">allowed formats</a>.",
|
||||||
"property-found-in-qualifier": {
|
"warnings-messages/forbidden-value/title": "Invalid values for {property_entity}",
|
||||||
"title": "{property_entity} used as qualifier.",
|
"warnings-messages/forbidden-value/body": "Items such as {example_value_entity} added on {example_subject_entity} are not allowed as values for {property_entity}.",
|
||||||
"body": "You are using in {property_entity} as a qualifier but it is not designed for that ."
|
"warnings-messages/bounds-disallowed/title": "Quantity bounds supplied for {property_entity}",
|
||||||
},
|
"warnings-messages/bounds-disallowed/body": "Values are not expected to have uncertainty bounds, but <span class=\"wb-issue-preformat\">{example_value}</span> added on {example_item_entity} has some. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a> to learn how to fix their format.",
|
||||||
"property-found-in-reference": {
|
"warnings-messages/values-should-be-integers/title": "Non-integer values of {property_entity}",
|
||||||
"title": "{property_entity} used as reference.",
|
"warnings-messages/values-should-be-integers/body": "Values are expected to be integers, but <span class=\"wb-issue-preformat\">{example_value}</span> added on {example_item_entity} has a fractional part. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a> to learn how to fix their format.",
|
||||||
"body": "You are using {property_entity} in a reference but it is not designed for that."
|
"warnings-messages/invalid-unit/title": "{property_entity} with invalid units",
|
||||||
},
|
"warnings-messages/invalid-unit/body": "Units such as {unit_entity} used on {example_item_entity} are invalid for {property_entity}.",
|
||||||
"missing-mandatory-qualifiers": {
|
"warnings-messages/no-unit-provided/title": "Unit missing for {property_entity}",
|
||||||
"title": "{statement_property_entity} is missing a {missing_property_entity} qualifier.",
|
"warnings-messages/no-unit-provided/body": "Values such as <span class=\"wb-issue-preformat\">{example_value}</span> on {example_item_entity} are expected to have units.",
|
||||||
"body": "Statements using {statement_property_entity} such as the one on {example_item_entity} are missing a mandatory {missing_property_entity} qualifier."
|
"warnings-messages/invalid-entity-type/title": "{property_entity} used on items",
|
||||||
},
|
"warnings-messages/invalid-entity-type/body": "Uses of {property_entity} on items such as {example_entity} are invalid."
|
||||||
"disallowed-qualifiers": {
|
}
|
||||||
"title": "Qualifier {disallowed_property_entity} is incompatible with {statement_property_entity}.",
|
|
||||||
"body": "Statements using {statement_property_entity} such as the one on {example_item_entity} should not have a {disallowed_property_entity} qualifier as they are incompatible."
|
|
||||||
},
|
|
||||||
"single-valued-property-added-more-than-once": {
|
|
||||||
"title": "{property_entity} added more than once on the same item.",
|
|
||||||
"body": "This property is expected to be used at most once on each item but has been added multiple times on the same item, for instance on {example_entity}."
|
|
||||||
},
|
|
||||||
"identical-values-for-distinct-valued-property": {
|
|
||||||
"title": "Identical values for {property_entity}",
|
|
||||||
"body": "This property should have distinct values, but the same value was found on {item1_entity} and {item2_entity} for instance."
|
|
||||||
},
|
|
||||||
"no-edit-generated": {
|
|
||||||
"title": "No edit was generated.",
|
|
||||||
"body": "There might be something wrong with your schema."
|
|
||||||
},
|
|
||||||
"no-issue-detected": {
|
|
||||||
"title": "No issue was detected in your edits.",
|
|
||||||
"body": "Note that OpenRefine cannot detect all the types of problems Wikidata edits can have."
|
|
||||||
},
|
|
||||||
"ignored-qualifiers": {
|
|
||||||
"title": "Some qualifiers were ignored.",
|
|
||||||
"body": "Qualifier values could not be parsed, so they will not be added to the corresponding statements."
|
|
||||||
},
|
|
||||||
"ignored-references": {
|
|
||||||
"title": "Some references were ignored.",
|
|
||||||
"body": "None of their statements could be parsed, so no reference was added."
|
|
||||||
},
|
|
||||||
"monolingual-text-without-language": {
|
|
||||||
"title": "No language provided for monolingual text.",
|
|
||||||
"body": "Some label, description, alias or monolingual text value have been skipped because no language was provided. Example value: <span class=\"wb-issue-preformat\">{example_text}</span>."
|
|
||||||
},
|
|
||||||
"duplicate-whitespace": {
|
|
||||||
"title": "Duplicate whitespace in strings.",
|
|
||||||
"body": "Strings such as <span class=\"wb-issue-preformat\">{example_string}</span> contain duplicate whitespace."
|
|
||||||
},
|
|
||||||
"non-printable-characters": {
|
|
||||||
"title": "Non-printable characters in strings.",
|
|
||||||
"body": "Strings such as <span class=\"wb-issue-preformat\">{example_string}</span> contain non-printable characters."
|
|
||||||
},
|
|
||||||
"invalid-identifier-space": {
|
|
||||||
"title": "Invalid identifier space for reconciled cells.",
|
|
||||||
"body": "Some reconciled cells such as <span class=\"wb-issue-preformat\">{example_cell}</span> were ignored because they are not reconciled to Wikidata."
|
|
||||||
},
|
|
||||||
"ignored-language": {
|
|
||||||
"title": "Invalid language identifiers.",
|
|
||||||
"body": "Some language identifiers are invalid, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">allowed values</a>."
|
|
||||||
},
|
|
||||||
"ignored-date": {
|
|
||||||
"title": "Invalid date formats.",
|
|
||||||
"body": "Some dates are incorrectly formatted, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">allowed formats</a>."
|
|
||||||
},
|
|
||||||
"ignored-amount": {
|
|
||||||
"title": "Invalid amount formats.",
|
|
||||||
"body": "Some amounts are incorrectly formatted, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">allowed formats</a>."
|
|
||||||
},
|
|
||||||
"ignored-coordinates": {
|
|
||||||
"title": "Invalid geographic coordinates.",
|
|
||||||
"body": "Some coordinates are incorrectly formatted, such as <span class=\"wb-issue-preformat\">{example_value}</span>. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">allowed formats</a>."
|
|
||||||
},
|
|
||||||
"forbidden-value": {
|
|
||||||
"title": "Invalid values for {property_entity}",
|
|
||||||
"body": "Items such as {example_value_entity} added on {example_subject_entity} are not allowed as values for {property_entity}."
|
|
||||||
},
|
|
||||||
"bounds-disallowed": {
|
|
||||||
"title": "Quantity bounds supplied for {property_entity}",
|
|
||||||
"body": "Values are not expected to have uncertainty bounds, but <span class=\"wb-issue-preformat\">{example_value}</span> added on {example_item_entity} has some. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a> to learn how to fix their format."
|
|
||||||
},
|
|
||||||
"values-should-be-integers": {
|
|
||||||
"title": "Non-integer values of {property_entity}",
|
|
||||||
"body": "Values are expected to be integers, but <span class=\"wb-issue-preformat\">{example_value}</span> added on {example_item_entity} has a fractional part. See the <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a> to learn how to fix their format."
|
|
||||||
},
|
|
||||||
"invalid-unit": {
|
|
||||||
"title": "{property_entity} with invalid units",
|
|
||||||
"body": "Units such as {unit_entity} used on {example_item_entity} are invalid for {property_entity}."
|
|
||||||
},
|
|
||||||
"no-unit-provided": {
|
|
||||||
"title": "Unit missing for {property_entity}",
|
|
||||||
"body": "Values such as <span class=\"wb-issue-preformat\">{example_value}</span> on {example_item_entity} are expected to have units."
|
|
||||||
},
|
|
||||||
"invalid-entity-type": {
|
|
||||||
"title": "{property_entity} used on items",
|
|
||||||
"body": "Uses of {property_entity} on items such as {example_entity} are invalid."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,224 +1,142 @@
|
|||||||
{
|
{
|
||||||
"wikidata-extension": {
|
"wikidata-extension/menu-label": "Wikidata",
|
||||||
"menu-label": "Wikidata",
|
"wikidata-extension/edit-wikidata-schema": "Modifier le schéma Wikidata",
|
||||||
"edit-wikidata-schema": "Modifier le schéma Wikidata",
|
"wikidata-extension/manage-wikidata-account": "Gérer le compte Wikidata",
|
||||||
"manage-wikidata-account": "Gérer le compte Wikidata",
|
"wikidata-extension/perform-edits-on-wikidata": "Publier les modifications sur Wikidata",
|
||||||
"perform-edits-on-wikidata": "Publier les modifications sur Wikidata",
|
"wikidata-extension/export-to-qs": "Exporter en QuickStatements",
|
||||||
"export-to-qs": "Exporter en QuickStatements",
|
"wikidata-extension/quickstatements-export-name": "QuickStatements",
|
||||||
"quickstatements-export-name": "QuickStatements"
|
"wikidata-schema/dialog-header": "Aligner à Wikidata",
|
||||||
},
|
"wikidata-schema/dialog-explanation": "Le schéma Wikidata ci-dessous spécifie comment vos données sont transformées en modifications sur Wikidata. Vous pouvez glisser-déposer les noms des colonnes ci-dessous dans la plupart des champs: pour chaque ligne, des modifications seront générées avec les valeurs dans ces colonnes.",
|
||||||
"wikidata-schema": {
|
"wikidata-schema/preview-explanation": "Cet onglet affiche les premières modifications (sur {nb_edits} modifications au total) qui seront effectuées quand vous publierez les données sur Wikidata. Vous pouvez utiliser les facettes pour inspecter les changements sur des éléments particuliers.",
|
||||||
"dialog-header": "Aligner à Wikidata",
|
"wikidata-schema/schema-tab-header": "Schéma",
|
||||||
"dialog-explanation": "Le schéma Wikidata ci-dessous spécifie comment vos données sont transformées en modifications sur Wikidata. Vous pouvez glisser-déposer les noms des colonnes ci-dessous dans la plupart des champs: pour chaque ligne, des modifications seront générées avec les valeurs dans ces colonnes.",
|
"wikidata-schema/warnings-tab-header": "Problèmes",
|
||||||
"preview-explanation": "Cet onglet affiche les premières modifications (sur {nb_edits} modifications au total) qui seront effectuées quand vous publierez les données sur Wikidata. Vous pouvez utiliser les facettes pour inspecter les changements sur des éléments particuliers.",
|
"wikidata-schema/edits-preview-tab-header": "Prévisualisation",
|
||||||
"schema-tab-header": "Schéma",
|
"wikidata-schema/statements-header": "Déclarations",
|
||||||
"warnings-tab-header": "Problèmes",
|
"wikidata-schema/terms-header": "Termes",
|
||||||
"edits-preview-tab-header": "Prévisualisation",
|
"wikidata-schema/empty-terms": "pas de libellés, descriptions ou alias ajoutés",
|
||||||
"statements-header": "Déclarations",
|
"wikidata-schema/add-item-button": "ajouter un élément",
|
||||||
"terms-header": "Termes",
|
"wikidata-schema/add-term": "ajouter un terme",
|
||||||
"empty-terms": "pas de libellés, descriptions ou alias ajoutés",
|
"wikidata-schema/remove": "supprimer",
|
||||||
"add-item-button": "ajouter un élément",
|
"wikidata-schema/add-statement": "ajouter une déclaration",
|
||||||
"add-term": "ajouter un terme",
|
"wikidata-schema/add-value": "ajouter une valeur",
|
||||||
"remove": "supprimer",
|
"wikidata-schema/add-qualifier": "ajouter un qualificatif",
|
||||||
"add-statement": "ajouter une déclaration",
|
"wikidata-schema/add-reference": "ajouter une référence",
|
||||||
"add-value": "ajouter une valeur",
|
"wikidata-schema/add-reference-snak": "ajouter",
|
||||||
"add-qualifier": "ajouter un qualificatif",
|
"wikidata-schema/property-placeholder": "propriété",
|
||||||
"add-reference": "ajouter une référence",
|
"wikidata-schema/nb-references": " références",
|
||||||
"add-reference-snak": "ajouter",
|
"wikidata-schema/remove-column": "supprimer la colonne",
|
||||||
"property-placeholder": "propriété",
|
"wikidata-schema/label": "Libellé",
|
||||||
"nb-references": " références",
|
"wikidata-schema/description": "Description",
|
||||||
"remove-column": "supprimer la colonne",
|
"wikidata-schema/alias": "Alias",
|
||||||
"label": "Libellé",
|
"wikidata-schema/item-or-reconciled-column": "entrer un élément ou déposer une colonne réconciliée ici",
|
||||||
"description": "Description",
|
"wikidata-schema/amount": "quantité",
|
||||||
"alias": "Alias",
|
"wikidata-schema/unit": "unité",
|
||||||
"item-or-reconciled-column": "entrer un élément ou déposer une colonne réconciliée ici",
|
"wikidata-schema/full-url": "URL complète avec protocole",
|
||||||
"amount": "quantité",
|
"wikidata-schema/tabular-data-with-prefix": "nom de fichier débutant par \"Data:\"",
|
||||||
"unit": "unité",
|
"wikidata-schema/commons-media": "nom de fichier",
|
||||||
"full-url": "URL complète avec protocole",
|
"wikidata-schema/math-expression": "expression mathématique",
|
||||||
"tabular-data-with-prefix": "nom de fichier débutant par \"Data:\"",
|
"wikidata-schema/geoshape-with-prefix": "nom de fichier commençant par \"Data:\"",
|
||||||
"commons-media": "nom de fichier",
|
"wikidata-schema/datatype-not-supported-yet": "Ce type de données n'est pas encore supporté, désolé.",
|
||||||
"math-expression": "expression mathématique",
|
"wikidata-schema/invalid-schema-warning-issues": "Votre schéma est incomplet, complétez-le pour voir les problèmes.",
|
||||||
"geoshape-with-prefix": "nom de fichier commençant par \"Data:\"",
|
"wikidata-schema/invalid-schema-warning-preview": "Votre schéma est incomplet, complétez-le pour la prévisualisation.",
|
||||||
"datatype-not-supported-yet": "Ce type de données n'est pas encore supporté, désolé.",
|
"wikidata-schema/discard-button": "Annuler les modifications",
|
||||||
"invalid-schema-warning-issues": "Votre schéma est incomplet, complétez-le pour voir les problèmes.",
|
"wikidata-schema/save-button": "Enregistrer le schéma",
|
||||||
"invalid-schema-warning-preview": "Votre schéma est incomplet, complétez-le pour la prévisualisation.",
|
"wikidata-schema/close-button": "Fermer",
|
||||||
"discard-button": "Annuler les modifications",
|
"wikidata-schema/unsaved-changes-alt": "Des changements sur le schéma Wikidata n'ont pas été enregistrés.",
|
||||||
"save-button": "Enregistrer le schéma",
|
"wikidata-schema/save-schema-alt": "Sauvegarder le schéma dans OpenRefine. Cela n'enverra pas de données sur Wikidata.",
|
||||||
"close-button": "Fermer",
|
"wikidata-schema/discard-schema-changes-alt": "Abandonner les modifications sur le schéma.",
|
||||||
"unsaved-changes-alt": "Des changements sur le schéma Wikidata n'ont pas été enregistrés.",
|
"wikidata-schema/incomplete-schema-could-not-be-saved": "Votre schéma est incomplet, il ne peut donc pas encore être enregistré.",
|
||||||
"save-schema-alt": "Sauvegarder le schéma dans OpenRefine. Cela n'enverra pas de données sur Wikidata.",
|
"wikidata-schema/unsaved-warning": "Les changements sur le schéma Wikidata n'ont pas été sauvegardés. Souhaitez-vous tout de même fermer ?",
|
||||||
"discard-schema-changes-alt": "Abandonner les modifications sur le schéma.",
|
"wikidata-schema/empty-statements": "aucune déclaration ajoutée",
|
||||||
"incomplete-schema-could-not-be-saved": "Votre schéma est incomplet, il ne peut donc pas encore être enregistré.",
|
"wikidata-preview/new-id": "nouvel élément",
|
||||||
"unsaved-warning": "Les changements sur le schéma Wikidata n'ont pas été sauvegardés. Souhaitez-vous tout de même fermer ?",
|
"wikidata-account/dialog-header": "compte Wikidata",
|
||||||
"empty-statements": "aucune déclaration ajoutée"
|
"wikidata-account/explain-log-in": "Se connecter à <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> vous permet de publier vos données sur Wikidata depuis OpenRefine.",
|
||||||
},
|
"wikidata-account/username-label": "Nom d'utilisateur :",
|
||||||
"wikidata-preview": {
|
"wikidata-account/username-placeholder": "Entrez votre nom d'utilisateur",
|
||||||
"new-id": "nouvel élément"
|
"wikidata-account/password-label": "Mot de passe :",
|
||||||
},
|
"wikidata-account/password-placeholder": "Entrez votre mot de passe",
|
||||||
"wikidata-account": {
|
"wikidata-account/remember-credentials-label": "Se souvenir des identifiants (enregistrés sans chiffrement dans les préférences)",
|
||||||
"dialog-header": "compte Wikidata",
|
"wikidata-account/close": "Fermer",
|
||||||
"explain-log-in": "Se connecter à <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> vous permet de publier vos données sur Wikidata depuis OpenRefine.",
|
"wikidata-account/log-in": "Se connecter",
|
||||||
"username-label": "Nom d'utilisateur :",
|
"wikidata-account/logged-in-as": "Vous êtes connecté·e en tant que :",
|
||||||
"username-placeholder": "Entrez votre nom d'utilisateur",
|
"wikidata-account/log-out": "Se déconnecter",
|
||||||
"password-label": "Mot de passe :",
|
"wikidata-account/connecting-to-wikidata": "Connexion à Wikidata…",
|
||||||
"password-placeholder": "Entrez votre mot de passe",
|
"perform-wikidata-edits/dialog-header": "Envoyer les modifications sur Wikidata",
|
||||||
"remember-credentials-label": "Se souvenir des identifiants (enregistrés sans chiffrement dans les préférences)",
|
"perform-wikidata-edits/review-your-edits": "Vous êtes sur le point d'envoyer {nb_edits} modifications à Wikidata. Veuillez les vérifier avec soin. Les modifications à grande échelle devraient être <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">approuvées par la communauté</a>.",
|
||||||
"close": "Fermer",
|
"perform-wikidata-edits/logged-in-as": "Vous êtes connecté·e en tant que",
|
||||||
"log-in": "Se connecter",
|
"perform-wikidata-edits/edit-summary-label": "Résumé de modification :",
|
||||||
"logged-in-as": "Vous êtes connecté·e en tant que :",
|
"perform-wikidata-edits/edit-summary-placeholder": "décrivez vos modifications en quelques mots",
|
||||||
"log-out": "Se déconnecter",
|
"perform-wikidata-edits/perform-edits": "Envoyer les modifications",
|
||||||
"connecting-to-wikidata": "Connexion à Wikidata…"
|
"perform-wikidata-edits/cancel": "Annuler",
|
||||||
},
|
"perform-wikidata-edits/analyzing-edits": "Analyse de vos modifications…",
|
||||||
"perform-wikidata-edits": {
|
"warnings-messages/new-item-created/title": "Ce groupe de modifications va créer de nouveaux éléments Wikidata.",
|
||||||
"dialog-header": "Envoyer les modifications sur Wikidata",
|
"warnings-messages/new-item-created/body": "Assurez-vous que ces éléments n'existent pas déjà et qu'ils sont <a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">acceptables pour être inclus dans Wikidata</a>.",
|
||||||
"review-your-edits": "Vous êtes sur le point d'envoyer {nb_edits} modifications à Wikidata. Veuillez les vérifier avec soin. Les modifications à grande échelle devraient être <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">approuvées par la communauté</a>.",
|
"warnings-messages/new-item-without-labels-or-aliases/title": "Nouveaux éléments créés sans libellé ou alias.",
|
||||||
"logged-in-as": "Vous êtes connecté·e en tant que",
|
"warnings-messages/new-item-without-labels-or-aliases/body": "Vous devriez fournir au moins un libellé pour les nouveaux éléments tels que {example_entity}, pour définir le sujet de ces éléments.",
|
||||||
"edit-summary-label": "Résumé de modification :",
|
"warnings-messages/new-item-without-descriptions/title": "Nouveaux éléments créés sans description.",
|
||||||
"edit-summary-placeholder": "décrivez vos modifications en quelques mots",
|
"warnings-messages/new-item-without-descriptions/body": "Ajouter des descriptinos sur les nouveaux éléments tels que {example_entity} aidera à les distinguer d'homonymes.",
|
||||||
"perform-edits": "Envoyer les modifications",
|
"warnings-messages/new-item-with-deleted-statements/title": "Suppression de déclarations sur des nouveaux éléments.",
|
||||||
"cancel": "Annuler",
|
"warnings-messages/new-item-with-deleted-statements/body": "Cela vient probablement d'une erreur dans votre schéma ou projet.",
|
||||||
"analyzing-edits": "Analyse de vos modifications…"
|
"warnings-messages/new-item-without-P31-or-P279/title": "Nouveaux éléments créés sans aucune classe.",
|
||||||
},
|
"warnings-messages/new-item-without-P31-or-P279/body": "Il est préférable d'ajouter une déclaration \"nature de l'élément\" (P31) ou \"sous-classe de\" (P279) pour chaque nouvel élément que vous créez, comme {example_entity} par exemple.",
|
||||||
"warnings-messages": {
|
"warnings-messages/add-statements-with-invalid-format/title": "Déclarations {property_entity} avec un format invalide.",
|
||||||
"new-item-created": {
|
"warnings-messages/add-statements-with-invalid-format/body": "Les valeurs pour cette propriété devraient correspondre à l'expression régulière <span class=\"wb-issue-preformat\">{regex}</span>, ce qui n'est pas le cas de <span class=\"wb-issue-preformat\">{example_value}</span> ajouté sur {example_item_entity}.",
|
||||||
"title": "Ce groupe de modifications va créer de nouveaux éléments Wikidata.",
|
"warnings-messages/remove-statements-with-invalid-format/title": "Déclarations avec un format invalide supprimées.",
|
||||||
"body": "Assurez-vous que ces éléments n'existent pas déjà et qu'ils sont <a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">acceptables pour être inclus dans Wikidata</a>."
|
"warnings-messages/remove-statements-with-invalid-format/body": "Si ces déclarations existent sur Wikidata, cela résoudra des violations de contraintes.",
|
||||||
},
|
"warnings-messages/missing-inverse-statements/title": "Déclarations inverses manquantes pour {added_property_entity}.",
|
||||||
"new-item-without-labels-or-aliases": {
|
"warnings-messages/missing-inverse-statements/body": "Toute déclaration {added_property_entity} telle que celle de {source_entity} vers {target_entity} devrait aussi être ajoutée à l'envers avec {inverse_property_entity} : dans ce cas, {target_entity} {inverse_property_entity} {source_entity}.",
|
||||||
"title": "Nouveaux éléments créés sans libellé ou alias.",
|
"warnings-messages/self-referential-statements/title": "Déclarations auto-référentielles.",
|
||||||
"body": "Vous devriez fournir au moins un libellé pour les nouveaux éléments tels que {example_entity}, pour définir le sujet de ces éléments."
|
"warnings-messages/self-referential-statements/body": "Les déclarations qui font référence à l'élément sur lequel elles sont ajoutées sont généralement signe d'erreurs de réconciliation. Il y en a sur {example_entity}.",
|
||||||
},
|
"warnings-messages/unsourced-statements/title": "Déclarations sans références.",
|
||||||
"new-item-without-descriptions": {
|
"warnings-messages/unsourced-statements/body": "La plupart des déclarations devraient avoir des références. Vous pouvez les ajouter facilement dans le schéma.",
|
||||||
"title": "Nouveaux éléments créés sans description.",
|
"warnings-messages/property-found-in-mainsnak/title": "{property_entity} utilisée pour une déclaration.",
|
||||||
"body": "Ajouter des descriptinos sur les nouveaux éléments tels que {example_entity} aidera à les distinguer d'homonymes."
|
"warnings-messages/property-found-in-mainsnak/body": "Vous utilisez {property_entity} comme déclaration principale mais cette propriété n'est pas conçue pour cela.",
|
||||||
},
|
"warnings-messages/property-found-in-qualifier/title": "{property_entity} utilisée comme qualificatif.",
|
||||||
"new-item-with-deleted-statements": {
|
"warnings-messages/property-found-in-qualifier/body": "Vous utilisez {property_entity} comme un qualificatif mais elle n'est pas conçue pour cela.",
|
||||||
"title": "Suppression de déclarations sur des nouveaux éléments.",
|
"warnings-messages/property-found-in-reference/title": "{property_entity} utilisée dans une référence.",
|
||||||
"body": "Cela vient probablement d'une erreur dans votre schéma ou projet."
|
"warnings-messages/property-found-in-reference/body": "Vous utilisez {property_entity} dans une référence mais cette propriété n'est pas conçue pour cela.",
|
||||||
},
|
"warnings-messages/missing-mandatory-qualifiers/title": "{statement_property_entity} attend un qualificatif {missing_property_entity}.",
|
||||||
"new-item-without-P31-or-P279": {
|
"warnings-messages/missing-mandatory-qualifiers/body": "Les déclarations qui utilisent {statement_property_entity} tels que celle sur {example_item_entity} attendent un qualificatif obligatoire {missing_property_entity}.",
|
||||||
"title": "Nouveaux éléments créés sans aucune classe.",
|
"warnings-messages/disallowed-qualifiers/title": "Le qualificatif {disallowed_property_entity} est incompatible avec {statement_property_entity}.",
|
||||||
"body": "Il est préférable d'ajouter une déclaration \"nature de l'élément\" (P31) ou \"sous-classe de\" (P279) pour chaque nouvel élément que vous créez, comme {example_entity} par exemple."
|
"warnings-messages/disallowed-qualifiers/body": "Les déclarations utilisant {statement_property_entity} tels que celle sur {example_item_entity} ne devraient pas avoir de qualificatif {disallowed_property_entity}.",
|
||||||
},
|
"warnings-messages/single-valued-property-added-more-than-once/title": "{property_entity} ajoutée plusieurs fois sur le même élément.",
|
||||||
"add-statements-with-invalid-format": {
|
"warnings-messages/single-valued-property-added-more-than-once/body": "Cette propriété devrait n'être utilisée qu'une fois par élément mais ce n'est pas le cas pour {example_entity}.",
|
||||||
"title": "Déclarations {property_entity} avec un format invalide.",
|
"warnings-messages/identical-values-for-distinct-valued-property/title": "Valeurs identiques pour {property_entity}",
|
||||||
"body": "Les valeurs pour cette propriété devraient correspondre à l'expression régulière <span class=\"wb-issue-preformat\">{regex}</span>, ce qui n'est pas le cas de <span class=\"wb-issue-preformat\">{example_value}</span> ajouté sur {example_item_entity}."
|
"warnings-messages/identical-values-for-distinct-valued-property/body": "Cette propriété devrait avoir des valeurs distinctes, mais la même valeur va être ajoutée sur {item1_entity} et {item2_entity} par exemple.",
|
||||||
},
|
"warnings-messages/no-edit-generated/title": "Aucun changement généré.",
|
||||||
"remove-statements-with-invalid-format": {
|
"warnings-messages/no-edit-generated/body": "Votre schéma n'est probablement pas en accord avec vos données.",
|
||||||
"title": "Déclarations avec un format invalide supprimées.",
|
"warnings-messages/no-issue-detected/title": "Aucun problème détecté dans vos modifications.",
|
||||||
"body": "Si ces déclarations existent sur Wikidata, cela résoudra des violations de contraintes."
|
"warnings-messages/no-issue-detected/body": "OpenRefine ne peut pas détecter tous les types de problèmes que des modifications Wikidata peuvent avoir.",
|
||||||
},
|
"warnings-messages/ignored-qualifiers/title": "Certains qualificatifs ont été ignorés.",
|
||||||
"missing-inverse-statements": {
|
"warnings-messages/ignored-qualifiers/body": "Les valeurs de ces qualificatifs n'ont pas pu être extraites, ils ne seront donc pas ajoutés aux déclarations correspondantes.",
|
||||||
"title": "Déclarations inverses manquantes pour {added_property_entity}.",
|
"warnings-messages/ignored-references/title": "Certaines références ont été ignorées.",
|
||||||
"body": "Toute déclaration {added_property_entity} telle que celle de {source_entity} vers {target_entity} devrait aussi être ajoutée à l'envers avec {inverse_property_entity} : dans ce cas, {target_entity} {inverse_property_entity} {source_entity}."
|
"warnings-messages/ignored-references/body": "Aucune déclaration dans ces références n'a pu être construite, ces références sont donc ignorées.",
|
||||||
},
|
"warnings-messages/monolingual-text-without-language/title": "Pas de langue fournie pour des textes monolingues.",
|
||||||
"self-referential-statements": {
|
"warnings-messages/monolingual-text-without-language/body": "Des libellés, descriptions, alias ou textes monolingues ont été ignorés car aucune langue n'a été fournie. Exemple: <span class=\"wb-issue-preformat\">{example_text}</span>.",
|
||||||
"title": "Déclarations auto-référentielles.",
|
"warnings-messages/duplicate-whitespace/title": "Espaces dédoublées dans des chaînes de caractères.",
|
||||||
"body": "Les déclarations qui font référence à l'élément sur lequel elles sont ajoutées sont généralement signe d'erreurs de réconciliation. Il y en a sur {example_entity}."
|
"warnings-messages/duplicate-whitespace/body": "Des chaînes telles que <span class=\"wb-issue-preformat\">{example_string}</span> contiennent des espaces dédoublées.",
|
||||||
},
|
"warnings-messages/non-printable-characters/title": "Caractères spéciaux non affichables dans des chaînes de caractères.",
|
||||||
"unsourced-statements": {
|
"warnings-messages/non-printable-characters/body": "Des chaînes telles que <span class=\"wb-issue-preformat\">{example_string}</span> contiennent des caractères spéciaux non affichables.",
|
||||||
"title": "Déclarations sans références.",
|
"warnings-messages/invalid-identifier-space/title": "Espace d'identifiant invalide pour des cellules réconciliées.",
|
||||||
"body": "La plupart des déclarations devraient avoir des références. Vous pouvez les ajouter facilement dans le schéma."
|
"warnings-messages/invalid-identifier-space/body": "Certaines cellules réconciliées telles que <span class=\"wb-issue-preformat\">{example_cell}</span> ont été ignorées car elles ne sont pas réconciliées à Wikidata.",
|
||||||
},
|
"warnings-messages/ignored-language/title": "Identifiants de langue invalides.",
|
||||||
"property-found-in-mainsnak": {
|
"warnings-messages/ignored-language/body": "Certains codes de langue sont invalides, tels que <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">valeurs autorisées</a>.",
|
||||||
"title": "{property_entity} utilisée pour une déclaration.",
|
"warnings-messages/ignored-date/title": "Format de date invalide.",
|
||||||
"body": "Vous utilisez {property_entity} comme déclaration principale mais cette propriété n'est pas conçue pour cela."
|
"warnings-messages/ignored-date/body": "Certaines dates ne sont pas formatées correctement, par exemple <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">formats supportés</a>.",
|
||||||
},
|
"warnings-messages/ignored-amount/title": "Format de quantité invalide.",
|
||||||
"property-found-in-qualifier": {
|
"warnings-messages/ignored-amount/body": "Certaines quantités ne sont pas formatées correctement, telles que <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">formats supportés</a>.",
|
||||||
"title": "{property_entity} utilisée comme qualificatif.",
|
"warnings-messages/ignored-coordinates/title": "Coordonnées géographiques invalides.",
|
||||||
"body": "Vous utilisez {property_entity} comme un qualificatif mais elle n'est pas conçue pour cela."
|
"warnings-messages/ignored-coordinates/body": "Certaines coordonnées ne sont pas formatées correctement, par exemple <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">formats autorisés</a>.",
|
||||||
},
|
"warnings-messages/forbidden-value/title": "Valeurs invalides pour {property_entity}",
|
||||||
"property-found-in-reference": {
|
"warnings-messages/forbidden-value/body": "Les items tels que {example_value_entity} ajoutés sur {example_subject_entity} ne sont pas autorisés comme valeurs pour {property_entity}.",
|
||||||
"title": "{property_entity} utilisée dans une référence.",
|
"warnings-messages/bounds-disallowed/title": "Incertitudes fournies pour des quantités {property_entity}",
|
||||||
"body": "Vous utilisez {property_entity} dans une référence mais cette propriété n'est pas conçue pour cela."
|
"warnings-messages/bounds-disallowed/body": "Ces valeurs ne devraient pas avoir d'incertitudes, mais <span class=\"wb-issue-preformat\">{example_value}</span> ajoutée sur {example_item_entity} en a. Consultez le <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manuel</a> pour corriger ces formats.",
|
||||||
},
|
"warnings-messages/values-should-be-integers/title": "Valeurs non entières pour {property_entity}",
|
||||||
"missing-mandatory-qualifiers": {
|
"warnings-messages/values-should-be-integers/body": "Les valeurs devraient être des entiers, mais <span class=\"wb-issue-preformat\">{example_value}</span> ajoutée sur {example_item_entity} a une partie fractionnaire. Consultez le <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manuel</a> pour corriger ce format.",
|
||||||
"title": "{statement_property_entity} attend un qualificatif {missing_property_entity}.",
|
"warnings-messages/invalid-unit/title": "{property_entity} avec des unités invalides",
|
||||||
"body": "Les déclarations qui utilisent {statement_property_entity} tels que celle sur {example_item_entity} attendent un qualificatif obligatoire {missing_property_entity}."
|
"warnings-messages/invalid-unit/body": "Des unités telles que {unit_entity} utilisées sur {example_item_entity} sont invalides pour {property_entity}.",
|
||||||
},
|
"warnings-messages/no-unit-provided/title": "Unité manquante pour {property_entity}",
|
||||||
"disallowed-qualifiers": {
|
"warnings-messages/no-unit-provided/body": "Des valeurs telles que <span class=\"wb-issue-preformat\">{example_value}</span> sur {example_item_entity} devraient avoir des unités.",
|
||||||
"title": "Le qualificatif {disallowed_property_entity} est incompatible avec {statement_property_entity}.",
|
"warnings-messages/invalid-entity-type/title": "{property_entity} utilisée sur des éléments",
|
||||||
"body": "Les déclarations utilisant {statement_property_entity} tels que celle sur {example_item_entity} ne devraient pas avoir de qualificatif {disallowed_property_entity}."
|
"warnings-messages/invalid-entity-type/body": "Les utilisations de {property_entity} sur des éléments tels que {example_entity} sont invalides."
|
||||||
},
|
}
|
||||||
"single-valued-property-added-more-than-once": {
|
|
||||||
"title": "{property_entity} ajoutée plusieurs fois sur le même élément.",
|
|
||||||
"body": "Cette propriété devrait n'être utilisée qu'une fois par élément mais ce n'est pas le cas pour {example_entity}."
|
|
||||||
},
|
|
||||||
"identical-values-for-distinct-valued-property": {
|
|
||||||
"title": "Valeurs identiques pour {property_entity}",
|
|
||||||
"body": "Cette propriété devrait avoir des valeurs distinctes, mais la même valeur va être ajoutée sur {item1_entity} et {item2_entity} par exemple."
|
|
||||||
},
|
|
||||||
"no-edit-generated": {
|
|
||||||
"title": "Aucun changement généré.",
|
|
||||||
"body": "Votre schéma n'est probablement pas en accord avec vos données."
|
|
||||||
},
|
|
||||||
"no-issue-detected": {
|
|
||||||
"title": "Aucun problème détecté dans vos modifications.",
|
|
||||||
"body": "OpenRefine ne peut pas détecter tous les types de problèmes que des modifications Wikidata peuvent avoir."
|
|
||||||
},
|
|
||||||
"ignored-qualifiers": {
|
|
||||||
"title": "Certains qualificatifs ont été ignorés.",
|
|
||||||
"body": "Les valeurs de ces qualificatifs n'ont pas pu être extraites, ils ne seront donc pas ajoutés aux déclarations correspondantes."
|
|
||||||
},
|
|
||||||
"ignored-references": {
|
|
||||||
"title": "Certaines références ont été ignorées.",
|
|
||||||
"body": "Aucune déclaration dans ces références n'a pu être construite, ces références sont donc ignorées."
|
|
||||||
},
|
|
||||||
"monolingual-text-without-language": {
|
|
||||||
"title": "Pas de langue fournie pour des textes monolingues.",
|
|
||||||
"body": "Des libellés, descriptions, alias ou textes monolingues ont été ignorés car aucune langue n'a été fournie. Exemple: <span class=\"wb-issue-preformat\">{example_text}</span>."
|
|
||||||
},
|
|
||||||
"duplicate-whitespace": {
|
|
||||||
"title": "Espaces dédoublées dans des chaînes de caractères.",
|
|
||||||
"body": "Des chaînes telles que <span class=\"wb-issue-preformat\">{example_string}</span> contiennent des espaces dédoublées."
|
|
||||||
},
|
|
||||||
"non-printable-characters": {
|
|
||||||
"title": "Caractères spéciaux non affichables dans des chaînes de caractères.",
|
|
||||||
"body": "Des chaînes telles que <span class=\"wb-issue-preformat\">{example_string}</span> contiennent des caractères spéciaux non affichables."
|
|
||||||
},
|
|
||||||
"invalid-identifier-space": {
|
|
||||||
"title": "Espace d'identifiant invalide pour des cellules réconciliées.",
|
|
||||||
"body": "Certaines cellules réconciliées telles que <span class=\"wb-issue-preformat\">{example_cell}</span> ont été ignorées car elles ne sont pas réconciliées à Wikidata."
|
|
||||||
},
|
|
||||||
"ignored-language": {
|
|
||||||
"title": "Identifiants de langue invalides.",
|
|
||||||
"body": "Certains codes de langue sont invalides, tels que <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">valeurs autorisées</a>."
|
|
||||||
},
|
|
||||||
"ignored-date": {
|
|
||||||
"title": "Format de date invalide.",
|
|
||||||
"body": "Certaines dates ne sont pas formatées correctement, par exemple <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">formats supportés</a>."
|
|
||||||
},
|
|
||||||
"ignored-amount": {
|
|
||||||
"title": "Format de quantité invalide.",
|
|
||||||
"body": "Certaines quantités ne sont pas formatées correctement, telles que <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">formats supportés</a>."
|
|
||||||
},
|
|
||||||
"ignored-coordinates": {
|
|
||||||
"title": "Coordonnées géographiques invalides.",
|
|
||||||
"body": "Certaines coordonnées ne sont pas formatées correctement, par exemple <span class=\"wb-issue-preformat\">{example_value}</span>. Consultez les <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">formats autorisés</a>."
|
|
||||||
},
|
|
||||||
"forbidden-value": {
|
|
||||||
"title": "Valeurs invalides pour {property_entity}",
|
|
||||||
"body": "Les items tels que {example_value_entity} ajoutés sur {example_subject_entity} ne sont pas autorisés comme valeurs pour {property_entity}."
|
|
||||||
},
|
|
||||||
"bounds-disallowed": {
|
|
||||||
"title": "Incertitudes fournies pour des quantités {property_entity}",
|
|
||||||
"body": "Ces valeurs ne devraient pas avoir d'incertitudes, mais <span class=\"wb-issue-preformat\">{example_value}</span> ajoutée sur {example_item_entity} en a. Consultez le <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manuel</a> pour corriger ces formats."
|
|
||||||
},
|
|
||||||
"values-should-be-integers": {
|
|
||||||
"title": "Valeurs non entières pour {property_entity}",
|
|
||||||
"body": "Les valeurs devraient être des entiers, mais <span class=\"wb-issue-preformat\">{example_value}</span> ajoutée sur {example_item_entity} a une partie fractionnaire. Consultez le <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manuel</a> pour corriger ce format."
|
|
||||||
},
|
|
||||||
"invalid-unit": {
|
|
||||||
"title": "{property_entity} avec des unités invalides",
|
|
||||||
"body": "Des unités telles que {unit_entity} utilisées sur {example_item_entity} sont invalides pour {property_entity}."
|
|
||||||
},
|
|
||||||
"no-unit-provided": {
|
|
||||||
"title": "Unité manquante pour {property_entity}",
|
|
||||||
"body": "Des valeurs telles que <span class=\"wb-issue-preformat\">{example_value}</span> sur {example_item_entity} devraient avoir des unités."
|
|
||||||
},
|
|
||||||
"invalid-entity-type": {
|
|
||||||
"title": "{property_entity} utilisée sur des éléments",
|
|
||||||
"body": "Les utilisations de {property_entity} sur des éléments tels que {example_entity} sont invalides."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,79 +1,69 @@
|
|||||||
{
|
{
|
||||||
"wikidata-extension": {
|
"wikidata-extension/edit-wikidata-schema": "Modifica lo schema per Wikidata",
|
||||||
"edit-wikidata-schema": "Modifica lo schema per Wikidata",
|
"wikidata-extension/manage-wikidata-account": "Gestisci il tuo account su Wikidata",
|
||||||
"manage-wikidata-account": "Gestisci il tuo account su Wikidata",
|
"wikidata-extension/perform-edits-on-wikidata": "Carica le tue modifiche su Wikidata",
|
||||||
"perform-edits-on-wikidata": "Carica le tue modifiche su Wikidata",
|
"wikidata-extension/export-to-qs": "Esporta verso QuickStatements",
|
||||||
"export-to-qs": "Esporta verso QuickStatements",
|
"wikidata-extension/quickstatements-export-name": "QuickStatements",
|
||||||
"quickstatements-export-name": "QuickStatements",
|
"wikidata-extension/menu-label": "Wikidata",
|
||||||
"menu-label": "Wikidata"
|
"wikidata-schema/dialog-explanation": "Lo schema per Wikidata ti permette di trasformare i dati nella tua tabella in modifiche pronte per Wikidata. Puoi trascinare i nomi delle colonne nei box di testo appropriati: in questo modo, per ogni riga verranno generate delle modifiche su Wikidata con i valori presenti.",
|
||||||
},
|
"wikidata-schema/preview-explanation": "Questa pagina mostra solo i primi risultati (su {nb_edits}) delle modifiche che verranno effettuate su Wikidata. Puoi usare le faccette per controllare le singole modifiche sugli elementi.",
|
||||||
"wikidata-schema": {
|
"wikidata-schema/schema-tab-header": "Schema",
|
||||||
"dialog-explanation": "Lo schema per Wikidata ti permette di trasformare i dati nella tua tabella in modifiche pronte per Wikidata. Puoi trascinare i nomi delle colonne nei box di testo appropriati: in questo modo, per ogni riga verranno generate delle modifiche su Wikidata con i valori presenti.",
|
"wikidata-schema/warnings-tab-header": "Problemi",
|
||||||
"preview-explanation": "Questa pagina mostra solo i primi risultati (su {nb_edits}) delle modifiche che verranno effettuate su Wikidata. Puoi usare le faccette per controllare le singole modifiche sugli elementi.",
|
"wikidata-schema/edits-preview-tab-header": "Anteprima",
|
||||||
"schema-tab-header": "Schema",
|
"wikidata-schema/statements-header": "Dichiarazioni",
|
||||||
"warnings-tab-header": "Problemi",
|
"wikidata-schema/terms-header": "Termini",
|
||||||
"edits-preview-tab-header": "Anteprima",
|
"wikidata-schema/empty-statements": "Nessuna dichiarazione generata",
|
||||||
"statements-header": "Dichiarazioni",
|
"wikidata-schema/empty-terms": "Nessuna etichetta, descrizione o alias aggiunto",
|
||||||
"terms-header": "Termini",
|
"wikidata-schema/add-item-button": "aggiungi elemento",
|
||||||
"empty-statements": "Nessuna dichiarazione generata",
|
"wikidata-schema/add-term": "aggiungi termine",
|
||||||
"empty-terms": "Nessuna etichetta, descrizione o alias aggiunto",
|
"wikidata-schema/remove": "rimuovi",
|
||||||
"add-item-button": "aggiungi elemento",
|
"wikidata-schema/add-statement": "aggiungi dichiarazione",
|
||||||
"add-term": "aggiungi termine",
|
"wikidata-schema/add-value": "aggiungi valore",
|
||||||
"remove": "rimuovi",
|
"wikidata-schema/add-qualifier": "aggiungi qualificatore",
|
||||||
"add-statement": "aggiungi dichiarazione",
|
"wikidata-schema/add-reference": "aggiungi fonte",
|
||||||
"add-value": "aggiungi valore",
|
"wikidata-schema/add-reference-snak": "aggiungi",
|
||||||
"add-qualifier": "aggiungi qualificatore",
|
"wikidata-schema/property-placeholder": "proprietà",
|
||||||
"add-reference": "aggiungi fonte",
|
"wikidata-schema/nb-references": " note",
|
||||||
"add-reference-snak": "aggiungi",
|
"wikidata-schema/remove-column": "rimuovi colonna",
|
||||||
"property-placeholder": "proprietà",
|
"wikidata-schema/label": "Etichetta",
|
||||||
"nb-references": " note",
|
"wikidata-schema/description": "Descrizione",
|
||||||
"remove-column": "rimuovi colonna",
|
"wikidata-schema/alias": "Alias",
|
||||||
"label": "Etichetta",
|
"wikidata-schema/item-or-reconciled-column": "digita l'elemento o trascina una colonna riconciliata",
|
||||||
"description": "Descrizione",
|
"wikidata-schema/amount": "quantità",
|
||||||
"alias": "Alias",
|
"wikidata-schema/unit": "unità",
|
||||||
"item-or-reconciled-column": "digita l'elemento o trascina una colonna riconciliata",
|
"wikidata-schema/full-url": "URL completo (compreso http:// o https://)",
|
||||||
"amount": "quantità",
|
"wikidata-schema/tabular-data-with-prefix": "nome del file (compreso \"Data:\")",
|
||||||
"unit": "unità",
|
"wikidata-schema/commons-media": "nome del file",
|
||||||
"full-url": "URL completo (compreso http:// o https://)",
|
"wikidata-schema/math-expression": "espressione matematica",
|
||||||
"tabular-data-with-prefix": "nome del file (compreso \"Data:\")",
|
"wikidata-schema/geoshape-with-prefix": "nome del file (compreso \"Data:\")",
|
||||||
"commons-media": "nome del file",
|
"wikidata-schema/datatype-not-supported-yet": "Ci dispiace, questo tipo di dato non è ancora supportato.",
|
||||||
"math-expression": "espressione matematica",
|
"wikidata-schema/invalid-schema-warning-issues": "Il tuo schema è incompleto, per favore correggilo per vedere gli errori.",
|
||||||
"geoshape-with-prefix": "nome del file (compreso \"Data:\")",
|
"wikidata-schema/invalid-schema-warning-preview": "Il tuo schema è incompleto, per favore correggilo per vedere l'anteprima.",
|
||||||
"datatype-not-supported-yet": "Ci dispiace, questo tipo di dato non è ancora supportato.",
|
"wikidata-schema/discard-button": "Non salvare le modifiche",
|
||||||
"invalid-schema-warning-issues": "Il tuo schema è incompleto, per favore correggilo per vedere gli errori.",
|
"wikidata-schema/save-button": "Salva lo schema",
|
||||||
"invalid-schema-warning-preview": "Il tuo schema è incompleto, per favore correggilo per vedere l'anteprima.",
|
"wikidata-schema/close-button": "Chiudi",
|
||||||
"discard-button": "Non salvare le modifiche",
|
"wikidata-schema/unsaved-changes-alt": "Non hai salvato alcune modifiche al tuo schema Wikidata.",
|
||||||
"save-button": "Salva lo schema",
|
"wikidata-schema/save-schema-alt": "Salva lo schema. Non verrà ancora effettuata alcuna modifica su Wikidata.",
|
||||||
"close-button": "Chiudi",
|
"wikidata-schema/dialog-header": "Confronta con Wikidata",
|
||||||
"unsaved-changes-alt": "Non hai salvato alcune modifiche al tuo schema Wikidata.",
|
"wikidata-schema/discard-schema-changes-alt": "Annulla le modifiche che hai apportato allo schema.",
|
||||||
"save-schema-alt": "Salva lo schema. Non verrà ancora effettuata alcuna modifica su Wikidata.",
|
"wikidata-schema/incomplete-schema-could-not-be-saved": "Il tuo schema è incompleto e non può essere ancora salvato.",
|
||||||
"dialog-header": "Confronta con Wikidata",
|
"wikidata-schema/unsaved-warning": "Non hai ancora salvato le tue modifiche al tuo schema. Vuoi chiudere lo stesso?",
|
||||||
"discard-schema-changes-alt": "Annulla le modifiche che hai apportato allo schema.",
|
"wikidata-preview/new-id": "nuovo elemento",
|
||||||
"incomplete-schema-could-not-be-saved": "Il tuo schema è incompleto e non può essere ancora salvato.",
|
"wikidata-account/dialog-header": "account su Wikidata",
|
||||||
"unsaved-warning": "Non hai ancora salvato le tue modifiche al tuo schema. Vuoi chiudere lo stesso?"
|
"wikidata-account/explain-log-in": "Accedere a <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> ti permette di caricare i tuoi edit direttamente tramite OpenRefine.",
|
||||||
},
|
"wikidata-account/username-label": "Nome utente:",
|
||||||
"wikidata-preview": {
|
"wikidata-account/username-placeholder": "Inserisci il tuo nome utente",
|
||||||
"new-id": "nuovo elemento"
|
"wikidata-account/password-label": "Password:",
|
||||||
},
|
"wikidata-account/password-placeholder": "Inserisci la tua password",
|
||||||
"wikidata-account": {
|
"wikidata-account/remember-credentials-label": "Ricorda questi dati (verranno mantenuti in forma criptata nelle preferenze di OpenRefine",
|
||||||
"dialog-header": "account su Wikidata",
|
"wikidata-account/close": "Chiudi",
|
||||||
"explain-log-in": "Accedere a <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> ti permette di caricare i tuoi edit direttamente tramite OpenRefine.",
|
"wikidata-account/log-in": "Entra",
|
||||||
"username-label": "Nome utente:",
|
"wikidata-account/logged-in-as": "Sei registrato come:",
|
||||||
"username-placeholder": "Inserisci il tuo nome utente",
|
"wikidata-account/log-out": "Scollegati",
|
||||||
"password-label": "Password:",
|
"wikidata-account/connecting-to-wikidata": "Connessione a Wikidata in corso...",
|
||||||
"password-placeholder": "Inserisci la tua password",
|
"perform-wikidata-edits/dialog-header": "Carica le tue modifiche su Wikidata",
|
||||||
"remember-credentials-label": "Ricorda questi dati (verranno mantenuti in forma criptata nelle preferenze di OpenRefine",
|
"perform-wikidata-edits/review-your-edits": "Stai per caricare {nb_edits} modifiche su Wikidata. Per favore, controllale per bene. Ricorda che grossi caricamenti di dati devono <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">essere validati</a> prima del caricamento.",
|
||||||
"close": "Chiudi",
|
"perform-wikidata-edits/logged-in-as": "Sei registrato come",
|
||||||
"log-in": "Entra",
|
"perform-wikidata-edits/edit-summary-label": "Oggetto delle modifiche:",
|
||||||
"logged-in-as": "Sei registrato come:",
|
"perform-wikidata-edits/edit-summary-placeholder": "qualche parola per descrivere le tue modifiche"
|
||||||
"log-out": "Scollegati",
|
}
|
||||||
"connecting-to-wikidata": "Connessione a Wikidata in corso..."
|
|
||||||
},
|
|
||||||
"perform-wikidata-edits": {
|
|
||||||
"dialog-header": "Carica le tue modifiche su Wikidata",
|
|
||||||
"review-your-edits": "Stai per caricare {nb_edits} modifiche su Wikidata. Per favore, controllale per bene. Ricorda che grossi caricamenti di dati devono <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">essere validati</a> prima del caricamento.",
|
|
||||||
"logged-in-as": "Sei registrato come",
|
|
||||||
"edit-summary-label": "Oggetto delle modifiche:",
|
|
||||||
"edit-summary-placeholder": "qualche parola per descrivere le tue modifiche"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,257 +1,161 @@
|
|||||||
{
|
{
|
||||||
"wikidata-extension": {
|
"wikidata-extension/menu-label": "Wikidata",
|
||||||
"menu-label": "Wikidata",
|
"wikidata-extension/edit-wikidata-schema": "Wikidataスキーマを編集",
|
||||||
"edit-wikidata-schema": "Wikidataスキーマを編集",
|
"wikidata-extension/manage-wikidata-account": "Wikidataアカウントの管理",
|
||||||
"manage-wikidata-account": "Wikidataアカウントの管理",
|
"wikidata-extension/perform-edits-on-wikidata": "Wikidataへアップロード",
|
||||||
"perform-edits-on-wikidata": "Wikidataへアップロード",
|
"wikidata-extension/export-to-qs": "クイック・ステートメントへ出力",
|
||||||
"export-to-qs": "クイック・ステートメントへ出力",
|
"wikidata-extension/quickstatements-export-name": "クイック・ステートメント",
|
||||||
"quickstatements-export-name": "クイック・ステートメント",
|
"wikidata-extension/import-wikidata-schema": "スキーマのインポート",
|
||||||
"import-wikidata-schema": "スキーマのインポート",
|
"wikidata-extension/export-schema": "スキーマのエクスポート",
|
||||||
"export-schema": "スキーマのエクスポート"
|
"wikidata-schema/dialog-header": "Wikidataにアライン",
|
||||||
},
|
"wikidata-schema/dialog-explanation": "以下のスキーマは、あなたの表データをどのようにWikidataの編集項目に変換するかを指定します。カラム名を入力boxにドラッグできます。各行が一つづつ項目に変換されます。",
|
||||||
"wikidata-schema": {
|
"wikidata-schema/preview-explanation": "このタブは、アップロードされる({nb_edits}のうち)最初の編集項目を表示します。ファセットを使って点検できます。",
|
||||||
"dialog-header": "Wikidataにアライン",
|
"wikidata-schema/schema-tab-header": "スキーマ",
|
||||||
"dialog-explanation": "以下のスキーマは、あなたの表データをどのようにWikidataの編集項目に変換するかを指定します。カラム名を入力boxにドラッグできます。各行が一つづつ項目に変換されます。",
|
"wikidata-schema/warnings-tab-header": "項目",
|
||||||
"preview-explanation": "このタブは、アップロードされる({nb_edits}のうち)最初の編集項目を表示します。ファセットを使って点検できます。",
|
"wikidata-schema/edits-preview-tab-header": "プレビュー",
|
||||||
"schema-tab-header": "スキーマ",
|
"wikidata-schema/statements-header": "ステートメント",
|
||||||
"warnings-tab-header": "項目",
|
"wikidata-schema/terms-header": "用語(Term)",
|
||||||
"edits-preview-tab-header": "プレビュー",
|
"wikidata-schema/empty-statements": "ステートメントがありません",
|
||||||
"statements-header": "ステートメント",
|
"wikidata-schema/empty-terms": "ラベルも説明も別名もありません",
|
||||||
"terms-header": "用語(Term)",
|
"wikidata-schema/add-item-button": "項目追加",
|
||||||
"empty-statements": "ステートメントがありません",
|
"wikidata-schema/add-term": "Term追加",
|
||||||
"empty-terms": "ラベルも説明も別名もありません",
|
"wikidata-schema/remove": "削除",
|
||||||
"add-item-button": "項目追加",
|
"wikidata-schema/add-statement": "ステートメント追加",
|
||||||
"add-term": "Term追加",
|
"wikidata-schema/add-value": "値の追加",
|
||||||
"remove": "削除",
|
"wikidata-schema/add-qualifier": "修飾子追加",
|
||||||
"add-statement": "ステートメント追加",
|
"wikidata-schema/add-reference": "参照の追加",
|
||||||
"add-value": "値の追加",
|
"wikidata-schema/add-reference-snak": "追加",
|
||||||
"add-qualifier": "修飾子追加",
|
"wikidata-schema/property-placeholder": "属性",
|
||||||
"add-reference": "参照の追加",
|
"wikidata-schema/nb-references": " 参照",
|
||||||
"add-reference-snak": "追加",
|
"wikidata-schema/remove-column": "カラムの削除",
|
||||||
"property-placeholder": "属性",
|
"wikidata-schema/label": "ラベル",
|
||||||
"nb-references": " 参照",
|
"wikidata-schema/description": "説明",
|
||||||
"remove-column": "カラムの削除",
|
"wikidata-schema/alias": "別名",
|
||||||
"label": "ラベル",
|
"wikidata-schema/item-or-reconciled-column": "項目を入力するか、上のカラムをドラッグしてください",
|
||||||
"description": "説明",
|
"wikidata-schema/amount": "量",
|
||||||
"alias": "別名",
|
"wikidata-schema/unit": "単位",
|
||||||
"item-or-reconciled-column": "項目を入力するか、上のカラムをドラッグしてください",
|
"wikidata-schema/full-url": "完全URL",
|
||||||
"amount": "量",
|
"wikidata-schema/tabular-data-with-prefix": "\"Data:\"で始まるファイル名",
|
||||||
"unit": "単位",
|
"wikidata-schema/commons-media": "ファイル名",
|
||||||
"full-url": "完全URL",
|
"wikidata-schema/math-expression": "数学的表現",
|
||||||
"tabular-data-with-prefix": "\"Data:\"で始まるファイル名",
|
"wikidata-schema/geoshape-with-prefix": "\"Data:\"で始まるファイル名",
|
||||||
"commons-media": "ファイル名",
|
"wikidata-schema/datatype-not-supported-yet": "このデータ型は未対応です.",
|
||||||
"math-expression": "数学的表現",
|
"wikidata-schema/invalid-schema-warning-issues": "スキーマが不完全です。修正してください.",
|
||||||
"geoshape-with-prefix": "\"Data:\"で始まるファイル名",
|
"wikidata-schema/invalid-schema-warning-preview": "スキーマが不完全です。修正してください.",
|
||||||
"datatype-not-supported-yet": "このデータ型は未対応です.",
|
"wikidata-schema/discard-button": "変更を破棄",
|
||||||
"invalid-schema-warning-issues": "スキーマが不完全です。修正してください.",
|
"wikidata-schema/save-button": "スキーマを保存",
|
||||||
"invalid-schema-warning-preview": "スキーマが不完全です。修正してください.",
|
"wikidata-schema/close-button": "閉じる",
|
||||||
"discard-button": "変更を破棄",
|
"wikidata-schema/unsaved-changes-alt": "スキーマの変更は保存されていません.",
|
||||||
"save-button": "スキーマを保存",
|
"wikidata-schema/save-schema-alt": "スキーマをローカルのOpenRefineに保存。Wikidataには送信されません。",
|
||||||
"close-button": "閉じる",
|
"wikidata-schema/discard-schema-changes-alt": "スキーマの変更を破棄.",
|
||||||
"unsaved-changes-alt": "スキーマの変更は保存されていません.",
|
"wikidata-schema/incomplete-schema-could-not-be-saved": "スキーマが不完全なので保存できません.",
|
||||||
"save-schema-alt": "スキーマをローカルのOpenRefineに保存。Wikidataには送信されません。",
|
"wikidata-schema/unsaved-warning": "スキーマの変更を保存できていませんが、とにかく終了しますか?",
|
||||||
"discard-schema-changes-alt": "スキーマの変更を破棄.",
|
"wikidata-preview/new-id": "新しい項目",
|
||||||
"incomplete-schema-could-not-be-saved": "スキーマが不完全なので保存できません.",
|
"wikidata-account/dialog-header": "Wikidataアカウント",
|
||||||
"unsaved-warning": "スキーマの変更を保存できていませんが、とにかく終了しますか?"
|
"wikidata-account/explain-log-in": "OpenRefineから直接データをアップロードするため、<a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a>にログインする.",
|
||||||
},
|
"wikidata-account/username-label": "ユーザー名:",
|
||||||
"wikidata-preview": {
|
"wikidata-account/username-placeholder": "ユーザー名を入力",
|
||||||
"new-id": "新しい項目"
|
"wikidata-account/password-label": "パスワード:",
|
||||||
},
|
"wikidata-account/password-placeholder": "パスワードを入力",
|
||||||
"wikidata-account": {
|
"wikidata-account/remember-credentials-label": "credentialsをOpenRefineの設定に保存する",
|
||||||
"dialog-header": "Wikidataアカウント",
|
"wikidata-account/close": "閉じる",
|
||||||
"explain-log-in": "OpenRefineから直接データをアップロードするため、<a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a>にログインする.",
|
"wikidata-account/log-in": "ログイン",
|
||||||
"username-label": "ユーザー名:",
|
"wikidata-account/logged-in-as": "ログイン名:",
|
||||||
"username-placeholder": "ユーザー名を入力",
|
"wikidata-account/log-out": "ログアウト",
|
||||||
"password-label": "パスワード:",
|
"wikidata-account/connecting-to-wikidata": "Wikidataに接続中...",
|
||||||
"password-placeholder": "パスワードを入力",
|
"perform-wikidata-edits/dialog-header": "Wikidataに編集をアップロードする",
|
||||||
"remember-credentials-label": "credentialsをOpenRefineの設定に保存する",
|
"perform-wikidata-edits/review-your-edits": "Wikidataに{nb_edits}項目をアップロードします。大量アップロードは<a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">bot review</a>を試みてください。",
|
||||||
"close": "閉じる",
|
"perform-wikidata-edits/logged-in-as": "ログイン名:",
|
||||||
"log-in": "ログイン",
|
"perform-wikidata-edits/edit-summary-label": "編集サマリー:",
|
||||||
"logged-in-as": "ログイン名:",
|
"perform-wikidata-edits/edit-summary-placeholder": "編集項目について",
|
||||||
"log-out": "ログアウト",
|
"perform-wikidata-edits/perform-edits": "編集項目のアップロード",
|
||||||
"connecting-to-wikidata": "Wikidataに接続中..."
|
"perform-wikidata-edits/cancel": "中止",
|
||||||
},
|
"perform-wikidata-edits/analyzing-edits": "編集項目を分析中...",
|
||||||
"perform-wikidata-edits": {
|
"warnings-messages/new-item-created/title": "このバッチ編集は新しい項目を作ります.",
|
||||||
"dialog-header": "Wikidataに編集をアップロードする",
|
"warnings-messages/new-item-created/body": "Wikidataに既存項目がないか、また、<a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">Wikidataにふさわしいか</a>、確認してください.",
|
||||||
"review-your-edits": "Wikidataに{nb_edits}項目をアップロードします。大量アップロードは<a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">bot review</a>を試みてください。",
|
"warnings-messages/new-item-without-labels-or-aliases/title": "ラベルも別名もない項目が作られます.",
|
||||||
"logged-in-as": "ログイン名:",
|
"warnings-messages/new-item-without-labels-or-aliases/body": "少なくとも一つのラベル、たとえば{example_entity}が必要です.",
|
||||||
"edit-summary-label": "編集サマリー:",
|
"warnings-messages/new-item-without-descriptions/title": "記述のない項目が作られます.",
|
||||||
"edit-summary-placeholder": "編集項目について",
|
"warnings-messages/new-item-without-descriptions/body": "記述がないと、{example_entity}項目が明確になります.",
|
||||||
"perform-edits": "編集項目のアップロード",
|
"warnings-messages/new-item-with-deleted-statements/title": "新しい項目のステートメントを削除します.",
|
||||||
"cancel": "中止",
|
"warnings-messages/new-item-with-deleted-statements/body": "おそらくスキーマに問題があります.",
|
||||||
"analyzing-edits": "編集項目を分析中..."
|
"warnings-messages/new-item-without-P31-or-P279/title": "型(Type)のない項目が作られます.",
|
||||||
},
|
"warnings-messages/new-item-without-P31-or-P279/body": "(P31)のインスタンスか、(P279)のサブクラスが必要です.",
|
||||||
"warnings-messages": {
|
"warnings-messages/add-statements-with-invalid-format/title": "{property_entity} ステートメントが無効なフォーマットです.",
|
||||||
"new-item-created": {
|
"warnings-messages/add-statements-with-invalid-format/body": "この項目は、正規表現の<span class=\"wb-issue-preformat\">{regex}</span>に合致する必要があります。対象:{example_item_entity}の<span class=\"wb-issue-preformat\">{example_value}</span>",
|
||||||
"title": "このバッチ編集は新しい項目を作ります.",
|
"warnings-messages/remove-statements-with-invalid-format/title": "無効なフォーマットのステートメントが削除されました.",
|
||||||
"body": "Wikidataに既存項目がないか、また、<a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">Wikidataにふさわしいか</a>、確認してください."
|
"warnings-messages/remove-statements-with-invalid-format/body": "Wikidataにステートメントが存在する場合、問題が解消します.",
|
||||||
},
|
"warnings-messages/missing-inverse-statements/title": "{added_property_entity}の逆ステートメントがありません.",
|
||||||
"new-item-without-labels-or-aliases": {
|
"warnings-messages/missing-inverse-statements/body": "{source_entity} から {target_entity} へのステートメント({added_property_entity})は {inverse_property_entity}の逆関係として追加する必要があります。この場合は {target_entity} {inverse_property_entity} {source_entity} です.",
|
||||||
"title": "ラベルも別名もない項目が作られます.",
|
"warnings-messages/self-referential-statements/title": "自己参照ステートメントです.",
|
||||||
"body": "少なくとも一つのラベル、たとえば{example_entity}が必要です."
|
"warnings-messages/self-referential-statements/body": "禁止ではありませんが、{example_entity}の自己参照ステートメントは不自然です.",
|
||||||
},
|
"warnings-messages/unsourced-statements/title": "参照のないステートメントです.",
|
||||||
"new-item-without-descriptions": {
|
"warnings-messages/unsourced-statements/body": "ほとんどのステートメントには参照があります。スキーマで簡単に追加できます.",
|
||||||
"title": "記述のない項目が作られます.",
|
"warnings-messages/property-restricted-to-reference-found-in-mainsnak/title": "{property_entity}がステートメントに使われています",
|
||||||
"body": "記述がないと、{example_entity}項目が明確になります."
|
"warnings-messages/property-restricted-to-reference-found-in-mainsnak/body": "{property_entity}は参照専用です",
|
||||||
},
|
"warnings-messages/property-restricted-to-reference-found-in-qualifier/title": "{property_entity}が修飾子として使われています",
|
||||||
"new-item-with-deleted-statements": {
|
"warnings-messages/property-restricted-to-reference-found-in-qualifier/body": "修飾子に参照専用の{property_entity}が使われています",
|
||||||
"title": "新しい項目のステートメントを削除します.",
|
"warnings-messages/property-restricted-to-qualifier-found-in-mainsnak/title": "{property_entity}がステートメントに使われています",
|
||||||
"body": "おそらくスキーマに問題があります."
|
"warnings-messages/property-restricted-to-qualifier-found-in-mainsnak/body": "ステートメントに修飾子専用の{property_entity}が使われています",
|
||||||
},
|
"warnings-messages/property-restricted-to-qualifier-found-in-reference/title": "{property_entity}が参照に使われています",
|
||||||
"new-item-without-P31-or-P279": {
|
"warnings-messages/property-restricted-to-qualifier-found-in-reference/body": "参照に修飾子専用の{property_entity}が使われています",
|
||||||
"title": "型(Type)のない項目が作られます.",
|
"warnings-messages/property-restricted-to-mainsnak-found-in-qualifier/title": "{property_entity}が修飾子に使われています",
|
||||||
"body": "(P31)のインスタンスか、(P279)のサブクラスが必要です."
|
"warnings-messages/property-restricted-to-mainsnak-found-in-qualifier/body": "修飾子にステートメント専用の{property_entity}が使われています",
|
||||||
},
|
"warnings-messages/property-restricted-to-mainsnak-found-in-reference/title": "{property_entity}が参照に使われています",
|
||||||
"add-statements-with-invalid-format": {
|
"warnings-messages/property-restricted-to-mainsnak-found-in-reference/body": "参照にステートメント専用の{property_entity}が使われています",
|
||||||
"title": "{property_entity} ステートメントが無効なフォーマットです.",
|
"warnings-messages/missing-mandatory-qualifiers/title": "{statement_property_entity}には{missing_property_entity} 修飾子がありません.",
|
||||||
"body": "この項目は、正規表現の<span class=\"wb-issue-preformat\">{regex}</span>に合致する必要があります。対象:{example_item_entity}の<span class=\"wb-issue-preformat\">{example_value}</span>"
|
"warnings-messages/missing-mandatory-qualifiers/body": "{example_item_entity}の{statement_property_entity}のようなステートメントには、{missing_property_entity}修飾子が必須です.",
|
||||||
},
|
"warnings-messages/disallowed-qualifiers/title": "修飾子 {disallowed_property_entity} は {statement_property_entity} と矛盾します.",
|
||||||
"remove-statements-with-invalid-format": {
|
"warnings-messages/disallowed-qualifiers/body": "{example_item_entity}の{statement_property_entity} 属性は {disallowed_property_entity} 修飾子を持てません.",
|
||||||
"title": "無効なフォーマットのステートメントが削除されました.",
|
"warnings-messages/single-valued-property-added-more-than-once/title": "{property_entity} が同じ項目に複数あります.",
|
||||||
"body": "Wikidataにステートメントが存在する場合、問題が解消します."
|
"warnings-messages/single-valued-property-added-more-than-once/body": "この属性は各項目に一つだけですが、{example_entity}には複数追加されています.",
|
||||||
},
|
"warnings-messages/identical-values-for-distinct-valued-property/title": "{property_entity}と同じ値です",
|
||||||
"missing-inverse-statements": {
|
"warnings-messages/identical-values-for-distinct-valued-property/body": "この属性はユニークでなければなりませんが、{item1_entity} と {item2_entity} が同じです.",
|
||||||
"title": "{added_property_entity}の逆ステートメントがありません.",
|
"warnings-messages/no-edit-generated/title": "編集項目が生成されていません.",
|
||||||
"body": "{source_entity} から {target_entity} へのステートメント({added_property_entity})は {inverse_property_entity}の逆関係として追加する必要があります。この場合は {target_entity} {inverse_property_entity} {source_entity} です."
|
"warnings-messages/no-edit-generated/body": "スキーマに問題があるかもしれません.",
|
||||||
},
|
"warnings-messages/no-issue-detected/title": "問題点は見当たりません.",
|
||||||
"self-referential-statements": {
|
"warnings-messages/no-issue-detected/body": "ただし、Wikidataの編集項目の問題点をOpenRefineが網羅できるわけではありません.",
|
||||||
"title": "自己参照ステートメントです.",
|
"warnings-messages/ignored-qualifiers/title": "無視された修飾子があります.",
|
||||||
"body": "禁止ではありませんが、{example_entity}の自己参照ステートメントは不自然です."
|
"warnings-messages/ignored-qualifiers/body": "修飾子が解析できませんでした。このためステートメントに追加できません.",
|
||||||
},
|
"warnings-messages/ignored-references/title": "無視された参照があります.",
|
||||||
"unsourced-statements": {
|
"warnings-messages/ignored-references/body": "参照の記述が解析できませんでした.",
|
||||||
"title": "参照のないステートメントです.",
|
"warnings-messages/monolingual-text-without-language/title": "言語指定がありません.",
|
||||||
"body": "ほとんどのステートメントには参照があります。スキーマで簡単に追加できます."
|
"warnings-messages/monolingual-text-without-language/body": "言語指定がないので、ラベル・記述・別名・単一言語テキストが無視されました。例えば: <span class=\"wb-issue-preformat\">{example_text}</span>.",
|
||||||
},
|
"warnings-messages/duplicate-whitespace/title": "二重の空白文字があります.",
|
||||||
"property-restricted-to-reference-found-in-mainsnak": {
|
"warnings-messages/duplicate-whitespace/body": "<span class=\"wb-issue-preformat\">{example_string}</span>には二重の空白文字があります.",
|
||||||
"title": "{property_entity}がステートメントに使われています",
|
"warnings-messages/non-printable-characters/title": "印刷できない文字が含まれています.",
|
||||||
"body": "{property_entity}は参照専用です"
|
"warnings-messages/non-printable-characters/body": "<span class=\"wb-issue-preformat\">{example_string}</span>には印刷できない文字が含まれています.",
|
||||||
},
|
"warnings-messages/invalid-identifier-space/title": "照合したセルの識別子が無効です.",
|
||||||
"property-restricted-to-reference-found-in-qualifier": {
|
"warnings-messages/invalid-identifier-space/body": "<span class=\"wb-issue-preformat\">{example_cell}</span>のような照合セルはWikidataにないので無視されます.",
|
||||||
"title": "{property_entity}が修飾子として使われています",
|
"warnings-messages/property-found-in-mainsnak/title": "{property_entity}がステートメントになります.",
|
||||||
"body": "修飾子に参照専用の{property_entity}が使われています"
|
"warnings-messages/property-found-in-mainsnak/body": "{property_entity}をメインステートメントに使っていますが、意図されていません.",
|
||||||
},
|
"warnings-messages/property-found-in-qualifier/title": "{property_entity}が数量演算子になります.",
|
||||||
"property-restricted-to-qualifier-found-in-mainsnak": {
|
"warnings-messages/property-found-in-qualifier/body": "{property_entity}を数量演算子としていますが、意図されていません.",
|
||||||
"title": "{property_entity}がステートメントに使われています",
|
"warnings-messages/property-found-in-reference/title": "{property_entity}が参照になります.",
|
||||||
"body": "ステートメントに修飾子専用の{property_entity}が使われています"
|
"warnings-messages/property-found-in-reference/body": "{property_entity}が参照に使っていますが、意図されていません.",
|
||||||
},
|
"warnings-messages/ignored-language/title": "無効な言語識別子です.",
|
||||||
"property-restricted-to-qualifier-found-in-reference": {
|
"warnings-messages/ignored-language/body": "無効な言語識別子があります。たとえば、 <span class=\"wb-issue-preformat\">{example_value}</span>です。使える値は<a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">allowed values</a>を参照してください.",
|
||||||
"title": "{property_entity}が参照に使われています",
|
"warnings-messages/ignored-date/title": "無効な日付フォーマットです.",
|
||||||
"body": "参照に修飾子専用の{property_entity}が使われています"
|
"warnings-messages/ignored-date/body": "日付のフォーマットが正しくありません。たとえば、<span class=\"wb-issue-preformat\">{example_value}</span> です。使える値は <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">allowed formats</a> です.",
|
||||||
},
|
"warnings-messages/ignored-amount/title": "無効な数量フォーマットです.",
|
||||||
"property-restricted-to-mainsnak-found-in-qualifier": {
|
"warnings-messages/ignored-amount/body": "数量フォーマットが正しくありません。たとえば、 <span class=\"wb-issue-preformat\">{example_value}</span> です。使える値は <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">allowed formats</a> です.",
|
||||||
"title": "{property_entity}が修飾子に使われています",
|
"warnings-messages/ignored-coordinates/title": "無効な地理座標です.",
|
||||||
"body": "修飾子にステートメント専用の{property_entity}が使われています"
|
"warnings-messages/ignored-coordinates/body": "地理座標が正しくありません。たとえば、<span class=\"wb-issue-preformat\">{example_value}</span> です。使える値は <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">allowed formats</a> です.",
|
||||||
},
|
"warnings-messages/forbidden-value/title": "{property_entity}の値としては無効です",
|
||||||
"property-restricted-to-mainsnak-found-in-reference": {
|
"warnings-messages/forbidden-value/body": "{example_subject_entity} に追加される {example_value_entity} などのアイテムは、 {property_entity} の値として認められません.",
|
||||||
"title": "{property_entity}が参照に使われています",
|
"warnings-messages/bounds-disallowed/title": "{property_entity} の値として量の範囲",
|
||||||
"body": "参照にステートメント専用の{property_entity}が使われています"
|
"warnings-messages/bounds-disallowed/body": "値は不確実さの範囲を持つことが想定されていません。しかし、{example_item_entity}に追加される<span class=\"wb-issue-preformat\">{example_value}</span>は範囲を持ちます。詳しくは<a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a>を参照してください.",
|
||||||
},
|
"warnings-messages/values-should-be-integers/title": "{property_entity}の非整数値",
|
||||||
"missing-mandatory-qualifiers": {
|
"warnings-messages/values-should-be-integers/body": "値は整数であることが期待されていますが、{example_item_entity}に追加される<span class=\"wb-issue-preformat\">{example_value}</span>は小数点以下の値を持ちえます。詳しくは<a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a>を参照してください.",
|
||||||
"title": "{statement_property_entity}には{missing_property_entity} 修飾子がありません.",
|
"warnings-messages/invalid-unit/title": "無効な単位をもつ{property_entity}",
|
||||||
"body": "{example_item_entity}の{statement_property_entity}のようなステートメントには、{missing_property_entity}修飾子が必須です."
|
"warnings-messages/invalid-unit/body": "{example_item_entity}に使われている単位、{unit_entity}は{property_entity}には無効です.",
|
||||||
},
|
"warnings-messages/no-unit-provided/title": "{property_entity}の単位がありません",
|
||||||
"disallowed-qualifiers": {
|
"warnings-messages/no-unit-provided/body": "{example_item_entity}の<span class=\"wb-issue-preformat\">{example_value}</span>のような値は単位を持つ琴が期待されています.",
|
||||||
"title": "修飾子 {disallowed_property_entity} は {statement_property_entity} と矛盾します.",
|
"warnings-messages/invalid-entity-type/title": "アイテムに使われる{property_entity}",
|
||||||
"body": "{example_item_entity}の{statement_property_entity} 属性は {disallowed_property_entity} 修飾子を持てません."
|
"warnings-messages/invalid-entity-type/body": "{example_entity}のようなアイテムに{property_entity}を使うことは無効です.",
|
||||||
},
|
"import-wikibase-schema/dialog-header": "Wikidataスキーマのインポート",
|
||||||
"single-valued-property-added-more-than-once": {
|
"import-wikibase-schema/file-label": "JSONファイル: ",
|
||||||
"title": "{property_entity} が同じ項目に複数あります.",
|
"import-wikibase-schema/schema-label": "あるいは、JSONテキスト:",
|
||||||
"body": "この属性は各項目に一つだけですが、{example_entity}には複数追加されています."
|
"import-wikibase-schema/invalid-schema": "無効のWikidataスキーマです。",
|
||||||
},
|
"import-wikibase-schema/import": "インポート"
|
||||||
"identical-values-for-distinct-valued-property": {
|
}
|
||||||
"title": "{property_entity}と同じ値です",
|
|
||||||
"body": "この属性はユニークでなければなりませんが、{item1_entity} と {item2_entity} が同じです."
|
|
||||||
},
|
|
||||||
"no-edit-generated": {
|
|
||||||
"title": "編集項目が生成されていません.",
|
|
||||||
"body": "スキーマに問題があるかもしれません."
|
|
||||||
},
|
|
||||||
"no-issue-detected": {
|
|
||||||
"title": "問題点は見当たりません.",
|
|
||||||
"body": "ただし、Wikidataの編集項目の問題点をOpenRefineが網羅できるわけではありません."
|
|
||||||
},
|
|
||||||
"ignored-qualifiers": {
|
|
||||||
"title": "無視された修飾子があります.",
|
|
||||||
"body": "修飾子が解析できませんでした。このためステートメントに追加できません."
|
|
||||||
},
|
|
||||||
"ignored-references": {
|
|
||||||
"title": "無視された参照があります.",
|
|
||||||
"body": "参照の記述が解析できませんでした."
|
|
||||||
},
|
|
||||||
"monolingual-text-without-language": {
|
|
||||||
"title": "言語指定がありません.",
|
|
||||||
"body": "言語指定がないので、ラベル・記述・別名・単一言語テキストが無視されました。例えば: <span class=\"wb-issue-preformat\">{example_text}</span>."
|
|
||||||
},
|
|
||||||
"duplicate-whitespace": {
|
|
||||||
"title": "二重の空白文字があります.",
|
|
||||||
"body": "<span class=\"wb-issue-preformat\">{example_string}</span>には二重の空白文字があります."
|
|
||||||
},
|
|
||||||
"non-printable-characters": {
|
|
||||||
"title": "印刷できない文字が含まれています.",
|
|
||||||
"body": "<span class=\"wb-issue-preformat\">{example_string}</span>には印刷できない文字が含まれています."
|
|
||||||
},
|
|
||||||
"invalid-identifier-space": {
|
|
||||||
"title": "照合したセルの識別子が無効です.",
|
|
||||||
"body": "<span class=\"wb-issue-preformat\">{example_cell}</span>のような照合セルはWikidataにないので無視されます."
|
|
||||||
},
|
|
||||||
"property-found-in-mainsnak": {
|
|
||||||
"title": "{property_entity}がステートメントになります.",
|
|
||||||
"body": "{property_entity}をメインステートメントに使っていますが、意図されていません."
|
|
||||||
},
|
|
||||||
"property-found-in-qualifier": {
|
|
||||||
"title": "{property_entity}が数量演算子になります.",
|
|
||||||
"body": "{property_entity}を数量演算子としていますが、意図されていません."
|
|
||||||
},
|
|
||||||
"property-found-in-reference": {
|
|
||||||
"title": "{property_entity}が参照になります.",
|
|
||||||
"body": "{property_entity}が参照に使っていますが、意図されていません."
|
|
||||||
},
|
|
||||||
"ignored-language": {
|
|
||||||
"title": "無効な言語識別子です.",
|
|
||||||
"body": "無効な言語識別子があります。たとえば、 <span class=\"wb-issue-preformat\">{example_value}</span>です。使える値は<a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">allowed values</a>を参照してください."
|
|
||||||
},
|
|
||||||
"ignored-date": {
|
|
||||||
"title": "無効な日付フォーマットです.",
|
|
||||||
"body": "日付のフォーマットが正しくありません。たとえば、<span class=\"wb-issue-preformat\">{example_value}</span> です。使える値は <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">allowed formats</a> です."
|
|
||||||
},
|
|
||||||
"ignored-amount": {
|
|
||||||
"title": "無効な数量フォーマットです.",
|
|
||||||
"body": "数量フォーマットが正しくありません。たとえば、 <span class=\"wb-issue-preformat\">{example_value}</span> です。使える値は <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">allowed formats</a> です."
|
|
||||||
},
|
|
||||||
"ignored-coordinates": {
|
|
||||||
"title": "無効な地理座標です.",
|
|
||||||
"body": "地理座標が正しくありません。たとえば、<span class=\"wb-issue-preformat\">{example_value}</span> です。使える値は <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">allowed formats</a> です."
|
|
||||||
},
|
|
||||||
"forbidden-value": {
|
|
||||||
"title": "{property_entity}の値としては無効です",
|
|
||||||
"body": "{example_subject_entity} に追加される {example_value_entity} などのアイテムは、 {property_entity} の値として認められません."
|
|
||||||
},
|
|
||||||
"bounds-disallowed": {
|
|
||||||
"title": "{property_entity} の値として量の範囲",
|
|
||||||
"body": "値は不確実さの範囲を持つことが想定されていません。しかし、{example_item_entity}に追加される<span class=\"wb-issue-preformat\">{example_value}</span>は範囲を持ちます。詳しくは<a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a>を参照してください."
|
|
||||||
},
|
|
||||||
"values-should-be-integers": {
|
|
||||||
"title": "{property_entity}の非整数値",
|
|
||||||
"body": "値は整数であることが期待されていますが、{example_item_entity}に追加される<span class=\"wb-issue-preformat\">{example_value}</span>は小数点以下の値を持ちえます。詳しくは<a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manual</a>を参照してください."
|
|
||||||
},
|
|
||||||
"invalid-unit": {
|
|
||||||
"title": "無効な単位をもつ{property_entity}",
|
|
||||||
"body": "{example_item_entity}に使われている単位、{unit_entity}は{property_entity}には無効です."
|
|
||||||
},
|
|
||||||
"no-unit-provided": {
|
|
||||||
"title": "{property_entity}の単位がありません",
|
|
||||||
"body": "{example_item_entity}の<span class=\"wb-issue-preformat\">{example_value}</span>のような値は単位を持つ琴が期待されています."
|
|
||||||
},
|
|
||||||
"invalid-entity-type": {
|
|
||||||
"title": "アイテムに使われる{property_entity}",
|
|
||||||
"body": "{example_entity}のようなアイテムに{property_entity}を使うことは無効です."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"import-wikibase-schema": {
|
|
||||||
"dialog-header": "Wikidataスキーマのインポート",
|
|
||||||
"file-label": "JSONファイル: ",
|
|
||||||
"schema-label": "あるいは、JSONテキスト:",
|
|
||||||
"invalid-schema": "無効のWikidataスキーマです。",
|
|
||||||
"import": "インポート"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,233 +1,149 @@
|
|||||||
{
|
{
|
||||||
"wikidata-extension": {
|
"wikidata-extension/menu-label": "Wikidata",
|
||||||
"menu-label": "Wikidata",
|
"wikidata-extension/edit-wikidata-schema": "Rediger Wikidata-skjema",
|
||||||
"edit-wikidata-schema": "Rediger Wikidata-skjema",
|
"wikidata-extension/import-wikidata-schema": "Importer skjema",
|
||||||
"import-wikidata-schema": "Importer skjema",
|
"wikidata-extension/manage-wikidata-account": "Behandle Wikidata-konto",
|
||||||
"manage-wikidata-account": "Behandle Wikidata-konto",
|
"wikidata-extension/perform-edits-on-wikidata": "Last opp redigeringer til Wikidata",
|
||||||
"perform-edits-on-wikidata": "Last opp redigeringer til Wikidata",
|
"wikidata-extension/export-to-qs": "Eksporter til QuickStatements",
|
||||||
"export-to-qs": "Eksporter til QuickStatements",
|
"wikidata-extension/export-schema": "Eksporter skjema",
|
||||||
"export-schema": "Eksporter skjema",
|
"wikidata-extension/quickstatements-export-name": "QuickStatements",
|
||||||
"quickstatements-export-name": "QuickStatements"
|
"wikidata-schema/dialog-header": "Innrett til Wikidata",
|
||||||
},
|
"wikidata-schema/dialog-explanation": "Wikidata-skjemaet nedenfor spesifiserer hvordan dine tabulære data vil transformeres til Wikidata-redigeringer. Du kan dra og slippe kolonnenavnene nedenfor til de fleste inndataboksene: For hver rad vil redigeringer genereres med verdiene i disse kolonnene.",
|
||||||
"wikidata-schema": {
|
"wikidata-schema/preview-explanation": "Denne fanen viser de første (av {nb_edits}) redigeringene som vil gjøres når du laster opp endringene til Wikidata. Du kan bruke fasetter for å ettergå redigeringene til spesifikke elementer.",
|
||||||
"dialog-header": "Innrett til Wikidata",
|
"wikidata-schema/schema-tab-header": "Skjema",
|
||||||
"dialog-explanation": "Wikidata-skjemaet nedenfor spesifiserer hvordan dine tabulære data vil transformeres til Wikidata-redigeringer. Du kan dra og slippe kolonnenavnene nedenfor til de fleste inndataboksene: For hver rad vil redigeringer genereres med verdiene i disse kolonnene.",
|
"wikidata-schema/warnings-tab-header": "Saker",
|
||||||
"preview-explanation": "Denne fanen viser de første (av {nb_edits}) redigeringene som vil gjøres når du laster opp endringene til Wikidata. Du kan bruke fasetter for å ettergå redigeringene til spesifikke elementer.",
|
"wikidata-schema/edits-preview-tab-header": "Forhåndsvisning",
|
||||||
"schema-tab-header": "Skjema",
|
"wikidata-schema/statements-header": "Påstander",
|
||||||
"warnings-tab-header": "Saker",
|
"wikidata-schema/terms-header": "Termer",
|
||||||
"edits-preview-tab-header": "Forhåndsvisning",
|
"wikidata-schema/empty-statements": "ingen påstander lagt til",
|
||||||
"statements-header": "Påstander",
|
"wikidata-schema/empty-terms": "ingen etiketter, beskrivelser eller aliaser lagt til",
|
||||||
"terms-header": "Termer",
|
"wikidata-schema/add-item-button": "legg til element",
|
||||||
"empty-statements": "ingen påstander lagt til",
|
"wikidata-schema/add-term": "legg til term",
|
||||||
"empty-terms": "ingen etiketter, beskrivelser eller aliaser lagt til",
|
"wikidata-schema/remove": "fjern",
|
||||||
"add-item-button": "legg til element",
|
"wikidata-schema/add-statement": "legg til påstand",
|
||||||
"add-term": "legg til term",
|
"wikidata-schema/add-value": "legg til verdi",
|
||||||
"remove": "fjern",
|
"wikidata-schema/add-qualifier": "legg til kvalifikator",
|
||||||
"add-statement": "legg til påstand",
|
"wikidata-schema/add-reference": "legg til referanse",
|
||||||
"add-value": "legg til verdi",
|
"wikidata-schema/add-reference-snak": "legg til",
|
||||||
"add-qualifier": "legg til kvalifikator",
|
"wikidata-schema/property-placeholder": "egenskap",
|
||||||
"add-reference": "legg til referanse",
|
"wikidata-schema/nb-references": " referanser",
|
||||||
"add-reference-snak": "legg til",
|
"wikidata-schema/remove-column": "fjern kolonne",
|
||||||
"property-placeholder": "egenskap",
|
"wikidata-schema/label": "Etikett",
|
||||||
"nb-references": " referanser",
|
"wikidata-schema/description": "Beskrivelse",
|
||||||
"remove-column": "fjern kolonne",
|
"wikidata-schema/alias": "Alias",
|
||||||
"label": "Etikett",
|
"wikidata-schema/item-or-reconciled-column": "skriv inn element eller dra avstemt kolonne hit",
|
||||||
"description": "Beskrivelse",
|
"wikidata-schema/amount": "antall",
|
||||||
"alias": "Alias",
|
"wikidata-schema/unit": "enhet",
|
||||||
"item-or-reconciled-column": "skriv inn element eller dra avstemt kolonne hit",
|
"wikidata-schema/full-url": "full nettadresse, inkludert protokoll",
|
||||||
"amount": "antall",
|
"wikidata-schema/tabular-data-with-prefix": "filnavn som begynner med «Data:»",
|
||||||
"unit": "enhet",
|
"wikidata-schema/commons-media": "filnavn",
|
||||||
"full-url": "full nettadresse, inkludert protokoll",
|
"wikidata-schema/math-expression": "matematisk uttrykk",
|
||||||
"tabular-data-with-prefix": "filnavn som begynner med «Data:»",
|
"wikidata-schema/geoshape-with-prefix": "filnavn som begynner med «Data:»",
|
||||||
"commons-media": "filnavn",
|
"wikidata-schema/datatype-not-supported-yet": "Denne datatypen støttes ikke ennå.",
|
||||||
"math-expression": "matematisk uttrykk",
|
"wikidata-schema/invalid-schema-warning-issues": "Skjemaet ditt er ufullstendig, fiks det for å se problemene.",
|
||||||
"geoshape-with-prefix": "filnavn som begynner med «Data:»",
|
"wikidata-schema/invalid-schema-warning-preview": "Skjemaet ditt er ufullstendig, fiks det for å se forhåndsvisningen.",
|
||||||
"datatype-not-supported-yet": "Denne datatypen støttes ikke ennå.",
|
"wikidata-schema/discard-button": "Forkast endringer",
|
||||||
"invalid-schema-warning-issues": "Skjemaet ditt er ufullstendig, fiks det for å se problemene.",
|
"wikidata-schema/save-button": "Lagre skjema",
|
||||||
"invalid-schema-warning-preview": "Skjemaet ditt er ufullstendig, fiks det for å se forhåndsvisningen.",
|
"wikidata-schema/close-button": "Lukk",
|
||||||
"discard-button": "Forkast endringer",
|
"wikidata-schema/unsaved-changes-alt": "Du har ulagrede endringer i Wikidata-skjemaet ditt.",
|
||||||
"save-button": "Lagre skjema",
|
"wikidata-schema/save-schema-alt": "Lagre skjemaet i OpenRefine. Endringene blir ikke lastet opp til Wikidata ennå.",
|
||||||
"close-button": "Lukk",
|
"wikidata-schema/discard-schema-changes-alt": "Forkast endringene gjort i skjemaet.",
|
||||||
"unsaved-changes-alt": "Du har ulagrede endringer i Wikidata-skjemaet ditt.",
|
"wikidata-schema/incomplete-schema-could-not-be-saved": "Skjemaet ditt er ufullstendig, så det kan ikke lagres ennå.",
|
||||||
"save-schema-alt": "Lagre skjemaet i OpenRefine. Endringene blir ikke lastet opp til Wikidata ennå.",
|
"wikidata-schema/unsaved-warning": "Du har gjort ulagrede endringer i Wikidata-skjemaet ditt. Lukk likevel?",
|
||||||
"discard-schema-changes-alt": "Forkast endringene gjort i skjemaet.",
|
"wikidata-preview/new-id": "nytt element",
|
||||||
"incomplete-schema-could-not-be-saved": "Skjemaet ditt er ufullstendig, så det kan ikke lagres ennå.",
|
"wikidata-account/dialog-header": "Wikidata-konto",
|
||||||
"unsaved-warning": "Du har gjort ulagrede endringer i Wikidata-skjemaet ditt. Lukk likevel?"
|
"wikidata-account/explain-log-in": "Hvis du logger inn på <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> kan du laste opp redigeringer direkte fra OpenRefine.",
|
||||||
},
|
"wikidata-account/username-label": "Brukernavn:",
|
||||||
"wikidata-preview": {
|
"wikidata-account/username-placeholder": "Skriv inn brukernavnet ditt",
|
||||||
"new-id": "nytt element"
|
"wikidata-account/password-label": "Passord:",
|
||||||
},
|
"wikidata-account/password-placeholder": "Skriv inn passordet ditt",
|
||||||
"wikidata-account": {
|
"wikidata-account/remember-credentials-label": "Husk meg (lagres ukryptert i OpenRefines innstillinger)",
|
||||||
"dialog-header": "Wikidata-konto",
|
"wikidata-account/close": "Lukk",
|
||||||
"explain-log-in": "Hvis du logger inn på <a href=\"https://www.wikidata.org/\" target=\"_blank\">Wikidata</a> kan du laste opp redigeringer direkte fra OpenRefine.",
|
"wikidata-account/log-in": "Logg inn",
|
||||||
"username-label": "Brukernavn:",
|
"wikidata-account/logged-in-as": "Du er innlogget som:",
|
||||||
"username-placeholder": "Skriv inn brukernavnet ditt",
|
"wikidata-account/log-out": "Logg ut",
|
||||||
"password-label": "Passord:",
|
"wikidata-account/connecting-to-wikidata": "Kobler til Wikidata …",
|
||||||
"password-placeholder": "Skriv inn passordet ditt",
|
"perform-wikidata-edits/dialog-header": "Last opp redigeringer på Wikidata",
|
||||||
"remember-credentials-label": "Husk meg (lagres ukryptert i OpenRefines innstillinger)",
|
"perform-wikidata-edits/review-your-edits": "Du er i ferd med å laste opp {nb_edits} redigeringer på Wikidata. Sjekk dem nøye. Store redigeringspartier bør gå gjennom <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">bot-godkjenning</a> først.",
|
||||||
"close": "Lukk",
|
"perform-wikidata-edits/logged-in-as": "Du er innlogget som",
|
||||||
"log-in": "Logg inn",
|
"perform-wikidata-edits/edit-summary-label": "Redigeringsforklaring:",
|
||||||
"logged-in-as": "Du er innlogget som:",
|
"perform-wikidata-edits/edit-summary-placeholder": "noen ord som beskriver redigeringene dine",
|
||||||
"log-out": "Logg ut",
|
"perform-wikidata-edits/perform-edits": "Last opp redigeringer",
|
||||||
"connecting-to-wikidata": "Kobler til Wikidata …"
|
"perform-wikidata-edits/cancel": "Avbryt",
|
||||||
},
|
"perform-wikidata-edits/analyzing-edits": "Analyserer redigeringene dine …",
|
||||||
"perform-wikidata-edits": {
|
"import-wikibase-schema/dialog-header": "Importer Wikidata-skjema",
|
||||||
"dialog-header": "Last opp redigeringer på Wikidata",
|
"import-wikibase-schema/file-label": "Fra JSON-fil: ",
|
||||||
"review-your-edits": "Du er i ferd med å laste opp {nb_edits} redigeringer på Wikidata. Sjekk dem nøye. Store redigeringspartier bør gå gjennom <a href=\"https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot\" target=\"_blank\">bot-godkjenning</a> først.",
|
"import-wikibase-schema/schema-label": "Eller fra JSON-tekst:",
|
||||||
"logged-in-as": "Du er innlogget som",
|
"import-wikibase-schema/invalid-schema": "Ugyldig Wikibase-skjema.",
|
||||||
"edit-summary-label": "Redigeringsforklaring:",
|
"import-wikibase-schema/import": "Importer",
|
||||||
"edit-summary-placeholder": "noen ord som beskriver redigeringene dine",
|
"warnings-messages/new-item-created/title": "Dette redigeringspartiet vil opprette nye Wikidata-elementer.",
|
||||||
"perform-edits": "Last opp redigeringer",
|
"warnings-messages/new-item-created/body": "Sjekk at disse elementene ikke finnes ennå og at de <a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">passer for inkludering på Wikidata</a>.",
|
||||||
"cancel": "Avbryt",
|
"warnings-messages/new-item-without-labels-or-aliases/title": "Nye elementer opprettet uten etikett eller alias.",
|
||||||
"analyzing-edits": "Analyserer redigeringene dine …"
|
"warnings-messages/new-item-without-labels-or-aliases/body": "Du bør angi minst én etikett for nye elementer som {example_entity}, så andre kan forstå hva elementet handler om.",
|
||||||
},
|
"warnings-messages/new-item-without-descriptions/title": "Nye elementer opprettet uten beskrivelse.",
|
||||||
"import-wikibase-schema": {
|
"warnings-messages/new-item-without-descriptions/body": "Å legge til beskrivelser til nye elementer som {example_entity} gjør det enklere å skille elementer fra hverandre om de har samme etikett.",
|
||||||
"dialog-header": "Importer Wikidata-skjema",
|
"warnings-messages/new-item-with-deleted-statements/title": "Sletter påstander i nye elementer.",
|
||||||
"file-label": "Fra JSON-fil: ",
|
"warnings-messages/new-item-with-deleted-statements/body": "Det er trolig noe galt med skjemaet eller prosjektet ditt.",
|
||||||
"schema-label": "Eller fra JSON-tekst:",
|
"warnings-messages/new-item-without-P31-or-P279/title": "Nye elementer opprettet uten type.",
|
||||||
"invalid-schema": "Ugyldig Wikibase-skjema.",
|
"warnings-messages/new-item-without-P31-or-P279/body": "Du bør angi påstanden «forekomst av» (P31) eller «underklasse av» (P279) for hvert element du oppretter, som {example_entity}.",
|
||||||
"import": "Importer"
|
"warnings-messages/add-statements-with-invalid-format/title": "{property_entity} påstander med ugyldig format.",
|
||||||
},
|
"warnings-messages/add-statements-with-invalid-format/body": "Verdiene for denne egenskapen forventes å samsvare med det regulære uttrykket <span class=\"wb-issue-preformat\">{regex}</span>, noe som ikke er tilfelle for <span class=\"wb-issue-preformat\">{example_value}</span> lagt til på {example_item_entity}.",
|
||||||
"warnings-messages": {
|
"warnings-messages/remove-statements-with-invalid-format/title": "Fjernet påstander med ugyldig format.",
|
||||||
"new-item-created": {
|
"warnings-messages/remove-statements-with-invalid-format/body": "Hvis disse påstandene for tiden finnes på Wikidata vil dette løse begrensningsbrudd.",
|
||||||
"title": "Dette redigeringspartiet vil opprette nye Wikidata-elementer.",
|
"warnings-messages/missing-inverse-statements/title": "Inverse påstander mangler for {added_property_entity}.",
|
||||||
"body": "Sjekk at disse elementene ikke finnes ennå og at de <a href=\"https://www.wikidata.org/wiki/Wikidata:Notability\" target=\"_blank\">passer for inkludering på Wikidata</a>."
|
"warnings-messages/missing-inverse-statements/body": "{added_property_entity}-påstander som den fra {source_entity} til {target_entity} bør legges til inverst med {inverse_property_entity}: i dette tilfellet, {target_entity} {inverse_property_entity} {source_entity}.",
|
||||||
},
|
"warnings-messages/self-referential-statements/title": "Selv-refererende påstander.",
|
||||||
"new-item-without-labels-or-aliases": {
|
"warnings-messages/self-referential-statements/body": "Det er ikke forbudt, men selv-refererende påstander er generelt sett mistenkelige. Du har noen slike i {example_entity}.",
|
||||||
"title": "Nye elementer opprettet uten etikett eller alias.",
|
"warnings-messages/unsourced-statements/title": "Påstander uten referanser.",
|
||||||
"body": "Du bør angi minst én etikett for nye elementer som {example_entity}, så andre kan forstå hva elementet handler om."
|
"warnings-messages/unsourced-statements/body": "De fleste påstander bør ha referanser. Du kan enkelt legge dem til i skjemaet.",
|
||||||
},
|
"warnings-messages/property-found-in-mainsnak/title": "{property_entity} brukt som påstand.",
|
||||||
"new-item-without-descriptions": {
|
"warnings-messages/property-found-in-mainsnak/body": "Du bruker {property_entity} som hovedpåstand, men den er ikke designet for det.",
|
||||||
"title": "Nye elementer opprettet uten beskrivelse.",
|
"warnings-messages/property-found-in-qualifier/title": "{property_entity} brukt som kvalifikator.",
|
||||||
"body": "Å legge til beskrivelser til nye elementer som {example_entity} gjør det enklere å skille elementer fra hverandre om de har samme etikett."
|
"warnings-messages/property-found-in-qualifier/body": "Du bruker {property_entity} som kvalifikator, men den er ikke designet for det.",
|
||||||
},
|
"warnings-messages/property-found-in-reference/title": "{property_entity} brukt som referanse.",
|
||||||
"new-item-with-deleted-statements": {
|
"warnings-messages/property-found-in-reference/body": "Du bruker {property_entity} i en referanse, men den er ikke designet for det.",
|
||||||
"title": "Sletter påstander i nye elementer.",
|
"warnings-messages/missing-mandatory-qualifiers/title": "{statement_property_entity} mangler en {missing_property_entity}-kvalifikator.",
|
||||||
"body": "Det er trolig noe galt med skjemaet eller prosjektet ditt."
|
"warnings-messages/missing-mandatory-qualifiers/body": "Påstander som bruker {statement_property_entity}, som den i {example_item_entity}, mangler en obligatorisk {missing_property_entity}-kvalifikator.",
|
||||||
},
|
"warnings-messages/disallowed-qualifiers/title": "Kvalifikatoren {disallowed_property_entity} er ikke kompatibel med {statement_property_entity}.",
|
||||||
"new-item-without-P31-or-P279": {
|
"warnings-messages/disallowed-qualifiers/body": "Påstander som bruker {statement_property_entity}, som den i {example_item_entity}, bør ikke ha kvalifikatoren {disallowed_property_entity}, da de ikke er kompatible.",
|
||||||
"title": "Nye elementer opprettet uten type.",
|
"warnings-messages/single-valued-property-added-more-than-once/title": "{property_entity} lagt til mer enn én gang i samme element.",
|
||||||
"body": "Du bør angi påstanden «forekomst av» (P31) eller «underklasse av» (P279) for hvert element du oppretter, som {example_entity}."
|
"warnings-messages/single-valued-property-added-more-than-once/body": "Denne egenskapet forventes brukt maks én gang per element, men har blitt lagt til flere ganger i samme element, for eksempel i {example_entity}.",
|
||||||
},
|
"warnings-messages/identical-values-for-distinct-valued-property/title": "Identiske verdier for {property_entity}",
|
||||||
"add-statements-with-invalid-format": {
|
"warnings-messages/identical-values-for-distinct-valued-property/body": "Denne egenskapen bør ha distinkte verdier, men samme verdi ble funnet i for eksempel {item1_entity} og {item2_entity}.",
|
||||||
"title": "{property_entity} påstander med ugyldig format.",
|
"warnings-messages/no-edit-generated/title": "Ingen redigering ble generert.",
|
||||||
"body": "Verdiene for denne egenskapen forventes å samsvare med det regulære uttrykket <span class=\"wb-issue-preformat\">{regex}</span>, noe som ikke er tilfelle for <span class=\"wb-issue-preformat\">{example_value}</span> lagt til på {example_item_entity}."
|
"warnings-messages/no-edit-generated/body": "Det kan være noe galt med skjemaet ditt.",
|
||||||
},
|
"warnings-messages/no-issue-detected/title": "Ingen problemer ble oppdaget i redigeringene dine.",
|
||||||
"remove-statements-with-invalid-format": {
|
"warnings-messages/no-issue-detected/body": "Merk at OpenRefine ikke kan oppdage alle slags problemer Wikidata-redigeringer kan ha.",
|
||||||
"title": "Fjernet påstander med ugyldig format.",
|
"warnings-messages/ignored-qualifiers/title": "Noen kvalifikatorer ble ignorert.",
|
||||||
"body": "Hvis disse påstandene for tiden finnes på Wikidata vil dette løse begrensningsbrudd."
|
"warnings-messages/ignored-qualifiers/body": "Kvalifikatorverdier kunne ikke tolkes, så de blir ikke lagt til i de tilknyttede påstandene.",
|
||||||
},
|
"warnings-messages/ignored-references/title": "Noen referanser ble ignorert.",
|
||||||
"missing-inverse-statements": {
|
"warnings-messages/ignored-references/body": "Ingen av påstandene deres kunne tolkes, så ingen referanser ble lagt til.",
|
||||||
"title": "Inverse påstander mangler for {added_property_entity}.",
|
"warnings-messages/monolingual-text-without-language/title": "Intet språk angitt for enspråklig tekst.",
|
||||||
"body": "{added_property_entity}-påstander som den fra {source_entity} til {target_entity} bør legges til inverst med {inverse_property_entity}: i dette tilfellet, {target_entity} {inverse_property_entity} {source_entity}."
|
"warnings-messages/monolingual-text-without-language/body": "Noen etiketter, beskrivelser, aliaser eller enspråklige tekstverdier har blitt hoppet over fordi språk ikke var angitt. Eksempelverdi: <span class=\"wb-issue-preformat\">{example_text}</span>.",
|
||||||
},
|
"warnings-messages/duplicate-whitespace/title": "Dobbelt mellomrom i strenger.",
|
||||||
"self-referential-statements": {
|
"warnings-messages/duplicate-whitespace/body": "Strenger som <span class=\"wb-issue-preformat\">{example_string}</span> inneholder dobbelt mellomrom.",
|
||||||
"title": "Selv-refererende påstander.",
|
"warnings-messages/non-printable-characters/title": "Ikke-trykkbare tegn i strenger.",
|
||||||
"body": "Det er ikke forbudt, men selv-refererende påstander er generelt sett mistenkelige. Du har noen slike i {example_entity}."
|
"warnings-messages/non-printable-characters/body": "Strenger som <span class=\"wb-issue-preformat\">{example_string}</span> inneholder ikke-trykkbare tegn.",
|
||||||
},
|
"warnings-messages/invalid-identifier-space/title": "Ugyldig identifikatorrom for avstemte celler.",
|
||||||
"unsourced-statements": {
|
"warnings-messages/invalid-identifier-space/body": "Noen avstemnte celler, som <span class=\"wb-issue-preformat\">{example_cell}</span> ble ignorert fordi de ikke er avstemt mot Wikidata.",
|
||||||
"title": "Påstander uten referanser.",
|
"warnings-messages/ignored-language/title": "Ugyldige språkidentifikatorer.",
|
||||||
"body": "De fleste påstander bør ha referanser. Du kan enkelt legge dem til i skjemaet."
|
"warnings-messages/ignored-language/body": "Noen språkidentifikatorer er ugyldige, som <span class=\"wb-issue-preformat\">{example_value}</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">de tillatte verdiene</a>.",
|
||||||
},
|
"warnings-messages/ignored-date/title": "Ugyldige datoformater.",
|
||||||
"property-found-in-mainsnak": {
|
"warnings-messages/ignored-date/body": "Noen datoer er galt formatert, som <span class=\"wb-issue-preformat\">{example_value}</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">de tillatte formatene</a>.",
|
||||||
"title": "{property_entity} brukt som påstand.",
|
"warnings-messages/ignored-amount/title": "Ugyldige tallformater.",
|
||||||
"body": "Du bruker {property_entity} som hovedpåstand, men den er ikke designet for det."
|
"warnings-messages/ignored-amount/body": "Noen tall er galt formatert, som <span class=\"wb-issue-preformat\">{example_value</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">de tillatte formatene</a>.",
|
||||||
},
|
"warnings-messages/ignored-coordinates/title": "Ugyldige geografiske koordinater.",
|
||||||
"property-found-in-qualifier": {
|
"warnings-messages/ignored-coordinates/body": "Noen koordinater er galt formatert, som <span class=\"wb-issue-preformat\">{example_value}</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">de tillatte formatene</a>.",
|
||||||
"title": "{property_entity} brukt som kvalifikator.",
|
"warnings-messages/forbidden-value/title": "Ugyldige verdier for {property_entity}",
|
||||||
"body": "Du bruker {property_entity} som kvalifikator, men den er ikke designet for det."
|
"warnings-messages/forbidden-value/body": "Elementer som {example_value_entity} lagt til i {example_subject_entity} er ikke tillatte som verdier for {property_entity}.",
|
||||||
},
|
"warnings-messages/bounds-disallowed/title": "Kvantitetsgrenser gitt for {property_entity}",
|
||||||
"property-found-in-reference": {
|
"warnings-messages/bounds-disallowed/body": "Verdier forventes å ikke ha usikkerhetsgrenser, men <span class=\"wb-issue-preformat\">{example_value}</span> lagt til i {example_item_entity} har det. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manualen</a> for å lære hvordan man fikser formatet.",
|
||||||
"title": "{property_entity} brukt som referanse.",
|
"warnings-messages/values-should-be-integers/title": "Verdier som ikke er heltall for {property_entity}",
|
||||||
"body": "Du bruker {property_entity} i en referanse, men den er ikke designet for det."
|
"warnings-messages/values-should-be-integers/body": "Verdier forventes å være heltall, men <span class=\"wb-issue-preformat\">{example_value}</span> lagt til i {example_item_entity} har desimaler. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manualen</a> for å finne ut hvordan man fikser formatet.",
|
||||||
},
|
"warnings-messages/invalid-unit/title": "{property_entity} med ugyldige enheter",
|
||||||
"missing-mandatory-qualifiers": {
|
"warnings-messages/invalid-unit/body": "Enheter som {unit_entity} brukt i {example_item_entity} er ugyldige for {property_entity}.",
|
||||||
"title": "{statement_property_entity} mangler en {missing_property_entity}-kvalifikator.",
|
"warnings-messages/no-unit-provided/title": "Enhet mangler for {property_entity}",
|
||||||
"body": "Påstander som bruker {statement_property_entity}, som den i {example_item_entity}, mangler en obligatorisk {missing_property_entity}-kvalifikator."
|
"warnings-messages/no-unit-provided/body": "Verdier som <span class=\"wb-issue-preformat\">{example_value}</span> i {example_item_entity} forventes å ha enheter.",
|
||||||
},
|
"warnings-messages/invalid-entity-type/title": "{property_entity} brukt i elementer",
|
||||||
"disallowed-qualifiers": {
|
"warnings-messages/invalid-entity-type/body": "Bruken av {property_entity} i elementer som {example_entity} er ugyldig."
|
||||||
"title": "Kvalifikatoren {disallowed_property_entity} er ikke kompatibel med {statement_property_entity}.",
|
}
|
||||||
"body": "Påstander som bruker {statement_property_entity}, som den i {example_item_entity}, bør ikke ha kvalifikatoren {disallowed_property_entity}, da de ikke er kompatible."
|
|
||||||
},
|
|
||||||
"single-valued-property-added-more-than-once": {
|
|
||||||
"title": "{property_entity} lagt til mer enn én gang i samme element.",
|
|
||||||
"body": "Denne egenskapet forventes brukt maks én gang per element, men har blitt lagt til flere ganger i samme element, for eksempel i {example_entity}."
|
|
||||||
},
|
|
||||||
"identical-values-for-distinct-valued-property": {
|
|
||||||
"title": "Identiske verdier for {property_entity}",
|
|
||||||
"body": "Denne egenskapen bør ha distinkte verdier, men samme verdi ble funnet i for eksempel {item1_entity} og {item2_entity}."
|
|
||||||
},
|
|
||||||
"no-edit-generated": {
|
|
||||||
"title": "Ingen redigering ble generert.",
|
|
||||||
"body": "Det kan være noe galt med skjemaet ditt."
|
|
||||||
},
|
|
||||||
"no-issue-detected": {
|
|
||||||
"title": "Ingen problemer ble oppdaget i redigeringene dine.",
|
|
||||||
"body": "Merk at OpenRefine ikke kan oppdage alle slags problemer Wikidata-redigeringer kan ha."
|
|
||||||
},
|
|
||||||
"ignored-qualifiers": {
|
|
||||||
"title": "Noen kvalifikatorer ble ignorert.",
|
|
||||||
"body": "Kvalifikatorverdier kunne ikke tolkes, så de blir ikke lagt til i de tilknyttede påstandene."
|
|
||||||
},
|
|
||||||
"ignored-references": {
|
|
||||||
"title": "Noen referanser ble ignorert.",
|
|
||||||
"body": "Ingen av påstandene deres kunne tolkes, så ingen referanser ble lagt til."
|
|
||||||
},
|
|
||||||
"monolingual-text-without-language": {
|
|
||||||
"title": "Intet språk angitt for enspråklig tekst.",
|
|
||||||
"body": "Noen etiketter, beskrivelser, aliaser eller enspråklige tekstverdier har blitt hoppet over fordi språk ikke var angitt. Eksempelverdi: <span class=\"wb-issue-preformat\">{example_text}</span>."
|
|
||||||
},
|
|
||||||
"duplicate-whitespace": {
|
|
||||||
"title": "Dobbelt mellomrom i strenger.",
|
|
||||||
"body": "Strenger som <span class=\"wb-issue-preformat\">{example_string}</span> inneholder dobbelt mellomrom."
|
|
||||||
},
|
|
||||||
"non-printable-characters": {
|
|
||||||
"title": "Ikke-trykkbare tegn i strenger.",
|
|
||||||
"body": "Strenger som <span class=\"wb-issue-preformat\">{example_string}</span> inneholder ikke-trykkbare tegn."
|
|
||||||
},
|
|
||||||
"invalid-identifier-space": {
|
|
||||||
"title": "Ugyldig identifikatorrom for avstemte celler.",
|
|
||||||
"body": "Noen avstemnte celler, som <span class=\"wb-issue-preformat\">{example_cell}</span> ble ignorert fordi de ikke er avstemt mot Wikidata."
|
|
||||||
},
|
|
||||||
"ignored-language": {
|
|
||||||
"title": "Ugyldige språkidentifikatorer.",
|
|
||||||
"body": "Noen språkidentifikatorer er ugyldige, som <span class=\"wb-issue-preformat\">{example_value}</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Languages\" target=\"_blank\">de tillatte verdiene</a>."
|
|
||||||
},
|
|
||||||
"ignored-date": {
|
|
||||||
"title": "Ugyldige datoformater.",
|
|
||||||
"body": "Noen datoer er galt formatert, som <span class=\"wb-issue-preformat\">{example_value}</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates\" target=\"_blank\">de tillatte formatene</a>."
|
|
||||||
},
|
|
||||||
"ignored-amount": {
|
|
||||||
"title": "Ugyldige tallformater.",
|
|
||||||
"body": "Noen tall er galt formatert, som <span class=\"wb-issue-preformat\">{example_value</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">de tillatte formatene</a>."
|
|
||||||
},
|
|
||||||
"ignored-coordinates": {
|
|
||||||
"title": "Ugyldige geografiske koordinater.",
|
|
||||||
"body": "Noen koordinater er galt formatert, som <span class=\"wb-issue-preformat\">{example_value}</span>. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Globe_coordinates\" target=\"_blank\">de tillatte formatene</a>."
|
|
||||||
},
|
|
||||||
"forbidden-value": {
|
|
||||||
"title": "Ugyldige verdier for {property_entity}",
|
|
||||||
"body": "Elementer som {example_value_entity} lagt til i {example_subject_entity} er ikke tillatte som verdier for {property_entity}."
|
|
||||||
},
|
|
||||||
"bounds-disallowed": {
|
|
||||||
"title": "Kvantitetsgrenser gitt for {property_entity}",
|
|
||||||
"body": "Verdier forventes å ikke ha usikkerhetsgrenser, men <span class=\"wb-issue-preformat\">{example_value}</span> lagt til i {example_item_entity} har det. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manualen</a> for å lære hvordan man fikser formatet."
|
|
||||||
},
|
|
||||||
"values-should-be-integers": {
|
|
||||||
"title": "Verdier som ikke er heltall for {property_entity}",
|
|
||||||
"body": "Verdier forventes å være heltall, men <span class=\"wb-issue-preformat\">{example_value}</span> lagt til i {example_item_entity} har desimaler. Se <a href=\"https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Quantities\" target=\"_blank\">manualen</a> for å finne ut hvordan man fikser formatet."
|
|
||||||
},
|
|
||||||
"invalid-unit": {
|
|
||||||
"title": "{property_entity} med ugyldige enheter",
|
|
||||||
"body": "Enheter som {unit_entity} brukt i {example_item_entity} er ugyldige for {property_entity}."
|
|
||||||
},
|
|
||||||
"no-unit-provided": {
|
|
||||||
"title": "Enhet mangler for {property_entity}",
|
|
||||||
"body": "Verdier som <span class=\"wb-issue-preformat\">{example_value}</span> i {example_item_entity} forventes å ha enheter."
|
|
||||||
},
|
|
||||||
"invalid-entity-type": {
|
|
||||||
"title": "{property_entity} brukt i elementer",
|
|
||||||
"body": "Bruken av {property_entity} i elementer som {example_entity} er ugyldig."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1 +1 @@
|
|||||||
{}
|
{}
|
@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"core-index": {
|
"core-index/help": "সাহায্য",
|
||||||
"help": "সাহায্য",
|
"core-index/about": "সম্বন্ধে",
|
||||||
"about": "সম্বন্ধে",
|
"core-index/version": "সংস্করণ",
|
||||||
"version": "সংস্করণ",
|
"core-index/new-version": "নতুন সংকরণ!",
|
||||||
"new-version": "নতুন সংকরণ!",
|
"core-index/download": "ডাউনলোড করুন",
|
||||||
"download": "ডাউনলোড করুন",
|
"core-index/now": "এখন",
|
||||||
"now": "এখন",
|
"core-index/preferences": "পছন্দসমূহ"
|
||||||
"preferences": "পছন্দসমূহ"
|
}
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
{}
|
{}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
{}
|
{}
|
File diff suppressed because it is too large
Load Diff
@ -1,141 +1,127 @@
|
|||||||
{
|
{
|
||||||
"name": "Norsk (bokmål)",
|
"name": "Norsk (bokmål)",
|
||||||
"core-index": {
|
"core-index/slogan": "Et kraftig verktøy for å jobbe med rotete data",
|
||||||
"slogan": "Et kraftig verktøy for å jobbe med rotete data",
|
"core-index/help": "Hjelp",
|
||||||
"help": "Hjelp",
|
"core-index/about": "Om",
|
||||||
"about": "Om",
|
"core-index/version": "Versjon",
|
||||||
"version": "Versjon",
|
"core-index/new-version": "Ny versjon!",
|
||||||
"new-version": "Ny versjon!",
|
"core-index/download": "Last ned",
|
||||||
"download": "Last ned",
|
"core-index/now": "nå",
|
||||||
"now": "nå",
|
"core-index/key": "Nøkkel",
|
||||||
"key": "Nøkkel",
|
"core-index/value": "Verdi",
|
||||||
"value": "Verdi",
|
"core-index/edit": "Rediger",
|
||||||
"edit": "Rediger",
|
"core-index/delete": "Slett",
|
||||||
"delete": "Slett",
|
"core-index/new-proj-name": "Nytt prosjektnavn:",
|
||||||
"new-proj-name": "Nytt prosjektnavn:",
|
"core-index/error-rename": "Kunne ikke endre navn på prosjektet:",
|
||||||
"error-rename": "Kunne ikke endre navn på prosjektet:",
|
"core-index/no-proj": "Intet eksisterende prosjekt. Velg «Opprett prosjekt» til venstre for å opprette et nytt prosjekt.",
|
||||||
"no-proj": "Intet eksisterende prosjekt. Velg «Opprett prosjekt» til venstre for å opprette et nytt prosjekt.",
|
"core-index/try-these": "Om du ikke har noe data å jobbe med, prøv disse",
|
||||||
"try-these": "Om du ikke har noe data å jobbe med, prøv disse",
|
"core-index/sample-data": "eksempeldatasett",
|
||||||
"sample-data": "eksempeldatasett",
|
"core-index/change-metadata-value": "Endre verdien til metadatanøkkel",
|
||||||
"change-metadata-value": "Endre verdien til metadatanøkkel",
|
"core-index/name": "Prosjektnavn:",
|
||||||
"name": "Prosjektnavn:",
|
"core-index/created": "Opprettet:",
|
||||||
"created": "Opprettet:",
|
"core-index/modified": "Sist endret:",
|
||||||
"modified": "Sist endret:",
|
"core-index/creator": "Oppretter:",
|
||||||
"creator": "Oppretter:",
|
"core-index/contributors": "Bidragsytere:",
|
||||||
"contributors": "Bidragsytere:",
|
"core-index/subject": "Emne:",
|
||||||
"subject": "Emne:",
|
"core-index/description": "Beskrivelse:",
|
||||||
"description": "Beskrivelse:",
|
"core-index/rowCount": "Antall rader:",
|
||||||
"rowCount": "Antall rader:",
|
"core-index/customMetadata": "Egendefinert metadata (JSON):",
|
||||||
"customMetadata": "Egendefinert metadata (JSON):",
|
"core-index/id": "Prosjekt-ID:",
|
||||||
"id": "Prosjekt-ID:"
|
"core-index-create/create-proj": "Opprett prosjekt",
|
||||||
},
|
"core-index-create/starting": "Starter",
|
||||||
"core-index-create": {
|
"core-index-create/done": "Ferdig.",
|
||||||
"create-proj": "Opprett prosjekt",
|
"core-index-create/min-remaining": "minutter igjen",
|
||||||
"starting": "Starter",
|
"core-index-create/sec-remaining": "sekunder igjen",
|
||||||
"done": "Ferdig.",
|
"core-index-create/almost-done": "nesten ferdig …",
|
||||||
"min-remaining": "minutter igjen",
|
"core-index-create/memory-usage": "Minnebruk:",
|
||||||
"sec-remaining": "sekunder igjen",
|
"core-index-create/no-details": "Ingen tekniske detaljer.",
|
||||||
"almost-done": "nesten ferdig …",
|
"core-index-create/question": "Opprett et prosjekt ved å importere data. Hva slags datafiler kan jeg importere?",
|
||||||
"memory-usage": "Minnebruk:",
|
"core-index-create/formats": "TSV-, CSV-, *SV-, Excel- (.xls og .xlsx), JSON-, XML-, RDF-som-XML- og Google Data-dokumenter støttes. Støtte for andre formater kan legges til med OpenRefine-utvidelser.",
|
||||||
"no-details": "Ingen tekniske detaljer.",
|
"core-index-create/from": "Hent data fra",
|
||||||
"question": "Opprett et prosjekt ved å importere data. Hva slags datafiler kan jeg importere?",
|
"core-index-import/import-proj": "Importer prosjekt",
|
||||||
"formats": "TSV-, CSV-, *SV-, Excel- (.xls og .xlsx), JSON-, XML-, RDF-som-XML- og Google Data-dokumenter støttes. Støtte for andre formater kan legges til med OpenRefine-utvidelser.",
|
"core-index-import/locate": "Finn en eksisterende Refine-prosjektfil (.tar eller .tar.gz):",
|
||||||
"from": "Hent data fra"
|
"core-index-import/file": "Prosjektfil:",
|
||||||
},
|
"core-index-import/rename": "Endre navn på prosjektet (valgfritt):",
|
||||||
"core-index-import": {
|
"core-index-import/inspecting": "Inspiserer valgte filer …",
|
||||||
"import-proj": "Importer prosjekt",
|
"core-index-import/warning-name": "Gi et navn til prosjektet.",
|
||||||
"locate": "Finn en eksisterende Refine-prosjektfil (.tar eller .tar.gz):",
|
"core-index-import/errors": "Feil:",
|
||||||
"file": "Prosjektfil:",
|
"core-index-import/creating-proj": "Oppretter prosjekt …",
|
||||||
"rename": "Endre navn på prosjektet (valgfritt):",
|
"core-index-import/import": "Importer?",
|
||||||
"inspecting": "Inspiserer valgte filer …",
|
"core-index-import/name": "Navn",
|
||||||
"warning-name": "Gi et navn til prosjektet.",
|
"core-index-import/mime-type": "MIME-type",
|
||||||
"errors": "Feil:",
|
"core-index-import/format": "Format",
|
||||||
"creating-proj": "Oppretter prosjekt …",
|
"core-index-import/size": "Størrelse",
|
||||||
"import": "Importer?",
|
"core-index-import/warning-select": "Velg minst én fil.",
|
||||||
"name": "Navn",
|
"core-index-import/inspecting-files": "Inspiserer<br/>valgte filer …",
|
||||||
"mime-type": "MIME-type",
|
"core-index-import/unknown-err": "Ukjent feil",
|
||||||
"format": "Format",
|
"core-index-import/error": "Feil:",
|
||||||
"size": "Størrelse",
|
"core-index-import/select-file": "Velg filer å importere",
|
||||||
"warning-select": "Velg minst én fil.",
|
"core-index-import/several-file": "Det er flere filer tilgjengelig. Velg de du ønsker å importere.",
|
||||||
"inspecting-files": "Inspiserer<br/>valgte filer …",
|
"core-index-import/sel-by-extension": "Velg etter filendelse",
|
||||||
"unknown-err": "Ukjent feil",
|
"core-index-import/sel-by-regex": "Velg etter regulært uttrykk på filnavn",
|
||||||
"error": "Feil:",
|
"core-index-import/parsing-options": "Konfigurer tolkningsalternativer",
|
||||||
"select-file": "Velg filer å importere",
|
"core-index-import/project-name": "Prosjektnavn",
|
||||||
"several-file": "Det er flere filer tilgjengelig. Velg de du ønsker å importere.",
|
"core-index-import/project-tags": "Tagger",
|
||||||
"sel-by-extension": "Velg etter filendelse",
|
"core-index-import/updating-preview": "Oppdaterer forhåndsvisning …",
|
||||||
"sel-by-regex": "Velg etter regulært uttrykk på filnavn",
|
"core-index-import/parse-as": "Tolk data som",
|
||||||
"parsing-options": "Konfigurer tolkningsalternativer",
|
"core-index-import/this-computer": "Denne datamaskinen",
|
||||||
"project-name": "Prosjektnavn",
|
"core-index-import/warning-data-file": "Du må velge en datafil å importere.",
|
||||||
"project-tags": "Tagger",
|
"core-index-import/uploading-data": "Laster opp data …",
|
||||||
"updating-preview": "Oppdaterer forhåndsvisning …",
|
"core-index-import/web-address": "Nettadresser (URL-er)",
|
||||||
"parse-as": "Tolk data som",
|
"core-index-import/data-package": "Datapakke (JSON-URL)",
|
||||||
"this-computer": "Denne datamaskinen",
|
"core-index-import/warning-web-address": "Du må angi en nettadresse (URL) å importere.",
|
||||||
"warning-data-file": "Du må velge en datafil å importere.",
|
"core-index-import/downloading-data": "Laster ned data …",
|
||||||
"uploading-data": "Laster opp data …",
|
"core-index-import/clipboard": "Utklippstavle",
|
||||||
"web-address": "Nettadresser (URL-er)",
|
"core-index-import/warning-clipboard": "Du må lime inn noe data å importere.",
|
||||||
"data-package": "Datapakke (JSON-URL)",
|
"core-index-import/uploading-pasted-data": "Laster opp innlimte data …",
|
||||||
"warning-web-address": "Du må angi en nettadresse (URL) å importere.",
|
"core-index-import/locate-files": "Finn én eller flere filer fra datamaskinen din som skal lastes opp:",
|
||||||
"downloading-data": "Laster ned data …",
|
"core-index-import/enter-url": "Skriv inn én eller flere nettadresser (URL-er) som viser til data som skal lastes ned:",
|
||||||
"clipboard": "Utklippstavle",
|
"core-index-import/clipboard-label": "Lim inn data fra utklippstavlen her:",
|
||||||
"warning-clipboard": "Du må lime inn noe data å importere.",
|
"core-index-import/column-widths": "Kolonnebredder:",
|
||||||
"uploading-pasted-data": "Laster opp innlimte data …",
|
"core-index-import/column-names": "Kolonnenavn:",
|
||||||
"locate-files": "Finn én eller flere filer fra datamaskinen din som skal lastes opp:",
|
"core-index-import/comma-separated": "kommaseparerte tall",
|
||||||
"enter-url": "Skriv inn én eller flere nettadresser (URL-er) som viser til data som skal lastes ned:",
|
"core-index-import/optional-separated": "valgfritt, kommaseparert",
|
||||||
"clipboard-label": "Lim inn data fra utklippstavlen her:",
|
"core-index-import/char-encoding": "Tegnkoding",
|
||||||
"column-widths": "Kolonnebredder:",
|
"core-index-open/name": "Navn",
|
||||||
"column-names": "Kolonnenavn:",
|
"core-index-open/rename": "Endre navn",
|
||||||
"comma-separated": "kommaseparerte tall",
|
"core-index-open/edit-meta-data": "Om",
|
||||||
"optional-separated": "valgfritt, kommaseparert",
|
"core-index-open/edit-data-package": "Datapakke",
|
||||||
"char-encoding": "Tegnkoding"
|
"core-index-open/creator": "Oppretter",
|
||||||
},
|
"core-index-open/contributors": "Bidragsytere",
|
||||||
"core-index-open": {
|
"core-index-open/subject": "Emne",
|
||||||
"name": "Navn",
|
"core-index-open/description": "Beskrivelse",
|
||||||
"rename": "Endre navn",
|
"core-index-open/row-count": "Antall rader",
|
||||||
"edit-meta-data": "Om",
|
"core-index-open/last-mod": "Sist endret",
|
||||||
"edit-data-package": "Datapakke",
|
"core-index-open/del-title": "Slett dette prosjektet",
|
||||||
"creator": "Oppretter",
|
"core-index-open/del-body": "Er du sikker på at du ønsker å slette prosjektet «",
|
||||||
"contributors": "Bidragsytere",
|
"core-index-open/new-title": "Nytt prosjektnavn:",
|
||||||
"subject": "Emne",
|
"core-index-open/warning-rename": "Kunne ikke endre navn på prosjektet:",
|
||||||
"description": "Beskrivelse",
|
"core-index-open/warning-proj-name": "Du må angi et prosjektnavn.",
|
||||||
"row-count": "Antall rader",
|
"core-index-open/warning-data-file": "Du må angi en datafil å laste opp eller en URL å hente.",
|
||||||
"last-mod": "Sist endret",
|
"core-index-open/tags": "Tagger",
|
||||||
"del-title": "Slett dette prosjektet",
|
"core-index-open/edit-tags": "Rediger prosjekttagger",
|
||||||
"del-body": "Er du sikker på at du ønsker å slette prosjektet «",
|
"core-index-open/edit-tags-desc": "Rediger prosjekttagger (mellomrom og komma er separatorer):",
|
||||||
"new-title": "Nytt prosjektnavn:",
|
"core-index-lang/lang-settings": "Språkinnstillinger",
|
||||||
"warning-rename": "Kunne ikke endre navn på prosjektet:",
|
"core-index-lang/label": "Velg foretrukket språk",
|
||||||
"warning-proj-name": "Du må angi et prosjektnavn.",
|
"core-index-lang/send-req": "Endre språk",
|
||||||
"warning-data-file": "Du må angi en datafil å laste opp eller en URL å hente.",
|
"core-index-lang/page-reload": "Siden blir oppdatert for å ta i bruk endringen.",
|
||||||
"tags": "Tagger",
|
"core-index-parser/include-raw-templates": "Inkluder maler og bilder som rå wikikode",
|
||||||
"edit-tags": "Rediger prosjekttagger",
|
"core-index-parser/parse-references": "Trekk ut referanser i ekstra kolonner",
|
||||||
"edit-tags-desc": "Rediger prosjekttagger (mellomrom og komma er separatorer):"
|
"core-index-parser/wiki-base-url": "Avstem mot wiki med rot-URL:",
|
||||||
},
|
"core-index-parser/invalid-wikitext": "Ingen tabell kunne tolkes. Er du sikker på at dette er en gyldig wikitabell?",
|
||||||
"core-index-lang": {
|
"core-index-parser/store-source": "Lagre filkilde<br/>(filnavn, URL-er)<br/>i hver rad",
|
||||||
"lang-settings": "Språkinnstillinger",
|
"core-index-parser/preserve-empty": "Bevar tomme strenger",
|
||||||
"label": "Velg foretrukket språk",
|
"core-index-parser/trim": "Fjern innledende og avsluttende tomrom fra strenger",
|
||||||
"send-req": "Endre språk",
|
"core-index-parser/col-separated-by": "Kolonner atskilles av",
|
||||||
"page-reload": "Siden blir oppdatert for å ta i bruk endringen."
|
"core-index-parser/commas": "komma (CSV)",
|
||||||
},
|
"core-index-parser/tabs": "tabulatorer (TSV)",
|
||||||
"core-index-parser": {
|
"core-index-parser/custom": "egendefinert:",
|
||||||
"include-raw-templates": "Inkluder maler og bilder som rå wikikode",
|
"core-index-parser/column-names-label": "Kolonnenavn (kommaseparert)",
|
||||||
"parse-references": "Trekk ut referanser i ekstra kolonner",
|
"core-index-parser/column-names-optional": "kommaseparert",
|
||||||
"wiki-base-url": "Avstem mot wiki med rot-URL:",
|
"core-dialogs/row-count": "Antall rader",
|
||||||
"invalid-wikitext": "Ingen tabell kunne tolkes. Er du sikker på at dette er en gyldig wikitabell?",
|
"core-dialogs/merge": "Flett?",
|
||||||
"store-source": "Lagre filkilde<br/>(filnavn, URL-er)<br/>i hver rad",
|
"core-dialogs/new-cell-val": "Ny celleverdi",
|
||||||
"preserve-empty": "Bevar tomme strenger",
|
"core-dialogs/use-this-val": "Bruk denne verdien",
|
||||||
"trim": "Fjern innledende og avsluttende tomrom fra strenger",
|
"core-dialogs/try-another-method": "Prøv å velge en annen metode ovenfor eller endre parameterne",
|
||||||
"col-separated-by": "Kolonner atskilles av",
|
"core-dialogs/warning-check-boxes": "Du må krysse av i noen redigeringssjekkbokser for at redigeringene skal tas i bruk."
|
||||||
"commas": "komma (CSV)",
|
}
|
||||||
"tabs": "tabulatorer (TSV)",
|
|
||||||
"custom": "egendefinert:",
|
|
||||||
"column-names-label": "Kolonnenavn (kommaseparert)",
|
|
||||||
"column-names-optional": "kommaseparert"
|
|
||||||
},
|
|
||||||
"core-dialogs": {
|
|
||||||
"row-count": "Antall rader",
|
|
||||||
"merge": "Flett?",
|
|
||||||
"new-cell-val": "Ny celleverdi",
|
|
||||||
"use-this-val": "Bruk denne verdien",
|
|
||||||
"try-another-method": "Prøv å velge en annen metode ovenfor eller endre parameterne",
|
|
||||||
"warning-check-boxes": "Du må krysse av i noen redigeringssjekkbokser for at redigeringene skal tas i bruk."
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,55 +1,49 @@
|
|||||||
{
|
{
|
||||||
"name": "Română",
|
"name": "Română",
|
||||||
"core-index": {
|
"core-index/help": "Ajutor",
|
||||||
"help": "Ajutor",
|
"core-index/contributors": "Contribuitori:",
|
||||||
"contributors": "Contribuitori:",
|
"core-index/new-proj-name": "Nume proiect nou:",
|
||||||
"new-proj-name": "Nume proiect nou:",
|
"core-index/download": "Descarcare",
|
||||||
"download": "Descarcare",
|
"core-index/delete-key": "Sterge cheia de preferinta",
|
||||||
"delete-key": "Sterge cheia de preferinta",
|
"core-index/id": "ID Proiect:",
|
||||||
"id": "ID Proiect:",
|
"core-index/subject": "Subiect:",
|
||||||
"subject": "Subiect:",
|
"core-index/preferences": "Preferinte",
|
||||||
"preferences": "Preferinte",
|
"core-index/creator": "Creator:",
|
||||||
"creator": "Creator:",
|
"core-index/no-proj": "Proiectul nu exista. Selectati 'Creare Proiect' din stanga pentru a crea un nou proiect.",
|
||||||
"no-proj": "Proiectul nu exista. Selectati 'Creare Proiect' din stanga pentru a crea un nou proiect.",
|
"core-index/version": "Versiune",
|
||||||
"version": "Versiune",
|
"core-index/error-rename": "Redenumirea proiectului nu a fost posibila:",
|
||||||
"error-rename": "Redenumirea proiectului nu a fost posibila:",
|
"core-index/pref-key": "Valoare cheii de preferinta:",
|
||||||
"pref-key": "Valoare cheii de preferinta:",
|
"core-index/sample-data": "exemple de seturi de date",
|
||||||
"sample-data": "exemple de seturi de date",
|
"core-index/description": "Descriere:",
|
||||||
"description": "Descriere:",
|
"core-index/try-these": "Daca nu ai date cu care sa lucrezi, incearca asta",
|
||||||
"try-these": "Daca nu ai date cu care sa lucrezi, incearca asta",
|
"core-index/add-pref": "Adauga preferinta",
|
||||||
"add-pref": "Adauga preferinta",
|
"core-index/rowCount": "Numar de randuri:",
|
||||||
"rowCount": "Numar de randuri:",
|
"core-index/key": "Cheie",
|
||||||
"key": "Cheie",
|
"core-index/new-version": "Versiune noua!",
|
||||||
"new-version": "Versiune noua!",
|
"core-index/now": "acum",
|
||||||
"now": "acum",
|
"core-index/change-value": "Schimba valoarea cheii de preferinta",
|
||||||
"change-value": "Schimba valoarea cheii de preferinta",
|
"core-index/about": "Despre",
|
||||||
"about": "Despre",
|
"core-index/slogan": "O aplicatie puternica pentru lucrul cu seturi de date dezordonate",
|
||||||
"slogan": "O aplicatie puternica pentru lucrul cu seturi de date dezordonate",
|
"core-index/name": "Nume proiect:",
|
||||||
"name": "Nume proiect:",
|
"core-index/created": "Creaza timp:",
|
||||||
"created": "Creaza timp:",
|
"core-index/edit": "Editare",
|
||||||
"edit": "Editare",
|
"core-index/modified": "Ultimul timp modificat:",
|
||||||
"modified": "Ultimul timp modificat:",
|
"core-index/value": "Valoare",
|
||||||
"value": "Valoare",
|
"core-index/delete": "Sterge",
|
||||||
"delete": "Sterge"
|
"core-index-create/almost-done": "aproape de final ...",
|
||||||
},
|
"core-index-create/min-remaining": "minute ramase",
|
||||||
"core-index-create": {
|
"core-index-create/create-proj": "Creaza Proiect",
|
||||||
"almost-done": "aproape de final ...",
|
"core-index-create/from": "Obtine date din",
|
||||||
"min-remaining": "minute ramase",
|
"core-index-create/memory-usage": "Memorie utilizata:",
|
||||||
"create-proj": "Creaza Proiect",
|
"core-index-create/question": "Creaza un proiect prin importarea unor date. Ce tipuri de fisiere de date pot sa import?",
|
||||||
"from": "Obtine date din",
|
"core-index-create/sec-remaining": "secunde ramase",
|
||||||
"memory-usage": "Memorie utilizata:",
|
"core-index-create/done": "Terminat.",
|
||||||
"question": "Creaza un proiect prin importarea unor date. Ce tipuri de fisiere de date pot sa import?",
|
"core-index-create/formats": "Documentele TSV, CSV, *SV, Excel (.xls si.xlsx), JSON, XML, RDF ca XML, si Google Data sunt suportate in totalitate. Suport pentru alte formate de date poate fi adaugat prin extensiile OpenRefine.",
|
||||||
"sec-remaining": "secunde ramase",
|
"core-index-create/starting": "Pornire",
|
||||||
"done": "Terminat.",
|
"core-index-create/no-details": "Fara detalii tehnice.",
|
||||||
"formats": "Documentele TSV, CSV, *SV, Excel (.xls si.xlsx), JSON, XML, RDF ca XML, si Google Data sunt suportate in totalitate. Suport pentru alte formate de date poate fi adaugat prin extensiile OpenRefine.",
|
"core-index-import/locate": "Localizeaza un fisier de proiect Refine existent (.tar sau .tar.gz):",
|
||||||
"starting": "Pornire",
|
"core-index-import/rename": "Redenumeste proiect (optional):",
|
||||||
"no-details": "Fara detalii tehnice."
|
"core-index-import/import-proj": "Importa Proiect",
|
||||||
},
|
"core-index-import/file": "Fisier proiect:",
|
||||||
"core-index-import": {
|
"core-index-import/inspecting": "Inspecteaza fisierele selectate ..."
|
||||||
"locate": "Localizeaza un fisier de proiect Refine existent (.tar sau .tar.gz):",
|
}
|
||||||
"rename": "Redenumeste proiect (optional):",
|
|
||||||
"import-proj": "Importa Proiect",
|
|
||||||
"file": "Fisier proiect:",
|
|
||||||
"inspecting": "Inspecteaza fisierele selectate ..."
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user