From 208eb2814d3ac8e65140dd0c1e9640efb896775c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 11:59:22 +0530 Subject: [PATCH 01/40] Bump flask from 2.0.2 to 2.0.3 (#2136) Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index efafce7ce0..69c3726bb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ normality==2.2.5 pantomime==0.5.1 # Flask ecosystem -Flask==2.0.2 +Flask==2.0.3 Flask-SQLAlchemy==2.5.1 Flask-Mail==0.9.1 Flask-Migrate==3.1.0 From a6bcb75e7b30ed51cf6b12b3c2bf0c9bd357d69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:30:11 +0000 Subject: [PATCH 02/40] Bump @alephdata/followthemoney from 2.8.2 to 2.8.3 in /ui (#2142) --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index d8c04df47b..765e50c6a3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "3.12.0", "private": true, "dependencies": { - "@alephdata/followthemoney": "2.8.2", + "@alephdata/followthemoney": "2.8.3", "@alephdata/react-ftm": "2.6.0", "@blueprintjs/colors": "^3.0.0", "@blueprintjs/core": "3.52.0", From d0101a6f17f84668cb14ad116ce5f6191b87e240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:30:44 +0000 Subject: [PATCH 03/40] Bump followthemoney from 2.8.2 to 2.8.3 (#2141) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69c3726bb8..07e3e8654f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Dependencies maintained by OCCRP banal==1.0.6 -followthemoney==2.8.2 +followthemoney==2.8.3 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 From 55f51630d525cb21c3e488364aaf33e45f132836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:32:32 +0000 Subject: [PATCH 04/40] Bump servicelayer[amazon,google] from 1.18.2 to 1.19.0 (#2143) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07e3e8654f..40be8b354f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ followthemoney==2.8.3 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 -servicelayer[google,amazon]==1.18.2 +servicelayer[google,amazon]==1.19.0 normality==2.2.5 pantomime==0.5.1 From e2581e9fd9b85d8a6e86331024c3178e7106c4d6 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Tue, 1 Mar 2022 14:02:58 +0100 Subject: [PATCH 05/40] Set the node-sass version to 6.0.1 until we can start using dart instead (#2145) --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 765e50c6a3..c12229217e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "js-file-download": "^0.4.9", "jwt-decode": "^3.0.0", "lodash": "^4.17.11", - "node-sass": "^7.0.0", + "node-sass": "6.0.1", "numeral": "^2.0.6", "papaparse": "^5.1.0", "query-string": "^7.0.0", @@ -82,4 +82,4 @@ "devDependencies": { "file-selector": "^0.2.2" } -} +} \ No newline at end of file From 8068693d2cad86e3331e00a2ce862f5de6b793a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:49:13 +0000 Subject: [PATCH 06/40] Bump normality from 2.2.5 to 2.3.1 (#2153) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40be8b354f..493ca51d1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 servicelayer[google,amazon]==1.19.0 -normality==2.2.5 +normality==2.3.1 pantomime==0.5.1 # Flask ecosystem From 78e75324ddb34c8d80e24616da3efdcfce30fc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:56:28 +0000 Subject: [PATCH 07/40] Bump sqlalchemy from 1.4.31 to 1.4.32 (#2148) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 493ca51d1d..e81d85de03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Flask-Migrate==3.1.0 Flask-Cors==3.0.10 Flask-Babel==2.0.0 flask-talisman==0.8.1 -SQLAlchemy==1.4.31 +SQLAlchemy==1.4.32 alembic==1.7.6 authlib==0.15.5 From 22bdf4c080ec08a84085fb153580f6a798db1ec5 Mon Sep 17 00:00:00 2001 From: Till Prochaska Date: Wed, 9 Mar 2022 14:43:24 +0100 Subject: [PATCH 08/40] Fix search handler on home screen The `HomeScreen` component needs to be wrapped in the `withRouter` HOC in order to have access to the `navigate` prop. --- ui/src/screens/HomeScreen/HomeScreen.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/screens/HomeScreen/HomeScreen.jsx b/ui/src/screens/HomeScreen/HomeScreen.jsx index 6f77d71bf2..4041ed0cf4 100644 --- a/ui/src/screens/HomeScreen/HomeScreen.jsx +++ b/ui/src/screens/HomeScreen/HomeScreen.jsx @@ -9,6 +9,7 @@ import { connect } from 'react-redux'; import { defineMessages, FormattedMessage, injectIntl } from 'react-intl'; import { Callout, Intent } from '@blueprintjs/core'; +import withRouter from 'app/withRouter' import { AnimatedCount, SearchBox, Category, Country, Schema, Statistics } from 'components/common'; import { fetchStatistics } from 'actions/index'; import { selectMetadata, selectSession, selectStatistics } from 'selectors'; @@ -207,6 +208,7 @@ const mapStateToProps = (state) => ({ }); export default compose( + withRouter, connect(mapStateToProps, { fetchStatistics }), injectIntl, )(HomeScreen); From 2882e81d9b9f6670a04b28e5a3cc38af6dec6017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:10:41 +0000 Subject: [PATCH 09/40] Bump followthemoney from 2.8.3 to 2.8.5 (#2166) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e81d85de03..6fae07ab95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Dependencies maintained by OCCRP banal==1.0.6 -followthemoney==2.8.3 +followthemoney==2.8.5 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 From 81cfe947d08933ddac48332e61aafed20e787c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:11:05 +0000 Subject: [PATCH 10/40] Bump urllib3 from 1.26.8 to 1.26.9 (#2165) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fae07ab95..1fcb9cdf60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-frontmatter==1.0.0 pyjwt >= 2.0.1, < 2.4.0 cryptography >= 36.0.0, < 37.0.0 requests[security] >= 2.25.1, < 3.0.0 -urllib3==1.26.8 +urllib3==1.26.9 tabulate==0.8.9 zipstream-new==1.1.8 From ba89bbc52d750a76d105204422d752099fb61956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:11:36 +0000 Subject: [PATCH 11/40] Bump alembic from 1.7.6 to 1.7.7 (#2161) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fcb9cdf60..e5d150a803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ Flask-Cors==3.0.10 Flask-Babel==2.0.0 flask-talisman==0.8.1 SQLAlchemy==1.4.32 -alembic==1.7.6 +alembic==1.7.7 authlib==0.15.5 elasticsearch==7.17.0 From 1217bc8fb85a13f16843124ce178392fdcc595c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:13:04 +0000 Subject: [PATCH 12/40] Bump @alephdata/followthemoney from 2.8.3 to 2.8.4 in /ui (#2151) --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 499a4b27ec..132c6384ad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "3.12.1", "private": true, "dependencies": { - "@alephdata/followthemoney": "2.8.3", + "@alephdata/followthemoney": "2.8.4", "@alephdata/react-ftm": "2.6.0", "@blueprintjs/colors": "^3.0.0", "@blueprintjs/core": "3.52.0", From 0b04846c048351568bd0eebf72292f6f40d80cc3 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Thu, 24 Mar 2022 13:55:03 +0100 Subject: [PATCH 13/40] Add French translations into Aleph --- aleph/settings.py | 2 +- aleph/translations/ar/LC_MESSAGES/aleph.mo | Bin 6056 -> 6056 bytes aleph/translations/ar/LC_MESSAGES/aleph.po | 2 +- aleph/translations/bs/LC_MESSAGES/aleph.mo | Bin 3488 -> 3488 bytes aleph/translations/bs/LC_MESSAGES/aleph.po | 2 +- aleph/translations/de/LC_MESSAGES/aleph.mo | Bin 6469 -> 6469 bytes aleph/translations/de/LC_MESSAGES/aleph.po | 2 +- aleph/translations/es/LC_MESSAGES/aleph.mo | Bin 5434 -> 5434 bytes aleph/translations/es/LC_MESSAGES/aleph.po | 2 +- aleph/translations/fr/LC_MESSAGES/aleph.po | 139 ++- aleph/translations/messages.pot | 2 +- aleph/translations/pt_BR/LC_MESSAGES/aleph.po | 2 +- aleph/translations/ru/LC_MESSAGES/aleph.mo | Bin 8015 -> 8015 bytes aleph/translations/ru/LC_MESSAGES/aleph.po | 2 +- aleph/translations/tr/LC_MESSAGES/aleph.mo | Bin 2138 -> 2138 bytes aleph/translations/tr/LC_MESSAGES/aleph.po | 2 +- ui/i18n/translations/compiled/ar.json | 144 +-- ui/i18n/translations/compiled/bs.json | 92 +- ui/i18n/translations/compiled/de.json | 86 +- ui/i18n/translations/compiled/es.json | 148 +-- ui/i18n/translations/compiled/fr.json | 1094 ++++++++--------- ui/i18n/translations/compiled/pt_BR.json | 94 +- ui/i18n/translations/raw/ar.json | 144 +-- ui/i18n/translations/raw/bs.json | 92 +- ui/i18n/translations/raw/de.json | 86 +- ui/i18n/translations/raw/es.json | 148 +-- ui/i18n/translations/raw/fr.json | 1094 ++++++++--------- ui/i18n/translations/raw/pt_BR.json | 94 +- ui/src/content/translations.json | 2 +- 29 files changed, 1742 insertions(+), 1733 deletions(-) diff --git a/aleph/settings.py b/aleph/settings.py index 14b7851ac1..70d5a01fa5 100644 --- a/aleph/settings.py +++ b/aleph/settings.py @@ -109,7 +109,7 @@ DEFAULT_LANGUAGE = env.get("ALEPH_DEFAULT_LANGUAGE", "en") # User interface -UI_LANGUAGES = ["ru", "es", "de", "en", "ar"] +UI_LANGUAGES = ["ru", "es", "de", "en", "ar", "fr"] UI_LANGUAGES = env.to_list("ALEPH_UI_LANGUAGES", UI_LANGUAGES) UI_LANGUAGES = [lang.lower().strip() for lang in UI_LANGUAGES] diff --git a/aleph/translations/ar/LC_MESSAGES/aleph.mo b/aleph/translations/ar/LC_MESSAGES/aleph.mo index 190e6ab7ab24967ec3252e49cc11fbcfb5ba7215..69b24c73950f83ee579ae9efdcd7c879eae376a7 100644 GIT binary patch delta 27 jcmZ3Xze0b*4sJeUT_Y0(Lt`r=Lu~^?gU!ddA8`W!c6$g! delta 27 jcmZ3Xze0b*4sJdpT|-j^LqjVAOKk&F, 2020\n" "Language-Team: Arabic (https://www.transifex.com/aleph/teams/76591/ar/)\n" diff --git a/aleph/translations/bs/LC_MESSAGES/aleph.mo b/aleph/translations/bs/LC_MESSAGES/aleph.mo index 12cdaa080d8f4e99ff4acf4fb03f4bb85360f972..e021a254ed266f79836592e95694fe61b9ec0dc8 100644 GIT binary patch delta 27 icmZ1=y+C?HGCQBKu91m?p|O>bp|*jc!RA7CeKr7Qh6bVl delta 27 icmZ1=y+C?HGCQA, 2019\n" "Language-Team: Bosnian (https://www.transifex.com/aleph/teams/76591/bs/)\n" diff --git a/aleph/translations/de/LC_MESSAGES/aleph.mo b/aleph/translations/de/LC_MESSAGES/aleph.mo index e1609263f102dc0362c1141cedbe89ba3720bfcf..6032dc44a0531502840ac55b2394fcfd78399efc 100644 GIT binary patch delta 27 icmX?Vbkt~r9Uq^uu91m?p|O>bp|*jc!Db)6pIiWO1_!JF delta 27 icmX?Vbkt~r9Uq^OuA!-dp`n$5rM7{o@n#>spIiWOKnJz} diff --git a/aleph/translations/de/LC_MESSAGES/aleph.po b/aleph/translations/de/LC_MESSAGES/aleph.po index b947957ca6..3fdf3d65c3 100644 --- a/aleph/translations/de/LC_MESSAGES/aleph.po +++ b/aleph/translations/de/LC_MESSAGES/aleph.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: pudo , 2020\n" "Language-Team: German (https://www.transifex.com/aleph/teams/76591/de/)\n" diff --git a/aleph/translations/es/LC_MESSAGES/aleph.mo b/aleph/translations/es/LC_MESSAGES/aleph.mo index 8f777fffc6cba8d66413c6152e218c0583a81d5f..aed226f879f546f814c1e41dea708bd10a1839e2 100644 GIT binary patch delta 27 icmdm`wM%Qm4sJeUT_Y0(Lt`r=Lu~^?gU!ddOE>{|O9$=% delta 27 icmdm`wM%Qm4sJdpT|-j^LqjVAOKk&F{|g$MWm diff --git a/aleph/translations/es/LC_MESSAGES/aleph.po b/aleph/translations/es/LC_MESSAGES/aleph.po index a76855a861..5073f5b03f 100644 --- a/aleph/translations/es/LC_MESSAGES/aleph.po +++ b/aleph/translations/es/LC_MESSAGES/aleph.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Nathan Jaccard , 2020\n" "Language-Team: Spanish (https://www.transifex.com/aleph/teams/76591/es/)\n" diff --git a/aleph/translations/fr/LC_MESSAGES/aleph.po b/aleph/translations/fr/LC_MESSAGES/aleph.po index 298c5568f1..982cc953e5 100644 --- a/aleph/translations/fr/LC_MESSAGES/aleph.po +++ b/aleph/translations/fr/LC_MESSAGES/aleph.po @@ -5,15 +5,16 @@ # # Translators: # Mathieu Morey , 2020 +# Jean-Philippe Menotti, 2022 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" -"Last-Translator: Mathieu Morey , 2020\n" +"Last-Translator: Jean-Philippe Menotti, 2022\n" "Language-Team: French (https://www.transifex.com/aleph/teams/76591/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,11 +29,11 @@ msgstr "Aleph" #: aleph/logic/entities.py:105 msgid "No schema on entity" -msgstr "" +msgstr "Pas de schéma sur l’entité" #: aleph/logic/html.py:63 msgid "[HTML removed: could not be sanitized]" -msgstr "[HTML retiré: n'a pas pu être assaini]" +msgstr "[HTML retiré : n’a pas pu être assaini]" #: aleph/logic/roles.py:59 msgid "Registration" @@ -92,7 +93,7 @@ msgstr "Déclarations réglementaires" #: aleph/model/collection.py:40 msgid "Persons of interest" -msgstr "Personnes d'intérêt" +msgstr "Personnes d’intérêt" #: aleph/model/collection.py:41 msgid "Customs declarations" @@ -104,47 +105,47 @@ msgstr "Recensement de la population" #: aleph/model/collection.py:43 msgid "Air and maritime registers" -msgstr "Registres d'immatriculation des navires et aéronefs" +msgstr "Registres d’immatriculation des navires et aéronefs" #: aleph/model/collection.py:44 msgid "Investigations" -msgstr "" +msgstr "Enquêtes" #: aleph/model/collection.py:45 msgid "Other material" -msgstr "Autres matériaux" +msgstr "Autre support" #: aleph/model/collection.py:51 msgid "not known" -msgstr "" +msgstr "inconnu" #: aleph/model/collection.py:52 msgid "not updated" -msgstr "" +msgstr "pas à jour" #: aleph/model/collection.py:53 msgid "daily" -msgstr "" +msgstr "quotidien" #: aleph/model/collection.py:54 msgid "weekly" -msgstr "" +msgstr "hebdomadaire" #: aleph/model/collection.py:55 msgid "monthly" -msgstr "" +msgstr "mensuel" #: aleph/model/collection.py:56 msgid "annual" -msgstr "" +msgstr "annuel" #: aleph/model/common.py:114 msgid "pending" -msgstr "" +msgstr "en attente" #: aleph/model/common.py:115 msgid "successful" -msgstr "" +msgstr "réussi" #: aleph/model/common.py:116 msgid "failed" @@ -152,83 +153,84 @@ msgstr "échoué" #: aleph/model/entity.py:75 msgid "Invalid entity ID" -msgstr "" +msgstr "ID entité non valable" #: aleph/model/event.py:49 msgid "New datasets" -msgstr "" +msgstr "Nouveaux ensembles de données" #: aleph/model/event.py:50 msgid "{{actor}} created {{collection}}" -msgstr "{{acteur}} a créé {{collection}}" +msgstr "{{actor}} a créé {{collection}}" #: aleph/model/event.py:57 msgid "Document uploads" -msgstr "" +msgstr "Téléchargements de documents" #: aleph/model/event.py:58 msgid "{{actor}} added {{document}} to {{collection}}" -msgstr "{{acteur}} a ajouté {{document}} à {{collection}}" +msgstr "{{actor}} a ajouté {{document}} à {{collection}}" #: aleph/model/event.py:65 msgid "Entities generated" -msgstr "" +msgstr "Entités générées" #: aleph/model/event.py:66 msgid "{{actor}} generated entities from {{table}} in {{collection}}" -msgstr "" +msgstr "{{actor}} a généré des entités de {{table}} dans {{collection}}" #: aleph/model/event.py:75 msgid "New network diagram" -msgstr "" +msgstr "Nouveau diagramme de réseau" #: aleph/model/event.py:76 msgid "{{actor}} began diagramming {{diagram}} in {{collection}}" msgstr "" +"{{actor}} a commencé à créer le diagramme {{diagram}} dans {{collection}}" #: aleph/model/event.py:85 msgid "New diagrams and lists" -msgstr "" +msgstr "Nouveaux diagrammes et listes" #: aleph/model/event.py:86 msgid "{{actor}} created {{entityset}} in {{collection}}" -msgstr "" +msgstr "{{actor}} a créé {{entityset}} dans {{collection}}" #: aleph/model/event.py:93 msgid "Alert notifications" -msgstr "" +msgstr "Notifications d’alerte" #: aleph/model/event.py:94 msgid "{{entity}} matches your alert for {{alert}}" -msgstr "{{entite}} correspond à votre alerte pour {{alerte}}" +msgstr "{{entity}} correspond à votre alerte pour {{alert}}" #: aleph/model/event.py:101 msgid "Dataset access change" -msgstr "" +msgstr "Changement d’accès à l’ensemble de données" #: aleph/model/event.py:102 msgid "{{actor}} gave {{role}} access to {{collection}}" -msgstr "{{acteur}} a donné l'accès {{role}} à {{collection}}" +msgstr "{{actor}} a donné à {{role}} accès à {{collection}}" #: aleph/model/event.py:111 msgid "Dataset published" -msgstr "" +msgstr "Ensemble de données publié" #: aleph/model/event.py:112 msgid "{{actor}} published {{collection}}" -msgstr "" +msgstr "{{actor}} a publié {{collection}}" #: aleph/model/event.py:119 msgid "Exports completed" -msgstr "" +msgstr "Exports terminés" #: aleph/model/event.py:120 msgid "{{export}} is ready for download" -msgstr "" +msgstr "{{export}} est prêt au téléchargement" #: aleph/search/__init__.py:52 msgid "No schema is specified for the query." -msgstr "Aucun schéma n'est spécifié pour la requête." +msgstr "Aucun schéma n’est spécifié pour la requête." #: aleph/templates/email/export.html:5 msgid "" @@ -236,6 +238,9 @@ msgid "" " The following export is ready for download:\n" " " msgstr "" +"\n" +" L’export suivant est prêt à être téléchargé :\n" +" " #: aleph/templates/email/export.html:13 #, python-format @@ -245,6 +250,10 @@ msgid "" " Browse all of your available exports here:\n" " " msgstr "" +"\n" +" Ce lien de téléchargement expirera le %(expiration_date)s.\n" +" Parcourez tous vos exports disponibles ici :\n" +" " #: aleph/templates/email/layout.html:45 #, python-format @@ -254,8 +263,8 @@ msgid "" " " msgstr "" "\n" -"  Cher %(name)s,\n" -" " +" %(name)s,\n" +" " #: aleph/templates/email/layout.html:53 #, python-format @@ -265,8 +274,8 @@ msgid "" " " msgstr "" "\n" -"  Ce courriel a été envoyé par %(app_title)s\n" -" " +" Ce courriel a été envoyé par %(app_title)s\n" +" " #: aleph/templates/email/notifications.html:5 #, python-format @@ -277,9 +286,9 @@ msgid "" " " msgstr "" "\n" -" Vous avez %(total_count)s notifications en attente. Voici les dernières\n" -" mises à jour qui pourraient vous intéresser:\n" -" " +" Vous avez %(total_count)s notifications en attente. Voici les dernières\n" +" mises à jour qui pourraient vous intéresser :\n" +" " #: aleph/templates/email/notifications.html:16 msgid "" @@ -288,8 +297,8 @@ msgid "" " " msgstr "" "\n" -"  Parcourez et gérez toutes vos notifications ici:\n" -" " +" Parcourez et gérez toutes vos notifications ici :\n" +" " #: aleph/templates/email/registration_code.html:5 #, python-format @@ -299,60 +308,60 @@ msgid "" " " msgstr "" "\n" -" Pour terminer votre enregistrement, veuillez visiter notre page d'inscription.\n" -" " +" Pour terminer votre enregistrement, veuillez visiter notre page d’inscription.\n" +" " #: aleph/validation/formats.py:19 msgid "Invalid user locale." -msgstr "Locale utilisateur invalide." +msgstr "Emplacement utilisateur non valable." #: aleph/validation/formats.py:27 #, python-format msgid "Invalid entity ID: %s" -msgstr "" +msgstr "ID entité non valable : %s" #: aleph/validation/formats.py:35 msgid "Invalid category." -msgstr "Catégorie invalide." +msgstr "Catégorie non valable." #: aleph/validation/formats.py:42 msgid "Invalid frequency." -msgstr "" +msgstr "Fréquence non valable." #: aleph/validation/formats.py:49 msgid "Invalid set type." -msgstr "" +msgstr "Type défini non valable" #: aleph/validation/formats.py:56 msgid "Invalid URL." -msgstr "URL invalide." +msgstr "URL non valable." #: aleph/validation/formats.py:64 msgid "Invalid language code." -msgstr "Code de langue invalide." +msgstr "Code de langue non valable." #: aleph/validation/formats.py:72 #, python-format msgid "Invalid country code: %s" -msgstr "Code pays invalide: %s" +msgstr "Code pays non valable : %s" #: aleph/validation/formats.py:81 #, python-format msgid "Invalid schema name: %s" -msgstr "Nom de schéma invalide: %s" +msgstr "Nom de schéma non valable : %s" #: aleph/validation/formats.py:89 #, python-format msgid "Invalid date: %s" -msgstr "Date invalide: %s" +msgstr "Date non valable : %s" #: aleph/views/base_api.py:214 msgid "You are not authorized to do this." -msgstr "Vous n'êtes pas autorisé à faire ceci." +msgstr "Vous n’êtes pas autorisé à réaliser cette action." #: aleph/views/base_api.py:223 msgid "This path does not exist." -msgstr "Ce chemin n'existe pas." +msgstr "Ce chemin n’existe pas." #: aleph/views/base_api.py:230 msgid "Internal server error." @@ -360,16 +369,16 @@ msgstr "Erreur interne du serveur." #: aleph/views/base_api.py:244 msgid "Access token is invalid." -msgstr "Le jeton d'accès est invalide." +msgstr "Le jeton d’accès est non valable." #: aleph/views/entities_api.py:172 #, python-format msgid "Search: %s" -msgstr "" +msgstr "Rechercher : %s" #: aleph/views/entitysets_api.py:216 msgid "Only diagrams can be embedded!" -msgstr "" +msgstr "Seuls des diagrammes peuvent être intégrés." #: aleph/views/roles_api.py:61 msgid "prefix filter is too short" @@ -377,7 +386,7 @@ msgstr "le filtre de préfixe est trop court" #: aleph/views/roles_api.py:106 msgid "To proceed, please check your email." -msgstr "Pour continuer, veuillez vérifier votre boîte mail." +msgstr "Pour continuer, veuillez vérifier votre boîte de réception." #: aleph/views/roles_api.py:139 msgid "Invalid code" @@ -385,7 +394,7 @@ msgstr "Code invalide" #: aleph/views/roles_api.py:145 msgid "Email is already registered" -msgstr "L'adresse mail est déjà enregistrée" +msgstr "L’adresse e-mail est déjà enregistrée" #: aleph/views/roles_api.py:232 msgid "Incorrect password." @@ -393,11 +402,11 @@ msgstr "Mot de passe incorrect." #: aleph/views/sessions_api.py:61 msgid "Invalid user or password." -msgstr "Nom d'utilisateur ou mot de passe invalide." +msgstr "Nom d’utilisateur ou mot de passe non valable." #: aleph/views/sessions_api.py:95 msgid "Authentication has failed." -msgstr "L'authentification a échoué." +msgstr "L’authentification a échoué." #: aleph/views/util.py:76 msgid "Error during data validation" diff --git a/aleph/translations/messages.pot b/aleph/translations/messages.pot index abdc89c481..8f5459fb9e 100644 --- a/aleph/translations/messages.pot +++ b/aleph/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/aleph/translations/pt_BR/LC_MESSAGES/aleph.po b/aleph/translations/pt_BR/LC_MESSAGES/aleph.po index 70139671fd..9e435185d6 100644 --- a/aleph/translations/pt_BR/LC_MESSAGES/aleph.po +++ b/aleph/translations/pt_BR/LC_MESSAGES/aleph.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Laura M , 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/aleph/teams/76591/pt_BR/)\n" diff --git a/aleph/translations/ru/LC_MESSAGES/aleph.mo b/aleph/translations/ru/LC_MESSAGES/aleph.mo index 3b4f555f5d9542def8bf92eb0704a8ac6717b4fa..89369a43282ea03528982c300e45e0a01c8902f6 100644 GIT binary patch delta 27 icmX?aciwJ8E+3zbp|*jc!RBhdD*^y{=m-}8 delta 27 icmX?aciwJ8E+3zfuA!-dp`n$5rM7{o@#bp2D*^y|A_yS> diff --git a/aleph/translations/ru/LC_MESSAGES/aleph.po b/aleph/translations/ru/LC_MESSAGES/aleph.po index cf949b35a9..b3b9826a55 100644 --- a/aleph/translations/ru/LC_MESSAGES/aleph.po +++ b/aleph/translations/ru/LC_MESSAGES/aleph.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: jen occrp, 2021\n" "Language-Team: Russian (https://www.transifex.com/aleph/teams/76591/ru/)\n" diff --git a/aleph/translations/tr/LC_MESSAGES/aleph.mo b/aleph/translations/tr/LC_MESSAGES/aleph.mo index 2afed7fea816620dde8017b282582f827f9a8b9b..8a1a6956bd1d72fe3c30dda68bc31e9c7f26df2e 100644 GIT binary patch delta 27 icmca5a7$oA0}G$Au91m?p|O>bp|*jc!R9`eGt2;V2?x#q delta 27 icmca5a7$oA0}G##uA!-dp`n$5rM7{o@#a33Gt2;VLkHLZ diff --git a/aleph/translations/tr/LC_MESSAGES/aleph.po b/aleph/translations/tr/LC_MESSAGES/aleph.po index fea7c70412..51d2db3438 100644 --- a/aleph/translations/tr/LC_MESSAGES/aleph.po +++ b/aleph/translations/tr/LC_MESSAGES/aleph.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-15 11:09+0530\n" +"POT-Creation-Date: 2022-03-24 13:21+0100\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Pinar Dag , 2018\n" "Language-Team: Turkish (https://www.transifex.com/aleph/teams/76591/tr/)\n" diff --git a/ui/i18n/translations/compiled/ar.json b/ui/i18n/translations/compiled/ar.json index 605337207b..6628f2109c 100644 --- a/ui/i18n/translations/compiled/ar.json +++ b/ui/i18n/translations/compiled/ar.json @@ -76,7 +76,7 @@ "collection.edit.permissionstable.view": "عرض", "collection.edit.save_button": "حفظ التغييرات", "collection.edit.save_success": "تم حفظ التغييرات", - "collection.edit.title": "Settings", + "collection.edit.title": "الإعدادات", "collection.edit.users": "المستخدمون", "collection.foreign_id": "هوية غير معروفة", "collection.frequency": "تحديث", @@ -87,28 +87,28 @@ "collection.index.placeholder": "البحث في مجموعات البيانات ...", "collection.index.title": "مجموعات البيانات", "collection.info.access": "مشاركة", - "collection.info.browse": "Documents", + "collection.info.browse": "الوثائق/ المستندات", "collection.info.delete": "حذف قاعدة بيانات", "collection.info.delete_casefile": "Delete investigation", "collection.info.diagrams": "مخططات الشبكة", "collection.info.diagrams_description": "Network diagrams let you visualize complex relationships within an investigation.", - "collection.info.documents": "Documents", + "collection.info.documents": "الوثائق/ المستندات", "collection.info.edit": "الإعدادات", - "collection.info.entities": "Entities", + "collection.info.entities": "كيانات", "collection.info.lists": "Lists", "collection.info.lists_description": "Lists let you organize and group related entities of interest.", "collection.info.mappings": "Entity mappings", "collection.info.mappings_description": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document", - "collection.info.mentions": "Mentions", + "collection.info.mentions": "تذكير", "collection.info.mentions_description": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.", - "collection.info.overview": "Overview", + "collection.info.overview": "نظرة عامة", "collection.info.reindex": "أعد فهرسة كل المحتوى", "collection.info.reingest": "إعادة استيعاب المستندات", - "collection.info.search": "Search", + "collection.info.search": "بحث", "collection.info.source_documents": "Source documents", "collection.info.timelines": "Timelines", "collection.info.timelines_description": "Timelines are a way to view and organize events chronologically.", - "collection.info.xref": "Cross-reference", + "collection.info.xref": "تطابق", "collection.info.xref_description": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.", "collection.info_url": "رابط المعلومات", "collection.last_updated": "اخر تاريخ تحذيث", @@ -159,11 +159,11 @@ "dashboard.title": "حالة النظام", "dashboard.workspace": "مكان العمل", "dataset.search.placeholder": "Search this dataset", - "diagram.create.button": "New diagram", - "diagram.create.label_placeholder": "Untitled diagram", - "diagram.create.login": "You must log in to create a diagram", - "diagram.create.success": "Your diagram has been created successfully.", - "diagram.create.summary_placeholder": "A brief description of the diagram", + "diagram.create.button": "رسم تخطيطي جديد", + "diagram.create.label_placeholder": "رسم تخطيطي بدون عنوان", + "diagram.create.login": "يجب عليك تسجيل الدخول لإنشاء رسم تخطيطي", + "diagram.create.success": "تم إنشاء الرسم التخطيطي الخاص بك بنجاح.", + "diagram.create.summary_placeholder": "وصف موجز للرسم البياني", "diagram.create.title": "Create a diagram", "diagram.embed.error": "Error generating diagram embed", "diagram.export.embed.description": "Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.", @@ -175,28 +175,28 @@ "diagram.export.svg": "Export as SVG", "diagram.export.svg.description": "Download a vector graphic with the contents of the diagram.", "diagram.export.title": "Export options", - "diagram.import.button": "Import diagram", + "diagram.import.button": "استيراد الرسم التخطيطي", "diagram.import.placeholder": "Drop a .ftm or .vis file here or click to import an existing diagram", "diagram.import.title": "استيراد رسم بياني من الشبكة", "diagram.render.error": "Error rendering diagram", - "diagram.selector.create": "Create a new diagram", + "diagram.selector.create": "قم بإنشاء رسم بياني جديد", "diagram.selector.select_empty": "No existing diagram", - "diagram.update.label_placeholder": "Untitled diagram", + "diagram.update.label_placeholder": "رسم تخطيطي بدون عنوان", "diagram.update.success": "Your diagram has been updated successfully.", - "diagram.update.summary_placeholder": "A brief description of the diagram", - "diagram.update.title": "Diagram settings", - "diagrams": "Diagrams", + "diagram.update.summary_placeholder": "وصف موجز للرسم البياني", + "diagram.update.title": "إعدادات الرسم البياني", + "diagrams": "الرسوم البيانية", "diagrams.description": "Network diagrams let you visualize complex relationships within an investigation.", "diagrams.no_diagrams": "لا توجد رسوم بيانية للشبكة.", "diagrams.title": "رسوم بيانية الشبكة", "document.download": "تحميل", - "document.download.cancel": "Cancel", - "document.download.confirm": "Download", + "document.download.cancel": "الغاء", + "document.download.confirm": "تحميل", "document.download.dont_warn": "Don't warn me in the future when downloading source documents", "document.download.tooltip": "تحميل المستند/ الملف الأصلي", "document.download.warning": "You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.", "document.folder.error": "حدث خطأ أثناء إنشاء المجلد.", - "document.folder.new": "New folder", + "document.folder.new": "مجلد جديد", "document.folder.save": "إنشاء", "document.folder.title": "مجلد جديد", "document.folder.untitled": "عنوان المجلد", @@ -205,7 +205,7 @@ "document.pdf.search.page": "الصفحة {page}", "document.search.no_match": "لا توجد صفحة واحدة في هذا المستند تتطابق مع جميع مصطلحات البحث الخاصة بك", "document.upload.button": "تحميل", - "document.upload.cancel": "Cancel", + "document.upload.cancel": "الغاء", "document.upload.close": "Close", "document.upload.errors": "Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.", "document.upload.files": "اختر الملفات المراد تحميلها...", @@ -232,7 +232,7 @@ "entity.document.manager.empty": "لا توجد ملفات أو فهرس", "entity.document.manager.emptyCanUpload": "لا توجد ملفات أو فهارس. نزل الملفات هنا أو انقر للتحميل", "entity.document.manager.search_placeholder": "البحث عن الملفات", - "entity.document.manager.search_placeholder_document": "Search in {label}", + "entity.document.manager.search_placeholder_document": "بحث في {label}", "entity.info.attachments": "مرفقات", "entity.info.documents": "الوثائق/ المستندات", "entity.info.info": "معلومات", @@ -242,16 +242,16 @@ "entity.info.text": "النص", "entity.info.view": "عرض", "entity.info.workbook_warning": "This sheet is part of workbook {link}", - "entity.manager.bulk_import.description.1": "Select a table below from which to import new {schema} entities.", - "entity.manager.bulk_import.description.2": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities.", - "entity.manager.bulk_import.description.3": "Don't see the table you're looking for? {link}", + "entity.manager.bulk_import.description.1": "حدد جدولاً أدناه ليتم استيراد كيانات {schema} الجديدة منه.", + "entity.manager.bulk_import.description.2": "بمجرد الاختيار، ستتم مطالبتك بتعيين أعمدة من هذا الجدول إلى خصائص الكيانات التي تم إنشاؤها", + "entity.manager.bulk_import.description.3": "هل تجد الجدول الذي تبحث عنه؟ {link}", "entity.manager.bulk_import.link_text": "Upload a new table document", "entity.manager.bulk_import.no_results": "لم يتم العثور على مستندات مطابقة", "entity.manager.bulk_import.placeholder": "حدد جدول المستند", - "entity.manager.delete": "Delete", + "entity.manager.delete": "حذف", "entity.manager.edge_create_success": "تم ربط {source} و {target} بنجاح", "entity.manager.entity_set_add_success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entity.manager.remove": "Remove", + "entity.manager.remove": "إزالة", "entity.manager.search_empty": "لم يتم العثور على نتائج مطابقة لـ {schema}", "entity.manager.search_placeholder": "بحث في {schema}", "entity.mapping.view": "إنشاء كيانات", @@ -261,7 +261,7 @@ "entity.references.no_results_default": "No entities match this search.", "entity.references.search.placeholder": "Search in {schema}", "entity.references.search.placeholder_default": "Search entities", - "entity.remove.confirm": "Remove", + "entity.remove.confirm": "إزالة", "entity.remove.error": "An error occured while attempting to remove this entity.", "entity.remove.progress": "Removing...", "entity.remove.question.multiple": "Are you sure you want to remove the following {count, plural, one {item} other {items}}?", @@ -272,15 +272,15 @@ "entity.similar.empty": "لا توجد كيانات مشابهة", "entity.similar.entity": "Similar entity", "entity.similar.found_text": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}", - "entity.status.error": "Error saving", - "entity.status.in_progress": "Saving...", - "entity.status.success": "Saved", + "entity.status.error": "خطأ في الحفظ", + "entity.status.in_progress": "جاري الحفظ", + "entity.status.success": "تم الحفط", "entity.tags.no_tags": "لم تستخرج أي محددات من هذا الكيان", "entity.viewer.add_link": "إنشاء رابط", "entity.viewer.add_to": "Add to...", "entity.viewer.bulk_import": "إدخال بالجملة", - "entity.viewer.search_placeholder": "Search in {label}", - "entitySet.last_updated": "Updated {date}", + "entity.viewer.search_placeholder": "بحث في {label}", + "entitySet.last_updated": "تم التحديث {date}", "entityset.choose.name": "عنوان", "entityset.choose.summary": "ملخص", "entityset.create.collection": "Investigation", @@ -297,28 +297,28 @@ "entityset.info.export": "تصدير", "entityset.selector.placeholder": "Search existing", "entityset.selector.success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entityset.selector.success_toast_button": "View", + "entityset.selector.success_toast_button": "عرض", "entityset.selector.title": "Add {firstCaption} {titleSecondary} to...", "entityset.selector.title_default": "Add entities to...", "entityset.selector.title_other": "and {count} other {count, plural, one {entity} other {entities}}", - "entityset.update.submit": "Save changes", + "entityset.update.submit": "حفظ التغييرات", "error.screen.not_found": " لا يمكن العثور على الصفحة المطلوبة", "export.dialog.text": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.", - "exports.dialog.cancel": "Cancel", - "exports.dialog.confirm": "Export", + "exports.dialog.cancel": "الغاء", + "exports.dialog.confirm": "تصدير", "exports.dialog.dashboard_link": "View progress", "exports.dialog.success": "Your export has begun.", "exports.expiration": "Expiration", "exports.manager.description": "Below is a list of your exports. Make sure to download them before they expire.", - "exports.name": "Name", + "exports.name": "الاسم", "exports.no_exports": "You have no exports to download", - "exports.size": "Size", + "exports.size": "الحجم", "exports.status": "Status", "exports.title": "Exports ready for download", "facet.addresses": "{count, plural, zero {عناوين} one {عنوان} two {عناوين} few {عناوين} many {عناوين} other {عناوين}}", - "facet.caption": "Name", + "facet.caption": "الاسم", "facet.category": "{count, plural, zero {فئات} one {فئة} two {فئات} few {فئات} many {فئات} other {فئات}}", - "facet.collection_id": "Dataset", + "facet.collection_id": "مجموعة البيانات", "facet.countries": "{count, plural, zero {دول} one {دولة} two {دول} few {دول} many {دول} other {دول}}", "facet.dates": "{count, plural, one {Date} other {Dates}}", "facet.emails": "{count, plural, zero {إيميلات} one {ايميل} two {إيميلات} few {إيميلات} many {إيميلات} other {إيميلات}}", @@ -351,12 +351,12 @@ "hotkeys.search.different": "Preview previous result", "hotkeys.search.group_label": "Search preview", "hotkeys.search.unsure": "Preview next result", - "hotkeys.search_focus": "Search", + "hotkeys.search_focus": "بحث", "infoMode.collection_casefile": "Investigation", - "infoMode.collection_dataset": "Dataset", + "infoMode.collection_dataset": "مجموعة البيانات", "infoMode.createdAt": "Created at", "infoMode.creator": "Created by", - "infoMode.updatedAt": "Last updated", + "infoMode.updatedAt": "آخر تحديث", "investigation.mentions.empty": "There are no mentions yet in this investigation.", "investigation.overview.guides": "Read more", "investigation.overview.guides.access": "Managing access", @@ -420,7 +420,7 @@ "mapping.entityAssign.noResults": "لا توجد مواضيع مطابقة متاحة", "mapping.entityAssign.placeholder": "حدد موضوع", "mapping.entity_set_select": "Select a List or Diagram", - "mapping.entityset.remove": "Remove", + "mapping.entityset.remove": "إزالة", "mapping.error.keyMissing": "خطأ رئيسي: يجب أن يحتوي {id} الكيان على مفتاح واحد على الأقل", "mapping.error.relationshipMissing": "خطأ في العلاقة: {id} يجب أن يكون للكيان {source} و {target} معين", "mapping.flush.cancel": "الغاء", @@ -433,7 +433,7 @@ "mapping.import.success": "تم استيراد بحثك الكامل بنجاح", "mapping.import.title": "استيراد البحث الشامل", "mapping.info": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}", - "mapping.info.link": "Aleph data mapping documentation", + "mapping.info.link": "آلف لتوثيق بيانات البحث الشامل", "mapping.keyAssign.additionalHelpText": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.", "mapping.keyAssign.additionalHelpToggle.less": "أقل", "mapping.keyAssign.additionalHelpToggle.more": "المزيد عن المفاتيح", @@ -475,7 +475,7 @@ "nav.settings": "الإعدادات", "nav.signin": "تسجيل الدخول", "nav.signout": "تسجيل الخروج", - "nav.status": "System status", + "nav.status": "حالة النظام", "nav.timelines": "Timelines", "nav.view_notifications": "إشعارات", "navbar.alert_add": "اضغط لتلقي تنبيهات حول النتائج الجديدة بخصوص هذا البحث", @@ -484,7 +484,7 @@ "notifications.greeting": "ما الجديد {role}؟", "notifications.no_notifications": "ليس لديك إشعارات غير مرئية", "notifications.title": "اشعارات حديثة", - "notifications.type_filter.all": "All", + "notifications.type_filter.all": "الكل", "pages.not.found": "الصفحة غير موجودة", "pass.auth.not_same": "كلمات السر الخاصة بك ليست هي نفسها!", "password_auth.activate": "تفعيل", @@ -526,7 +526,7 @@ "search.advanced.all.label": "All of these words (Default)", "search.advanced.any.helptext": "Results containing any of the given terms will be returned", "search.advanced.any.label": "Any of these words", - "search.advanced.clear": "Clear all", + "search.advanced.clear": "حذف الكل", "search.advanced.exact.helptext": "Only results with this exact word or phrase will be returned", "search.advanced.exact.label": "This exact word/phrase", "search.advanced.none.helptext": "Exclude results with these words", @@ -536,7 +536,7 @@ "search.advanced.proximity.label": "Terms in proximity to each other", "search.advanced.proximity.term": "First term", "search.advanced.proximity.term2": "Second term", - "search.advanced.submit": "Search", + "search.advanced.submit": "بحث", "search.advanced.title": "Advanced Search", "search.advanced.variants.distance": "Letters different", "search.advanced.variants.helptext": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.", @@ -547,7 +547,7 @@ "search.columns.configure": "Configure columns", "search.columns.configure_placeholder": "Search for a column...", "search.config.groups": "Property groups", - "search.config.properties": "Properties", + "search.config.properties": "الخصائص", "search.config.reset": "Reset to default", "search.facets.clearDates": "Clear", "search.facets.configure": "Configure filters", @@ -565,9 +565,9 @@ "search.loading": "Loading...", "search.no_results_description": "حاول أن تجعل بحثك أكثر عمومية", "search.no_results_title": "لم يتم العثور على نتائج", - "search.placeholder": "Search companies, people and documents", + "search.placeholder": "ابحث عن شركات وأشخاص ومستندات", "search.placeholder_default": "Search…", - "search.placeholder_label": "Search in {label}", + "search.placeholder_label": "بحث في {label}", "search.screen.dates.show-all": "* Showing all date filter options. { button } to view recent dates only.", "search.screen.dates.show-hidden": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range.", "search.screen.dates.show-hidden.click": "Click here", @@ -578,7 +578,7 @@ "search.screen.export_disabled_empty": "No results to export.", "search.screen.export_helptext": "Export results", "search.title": "Search: {title}", - "search.title_emptyq": "Search", + "search.title_emptyq": "بحث", "settings.api_key": "مفتاح API الوصول السري ", "settings.confirm": "(تأكيد)", "settings.current_explain": "أدخل كلمة المرور الحالية لتعيين كلمة مرور جديدة.", @@ -597,26 +597,26 @@ "settings.saved": "إنه رسمي، يتم تحديث ملفك الشخصي.", "settings.title": "الإعدادات", "sidebar.open": "توسيع النطاق", - "signup.activate": "Activate your account", + "signup.activate": "فعل حسابك", "signup.inbox.desc": "لقد أرسلنا لك بريدًا إلكترونيًا ، يرجى اتباع الرابط لإتمام عملية التسجيل", "signup.inbox.title": "تحقق من بريدك الوارد", "signup.login": "هل لديك حساب؟ تسجيل الدخول!", "signup.register": "تسجيل", "signup.register.question": "ليس لديك حساب؟ سجل!", - "signup.title": "Sign in", - "sorting.bar.button.label": "Show:", - "sorting.bar.caption": "Title", - "sorting.bar.collection_id": "Dataset", - "sorting.bar.count": "Size", - "sorting.bar.countries": "Countries", - "sorting.bar.created_at": "Creation Date", - "sorting.bar.date": "Date", - "sorting.bar.dates": "Dates", + "signup.title": "تسجيل الدخول", + "sorting.bar.button.label": "إظهار", + "sorting.bar.caption": "العنوان", + "sorting.bar.collection_id": "مجموعة البيانات", + "sorting.bar.count": "الحجم", + "sorting.bar.countries": "الدول", + "sorting.bar.created_at": "انشاء تاريخ", + "sorting.bar.date": "التاريخ", + "sorting.bar.dates": "تواريخ ", "sorting.bar.direction": "اتجاه:", "sorting.bar.endDate": "End date", - "sorting.bar.label": "Title", - "sorting.bar.sort": "Sort by:", - "sorting.bar.updated_at": "Update Date", + "sorting.bar.label": "العنوان", + "sorting.bar.sort": "ترتيب حسب:", + "sorting.bar.updated_at": "تحديث التاريخ", "sources.index.empty": "This group is not linked to any datasets or investigations.", "sources.index.placeholder": "Search for a dataset or investigation belonging to {group}...", "status.no_collection": "Other tasks", @@ -627,10 +627,10 @@ "timeline.button.collapse": "Show collapsed view", "timeline.button.show_full": "Show detailed view", "timeline.create.button": "New timeline", - "timeline.create.cancel": "Delete", + "timeline.create.cancel": "حذف", "timeline.create.label_placeholder": "Untitled timeline", "timeline.create.login": "You must log in to create a timeline", - "timeline.create.submit": "Create", + "timeline.create.submit": "إنشاء", "timeline.create.success": "Your timeline has been created successfully.", "timeline.create.summary_placeholder": "A brief description of the timeline", "timeline.create.title": "Create a timeline", @@ -665,6 +665,6 @@ "xref.recompute": "إعادة الحساب", "xref.score": "نتيجة", "xref.sort.default": "Default", - "xref.sort.label": "Sort by:", + "xref.sort.label": "ترتيب حسب:", "xref.sort.random": "Random" } \ No newline at end of file diff --git a/ui/i18n/translations/compiled/bs.json b/ui/i18n/translations/compiled/bs.json index 82cade110a..89706b3bbc 100644 --- a/ui/i18n/translations/compiled/bs.json +++ b/ui/i18n/translations/compiled/bs.json @@ -21,7 +21,7 @@ "case.language_placeholder": "Select languages", "case.languages.helper": "Used for optical text recognition in non-Latin alphabets.", "case.save": "Sačuvaj", - "case.share.with": "Share with", + "case.share.with": "Podijeli sa", "case.summary": "A brief description of the investigation", "case.title": "Create an investigation", "case.users": "Pretraži korisnike", @@ -43,7 +43,7 @@ "collection.delete.cancel": "Otkaži", "collection.delete.confirm": "Izbriši", "collection.delete.question": "Are you sure you want to delete {collectionLabel} and all contained items?", - "collection.edit.access_title": "Access control", + "collection.edit.access_title": "Kontrola pristupa", "collection.edit.cancel_button": "Otkaži", "collection.edit.groups": "Grupe", "collection.edit.info.analyze": "Re-process", @@ -76,7 +76,7 @@ "collection.edit.permissionstable.view": "Pregled", "collection.edit.save_button": "Sačuvaj izmjene", "collection.edit.save_success": "Vaše izmjene su sačuvane.", - "collection.edit.title": "Settings", + "collection.edit.title": "Podešavanja", "collection.edit.users": "Korisnici", "collection.foreign_id": "Foreign ID", "collection.frequency": "Updates", @@ -101,14 +101,14 @@ "collection.info.mappings_description": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document", "collection.info.mentions": "Mentions", "collection.info.mentions_description": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.", - "collection.info.overview": "Overview", + "collection.info.overview": "Sažetak", "collection.info.reindex": "Re-index all content", "collection.info.reingest": "Re-ingest documents", - "collection.info.search": "Search", + "collection.info.search": "Pretraži", "collection.info.source_documents": "Source documents", "collection.info.timelines": "Timelines", "collection.info.timelines_description": "Timelines are a way to view and organize events chronologically.", - "collection.info.xref": "Cross-reference", + "collection.info.xref": "Povezane reference", "collection.info.xref_description": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.", "collection.info_url": "Information URL", "collection.last_updated": "Last updated {date}", @@ -145,7 +145,7 @@ "collection.xref.text": "You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.", "collection.xref.title": "Povezane reference", "dashboard.activity": "Activity", - "dashboard.alerts": "Alerts", + "dashboard.alerts": "Pretplata", "dashboard.cases": "Investigations", "dashboard.diagrams": "Network diagrams", "dashboard.exports": "Exports", @@ -190,13 +190,13 @@ "diagrams.no_diagrams": "There are no network diagrams.", "diagrams.title": "Network diagrams", "document.download": "Preuzmi", - "document.download.cancel": "Cancel", - "document.download.confirm": "Download", + "document.download.cancel": "Otkaži", + "document.download.confirm": "Preuzmi", "document.download.dont_warn": "Don't warn me in the future when downloading source documents", "document.download.tooltip": "Preuzmi originalni dokument", "document.download.warning": "You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.", "document.folder.error": "There was an error creating the folder.", - "document.folder.new": "New folder", + "document.folder.new": "Nova datoteka", "document.folder.save": "Kreiraj", "document.folder.title": "Nova datoteka", "document.folder.untitled": "Naziv foldera", @@ -205,7 +205,7 @@ "document.pdf.search.page": "Page {page}", "document.search.no_match": "No single page within this document matches all your search terms.", "document.upload.button": "Unos", - "document.upload.cancel": "Cancel", + "document.upload.cancel": "Otkaži", "document.upload.close": "Close", "document.upload.errors": "Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.", "document.upload.files": "Izaberi fajlove za unos...", @@ -217,7 +217,7 @@ "document.upload.retry": "Retry", "document.upload.save": "Unos", "document.upload.summary": "{numberOfFiles, number} files, {totalSize}", - "document.upload.title": "Upload documents", + "document.upload.title": "Unos dokumenata", "document.upload.title_in_folder": "Upload documents to {folder}", "document.viewer.ignored_file": "Sistem ne podržava ovaj tip dokumenta. Molimo vas da ga preuzmete kako bi bili u mogućnosti da ga vidite.", "document.viewer.no_viewer": "Pregled ovog dokumenta nije dostupan", @@ -233,13 +233,13 @@ "entity.document.manager.emptyCanUpload": "No files or directories. Drop files here or click to upload.", "entity.document.manager.search_placeholder": "Search documents", "entity.document.manager.search_placeholder_document": "Search in {label}", - "entity.info.attachments": "Attachments", + "entity.info.attachments": "Prilozi", "entity.info.documents": "Documents", - "entity.info.info": "Info", + "entity.info.info": "Informacije", "entity.info.last_view": "Last viewed {time}", "entity.info.similar": "Slično", "entity.info.tags": "Mentions", - "entity.info.text": "Text", + "entity.info.text": "Tekst", "entity.info.view": "Pregled", "entity.info.workbook_warning": "This sheet is part of workbook {link}", "entity.manager.bulk_import.description.1": "Select a table below from which to import new {schema} entities.", @@ -248,10 +248,10 @@ "entity.manager.bulk_import.link_text": "Upload a new table document", "entity.manager.bulk_import.no_results": "No matching documents found", "entity.manager.bulk_import.placeholder": "Select a table document", - "entity.manager.delete": "Delete", + "entity.manager.delete": "Izbriši", "entity.manager.edge_create_success": "Successfully linked {source} and {target}", "entity.manager.entity_set_add_success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entity.manager.remove": "Remove", + "entity.manager.remove": "Ukloni", "entity.manager.search_empty": "No matching {schema} results found", "entity.manager.search_placeholder": "Search {schema}", "entity.mapping.view": "Generate entities", @@ -261,7 +261,7 @@ "entity.references.no_results_default": "No entities match this search.", "entity.references.search.placeholder": "Search in {schema}", "entity.references.search.placeholder_default": "Search entities", - "entity.remove.confirm": "Remove", + "entity.remove.confirm": "Ukloni", "entity.remove.error": "An error occured while attempting to remove this entity.", "entity.remove.progress": "Removing...", "entity.remove.question.multiple": "Are you sure you want to remove the following {count, plural, one {item} other {items}}?", @@ -280,7 +280,7 @@ "entity.viewer.add_to": "Add to...", "entity.viewer.bulk_import": "Bulk import", "entity.viewer.search_placeholder": "Search in {label}", - "entitySet.last_updated": "Updated {date}", + "entitySet.last_updated": "Ažurirano {date}", "entityset.choose.name": "Title", "entityset.choose.summary": "Opis", "entityset.create.collection": "Investigation", @@ -297,26 +297,26 @@ "entityset.info.export": "Export", "entityset.selector.placeholder": "Search existing", "entityset.selector.success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entityset.selector.success_toast_button": "View", + "entityset.selector.success_toast_button": "Pregled", "entityset.selector.title": "Add {firstCaption} {titleSecondary} to...", "entityset.selector.title_default": "Add entities to...", "entityset.selector.title_other": "and {count} other {count, plural, one {entity} other {entities}}", - "entityset.update.submit": "Save changes", + "entityset.update.submit": "Sačuvaj izmjene", "error.screen.not_found": "Tražena stranica nije pronađena.", "export.dialog.text": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.", - "exports.dialog.cancel": "Cancel", + "exports.dialog.cancel": "Otkaži", "exports.dialog.confirm": "Export", "exports.dialog.dashboard_link": "View progress", "exports.dialog.success": "Your export has begun.", "exports.expiration": "Expiration", "exports.manager.description": "Below is a list of your exports. Make sure to download them before they expire.", - "exports.name": "Name", + "exports.name": "Ime", "exports.no_exports": "You have no exports to download", - "exports.size": "Size", + "exports.size": "Veličina", "exports.status": "Status", "exports.title": "Exports ready for download", "facet.addresses": "{count, plural, one {Address} other {Addresses}}", - "facet.caption": "Name", + "facet.caption": "Ime", "facet.category": "{count, plural, one {Category} other {Categories}}", "facet.collection_id": "Dataset", "facet.countries": "{count, plural, one {Country} other {Countries}}", @@ -351,12 +351,12 @@ "hotkeys.search.different": "Preview previous result", "hotkeys.search.group_label": "Search preview", "hotkeys.search.unsure": "Preview next result", - "hotkeys.search_focus": "Search", + "hotkeys.search_focus": "Pretraži", "infoMode.collection_casefile": "Investigation", "infoMode.collection_dataset": "Dataset", "infoMode.createdAt": "Created at", "infoMode.creator": "Created by", - "infoMode.updatedAt": "Last updated", + "infoMode.updatedAt": "Posljednja izmjena", "investigation.mentions.empty": "There are no mentions yet in this investigation.", "investigation.overview.guides": "Read more", "investigation.overview.guides.access": "Managing access", @@ -373,7 +373,7 @@ "investigation.shortcut.entities": "Create new entities", "investigation.shortcut.entity_create_error": "Unable to create entity", "investigation.shortcut.entity_create_success": "Successfully created {name}", - "investigation.shortcut.upload": "Upload documents", + "investigation.shortcut.upload": "Unos dokumenata", "investigation.shortcut.xref": "Compare with other datasets", "judgement.disabled": "You must have edit access in order to make judgements.", "judgement.negative": "Different", @@ -420,11 +420,11 @@ "mapping.entityAssign.noResults": "No matching objects available", "mapping.entityAssign.placeholder": "Select an object", "mapping.entity_set_select": "Select a List or Diagram", - "mapping.entityset.remove": "Remove", + "mapping.entityset.remove": "Ukloni", "mapping.error.keyMissing": "Key Error: {id} entity must have at least one key", "mapping.error.relationshipMissing": "Relationship Error: {id} entity must have a {source} and {target} assigned", "mapping.flush.cancel": "Otkaži", - "mapping.flush.confirm": "Remove", + "mapping.flush.confirm": "Ukloni", "mapping.flush.question": "Are you sure you want to remove entities generated using this mapping?", "mapping.import.button": "Import existing mapping", "mapping.import.placeholder": "Drop a .yml file here or click to import an existing mapping file", @@ -462,10 +462,10 @@ "mapping.status.updated": "Last updated:", "mapping.title": "Generate structured entities", "mapping.types.objects": "Objects", - "mapping.types.relationships": "Relationships", + "mapping.types.relationships": "Veze", "mapping.warning.empty": "You must create at least one entity", "mappings.no_mappings": "You have not generated any mappings yet", - "nav.alerts": "Alerts", + "nav.alerts": "Pretplata", "nav.cases": "Investigations", "nav.collections": "Datasets", "nav.diagrams": "Network diagrams", @@ -485,7 +485,7 @@ "notifications.no_notifications": "You have no unseen notifications", "notifications.title": "Nedavne notifikacije", "notifications.type_filter.all": "All", - "pages.not.found": "Page not found", + "pages.not.found": "Stranica nije pronađena", "pass.auth.not_same": "Vaše šifre nisu iste!", "password_auth.activate": "Aktiviraj", "password_auth.confirm": "Potvrdi šifru", @@ -499,7 +499,7 @@ "profile.callout.link": "View the original entity", "profile.delete.warning": "(Deleting this profile will not delete any of the entities or entity decisions contained within it)", "profile.hint": "{entity} has been combined with entities from other datasets into a profile", - "profile.info.header": "Profile", + "profile.info.header": "Profil", "profile.info.items": "Entity decisions", "profile.info.similar": "Suggested", "profile.items.entity": "Combined entities", @@ -536,7 +536,7 @@ "search.advanced.proximity.label": "Terms in proximity to each other", "search.advanced.proximity.term": "First term", "search.advanced.proximity.term2": "Second term", - "search.advanced.submit": "Search", + "search.advanced.submit": "Pretraži", "search.advanced.title": "Advanced Search", "search.advanced.variants.distance": "Letters different", "search.advanced.variants.helptext": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.", @@ -566,19 +566,19 @@ "search.no_results_description": "Pokušajte opširniji pojam za pretragu", "search.no_results_title": "Nema rezultata pretrage", "search.placeholder": "Search companies, people and documents", - "search.placeholder_default": "Search…", + "search.placeholder_default": "Pretraži...", "search.placeholder_label": "Search in {label}", "search.screen.dates.show-all": "* Showing all date filter options. { button } to view recent dates only.", "search.screen.dates.show-hidden": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range.", "search.screen.dates.show-hidden.click": "Click here", - "search.screen.dates_label": "results", + "search.screen.dates_label": "rezultata", "search.screen.dates_title": "Dates", "search.screen.export": "Export", "search.screen.export_disabled": "Cannot export more than 10,000 results at a time", "search.screen.export_disabled_empty": "No results to export.", "search.screen.export_helptext": "Export results", "search.title": "Search: {title}", - "search.title_emptyq": "Search", + "search.title_emptyq": "Pretraži", "settings.api_key": "API tajni pristupni ključ", "settings.confirm": "(potvrdi)", "settings.current_explain": "Enter your current password to set a new one.", @@ -587,7 +587,7 @@ "settings.email.muted": "Receive daily notification e-mails", "settings.email.no_change": "Vaša e-mail adresa ne može se promijeniti", "settings.email.tester": "Test new features before they are finished", - "settings.locale": "Language", + "settings.locale": "Jezik", "settings.name": "Ime", "settings.new_password": "New password", "settings.password.missmatch": "Šifre nisu iste", @@ -597,20 +597,20 @@ "settings.saved": "It's official, your profile is updated.", "settings.title": "Podešavanja", "sidebar.open": "Expand", - "signup.activate": "Activate your account", + "signup.activate": "Aktiviraj svoj profil", "signup.inbox.desc": "Poslali smo Vam e-mail, molimo da pomoću linka završite svoju registraciju", "signup.inbox.title": "Provjeri svoju poštu", "signup.login": "Već imate kreiran profil? Logujte se!", "signup.register": "Registrujte se", "signup.register.question": "Nemate kreiran profil? Registrujte se!", - "signup.title": "Sign in", + "signup.title": "Prijava", "sorting.bar.button.label": "Show:", "sorting.bar.caption": "Title", "sorting.bar.collection_id": "Dataset", - "sorting.bar.count": "Size", - "sorting.bar.countries": "Countries", + "sorting.bar.count": "Veličina", + "sorting.bar.countries": "Države", "sorting.bar.created_at": "Creation Date", - "sorting.bar.date": "Date", + "sorting.bar.date": "Datum", "sorting.bar.dates": "Dates", "sorting.bar.direction": "Direction:", "sorting.bar.endDate": "End date", @@ -627,10 +627,10 @@ "timeline.button.collapse": "Show collapsed view", "timeline.button.show_full": "Show detailed view", "timeline.create.button": "New timeline", - "timeline.create.cancel": "Delete", + "timeline.create.cancel": "Izbriši", "timeline.create.label_placeholder": "Untitled timeline", "timeline.create.login": "You must log in to create a timeline", - "timeline.create.submit": "Create", + "timeline.create.submit": "Kreiraj", "timeline.create.success": "Your timeline has been created successfully.", "timeline.create.summary_placeholder": "A brief description of the timeline", "timeline.create.title": "Create a timeline", diff --git a/ui/i18n/translations/compiled/de.json b/ui/i18n/translations/compiled/de.json index 059e65a57b..808236d3eb 100644 --- a/ui/i18n/translations/compiled/de.json +++ b/ui/i18n/translations/compiled/de.json @@ -99,16 +99,16 @@ "collection.info.lists_description": "Lists let you organize and group related entities of interest.", "collection.info.mappings": "Entity mappings", "collection.info.mappings_description": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document", - "collection.info.mentions": "Mentions", + "collection.info.mentions": "Erwähnungen", "collection.info.mentions_description": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.", - "collection.info.overview": "Overview", + "collection.info.overview": "Übersicht", "collection.info.reindex": "Alle Daten re-indizieren", "collection.info.reingest": "Dokumente erneut verarbeiten", - "collection.info.search": "Search", + "collection.info.search": "Suche", "collection.info.source_documents": "Source documents", "collection.info.timelines": "Timelines", "collection.info.timelines_description": "Timelines are a way to view and organize events chronologically.", - "collection.info.xref": "Cross-reference", + "collection.info.xref": "Rasterfahndung", "collection.info.xref_description": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.", "collection.info_url": "Informations-URL", "collection.last_updated": "Zuletzt {date} aktualisiert", @@ -146,7 +146,7 @@ "collection.xref.title": "Rasterfahndung", "dashboard.activity": "Tätigkeiten", "dashboard.alerts": "Themen-Abos", - "dashboard.cases": "Investigations", + "dashboard.cases": "Recherchen", "dashboard.diagrams": "Netzwerkdiagramme", "dashboard.exports": "Exporte", "dashboard.groups": "Gruppen", @@ -217,7 +217,7 @@ "document.upload.retry": "Retry", "document.upload.save": "Hochladen", "document.upload.summary": "{numberOfFiles, number} files, {totalSize}", - "document.upload.title": "Upload documents", + "document.upload.title": "Dokumente hochladen", "document.upload.title_in_folder": "Upload documents to {folder}", "document.viewer.ignored_file": "Das System kann mit diesem Dateityp nicht umgehen. Bitte laden sie die Datei herunter um den Inhalt zu sehen.", "document.viewer.no_viewer": "Für dieses Dokument ist keine Vorschau verfügbar", @@ -232,7 +232,7 @@ "entity.document.manager.empty": "Keine Dateien und Verzeichnisse.", "entity.document.manager.emptyCanUpload": "Keine Dateien oder Verzeichnisse. Ziehen sie Dateien hier in um sie hoch zu laden.", "entity.document.manager.search_placeholder": "Dokumente suchen", - "entity.document.manager.search_placeholder_document": "Search in {label}", + "entity.document.manager.search_placeholder_document": "Suche in {label}", "entity.info.attachments": "Anhänge", "entity.info.documents": "Dokumente", "entity.info.info": "Info", @@ -242,9 +242,9 @@ "entity.info.text": "Text", "entity.info.view": "Darstellung", "entity.info.workbook_warning": "This sheet is part of workbook {link}", - "entity.manager.bulk_import.description.1": "Select a table below from which to import new {schema} entities.", - "entity.manager.bulk_import.description.2": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities.", - "entity.manager.bulk_import.description.3": "Don't see the table you're looking for? {link}", + "entity.manager.bulk_import.description.1": "Wählen die die Tabelle aus der sie {schema} importieren wollen.", + "entity.manager.bulk_import.description.2": "Nach der Auswahl können die Spalten aus der Tabelle den Eigenschaften der erzeugten Objekte zuweisen.", + "entity.manager.bulk_import.description.3": "Haben sie die gesuchte Tabelle nicht gefunden? {link}", "entity.manager.bulk_import.link_text": "Upload a new table document", "entity.manager.bulk_import.no_results": "Keine passenden Dokumente gefunden", "entity.manager.bulk_import.placeholder": "Wählen sie eine Tabelle aus", @@ -272,14 +272,14 @@ "entity.similar.empty": "Es gibt keine ähnlichen Einträge.", "entity.similar.entity": "Similar entity", "entity.similar.found_text": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}", - "entity.status.error": "Error saving", - "entity.status.in_progress": "Saving...", - "entity.status.success": "Saved", + "entity.status.error": "Speicherfehler", + "entity.status.in_progress": "Speichere...", + "entity.status.success": "Gespeichert", "entity.tags.no_tags": "Aus diesem Objekt wurden keine Schlagworte extrahiert.", "entity.viewer.add_link": "Create link", "entity.viewer.add_to": "Add to...", "entity.viewer.bulk_import": "Objektimport", - "entity.viewer.search_placeholder": "Search in {label}", + "entity.viewer.search_placeholder": "Suche in {label}", "entitySet.last_updated": "Aktualisiert am {date}", "entityset.choose.name": "Titel", "entityset.choose.summary": "Beschreibung", @@ -318,7 +318,7 @@ "facet.addresses": "{count, plural, one {Adresse} other {Adressen}}", "facet.caption": "Name", "facet.category": "{count, plural, one {Kategorie} other {Kategorien}}", - "facet.collection_id": "Dataset", + "facet.collection_id": "Datensatz", "facet.countries": "{count, plural, one {Land} other {Länder}}", "facet.dates": "{count, plural, one {Date} other {Dates}}", "facet.emails": "{count, plural, one {E-Mail} other {E-Mails}}", @@ -351,12 +351,12 @@ "hotkeys.search.different": "Preview previous result", "hotkeys.search.group_label": "Search preview", "hotkeys.search.unsure": "Preview next result", - "hotkeys.search_focus": "Search", + "hotkeys.search_focus": "Suche", "infoMode.collection_casefile": "Investigation", - "infoMode.collection_dataset": "Dataset", + "infoMode.collection_dataset": "Datensatz", "infoMode.createdAt": "Created at", "infoMode.creator": "Created by", - "infoMode.updatedAt": "Last updated", + "infoMode.updatedAt": "Aktualisiert", "investigation.mentions.empty": "There are no mentions yet in this investigation.", "investigation.overview.guides": "Read more", "investigation.overview.guides.access": "Managing access", @@ -373,7 +373,7 @@ "investigation.shortcut.entities": "Neue Objekte anlegen", "investigation.shortcut.entity_create_error": "Unable to create entity", "investigation.shortcut.entity_create_success": "Successfully created {name}", - "investigation.shortcut.upload": "Upload documents", + "investigation.shortcut.upload": "Dokumente hochladen", "investigation.shortcut.xref": "Compare with other datasets", "judgement.disabled": "You must have edit access in order to make judgements.", "judgement.negative": "Ungleich", @@ -391,7 +391,7 @@ "list.create.title": "Create a list", "list.selector.create": "Create a new list", "list.selector.select_empty": "No existing list", - "list.update.label_placeholder": "Untitled list", + "list.update.label_placeholder": "Unbenannte Liste", "list.update.success": "Your list has been updated successfully.", "list.update.summary_placeholder": "A brief description of the list", "list.update.title": "Listeneinstellungen", @@ -433,7 +433,7 @@ "mapping.import.success": "Ihr Mapping wurde erfolgreich importiert.", "mapping.import.title": "Mapping importieren", "mapping.info": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}", - "mapping.info.link": "Aleph data mapping documentation", + "mapping.info.link": "Aleph Mapping-Dokumentation", "mapping.keyAssign.additionalHelpText": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.", "mapping.keyAssign.additionalHelpToggle.less": "Weniger", "mapping.keyAssign.additionalHelpToggle.more": "Mehr zu Schlüsseln", @@ -471,7 +471,7 @@ "nav.diagrams": "Netzwerkdiagramme", "nav.exports": "Exporte", "nav.lists": "Listen", - "nav.menu.cases": "Investigations", + "nav.menu.cases": "Recherchen", "nav.settings": "Einstellungen", "nav.signin": "Anmelden", "nav.signout": "Abmelden", @@ -499,7 +499,7 @@ "profile.callout.link": "View the original entity", "profile.delete.warning": "(Deleting this profile will not delete any of the entities or entity decisions contained within it)", "profile.hint": "{entity} has been combined with entities from other datasets into a profile", - "profile.info.header": "Profile", + "profile.info.header": "Profil", "profile.info.items": "Entity decisions", "profile.info.similar": "Suggested", "profile.items.entity": "Combined entities", @@ -536,7 +536,7 @@ "search.advanced.proximity.label": "Terms in proximity to each other", "search.advanced.proximity.term": "First term", "search.advanced.proximity.term2": "Second term", - "search.advanced.submit": "Search", + "search.advanced.submit": "Suche", "search.advanced.title": "Advanced Search", "search.advanced.variants.distance": "Letters different", "search.advanced.variants.helptext": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.", @@ -547,7 +547,7 @@ "search.columns.configure": "Configure columns", "search.columns.configure_placeholder": "Search for a column...", "search.config.groups": "Property groups", - "search.config.properties": "Properties", + "search.config.properties": "Eigenschaften", "search.config.reset": "Reset to default", "search.facets.clearDates": "Clear", "search.facets.configure": "Configure filters", @@ -565,9 +565,9 @@ "search.loading": "Loading...", "search.no_results_description": "Versuchen sie eine ungenauere Suchanfrage", "search.no_results_title": "Keine Suchergebnisse", - "search.placeholder": "Search companies, people and documents", + "search.placeholder": "Suche nach Firmen, Personen oder Dokumenten", "search.placeholder_default": "Suchen...", - "search.placeholder_label": "Search in {label}", + "search.placeholder_label": "Suche in {label}", "search.screen.dates.show-all": "* Showing all date filter options. { button } to view recent dates only.", "search.screen.dates.show-hidden": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range.", "search.screen.dates.show-hidden.click": "Click here", @@ -578,7 +578,7 @@ "search.screen.export_disabled_empty": "No results to export.", "search.screen.export_helptext": "Export results", "search.title": "Search: {title}", - "search.title_emptyq": "Search", + "search.title_emptyq": "Suche", "settings.api_key": "API-Zugangsschlüssel", "settings.confirm": "(bestätigen)", "settings.current_explain": "Geben sie ihr Passwort an um ein Neues zu setzen.", @@ -597,7 +597,7 @@ "settings.saved": "Nach meiner Kenntnis tritt das sofort, unverzüglich in Kraft.", "settings.title": "Einstellungen", "sidebar.open": "Erweitern", - "signup.activate": "Activate your account", + "signup.activate": "Aktivieren sie ihr Nutzerkonto", "signup.inbox.desc": "Wir haben ihnen eine E-Mail geschickt, folgen sie dem enthaltenen Link um die Anmeldung abzuschliessen", "signup.inbox.title": "Prüfen sie ihr Postfach", "signup.login": "Haben sie schon ein Konto? Zur Anmeldung.", @@ -605,32 +605,32 @@ "signup.register.question": "Sie haben kein Konto? Anmelden!", "signup.title": "Anmelden", "sorting.bar.button.label": "Show:", - "sorting.bar.caption": "Title", - "sorting.bar.collection_id": "Dataset", - "sorting.bar.count": "Size", - "sorting.bar.countries": "Countries", - "sorting.bar.created_at": "Creation Date", - "sorting.bar.date": "Date", - "sorting.bar.dates": "Dates", + "sorting.bar.caption": "Titel", + "sorting.bar.collection_id": "Datensatz", + "sorting.bar.count": "Größe", + "sorting.bar.countries": "Länder", + "sorting.bar.created_at": "Erzeugungsdatum", + "sorting.bar.date": "Datum", + "sorting.bar.dates": "Zeitleiste", "sorting.bar.direction": "Richtung:", "sorting.bar.endDate": "End date", - "sorting.bar.label": "Title", - "sorting.bar.sort": "Sort by:", - "sorting.bar.updated_at": "Update Date", + "sorting.bar.label": "Titel", + "sorting.bar.sort": "Sortieren nach:", + "sorting.bar.updated_at": "Aktualisierungsdatum", "sources.index.empty": "This group is not linked to any datasets or investigations.", "sources.index.placeholder": "Search for a dataset or investigation belonging to {group}...", "status.no_collection": "Other tasks", "tags.results": "Mention count", - "tags.title": "Term", + "tags.title": "Begriff", "text.loading": "Lade...", "timeline.add_new": "Create new item", "timeline.button.collapse": "Show collapsed view", "timeline.button.show_full": "Show detailed view", "timeline.create.button": "New timeline", - "timeline.create.cancel": "Delete", + "timeline.create.cancel": "Löschen", "timeline.create.label_placeholder": "Untitled timeline", "timeline.create.login": "You must log in to create a timeline", - "timeline.create.submit": "Create", + "timeline.create.submit": "Anlegen", "timeline.create.success": "Your timeline has been created successfully.", "timeline.create.summary_placeholder": "A brief description of the timeline", "timeline.create.title": "Create a timeline", @@ -665,6 +665,6 @@ "xref.recompute": "Neu berechnen", "xref.score": "Qualität", "xref.sort.default": "Default", - "xref.sort.label": "Sort by:", + "xref.sort.label": "Sortieren nach:", "xref.sort.random": "Random" } \ No newline at end of file diff --git a/ui/i18n/translations/compiled/es.json b/ui/i18n/translations/compiled/es.json index 02d554869f..0b8aa49290 100644 --- a/ui/i18n/translations/compiled/es.json +++ b/ui/i18n/translations/compiled/es.json @@ -43,7 +43,7 @@ "collection.delete.cancel": "Cancelar", "collection.delete.confirm": "Borrar", "collection.delete.question": "Are you sure you want to delete {collectionLabel} and all contained items?", - "collection.edit.access_title": "Access control", + "collection.edit.access_title": "Control de acceso", "collection.edit.cancel_button": "Cancelar", "collection.edit.groups": "Grupos", "collection.edit.info.analyze": "Reprocesar", @@ -76,7 +76,7 @@ "collection.edit.permissionstable.view": "Vista", "collection.edit.save_button": "Guardar cambios", "collection.edit.save_success": "Sus cambios han sido guardados.", - "collection.edit.title": "Settings", + "collection.edit.title": "Configuraciones", "collection.edit.users": "Usuarios", "collection.foreign_id": "Identificación extranjera", "collection.frequency": "Actualizaciones", @@ -87,28 +87,28 @@ "collection.index.placeholder": "Buscar conjuntos de datos...", "collection.index.title": "Conjuntos de datos", "collection.info.access": "Compartir", - "collection.info.browse": "Documents", + "collection.info.browse": "Documentos", "collection.info.delete": "Eliminar conjunto de datos", "collection.info.delete_casefile": "Delete investigation", "collection.info.diagrams": "Diagramas de red", "collection.info.diagrams_description": "Network diagrams let you visualize complex relationships within an investigation.", - "collection.info.documents": "Documents", + "collection.info.documents": "Documentos", "collection.info.edit": "Configuraciones", - "collection.info.entities": "Entities", + "collection.info.entities": "Entidades", "collection.info.lists": "Lists", "collection.info.lists_description": "Lists let you organize and group related entities of interest.", "collection.info.mappings": "Entity mappings", "collection.info.mappings_description": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document", - "collection.info.mentions": "Mentions", + "collection.info.mentions": "Menciones", "collection.info.mentions_description": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.", - "collection.info.overview": "Overview", + "collection.info.overview": "Resumen", "collection.info.reindex": "Reindexar todo el contenido", "collection.info.reingest": "Reintroducir documentos", - "collection.info.search": "Search", + "collection.info.search": "Buscar", "collection.info.source_documents": "Source documents", "collection.info.timelines": "Timelines", "collection.info.timelines_description": "Timelines are a way to view and organize events chronologically.", - "collection.info.xref": "Cross-reference", + "collection.info.xref": "Cruce de base de datos", "collection.info.xref_description": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.", "collection.info_url": "URL de información", "collection.last_updated": "Última actualización {date}", @@ -159,11 +159,11 @@ "dashboard.title": "Estado del sistema", "dashboard.workspace": "Espacio de trabajo", "dataset.search.placeholder": "Search this dataset", - "diagram.create.button": "New diagram", - "diagram.create.label_placeholder": "Untitled diagram", - "diagram.create.login": "You must log in to create a diagram", - "diagram.create.success": "Your diagram has been created successfully.", - "diagram.create.summary_placeholder": "A brief description of the diagram", + "diagram.create.button": "Nuevo diagrama", + "diagram.create.label_placeholder": "Diagrama sin título", + "diagram.create.login": "Debes iniciar sesión para crear un diagrama", + "diagram.create.success": "Tu diagrama se ha creado correctamente.", + "diagram.create.summary_placeholder": "Una breve descripción del diagrama", "diagram.create.title": "Create a diagram", "diagram.embed.error": "Error generating diagram embed", "diagram.export.embed.description": "Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.", @@ -175,28 +175,28 @@ "diagram.export.svg": "Export as SVG", "diagram.export.svg.description": "Download a vector graphic with the contents of the diagram.", "diagram.export.title": "Export options", - "diagram.import.button": "Import diagram", + "diagram.import.button": "Importar diagrama", "diagram.import.placeholder": "Drop a .ftm or .vis file here or click to import an existing diagram", "diagram.import.title": "Importar un diagrama de una red", "diagram.render.error": "Error rendering diagram", - "diagram.selector.create": "Create a new diagram", + "diagram.selector.create": "Crear un diagrama nuevo", "diagram.selector.select_empty": "No existing diagram", - "diagram.update.label_placeholder": "Untitled diagram", + "diagram.update.label_placeholder": "Diagrama sin título", "diagram.update.success": "Your diagram has been updated successfully.", - "diagram.update.summary_placeholder": "A brief description of the diagram", - "diagram.update.title": "Diagram settings", - "diagrams": "Diagrams", + "diagram.update.summary_placeholder": "Una breve descripción del diagrama", + "diagram.update.title": "Configuración de diagrama", + "diagrams": "Diagramas", "diagrams.description": "Network diagrams let you visualize complex relationships within an investigation.", "diagrams.no_diagrams": "No hay diagramas de una red.", "diagrams.title": "Diagramas de una red", "document.download": "Descargar", - "document.download.cancel": "Cancel", - "document.download.confirm": "Download", + "document.download.cancel": "Cancelar", + "document.download.confirm": "Descargar", "document.download.dont_warn": "Don't warn me in the future when downloading source documents", "document.download.tooltip": "Descargar el documento original", "document.download.warning": "You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.", "document.folder.error": "Se produjo un error al crear la carpeta.", - "document.folder.new": "New folder", + "document.folder.new": "Nueva carpeta", "document.folder.save": "Crear", "document.folder.title": "Nueva carpeta", "document.folder.untitled": "Título de carpeta", @@ -205,7 +205,7 @@ "document.pdf.search.page": "Página {page}", "document.search.no_match": "Ninguna página de este documento coincide con todos los términos de su búsqueda.", "document.upload.button": "Subir", - "document.upload.cancel": "Cancel", + "document.upload.cancel": "Cancelar", "document.upload.close": "Close", "document.upload.errors": "Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.", "document.upload.files": "Elija los archivos a cargar...", @@ -232,7 +232,7 @@ "entity.document.manager.empty": "No hay archivos ni directorios", "entity.document.manager.emptyCanUpload": "No hay archivos ni directorios. Arrastre y suelte archivos aquí o haga clic para subirlos.", "entity.document.manager.search_placeholder": "Buscar documentos", - "entity.document.manager.search_placeholder_document": "Search in {label}", + "entity.document.manager.search_placeholder_document": "Buscar en {label}", "entity.info.attachments": "Anexos", "entity.info.documents": "Documentos", "entity.info.info": "Información", @@ -242,16 +242,16 @@ "entity.info.text": "Texto", "entity.info.view": "Vista", "entity.info.workbook_warning": "This sheet is part of workbook {link}", - "entity.manager.bulk_import.description.1": "Select a table below from which to import new {schema} entities.", - "entity.manager.bulk_import.description.2": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities.", - "entity.manager.bulk_import.description.3": "Don't see the table you're looking for? {link}", + "entity.manager.bulk_import.description.1": "Seleccione una tabla de abajo desde la cual importar nuevas entidades de {schema}.", + "entity.manager.bulk_import.description.2": "Al seleccionar, se te pedirá que asignes columnas de esa tabla a las propiedades de las entidades generadas.", + "entity.manager.bulk_import.description.3": "¿No puedes ver la tabla que estás buscando? {link}", "entity.manager.bulk_import.link_text": "Upload a new table document", "entity.manager.bulk_import.no_results": "No se encontraron documentos que coincidan", "entity.manager.bulk_import.placeholder": "Seleccionar un documento de tabla", - "entity.manager.delete": "Delete", + "entity.manager.delete": "Borrar", "entity.manager.edge_create_success": "Se enlazó exitosamente {source} y {target}", "entity.manager.entity_set_add_success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entity.manager.remove": "Remove", + "entity.manager.remove": "Eliminar", "entity.manager.search_empty": "No se encontraron {schema} que coincidan", "entity.manager.search_placeholder": "Buscar {schema}", "entity.mapping.view": "Generar entidades", @@ -261,7 +261,7 @@ "entity.references.no_results_default": "No entities match this search.", "entity.references.search.placeholder": "Search in {schema}", "entity.references.search.placeholder_default": "Search entities", - "entity.remove.confirm": "Remove", + "entity.remove.confirm": "Eliminar", "entity.remove.error": "An error occured while attempting to remove this entity.", "entity.remove.progress": "Removing...", "entity.remove.question.multiple": "Are you sure you want to remove the following {count, plural, one {item} other {items}}?", @@ -272,15 +272,15 @@ "entity.similar.empty": "No hay entidades similares.", "entity.similar.entity": "Similar entity", "entity.similar.found_text": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}", - "entity.status.error": "Error saving", - "entity.status.in_progress": "Saving...", - "entity.status.success": "Saved", + "entity.status.error": "Error al guardar", + "entity.status.in_progress": "Guardando...", + "entity.status.success": "Guardado", "entity.tags.no_tags": "No se extrajeron selectores de esta entidad.", "entity.viewer.add_link": "Crear enlace", "entity.viewer.add_to": "Add to...", "entity.viewer.bulk_import": "Importación en bloque", - "entity.viewer.search_placeholder": "Search in {label}", - "entitySet.last_updated": "Updated {date}", + "entity.viewer.search_placeholder": "Buscar en {label}", + "entitySet.last_updated": "Actualizado {date}", "entityset.choose.name": "Título", "entityset.choose.summary": "Resumen", "entityset.create.collection": "Investigation", @@ -297,28 +297,28 @@ "entityset.info.export": "Exportar", "entityset.selector.placeholder": "Search existing", "entityset.selector.success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entityset.selector.success_toast_button": "View", + "entityset.selector.success_toast_button": "Vista", "entityset.selector.title": "Add {firstCaption} {titleSecondary} to...", "entityset.selector.title_default": "Add entities to...", "entityset.selector.title_other": "and {count} other {count, plural, one {entity} other {entities}}", - "entityset.update.submit": "Save changes", + "entityset.update.submit": "Guardar cambios", "error.screen.not_found": "No se encontró la página solicitada.", "export.dialog.text": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.", - "exports.dialog.cancel": "Cancel", - "exports.dialog.confirm": "Export", + "exports.dialog.cancel": "Cancelar", + "exports.dialog.confirm": "Exportar", "exports.dialog.dashboard_link": "View progress", "exports.dialog.success": "Your export has begun.", "exports.expiration": "Expiration", "exports.manager.description": "Below is a list of your exports. Make sure to download them before they expire.", - "exports.name": "Name", + "exports.name": "Nombre", "exports.no_exports": "You have no exports to download", - "exports.size": "Size", + "exports.size": "Tamaño", "exports.status": "Status", "exports.title": "Exports ready for download", "facet.addresses": "{count, plural, one {Address} other {Direcciones}}", - "facet.caption": "Name", + "facet.caption": "Nombre", "facet.category": "{count, plural, one {Category} other {Categorías}}", - "facet.collection_id": "Dataset", + "facet.collection_id": "Conjunto de datos", "facet.countries": "{count, plural, one {Country} other {Países}}", "facet.dates": "{count, plural, one {Date} other {Dates}}", "facet.emails": "{count, plural, one {E-Mail} other {Correos electrónicos}}", @@ -351,12 +351,12 @@ "hotkeys.search.different": "Preview previous result", "hotkeys.search.group_label": "Search preview", "hotkeys.search.unsure": "Preview next result", - "hotkeys.search_focus": "Search", + "hotkeys.search_focus": "Buscar", "infoMode.collection_casefile": "Investigation", - "infoMode.collection_dataset": "Dataset", + "infoMode.collection_dataset": "Conjunto de datos", "infoMode.createdAt": "Created at", "infoMode.creator": "Created by", - "infoMode.updatedAt": "Last updated", + "infoMode.updatedAt": "Última actualización", "investigation.mentions.empty": "There are no mentions yet in this investigation.", "investigation.overview.guides": "Read more", "investigation.overview.guides.access": "Managing access", @@ -420,7 +420,7 @@ "mapping.entityAssign.noResults": "No hay objetos disponibles que coincidan", "mapping.entityAssign.placeholder": "Seleccionar un objeto", "mapping.entity_set_select": "Select a List or Diagram", - "mapping.entityset.remove": "Remove", + "mapping.entityset.remove": "Eliminar", "mapping.error.keyMissing": "Error de clave: {id} la entidad debe tener al menos una clave", "mapping.error.relationshipMissing": "Error de relación: {id} entidad debe tener una {source} y {target} asignadas", "mapping.flush.cancel": "Cancelar", @@ -433,7 +433,7 @@ "mapping.import.success": "Su mapeo se ha importado correctamente.", "mapping.import.title": "Exportar un mapeo", "mapping.info": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}", - "mapping.info.link": "Aleph data mapping documentation", + "mapping.info.link": "Documentación de mapeo de datos de Aleph", "mapping.keyAssign.additionalHelpText": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.", "mapping.keyAssign.additionalHelpToggle.less": "Menos", "mapping.keyAssign.additionalHelpToggle.more": "Más información sobre las claves", @@ -475,7 +475,7 @@ "nav.settings": "Configuraciones", "nav.signin": "Iniciar sesión", "nav.signout": "Cerrar sesión", - "nav.status": "System status", + "nav.status": "Estado del sistema", "nav.timelines": "Timelines", "nav.view_notifications": "Notificaciones", "navbar.alert_add": "Haga clic para recibir alertas sobre nuevos resultados para esta búsqueda.", @@ -484,7 +484,7 @@ "notifications.greeting": "¿Qué hay de nuevo, {role}?", "notifications.no_notifications": "No tiene notificaciones sin leer", "notifications.title": "Notificaciones recientes", - "notifications.type_filter.all": "All", + "notifications.type_filter.all": "Todos", "pages.not.found": "Página no encontrada", "pass.auth.not_same": "¡Sus contraseñas no coinciden!", "password_auth.activate": "Activar", @@ -526,7 +526,7 @@ "search.advanced.all.label": "All of these words (Default)", "search.advanced.any.helptext": "Results containing any of the given terms will be returned", "search.advanced.any.label": "Any of these words", - "search.advanced.clear": "Clear all", + "search.advanced.clear": "Borrar todo", "search.advanced.exact.helptext": "Only results with this exact word or phrase will be returned", "search.advanced.exact.label": "This exact word/phrase", "search.advanced.none.helptext": "Exclude results with these words", @@ -536,7 +536,7 @@ "search.advanced.proximity.label": "Terms in proximity to each other", "search.advanced.proximity.term": "First term", "search.advanced.proximity.term2": "Second term", - "search.advanced.submit": "Search", + "search.advanced.submit": "Buscar", "search.advanced.title": "Advanced Search", "search.advanced.variants.distance": "Letters different", "search.advanced.variants.helptext": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.", @@ -547,7 +547,7 @@ "search.columns.configure": "Configure columns", "search.columns.configure_placeholder": "Search for a column...", "search.config.groups": "Property groups", - "search.config.properties": "Properties", + "search.config.properties": "Propiedades", "search.config.reset": "Reset to default", "search.facets.clearDates": "Clear", "search.facets.configure": "Configure filters", @@ -565,9 +565,9 @@ "search.loading": "Loading...", "search.no_results_description": "Intente volver su búsqueda más general", "search.no_results_title": "Sin resultados de búsqueda", - "search.placeholder": "Search companies, people and documents", - "search.placeholder_default": "Search…", - "search.placeholder_label": "Search in {label}", + "search.placeholder": "Buscar empresas, personas y documentos", + "search.placeholder_default": "Buscar...", + "search.placeholder_label": "Buscar en {label}", "search.screen.dates.show-all": "* Showing all date filter options. { button } to view recent dates only.", "search.screen.dates.show-hidden": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range.", "search.screen.dates.show-hidden.click": "Click here", @@ -578,7 +578,7 @@ "search.screen.export_disabled_empty": "No results to export.", "search.screen.export_helptext": "Export results", "search.title": "Search: {title}", - "search.title_emptyq": "Search", + "search.title_emptyq": "Buscar", "settings.api_key": "Clave de acceso secreto a la API", "settings.confirm": "(confirmar)", "settings.current_explain": "Introduzca su contraseña actual para crear una nueva.", @@ -597,26 +597,26 @@ "settings.saved": "Es oficial, su perfil se actualizó.", "settings.title": "Configuraciones", "sidebar.open": "Expandir", - "signup.activate": "Activate your account", + "signup.activate": "Activar su cuenta", "signup.inbox.desc": "Le enviaremos un correo electrónico, por favor ingrese al enlace para completar su registro", "signup.inbox.title": "Revise su bandeja de entrada", "signup.login": "¿Ya posee una cuenta? ¡Ingrese!", "signup.register": "Registro", "signup.register.question": "¿No tiene cuenta? ¡Regístrese!", - "signup.title": "Sign in", - "sorting.bar.button.label": "Show:", - "sorting.bar.caption": "Title", - "sorting.bar.collection_id": "Dataset", - "sorting.bar.count": "Size", - "sorting.bar.countries": "Countries", - "sorting.bar.created_at": "Creation Date", - "sorting.bar.date": "Date", - "sorting.bar.dates": "Dates", + "signup.title": "Iniciar sesión", + "sorting.bar.button.label": "Mostrar:", + "sorting.bar.caption": "Título", + "sorting.bar.collection_id": "Conjunto de datos", + "sorting.bar.count": "Tamaño", + "sorting.bar.countries": "Países", + "sorting.bar.created_at": "Fecha de creación", + "sorting.bar.date": "Fecha", + "sorting.bar.dates": "Fechas", "sorting.bar.direction": "Dirección:", "sorting.bar.endDate": "End date", - "sorting.bar.label": "Title", - "sorting.bar.sort": "Sort by:", - "sorting.bar.updated_at": "Update Date", + "sorting.bar.label": "Título", + "sorting.bar.sort": "Ordenar por:", + "sorting.bar.updated_at": "Fecha de actualización", "sources.index.empty": "This group is not linked to any datasets or investigations.", "sources.index.placeholder": "Search for a dataset or investigation belonging to {group}...", "status.no_collection": "Other tasks", @@ -627,10 +627,10 @@ "timeline.button.collapse": "Show collapsed view", "timeline.button.show_full": "Show detailed view", "timeline.create.button": "New timeline", - "timeline.create.cancel": "Delete", + "timeline.create.cancel": "Borrar", "timeline.create.label_placeholder": "Untitled timeline", "timeline.create.login": "You must log in to create a timeline", - "timeline.create.submit": "Create", + "timeline.create.submit": "Crear", "timeline.create.success": "Your timeline has been created successfully.", "timeline.create.summary_placeholder": "A brief description of the timeline", "timeline.create.title": "Create a timeline", @@ -665,6 +665,6 @@ "xref.recompute": "Recomputar", "xref.score": "Puntuación", "xref.sort.default": "Default", - "xref.sort.label": "Sort by:", + "xref.sort.label": "Ordenar por:", "xref.sort.random": "Random" } \ No newline at end of file diff --git a/ui/i18n/translations/compiled/fr.json b/ui/i18n/translations/compiled/fr.json index acb011cd05..5305afaa18 100644 --- a/ui/i18n/translations/compiled/fr.json +++ b/ui/i18n/translations/compiled/fr.json @@ -1,324 +1,324 @@ { - "alert.manager.description": "You will receive notifications when a new result is added that matches any of the alerts you have set up below.", + "alert.manager.description": "Vous recevrez des notifications en cas d’ajout d’un nouveau résultat correspondant à l’une des alertes créées ci-dessous.", "alerts.add_placeholder": "Créer une nouvelle alerte de suivi...", - "alerts.delete": "Remove alert", + "alerts.delete": "Retirer une alerte", "alerts.heading": "Gérer vos alertes", - "alerts.no_alerts": "You are not tracking any searches", - "alerts.save": "Update", - "alerts.title": "Tracking alerts", - "alerts.track": "Track", - "auth.bad_request": "The Server did not accept your input", - "auth.server_error": "Erreur du serveur", - "auth.success": "Success", - "auth.unauthorized": "Non autorisé", - "auth.unknown_error": "Une erreur inattendue s'est produite", - "case.choose.name": "Title", - "case.choose.summary": "Summary", + "alerts.no_alerts": "Vous ne suivez aucune recherche", + "alerts.save": "Actualiser", + "alerts.title": "Alertes de suivi", + "alerts.track": "Suivre", + "auth.bad_request": "Le serveur n’a pas accepté votre saisie", + "auth.server_error": "Erreur de serveur", + "auth.success": "Réussi", + "auth.unauthorized": "Pas autorisé", + "auth.unknown_error": "Une erreur inattendue s’est produite", + "case.choose.name": "Titre", + "case.choose.summary": "Résumé", "case.chose.languages": "Langues", - "case.create.login": "You must sign in to upload your own data.", - "case.description": "Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.", - "case.label_placeholder": "Untitled investigation", - "case.language_placeholder": "Select languages", - "case.languages.helper": "Used for optical text recognition in non-Latin alphabets.", - "case.save": "Sauvegarder", + "case.create.login": "Vous devez vous connecter pour envoyer vos propres données.", + "case.description": "Les enquêtes vous permettent d’envoyer et de partager des documents et des données qui portent sur une histoire spécifique. Vous pouvez envoyer des PDF, des fichiers d’e-mails ou des feuilles de calcul, sur lesquels la recherche et la navigation seront simplifiées.", + "case.label_placeholder": "Enquête sans nom", + "case.language_placeholder": "Choisir les langues", + "case.languages.helper": "Utilisé pour la reconnaissance optique de caractère pour les alphabets non latins", + "case.save": "Enregistrer", "case.share.with": "Partager avec", - "case.summary": "A brief description of the investigation", - "case.title": "Create an investigation", - "case.users": "Chercher des utilisateurs", - "cases.create": "New investigation", - "cases.empty": "You do not have any investigations yet.", - "cases.no_results": "No investigations were found matching this query.", - "cases.placeholder": "Search investigations...", - "cases.title": "Investigations", - "clipboard.copy.after": "Successfully copied to clipboard", + "case.summary": "Une brève description de l’enquête", + "case.title": "Créer une enquête", + "case.users": "Rechercher des utilisateurs", + "cases.create": "Nouvelle enquête", + "cases.empty": "Vous n’avez pas encore d’enquête.", + "cases.no_results": "Aucune enquête correspondant à votre demande n’a été trouvée.", + "cases.placeholder": "Rechercher des enquêtes...", + "cases.title": "Enquêtes", + "clipboard.copy.after": "Copié avec succès dans le presse-papier", "clipboard.copy.before": "Copier dans le presse-papier", - "collection.addSchema.placeholder": "Add new entity type", - "collection.analyze.alert.text": "You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.", + "collection.addSchema.placeholder": "Ajouter un nouveau type d’entité", + "collection.analyze.alert.text": "Vous êtes sur le point de réindexer les entités dans {collectionLabel}. Cela peut être utile en cas d’incohérences dans la manière de présenter les données.", "collection.analyze.cancel": "Annuler", "collection.cancel.button": "Annuler", "collection.countries": "Pays", - "collection.creator": "Gestionnaire", - "collection.data_updated_at": "Content updated", + "collection.creator": "Directeur", + "collection.data_updated_at": "Contenu actualisé", "collection.data_url": "URL des données", "collection.delete.cancel": "Annuler", "collection.delete.confirm": "Supprimer", - "collection.delete.question": "Are you sure you want to delete {collectionLabel} and all contained items?", - "collection.edit.access_title": "Access control", + "collection.delete.question": "Voulez-vous vraiment supprimer {collectionLabel} et tous les éléments qui y figurent ?", + "collection.edit.access_title": "Contrôle d’accès", "collection.edit.cancel_button": "Annuler", "collection.edit.groups": "Groupes", "collection.edit.info.analyze": "Retraiter", "collection.edit.info.cancel": "Annuler", "collection.edit.info.category": "Catégorie", "collection.edit.info.countries": "Pays", - "collection.edit.info.creator": "Gestionnaire", + "collection.edit.info.creator": "Directeur", "collection.edit.info.data_url": "URL de la source de données", "collection.edit.info.delete": "Supprimer", - "collection.edit.info.foreign_id": "Identifiant étranger", - "collection.edit.info.frequency": "Update frequency", - "collection.edit.info.info_url": "URL d'information", + "collection.edit.info.foreign_id": "Identification extérieure", + "collection.edit.info.frequency": "Actualiser la fréquence", + "collection.edit.info.info_url": "URL des informations", "collection.edit.info.label": "Étiquette", "collection.edit.info.languages": "Langues", - "collection.edit.info.placeholder_country": "Select countries", - "collection.edit.info.placeholder_data_url": "Lien vers les données brutes sous forme téléchargeable", - "collection.edit.info.placeholder_info_url": "Lien vers de plus amples informations", + "collection.edit.info.placeholder_country": "Sélectionner des pays", + "collection.edit.info.placeholder_data_url": "Lien vers les données brutes dans un format téléchargeable", + "collection.edit.info.placeholder_info_url": "Lien vers des informations supplémentaires", "collection.edit.info.placeholder_label": "Une étiquette", - "collection.edit.info.placeholder_language": "Select languages", + "collection.edit.info.placeholder_language": "Choisir les langues", "collection.edit.info.placeholder_publisher": "Organisation ou personne qui publie ces données", - "collection.edit.info.placeholder_publisher_url": "Lien vers le publicateur", + "collection.edit.info.placeholder_publisher_url": "Lien vers l’organisation/personne à l’origine de la publication", "collection.edit.info.placeholder_summary": "Un bref résumé", - "collection.edit.info.publisher": "Publicateur", - "collection.edit.info.publisher_url": "URL du publicateur", - "collection.edit.info.restricted": "This dataset is restricted and viewers should be warned.", - "collection.edit.info.save": "Sauvegarder les changements", - "collection.edit.info.summary": "Summary", - "collection.edit.permissions_warning": "Note: User must already have an Aleph account in order to receive access.", - "collection.edit.permissionstable.edit": "Éditer", - "collection.edit.permissionstable.view": "View", - "collection.edit.save_button": "Sauvegarder les changements", - "collection.edit.save_success": "Your changes are saved.", - "collection.edit.title": "Settings", - "collection.edit.users": "Users", - "collection.foreign_id": "Identifiant étranger", - "collection.frequency": "Updates", - "collection.index.empty": "No datasets were found.", - "collection.index.filter.all": "All", - "collection.index.filter.mine": "Created by me", - "collection.index.no_results": "No datasets were found matching this query.", - "collection.index.placeholder": "Chercher des jeux de données...", - "collection.index.title": "Jeux de données", + "collection.edit.info.publisher": "Organisation/personne à l’origine de la publication", + "collection.edit.info.publisher_url": "URL de l’organisation/personne à l’origine de la publication", + "collection.edit.info.restricted": "Cet ensemble de données est réservé et les personnes qui le consultent doivent en être averties.", + "collection.edit.info.save": "Enregistrer les changements", + "collection.edit.info.summary": "Résumé", + "collection.edit.permissions_warning": "Remarque : l’utilisateur doit déjà disposer d’un compte Aleph pour obtenir l’accès.", + "collection.edit.permissionstable.edit": "Modifier", + "collection.edit.permissionstable.view": "Voir", + "collection.edit.save_button": "Enregistrer les changements", + "collection.edit.save_success": "Vos changements ont été enregistrés.", + "collection.edit.title": "Paramètres", + "collection.edit.users": "Utilisateurs", + "collection.foreign_id": "Identification extérieure", + "collection.frequency": "Actualisations", + "collection.index.empty": "Aucun ensemble de données trouvé.", + "collection.index.filter.all": "Tout", + "collection.index.filter.mine": "Créés par moi", + "collection.index.no_results": "Aucun ensemble de données correspondant à votre demande n’a été trouvé.", + "collection.index.placeholder": "Rechercher les ensembles de données...", + "collection.index.title": "Ensembles de données", "collection.info.access": "Partager", "collection.info.browse": "Documents", - "collection.info.delete": "Delete dataset", - "collection.info.delete_casefile": "Delete investigation", - "collection.info.diagrams": "Network diagrams", - "collection.info.diagrams_description": "Network diagrams let you visualize complex relationships within an investigation.", + "collection.info.delete": "Supprimer l’ensemble de données", + "collection.info.delete_casefile": "Supprimer l’enquête", + "collection.info.diagrams": "Diagrammes de réseau", + "collection.info.diagrams_description": "Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.", "collection.info.documents": "Documents", - "collection.info.edit": "Réglages", - "collection.info.entities": "Entities", - "collection.info.lists": "Lists", - "collection.info.lists_description": "Lists let you organize and group related entities of interest.", - "collection.info.mappings": "Entity mappings", - "collection.info.mappings_description": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document", + "collection.info.edit": "Paramètres", + "collection.info.entities": "Entités", + "collection.info.lists": "Listes", + "collection.info.lists_description": "Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.", + "collection.info.mappings": "Cartographies d’entités", + "collection.info.mappings_description": "Les cartographies d’entités vous permettent de générer en une fois des entités structurées pour suivre l’argent (comme des personnes, des entreprises et les relations entre elles) à partir des lignes d’une feuille de calcul ou d’un document au format CSV", "collection.info.mentions": "Mentions", - "collection.info.mentions_description": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.", - "collection.info.overview": "Overview", - "collection.info.reindex": "Re-index all content", - "collection.info.reingest": "Re-ingest documents", - "collection.info.search": "Search", - "collection.info.source_documents": "Source documents", - "collection.info.timelines": "Timelines", - "collection.info.timelines_description": "Timelines are a way to view and organize events chronologically.", - "collection.info.xref": "Cross-reference", - "collection.info.xref_description": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.", - "collection.info_url": "URL d'information", - "collection.last_updated": "Last updated {date}", - "collection.mappings.create": "Create a new entity mapping", - "collection.mappings.create_docs_link": "For more information, please refer to the {link}", - "collection.overview.empty": "This dataset is empty.", - "collection.publisher": "Publicateur", + "collection.info.mentions_description": "Aleph extrait automatiquement les termes qui ressemblent à des noms, des adresses, des numéros de téléphone et des adresses e-mail à partir des documents et des entités envoyés dans votre enquête. {br}{br} Cliquez sur un terme mentionné ci-dessous pour savoir où il apparaît dans votre enquête.", + "collection.info.overview": "Vue d’ensemble", + "collection.info.reindex": "Réindexer tout le contenu", + "collection.info.reingest": "Retraiter les documents", + "collection.info.search": "Rechercher", + "collection.info.source_documents": "Documents sources", + "collection.info.timelines": "Calendriers", + "collection.info.timelines_description": "Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.", + "collection.info.xref": "Références croisées", + "collection.info.xref_description": "Les références croisées vous permettent de rechercher dans le reste d’Aleph des entités similaires à celles qui figurent dans votre enquête.", + "collection.info_url": "URL des informations", + "collection.last_updated": "Dernière actualisation le {date}", + "collection.mappings.create": "Créer une nouvelle cartographie d’entités", + "collection.mappings.create_docs_link": "Pour plus d’informations, veuillez consulter la page {link}", + "collection.overview.empty": "Cet ensemble de données est vide.", + "collection.publisher": "Organisation/personne à l’origine de la publication", "collection.reconcile": "Réconciliation", - "collection.reconcile.description": "Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.", + "collection.reconcile.description": "Faites correspondre vos propres données avec les entités de cet ensemble à l’aide de l’outil gratuit {openrefine} en ajoutant un critère de réconciliation.", "collection.reindex.cancel": "Annuler", - "collection.reindex.confirm": "Start indexing", - "collection.reindex.flush": "Clear index before re-indexing", - "collection.reindex.processing": "Indexing started.", - "collection.reingest.confirm": "Start processing", - "collection.reingest.index": "Index documents as they are processed.", - "collection.reingest.processing": "Re-ingest started.", - "collection.reingest.text": "You're about to re-process all documents in {collectionLabel}. This might take some time.", - "collection.statistics.showmore": "Montrer plus", + "collection.reindex.confirm": "Commencer l’indexation", + "collection.reindex.flush": "Vider l’index avant de réindexer", + "collection.reindex.processing": "Indexation commencée.", + "collection.reingest.confirm": "Commencer le traitement", + "collection.reingest.index": "Indexer les documents pendant leur traitement.", + "collection.reingest.processing": "Retraitement commencé.", + "collection.reingest.text": "Vous êtes sur le point de retraiter tous les documents dans {collectionLabel}. Cette opération peut durer un certain temps.", + "collection.statistics.showmore": "Afficher plus", "collection.status.cancel_button": "Annuler le processus", - "collection.status.collection": "Jeu de données", + "collection.status.collection": "Ensemble de données", "collection.status.finished_tasks": "Terminé", - "collection.status.jobs": "Jobs", - "collection.status.message": "Continuez à batifoler pendant que les données sont en train d'être traitées.", - "collection.status.no_active": "There are no ongoing tasks", + "collection.status.jobs": "Travaux", + "collection.status.message": "Poursuivez votre navigation pendant le traitement des données.", + "collection.status.no_active": "Il n’y a aucune tâche en cours", "collection.status.pending_tasks": "En attente", - "collection.status.progress": "Tasks", - "collection.status.title": "Update in progress ({percent}%)", + "collection.status.progress": "Tâches", + "collection.status.title": "Actualisation en cours ({percent} %)", "collection.team": "Accessible à", - "collection.updated_at": "Metadata updated", + "collection.updated_at": "Métadonnées actualisées", "collection.xref.cancel": "Annuler", - "collection.xref.confirm": "Confirm", - "collection.xref.empty": "There are no cross-referencing results.", - "collection.xref.processing": "La création de références croisées a démarré.", - "collection.xref.text": "You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.", - "collection.xref.title": "Créer des références croisées", + "collection.xref.confirm": "Confirmer", + "collection.xref.empty": "Aucun résultat de références croisées.", + "collection.xref.processing": "Référencement croisé commencé.", + "collection.xref.text": "Vous allez maintenant rechercher les références croisées de {collectionLabel} avec toutes les autres sources. Veuillez lancer ce processus une fois puis attendre qu’il soit terminé.", + "collection.xref.title": "Références croisées", "dashboard.activity": "Activité", "dashboard.alerts": "Alertes", - "dashboard.cases": "Investigations", - "dashboard.diagrams": "Network diagrams", + "dashboard.cases": "Enquêtes", + "dashboard.diagrams": "Diagrammes de réseau", "dashboard.exports": "Exports", "dashboard.groups": "Groupes", - "dashboard.lists": "Lists", + "dashboard.lists": "Listes", "dashboard.notifications": "Notifications", - "dashboard.settings": "Réglages", - "dashboard.status": "System status", - "dashboard.subheading": "Vérifiez la progression des tâches d'analyse de données, de téléversement et de traitement en cours.", - "dashboard.timelines": "Timelines", - "dashboard.title": "System Status", - "dashboard.workspace": "Workspace", - "dataset.search.placeholder": "Search this dataset", - "diagram.create.button": "New diagram", - "diagram.create.label_placeholder": "Untitled diagram", - "diagram.create.login": "You must log in to create a diagram", - "diagram.create.success": "Your diagram has been created successfully.", - "diagram.create.summary_placeholder": "A brief description of the diagram", - "diagram.create.title": "Create a diagram", - "diagram.embed.error": "Error generating diagram embed", - "diagram.export.embed.description": "Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.", - "diagram.export.error": "Error exporting diagram", - "diagram.export.ftm": "Export as .ftm", - "diagram.export.ftm.description": "Download the diagram as a data file that can be used in {link} or another Aleph site.", + "dashboard.settings": "Paramètres", + "dashboard.status": "État du système", + "dashboard.subheading": "Consulter l’avancement des tâches d’analyse, d’envoi et de traitement des données en cours.", + "dashboard.timelines": "Calendriers", + "dashboard.title": "État du système", + "dashboard.workspace": "Espace de travail", + "dataset.search.placeholder": "Rechercher cet ensemble de données", + "diagram.create.button": "Nouveau diagramme", + "diagram.create.label_placeholder": "Diagramme sans nom", + "diagram.create.login": "Vous devez vous connecter pour créer un diagramme", + "diagram.create.success": "Votre diagramme a été créé avec succès.", + "diagram.create.summary_placeholder": "Une brève description du diagramme", + "diagram.create.title": "Créer un diagramme", + "diagram.embed.error": "Erreur dans la création du diagramme intégré", + "diagram.export.embed.description": "Générer une version interactive intégrable du diagramme qui pourra être utilisée dans un article. Le diagramme intégré ne contiendra pas les modifications postérieures ajoutées au diagramme.", + "diagram.export.error": "Erreur dans l’export du diagramme", + "diagram.export.ftm": "Exporter au format .ftm", + "diagram.export.ftm.description": "Télécharger le diagramme comme fichier de données qui peut être utilisé dans {link} ou tout autre site d’Aleph.", "diagram.export.ftm.link": "Aleph Data Desktop", - "diagram.export.iframe": "Embed iframe", - "diagram.export.svg": "Export as SVG", - "diagram.export.svg.description": "Download a vector graphic with the contents of the diagram.", - "diagram.export.title": "Export options", - "diagram.import.button": "Import diagram", - "diagram.import.placeholder": "Drop a .ftm or .vis file here or click to import an existing diagram", - "diagram.import.title": "Import a network diagram", - "diagram.render.error": "Error rendering diagram", - "diagram.selector.create": "Create a new diagram", - "diagram.selector.select_empty": "No existing diagram", - "diagram.update.label_placeholder": "Untitled diagram", - "diagram.update.success": "Your diagram has been updated successfully.", - "diagram.update.summary_placeholder": "A brief description of the diagram", - "diagram.update.title": "Diagram settings", - "diagrams": "Diagrams", - "diagrams.description": "Network diagrams let you visualize complex relationships within an investigation.", - "diagrams.no_diagrams": "There are no network diagrams.", - "diagrams.title": "Network diagrams", + "diagram.export.iframe": "Intégrer comme iframe", + "diagram.export.svg": "Exporter au format SVG", + "diagram.export.svg.description": "Télécharger un graphique vectoriel contenant le diagramme.", + "diagram.export.title": "Options d’export", + "diagram.import.button": "Importer un diagramme", + "diagram.import.placeholder": "Faites glisser un fichier .ftm ou .vis ici ou cliquez pour importer un diagramme existant", + "diagram.import.title": "Importer un diagramme de réseau", + "diagram.render.error": "Erreur dans la représentation du diagramme", + "diagram.selector.create": "Créer un nouveau diagramme", + "diagram.selector.select_empty": "Pas de diagramme existant", + "diagram.update.label_placeholder": "Diagramme sans nom", + "diagram.update.success": "Votre diagramme a été actualisé avec succès.", + "diagram.update.summary_placeholder": "Une brève description du diagramme", + "diagram.update.title": "Paramètres du diagramme", + "diagrams": "Diagrammes", + "diagrams.description": "Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.", + "diagrams.no_diagrams": "Il n’y a pas de diagramme de réseau.", + "diagrams.title": "Diagrammes de réseau", "document.download": "Télécharger", - "document.download.cancel": "Cancel", - "document.download.confirm": "Download", - "document.download.dont_warn": "Don't warn me in the future when downloading source documents", + "document.download.cancel": "Annuler", + "document.download.confirm": "Télécharger", + "document.download.dont_warn": "À l’avenir, ne plus me demander en cas de téléchargement de documents sources", "document.download.tooltip": "Télécharger le document original", - "document.download.warning": "You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.", - "document.folder.error": "There was an error creating the folder.", - "document.folder.new": "New folder", + "document.download.warning": "Vous êtes sur le point de télécharger un fichier source. {br}{br} Les fichiers sources peuvent contenir des virus et des codes qui avertissent leur auteur quand vous les ouvrez. {br}{br} Pour les données sensibles, nous recommandons d’ouvrir des fichiers sources uniquement depuis un ordinateur qui n’est jamais connecté à Internet.", + "document.folder.error": "Erreur pendant la création du dossier.", + "document.folder.new": "Nouveau dossier", "document.folder.save": "Créer", "document.folder.title": "Nouveau dossier", - "document.folder.untitled": "Titre du dossier", + "document.folder.untitled": "Nom du dossier", "document.mapping.start": "Générer des entités", "document.paging": "Page {pageInput} sur {numberOfPages}", "document.pdf.search.page": "Page {page}", - "document.search.no_match": "Aucune page de ce document ne correspond à tous vos termes de recherche.", - "document.upload.button": "Upload", - "document.upload.cancel": "Cancel", - "document.upload.close": "Close", - "document.upload.errors": "Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.", - "document.upload.files": "Choisissez des fichiers à téléverser...", - "document.upload.folder": "If you would like to upload folders instead, { button }.", - "document.upload.folder-toggle": "click here", - "document.upload.notice": "The upload is complete. It will take a few moments for the documents to be processed and become searchable.", - "document.upload.progress": "{done} of {total} files done, {errors} errors.", - "document.upload.rejected": "{fileName} is missing a file type, so it cannot be uploaded.", - "document.upload.retry": "Retry", - "document.upload.save": "Upload", - "document.upload.summary": "{numberOfFiles, number} files, {totalSize}", - "document.upload.title": "Upload documents", - "document.upload.title_in_folder": "Upload documents to {folder}", - "document.viewer.ignored_file": "The system does not work with these types of files. Please download it so you’ll be able to see it.", - "document.viewer.no_viewer": "Aucune prévisualisation n'est disponible pour ce document", + "document.search.no_match": "Aucune page de ce document ne correspond à vos critères de recherche.", + "document.upload.button": "Envoyer", + "document.upload.cancel": "Annuler", + "document.upload.close": "Fermer", + "document.upload.errors": "Certains fichiers n’ont pas pu être transférés. Vous pouvez utiliser le bouton Réessayer pour relancer tous les envois qui ont échoué.", + "document.upload.files": "Choisir les fichiers à envoyer...", + "document.upload.folder": "Si vous souhaitez plutôt envoyer des dossiers, { button }.", + "document.upload.folder-toggle": "cliquez ici", + "document.upload.notice": "L’envoi est terminé. Le traitement des documents prendra quelque temps avant de pouvoir y réaliser des recherches.", + "document.upload.progress": "{done} sur {total} fichiers terminés, {errors} erreurs.", + "document.upload.rejected": "{fileName} ne comporte pas de type de fichier, alors il ne peut être envoyé.", + "document.upload.retry": "Réessayer", + "document.upload.save": "Envoyer", + "document.upload.summary": "{numberOfFiles, number} fichiers, {totalSize}", + "document.upload.title": "Envoyer des documents", + "document.upload.title_in_folder": "Envoyer des documents vers {folder}", + "document.viewer.ignored_file": "Le système ne fonctionne pas avec ces types de fichier. Veuillez le télécharger pour pouvoir le voir.", + "document.viewer.no_viewer": "Aucun aperçu n’est disponible pour ce document.", "email.body.empty": "Aucun corps de message.", "entity.delete.cancel": "Annuler", "entity.delete.confirm": "Supprimer", - "entity.delete.error": "Une erreur s'est produite pendant la tentative de suppression de cette entité.", - "entity.delete.progress": "Deleting...", - "entity.delete.question.multiple": "Are you sure you want to delete the following {count, plural, one {item} other {items}}?", - "entity.delete.success": "Successfully deleted", - "entity.document.manager.cannot_map": "Select a table document to generate structured entities", - "entity.document.manager.empty": "Aucun fichier ni aucun dossier.", - "entity.document.manager.emptyCanUpload": "Aucun fichier ni aucun dossier. Déposez des fichiers ici ou cliquez pour téléverser.", - "entity.document.manager.search_placeholder": "Search documents", - "entity.document.manager.search_placeholder_document": "Search in {label}", + "entity.delete.error": "Une erreur est survenue en essayant de supprimer cette entité.", + "entity.delete.progress": "Suppression...", + "entity.delete.question.multiple": "Voulez-vous vraiment supprimer le/la/les {count, plural, one {item} other {items}} suivant(s) ?", + "entity.delete.success": "Suppression réussie", + "entity.document.manager.cannot_map": "Sélectionner un tableau pour générer des entités structurées", + "entity.document.manager.empty": "Aucun fichier ou répertoire.", + "entity.document.manager.emptyCanUpload": "Aucun fichier ou répertoire. Faites glisser des fichiers ici ou cliquez pour envoyer.", + "entity.document.manager.search_placeholder": "Rechercher des documents", + "entity.document.manager.search_placeholder_document": "Rechercher dans {label}", "entity.info.attachments": "Pièces jointes", "entity.info.documents": "Documents", "entity.info.info": "Info", - "entity.info.last_view": "Last viewed {time}", - "entity.info.similar": "Similar", + "entity.info.last_view": "Dernière consultation : {time}", + "entity.info.similar": "Similaire", "entity.info.tags": "Mentions", - "entity.info.text": "Text", - "entity.info.view": "View", - "entity.info.workbook_warning": "This sheet is part of workbook {link}", - "entity.manager.bulk_import.description.1": "Select a table below from which to import new {schema} entities.", - "entity.manager.bulk_import.description.2": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities.", - "entity.manager.bulk_import.description.3": "Don't see the table you're looking for? {link}", - "entity.manager.bulk_import.link_text": "Upload a new table document", - "entity.manager.bulk_import.no_results": "No matching documents found", - "entity.manager.bulk_import.placeholder": "Select a table document", - "entity.manager.delete": "Delete", - "entity.manager.edge_create_success": "Successfully linked {source} and {target}", - "entity.manager.entity_set_add_success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entity.manager.remove": "Remove", - "entity.manager.search_empty": "No matching {schema} results found", - "entity.manager.search_placeholder": "Search {schema}", + "entity.info.text": "Texte", + "entity.info.view": "Voir", + "entity.info.workbook_warning": "Cette feuille de calcul fait partie du classeur {link}", + "entity.manager.bulk_import.description.1": "Sélectionner un tableau ci-dessous à partir duquel importer de nouvelles entités de {schema}.", + "entity.manager.bulk_import.description.2": "Une fois la sélection effectuée, vous devrez attribuer des colonnes de ce tableau aux propriétés des entités générées.", + "entity.manager.bulk_import.description.3": "Vous ne voyez pas le tableau que vous cherchez ? {link}", + "entity.manager.bulk_import.link_text": "Télécharger un nouveau document contenant un tableau", + "entity.manager.bulk_import.no_results": "Aucun document correspondant trouvé", + "entity.manager.bulk_import.placeholder": "Sélectionner un document contenant un tableau", + "entity.manager.delete": "Supprimer", + "entity.manager.edge_create_success": "Lien réussi entre {source} et {target}", + "entity.manager.entity_set_add_success": "Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}", + "entity.manager.remove": "Retirer", + "entity.manager.search_empty": "Aucun résultat de {schema} correspondant trouvé", + "entity.manager.search_placeholder": "Rechercher des {schema}", "entity.mapping.view": "Générer des entités", - "entity.properties.missing": "unknown", - "entity.references.no_relationships": "This entity does not have any relationships.", - "entity.references.no_results": "No {schema} match this search.", - "entity.references.no_results_default": "No entities match this search.", - "entity.references.search.placeholder": "Search in {schema}", - "entity.references.search.placeholder_default": "Search entities", - "entity.remove.confirm": "Remove", - "entity.remove.error": "An error occured while attempting to remove this entity.", - "entity.remove.progress": "Removing...", - "entity.remove.question.multiple": "Are you sure you want to remove the following {count, plural, one {item} other {items}}?", - "entity.remove.success": "Successfully removed", - "entity.search.empty_title": "This folder is empty", - "entity.search.no_results_description": "Try making your search more general", + "entity.properties.missing": "inconnu", + "entity.references.no_relationships": "Cette entité n’a aucune relation.", + "entity.references.no_results": "Aucun {schema} ne correspond à cette recherche.", + "entity.references.no_results_default": "Aucune entité ne correspond à cette recherche.", + "entity.references.search.placeholder": "Rechercher dans {schema}", + "entity.references.search.placeholder_default": "Rechercher des entités", + "entity.remove.confirm": "Retirer", + "entity.remove.error": "Une erreur est survenue en essayant de retirer cette entité.", + "entity.remove.progress": "Retrait en cours...", + "entity.remove.question.multiple": "Voulez-vous vraiment retirer le/la/les {count, plural, one {item} other {items}} suivant(s) ?", + "entity.remove.success": "Retrait réussi", + "entity.search.empty_title": "Ce dossier est vide.", + "entity.search.no_results_description": "Essayez d’élargir votre recherche", "entity.search.no_results_title": "Aucun résultat de recherche", - "entity.similar.empty": "There are no similar entities.", - "entity.similar.entity": "Similar entity", - "entity.similar.found_text": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}", - "entity.status.error": "Error saving", - "entity.status.in_progress": "Saving...", - "entity.status.success": "Saved", - "entity.tags.no_tags": "Aucun sélecteur n'a été extrait de cette entité.", - "entity.viewer.add_link": "Create link", - "entity.viewer.add_to": "Add to...", - "entity.viewer.bulk_import": "Bulk import", - "entity.viewer.search_placeholder": "Search in {label}", - "entitySet.last_updated": "Updated {date}", - "entityset.choose.name": "Title", - "entityset.choose.summary": "Summary", - "entityset.create.collection": "Investigation", - "entityset.create.collection.existing": "Select an investigation", - "entityset.create.collection.new": "Don't see the investigation you're looking for? {link}", - "entityset.create.collection.new_link": "Create a new investigation", + "entity.similar.empty": "Il n’y a pas d’entité similaire.", + "entity.similar.entity": "Entité similaire", + "entity.similar.found_text": "{resultCount} {resultCount, plural, one {similar entity} other {similar entities}} trouvée(s) dans {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}", + "entity.status.error": "Erreur de sauvegarde", + "entity.status.in_progress": "Enregistrement en cours...", + "entity.status.success": "Enregistré", + "entity.tags.no_tags": "Aucun sélecteur n’a été extrait de cette entité.", + "entity.viewer.add_link": "Créer un lien", + "entity.viewer.add_to": "Ajouter à...", + "entity.viewer.bulk_import": "Importation groupée", + "entity.viewer.search_placeholder": "Rechercher dans {label}", + "entitySet.last_updated": "Actualisé le {date}", + "entityset.choose.name": "Titre", + "entityset.choose.summary": "Résumé", + "entityset.create.collection": "Enquête", + "entityset.create.collection.existing": "Sélectionner une enquête", + "entityset.create.collection.new": "Vous ne voyez pas l’enquête que vous cherchez ? {link}", + "entityset.create.collection.new_link": "Créer une nouvelle enquête", "entityset.create.submit": "Créer", "entityset.delete.cancel": "Annuler", "entityset.delete.confirm": "Supprimer", - "entityset.delete.question": "Are you sure you want to delete {label}?", - "entityset.delete.success": "Successfully deleted {title}", + "entityset.delete.question": "Voulez-vous vraiment supprimer {label} ?", + "entityset.delete.success": "Suppression réussie de {title}", "entityset.info.delete": "Supprimer", - "entityset.info.edit": "Réglages", - "entityset.info.export": "Exporter", - "entityset.selector.placeholder": "Search existing", - "entityset.selector.success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entityset.selector.success_toast_button": "View", - "entityset.selector.title": "Add {firstCaption} {titleSecondary} to...", - "entityset.selector.title_default": "Add entities to...", - "entityset.selector.title_other": "and {count} other {count, plural, one {entity} other {entities}}", - "entityset.update.submit": "Save changes", - "error.screen.not_found": "The requested page could not be found.", - "export.dialog.text": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.", - "exports.dialog.cancel": "Cancel", + "entityset.info.edit": "Paramètres", + "entityset.info.export": "Export", + "entityset.selector.placeholder": "Rechercher", + "entityset.selector.success": "Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}", + "entityset.selector.success_toast_button": "Voir", + "entityset.selector.title": "Ajouter {firstCaption} {titleSecondary} à...", + "entityset.selector.title_default": "Ajouter des entités à...", + "entityset.selector.title_other": "et {count} autre {count, plural, one {entity} other {entities}}", + "entityset.update.submit": "Enregistrer les changements", + "error.screen.not_found": "La page demandée n’a pas pu être trouvée.", + "export.dialog.text": "Lancer votre export. {br}{br} La création des exports peut prendre du temps. Vous recevrez un e-mail une fois les données prêtes. {br}{br} Merci de ne lancer l’export qu’une seule fois.", + "exports.dialog.cancel": "Annuler", "exports.dialog.confirm": "Export", - "exports.dialog.dashboard_link": "View progress", - "exports.dialog.success": "Your export has begun.", + "exports.dialog.dashboard_link": "Afficher l’avancement", + "exports.dialog.success": "Votre export a commencé.", "exports.expiration": "Expiration", - "exports.manager.description": "Below is a list of your exports. Make sure to download them before they expire.", - "exports.name": "Name", - "exports.no_exports": "You have no exports to download", - "exports.size": "Size", - "exports.status": "Status", - "exports.title": "Exports ready for download", + "exports.manager.description": "Voici une liste de vos exports. Veillez à les télécharger avant leur expiration.", + "exports.name": "Nom", + "exports.no_exports": "Vous n’avez pas d’export à télécharger", + "exports.size": "Taille", + "exports.status": "État", + "exports.title": "Exports prêts au téléchargement", "facet.addresses": "{count, plural, one {Address} other {Addresses}}", - "facet.caption": "Name", + "facet.caption": "Nom", "facet.category": "{count, plural, one {Category} other {Categories}}", - "facet.collection_id": "Dataset", + "facet.collection_id": "Ensemble de données", "facet.countries": "{count, plural, one {Country} other {Countries}}", "facet.dates": "{count, plural, one {Date} other {Dates}}", "facet.emails": "{count, plural, one {E-Mail} other {E-Mails}}", @@ -327,344 +327,344 @@ "facet.mimetypes": "{count, plural, one {File type} other {File types}}", "facet.names": "{count, plural, one {Name} other {Names}}", "facet.phones": "{count, plural, one {Phone number} other {Phone numbers}}", - "facet.schema": "Entity type", - "file_import.error": "Error importing file", + "facet.schema": "Type d’entité", + "file_import.error": "Erreur d’import de fichier", "footer.aleph": "Aleph {version}", - "group.page.description": "The list below shows all datasets and investigations that belong to this group.", - "group.page.search.description": "If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.", - "home.access_disabled": "Public access temporarily disabled", - "home.counts.countries": "Countries & territories", - "home.counts.datasets": "Public datasets", - "home.counts.entities": "Public entities", - "home.placeholder": "Try searching: {samples}", - "home.statistics.categories": "Dataset categories", - "home.statistics.countries": "Countries and territories", - "home.statistics.schemata": "Entity types", - "home.stats.title": "Get started exploring public data", - "home.title": "Trouver des enregistrements publics et des fuites", - "hotkeys.judgement.different": "Decide different", - "hotkeys.judgement.group_label": "Entity decisions", - "hotkeys.judgement.next": "Select next result", - "hotkeys.judgement.previous": "Select previous result", - "hotkeys.judgement.same": "Decide same", - "hotkeys.judgement.unsure": "Decide not enough information", - "hotkeys.search.different": "Preview previous result", - "hotkeys.search.group_label": "Search preview", - "hotkeys.search.unsure": "Preview next result", - "hotkeys.search_focus": "Search", - "infoMode.collection_casefile": "Investigation", - "infoMode.collection_dataset": "Dataset", - "infoMode.createdAt": "Created at", - "infoMode.creator": "Created by", - "infoMode.updatedAt": "Last updated", - "investigation.mentions.empty": "There are no mentions yet in this investigation.", - "investigation.overview.guides": "Read more", - "investigation.overview.guides.access": "Managing access", - "investigation.overview.guides.diagrams": "Drawing network diagrams", - "investigation.overview.guides.documents": "Uploading documents", - "investigation.overview.guides.entities": "Creating & editing entities", - "investigation.overview.guides.mappings": "Generating entities from a spreadsheet", - "investigation.overview.guides.xref": "Cross-referencing your data", - "investigation.overview.notifications": "Recent activity", - "investigation.overview.shortcuts": "Quick links", - "investigation.overview.shortcuts_empty": "Getting started", - "investigation.search.placeholder": "Search this investigation", - "investigation.shortcut.diagram": "Sketch a network diagram", - "investigation.shortcut.entities": "Create new entities", - "investigation.shortcut.entity_create_error": "Unable to create entity", - "investigation.shortcut.entity_create_success": "Successfully created {name}", - "investigation.shortcut.upload": "Upload documents", - "investigation.shortcut.xref": "Compare with other datasets", - "judgement.disabled": "You must have edit access in order to make judgements.", - "judgement.negative": "Different", - "judgement.positive": "Same", - "judgement.unsure": "Not enough information", - "landing.shortcut.alert": "Create a search alert", - "landing.shortcut.datasets": "Browse datasets", - "landing.shortcut.investigation": "Start an investigation", - "landing.shortcut.search": "Search entities", - "list.create.button": "New list", - "list.create.label_placeholder": "Untitled list", - "list.create.login": "You must log in to create a list", - "list.create.success": "Your list has been created successfully.", - "list.create.summary_placeholder": "A brief description of the list", - "list.create.title": "Create a list", - "list.selector.create": "Create a new list", - "list.selector.select_empty": "No existing list", - "list.update.label_placeholder": "Untitled list", - "list.update.success": "Your list has been updated successfully.", - "list.update.summary_placeholder": "A brief description of the list", - "list.update.title": "List settings", - "lists": "Lists", - "lists.description": "Lists let you organize and group related entities of interest.", - "lists.no_lists": "There are no lists.", - "lists.title": "Lists", - "login.oauth": "Sign in via OAuth", + "group.page.description": "La liste ci-dessous montre tous les ensembles de données et toutes les enquêtes qui font partie de ce groupe.", + "group.page.search.description": "Si vous souhaitez rechercher des entités ou des documents spécifiques dans les ensembles de données auxquels ce groupe a accès, veuillez plutôt cliquer ici.", + "home.access_disabled": "Accès public temporairement désactivé", + "home.counts.countries": "Pays et territoires", + "home.counts.datasets": "Ensembles de données publics", + "home.counts.entities": "Entités publiques", + "home.placeholder": "Essayez de rechercher : {samples}", + "home.statistics.categories": "Catégories d’ensembles de données", + "home.statistics.countries": "Pays et territoires", + "home.statistics.schemata": "Types d’entité", + "home.stats.title": "Commencer à explorer des données publiques", + "home.title": "Trouver des registres publics et des fuites", + "hotkeys.judgement.different": "Décider que c’est différent", + "hotkeys.judgement.group_label": "Décisions d’entité", + "hotkeys.judgement.next": "Sélectionner le résultat suivant", + "hotkeys.judgement.previous": "Sélectionner le résultat précédent", + "hotkeys.judgement.same": "Décider que c’est identique", + "hotkeys.judgement.unsure": "Décider que les informations sont insuffisantes", + "hotkeys.search.different": "Aperçu du résultat précédent", + "hotkeys.search.group_label": "Rechercher l’aperçu", + "hotkeys.search.unsure": "Prévisualiser le résultat suivant", + "hotkeys.search_focus": "Rechercher", + "infoMode.collection_casefile": "Enquête", + "infoMode.collection_dataset": "Ensemble de données", + "infoMode.createdAt": "Créé à", + "infoMode.creator": "Créé par", + "infoMode.updatedAt": "Dernière actualisation", + "investigation.mentions.empty": "Il n’y a pas encore de mention dans cette enquête.", + "investigation.overview.guides": "En savoir plus", + "investigation.overview.guides.access": "Gérer les accès", + "investigation.overview.guides.diagrams": "Dessiner des diagrammes de réseau", + "investigation.overview.guides.documents": "Envoyer des documents", + "investigation.overview.guides.entities": "Créer et modifier des entités", + "investigation.overview.guides.mappings": "Générer des entités à partir d’une feuille de calcul", + "investigation.overview.guides.xref": "Référencement croisé de vos données", + "investigation.overview.notifications": "Activité récente", + "investigation.overview.shortcuts": "Liens rapides", + "investigation.overview.shortcuts_empty": "Commencer", + "investigation.search.placeholder": "Rechercher dans cette enquête", + "investigation.shortcut.diagram": "Dessiner un diagramme de réseau", + "investigation.shortcut.entities": "Créer de nouvelles entités", + "investigation.shortcut.entity_create_error": "Impossible de créer une entité", + "investigation.shortcut.entity_create_success": "Création réussie de {name}", + "investigation.shortcut.upload": "Envoyer des documents", + "investigation.shortcut.xref": "Comparer avec d’autres ensembles de données", + "judgement.disabled": "Vous devez disposer d’un accès en tant qu’éditeur pour pouvoir émettre des jugements.", + "judgement.negative": "Différent", + "judgement.positive": "Identique", + "judgement.unsure": "Informations insuffisantes", + "landing.shortcut.alert": "Créer une alerte de recherche", + "landing.shortcut.datasets": "Parcourir les ensembles de données", + "landing.shortcut.investigation": "Commencer une enquête", + "landing.shortcut.search": "Rechercher des entités", + "list.create.button": "Nouvelle liste", + "list.create.label_placeholder": "Liste sans nom", + "list.create.login": "Vous devez vous connecter pour créer une liste", + "list.create.success": "Votre liste a été créée avec succès.", + "list.create.summary_placeholder": "Une brève description de la liste", + "list.create.title": "Créer une liste", + "list.selector.create": "Créer une nouvelle liste", + "list.selector.select_empty": "Pas de liste existante", + "list.update.label_placeholder": "Liste sans nom", + "list.update.success": "Votre liste a été actualisée avec succès.", + "list.update.summary_placeholder": "Une brève description de la liste", + "list.update.title": "Paramètres de la liste", + "lists": "Listes", + "lists.description": "Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.", + "lists.no_lists": "Il n’y a aucune liste.", + "lists.title": "Listes", + "login.oauth": "Se connecter via OAuth", "mapping.actions.create": "Générer des entités", - "mapping.actions.create.toast": "Génération d'entités...", + "mapping.actions.create.toast": "Génération d’entités...", "mapping.actions.delete": "Supprimer", - "mapping.actions.delete.toast": "Deleting mapping and any generated entities...", - "mapping.actions.export": "Export mapping", - "mapping.actions.flush": "Enlever les entités générées", + "mapping.actions.delete.toast": "Supprimer les cartographies et toute entité générée...", + "mapping.actions.export": "Exporter les cartographies", + "mapping.actions.flush": "Retirer les entités générées", "mapping.actions.flush.toast": "Retrait des entités générées...", - "mapping.actions.save": "Sauvegarder les changements", - "mapping.actions.save.toast": "Régénération des entités...", + "mapping.actions.save": "Enregistrer les changements", + "mapping.actions.save.toast": "Nouvelle génération d’entités...", "mapping.create.cancel": "Annuler", "mapping.create.confirm": "Générer", - "mapping.create.question": "Êtes-vous sûr d'être prêt à générer des entités en utilisant cette association?", + "mapping.create.question": "Êtes-vous vraiment prêt-e à générer des entités à partir de cette cartographie ?", "mapping.delete.cancel": "Annuler", "mapping.delete.confirm": "Supprimer", - "mapping.delete.question": "Êtes-vous sûr de vouloir supprimer cette association et toutes les entités générées?", - "mapping.docs.link": "Aleph entity mapping documentation", - "mapping.entityAssign.helpText": "You must create an object of type \"{range}\" to be the {property}", + "mapping.delete.question": "Voulez-vous vraiment supprimer cette cartographie et toutes les entités générées ?", + "mapping.docs.link": "Documentation sur la cartographie des entités d’Aleph", + "mapping.entityAssign.helpText": "Vous devez créer un objet de type « {range} » comme {property}", "mapping.entityAssign.noResults": "Aucun objet correspondant disponible", "mapping.entityAssign.placeholder": "Sélectionner un objet", - "mapping.entity_set_select": "Select a List or Diagram", - "mapping.entityset.remove": "Remove", - "mapping.error.keyMissing": "Erreur de clé: l'entité {id} doit avoir au moins une clé", - "mapping.error.relationshipMissing": "Erreur de relation: l'entité {id} doit s'être vue attribuer une {source} et une {target}", + "mapping.entity_set_select": "Sélectionner une liste ou un diagramme", + "mapping.entityset.remove": "Retirer", + "mapping.error.keyMissing": "Erreur de clé : {id} l’entité doit avoir au moins une clé", + "mapping.error.relationshipMissing": "Erreur de relation : {id} il faut assigner une {source} et une {target} à l’entité", "mapping.flush.cancel": "Annuler", - "mapping.flush.confirm": "Enlever", - "mapping.flush.question": "Êtes-vous sûr de vouloir supprimer les entités générées en utilisant cette association?", - "mapping.import.button": "Import existing mapping", - "mapping.import.placeholder": "Drop a .yml file here or click to import an existing mapping file", - "mapping.import.querySelect": "Select a mapping query from this file to import:", - "mapping.import.submit": "Submit", - "mapping.import.success": "Your mapping has been imported successfully.", - "mapping.import.title": "Import a mapping", - "mapping.info": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}", - "mapping.info.link": "Aleph data mapping documentation", - "mapping.keyAssign.additionalHelpText": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.", - "mapping.keyAssign.additionalHelpToggle.less": "Less", - "mapping.keyAssign.additionalHelpToggle.more": "More about keys", - "mapping.keyAssign.helpText": "Specify which columns from the source data will be used to identify unique entities.", + "mapping.flush.confirm": "Retirer", + "mapping.flush.question": "Voulez-vous vraiment retirer des entités générées à partir de cette cartographie ?", + "mapping.import.button": "Importer une cartographie existante", + "mapping.import.placeholder": "Faites glisser un fichier .yml ici ou cliquez pour importer un fichier de cartographie existant", + "mapping.import.querySelect": "Sélectionner une requête de cartographie à partir de ce fichier à importer :", + "mapping.import.submit": "Envoyer", + "mapping.import.success": "Votre cartographie a été importée avec succès.", + "mapping.import.title": "Importer une cartographie", + "mapping.info": "Suivez les étapes ci-dessous pour cartographier des éléments de cette enquête en entités structurées pour suivre l’argent. Pour plus d’informations, veuillez consulter la page {link}", + "mapping.info.link": "Documentation sur la cartographie des données d’Aleph", + "mapping.keyAssign.additionalHelpText": "Les meilleures clés sont les colonnes issues de vos données qui contiennent des numéros d’identifiant, des numéros de téléphone, des adresses e-mail ou toute autre information d’identification unique. En l’absence de colonne contenant des données uniques, sélectionnez plusieurs colonnes pour permettre à Aleph de générer correctement des entités uniques à partir de vos données.", + "mapping.keyAssign.additionalHelpToggle.less": "Moins", + "mapping.keyAssign.additionalHelpToggle.more": "Plus d’informations sur les clés", + "mapping.keyAssign.helpText": "Veuillez préciser les colonnes des données sources qui seront utilisées pour identifier des entités uniques.", "mapping.keyAssign.noResults": "Aucun résultat", - "mapping.keyAssign.placeholder": "Sélectionner des clés à partir des colonnes disponibles", + "mapping.keyAssign.placeholder": "Sélectionnez les clés à partir des colonnes disponibles", "mapping.keys": "Clés", - "mapping.propAssign.errorBlank": "Les colonnes sans intitulé ne peuvent être affectées", - "mapping.propAssign.errorDuplicate": "Les colonnes avec des intitulés doublons ne peuvent pas être affectées", + "mapping.propAssign.errorBlank": "Les colonnes sans entête ne peuvent pas être attribuées", + "mapping.propAssign.errorDuplicate": "Les colonnes aux entêtes identiques ne peuvent pas être attribuées", "mapping.propAssign.literalButtonText": "Ajouter une valeur fixe", - "mapping.propAssign.literalPlaceholder": "Ajouter une valeur textuelle fixe", + "mapping.propAssign.literalPlaceholder": "Ajouter une valeur texte fixe", "mapping.propAssign.other": "Autre", "mapping.propAssign.placeholder": "Attribuer une propriété", - "mapping.propRemove": "Enlever cette propriété de l'association", + "mapping.propRemove": "Retirer cette propriété de la cartographie", "mapping.props": "Propriétés", "mapping.save.cancel": "Annuler", - "mapping.save.confirm": "Update mapping & re-generate", - "mapping.save.question": "Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?", - "mapping.section1.title": "1. Select entity types to generate", - "mapping.section2.title": "2. Associer des colonnes à des propriétés d'entités", - "mapping.section3.title": "3. Vérifier", - "mapping.section4.description": "Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.", - "mapping.section4.title": "4. Select a destination for generated entities (optional)", - "mapping.status.error": "Erreur:", - "mapping.status.status": "Status:", - "mapping.status.updated": "Dernière mise à jour:", + "mapping.save.confirm": "Actualiser la cartographie et générer à nouveau", + "mapping.save.question": "L’actualisation de cette cartographie supprimera toute entité générée précédemment et les génèrera à nouveau. Voulez-vous vraiment continuer ?", + "mapping.section1.title": "1. Sélectionnez les types d’entité à générer", + "mapping.section2.title": "2. Associez les colonnes aux propriétés des entités", + "mapping.section3.title": "3. Vérifiez", + "mapping.section4.description": "Les entités générées seront ajoutées à {collection} par défaut. Si vous souhaitez également les ajouter à une liste ou un diagramme dans l’enquête, veuillez cliquer ci-dessous et sélectionner les options disponibles.", + "mapping.section4.title": "4. Sélectionnez une destination pour les entités générées (facultatif)", + "mapping.status.error": "Erreur :", + "mapping.status.status": "État :", + "mapping.status.updated": "Dernière actualisation :", "mapping.title": "Générer des entités structurées", "mapping.types.objects": "Objets", "mapping.types.relationships": "Relations", - "mapping.warning.empty": "You must create at least one entity", - "mappings.no_mappings": "You have not generated any mappings yet", + "mapping.warning.empty": "Vous devez créer au moins une entité", + "mappings.no_mappings": "Vous n’avez pas encore généré de cartographie", "nav.alerts": "Alertes", - "nav.cases": "Investigations", - "nav.collections": "Jeux de données", - "nav.diagrams": "Network diagrams", + "nav.cases": "Enquêtes", + "nav.collections": "Ensembles de données", + "nav.diagrams": "Diagrammes de réseau", "nav.exports": "Exports", - "nav.lists": "Lists", - "nav.menu.cases": "Investigations", - "nav.settings": "Réglages", - "nav.signin": "Sign in", - "nav.signout": "Sign out", - "nav.status": "System status", - "nav.timelines": "Timelines", + "nav.lists": "Listes", + "nav.menu.cases": "Enquêtes", + "nav.settings": "Paramètres", + "nav.signin": "Connexion", + "nav.signout": "Déconnexion", + "nav.status": "État du système", + "nav.timelines": "Calendriers", "nav.view_notifications": "Notifications", - "navbar.alert_add": "Cliquez pour recevoir des alertes en cas de nouveaux résultats pour cette recherche.", - "navbar.alert_remove": "You are receiving alerts about this search.", - "notification.description": "View the latest updates to datasets, investigations, groups and tracking alerts you follow.", - "notifications.greeting": "What's new, {role}?", - "notifications.no_notifications": "You have no unseen notifications", + "navbar.alert_add": "Cliquez pour recevoir des alertes sur les nouveaux résultats pour cette recherche.", + "navbar.alert_remove": "Vous recevez des alertes à propos de cette recherche.", + "notification.description": "Consultez les dernières actualisations des ensembles de données, enquêtes, groupes et alertes de suivi que vous surveillez.", + "notifications.greeting": "Quoi de neuf, {role} ?", + "notifications.no_notifications": "Vous n’avez aucune nouvelle notification", "notifications.title": "Notifications récentes", - "notifications.type_filter.all": "All", - "pages.not.found": "Page not found", - "pass.auth.not_same": "Your passwords are not the same!", + "notifications.type_filter.all": "Tout", + "pages.not.found": "Page non trouvée", + "pass.auth.not_same": "Vos mots de passe sont différents !", "password_auth.activate": "Activer", - "password_auth.confirm": "Confirmez le mot de passe", - "password_auth.email": "Adresse mail", - "password_auth.name": "Your Name", + "password_auth.confirm": "Confirmer le mot de passe", + "password_auth.email": "Adresse e-mail", + "password_auth.name": "Votre nom", "password_auth.password": "Mot de passe", - "password_auth.signin": "Sign in", - "password_auth.signup": "Sign up", - "profile.callout.details": "This profile aggregates attributes and relationships from {count} entities across different datasets.", - "profile.callout.intro": "You're viewing {entity} as a profile.", - "profile.callout.link": "View the original entity", - "profile.delete.warning": "(Deleting this profile will not delete any of the entities or entity decisions contained within it)", - "profile.hint": "{entity} has been combined with entities from other datasets into a profile", - "profile.info.header": "Profile", - "profile.info.items": "Entity decisions", - "profile.info.similar": "Suggested", - "profile.items.entity": "Combined entities", - "profile.items.explanation": "Make decisions below to determine which source entities should be added or excluded from this profile.", - "profile.similar.no_results": "No suggested additions for this profile were found.", - "profileinfo.api_desc": "Use the API key to read and write data via remote applications.", - "queryFilters.clearAll": "Tout effacer", - "queryFilters.showHidden": "Show {count} more filters...", + "password_auth.signin": "Connexion", + "password_auth.signup": "Inscription", + "profile.callout.details": "Ce profil rassemble les attributs et les relations de {count} entités à travers différents ensembles de données.", + "profile.callout.intro": "Vous voyez {entity} sous forme de profil.", + "profile.callout.link": "Consultez l’entité originale", + "profile.delete.warning": "(La suppression de ce profil ne supprimera pas les entités ou les décisions d’entité qu’il contient)", + "profile.hint": "{entity} a été associée à des entités d’autres ensembles de données dans un profil", + "profile.info.header": "Profil", + "profile.info.items": "Décisions d’entité", + "profile.info.similar": "Suggestion", + "profile.items.entity": "Entités associées", + "profile.items.explanation": "Prenez les décisions ci-dessous pour déterminer quelles entités sources doivent être ajoutées ou exclues de ce profil.", + "profile.similar.no_results": "Aucun ajout suggéré trouvé pour ce profil.", + "profileinfo.api_desc": "Utilisez la clé d’API pour lire et inscrire des données à partir d’applications à distance.", + "queryFilters.clearAll": "Effacer tout", + "queryFilters.showHidden": "Afficher {count} filtres supplémentaires...", "refresh.callout_message": "Les documents sont en cours de traitement. Veuillez patienter...", - "restricted.explain": "Use of this dataset is restricted. Read the description and contact {creator} before using this material.", - "restricted.explain.creator": "the dataset owner", - "restricted.tag": "RESTRICTED", + "restricted.explain": "L’utilisation de cet ensemble de données est limitée. Veuillez lire la description et contacter {creator} avant d’utiliser ce contenu.", + "restricted.explain.creator": "le propriétaire de l’ensemble de données", + "restricted.tag": "LIMITÉ", "result.error": "Erreur", "result.more_results": "Plus de {total} résultats", "result.none": "Aucun résultat trouvé", - "result.results": "Trouvé {total} résultats", - "result.searching": "Recherche en cours...", + "result.results": "{count} résultats trouvés", + "result.searching": "Recherche...", "result.solo": "Un résultat trouvé", - "role.select.user": "Choisissez un utilisateur", + "role.select.user": "Choisir un utilisateur", "schemaSelect.button.relationship": "Ajouter une nouvelle relation", "schemaSelect.button.thing": "Ajouter un nouvel objet", - "screen.load_more": "Load more", - "search.advanced.all.helptext": "Only results containing all of the given terms will be returned", - "search.advanced.all.label": "All of these words (Default)", - "search.advanced.any.helptext": "Results containing any of the given terms will be returned", - "search.advanced.any.label": "Any of these words", - "search.advanced.clear": "Clear all", - "search.advanced.exact.helptext": "Only results with this exact word or phrase will be returned", - "search.advanced.exact.label": "This exact word/phrase", - "search.advanced.none.helptext": "Exclude results with these words", - "search.advanced.none.label": "None of these words", + "screen.load_more": "Charger plus", + "search.advanced.all.helptext": "Seuls les résultats contenant tous les termes saisis apparaîtront", + "search.advanced.all.label": "Tous ces mots (par défaut)", + "search.advanced.any.helptext": "Les résultats contenant au moins un des termes saisis apparaîtront", + "search.advanced.any.label": "Au moins un de ces mots", + "search.advanced.clear": "Effacer tout", + "search.advanced.exact.helptext": "Seuls les résultats contenant le mot ou l’expression exacts apparaîtront", + "search.advanced.exact.label": "Ce mot/cette expression exact-e", + "search.advanced.none.helptext": "Exclure les résultats contenant ces mots", + "search.advanced.none.label": "Aucun de ces mots", "search.advanced.proximity.distance": "Distance", - "search.advanced.proximity.helptext": "Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".", - "search.advanced.proximity.label": "Terms in proximity to each other", - "search.advanced.proximity.term": "First term", - "search.advanced.proximity.term2": "Second term", - "search.advanced.submit": "Search", - "search.advanced.title": "Advanced Search", - "search.advanced.variants.distance": "Letters different", - "search.advanced.variants.helptext": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.", - "search.advanced.variants.label": "Spelling variations", - "search.advanced.variants.term": "Term", - "search.callout_message": "Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.", - "search.callout_message.button_text": "Sign in", - "search.columns.configure": "Configure columns", - "search.columns.configure_placeholder": "Search for a column...", - "search.config.groups": "Property groups", - "search.config.properties": "Properties", - "search.config.reset": "Reset to default", - "search.facets.clearDates": "Clear", - "search.facets.configure": "Configure filters", - "search.facets.configure_placeholder": "Search for a filter...", - "search.facets.filtersSelected": "{count} selected", - "search.facets.hide": "Hide filters", - "search.facets.no_items": "Aucune option", - "search.facets.show": "Show filters", - "search.facets.showMore": "Montrer plus...", - "search.filterTag.ancestors": "in:", - "search.filterTag.dates_after": "After", - "search.filterTag.dates_before": "Before", - "search.filterTag.exclude": "not:", + "search.advanced.proximity.helptext": "Rechercher deux termes situés à une certaine distance l’un de l’autre. Par exemple, recherchez les termes « Banque » et « Paris » à une distance de deux mots l’un de l’autre pour trouver des résultats comme « Banque Nationale de Paris », « Banque à Paris », voire « Paris a une Banque ».", + "search.advanced.proximity.label": "Termes à proximité les uns des autres", + "search.advanced.proximity.term": "Premier terme", + "search.advanced.proximity.term2": "Deuxième terme", + "search.advanced.submit": "Rechercher", + "search.advanced.title": "Recherche avancée", + "search.advanced.variants.distance": "Lettres différentes", + "search.advanced.variants.helptext": "Augmenter l’imprécision d’une recherche. Par exemple, Wladimir~2 donnera non seulement comme résultat « Wladimir », mais aussi des orthographes proches comme « Wladimyr » ou « Vladimyr ». Une variation orthographique est définie en fonction du nombre de fautes d’orthographe qu’il faut faire pour que la variation retrouve le mot original.", + "search.advanced.variants.label": "Variations orthographiques", + "search.advanced.variants.term": "Terme", + "search.callout_message": "Certaines sources sont masquées aux utilisateurs anonymes. Cliquez sur {signInButton} pour voir tous les résultats auxquels vous avez l’autorisation d’accéder.", + "search.callout_message.button_text": "Connexion", + "search.columns.configure": "Configurer les colonnes", + "search.columns.configure_placeholder": "Rechercher une colonne...", + "search.config.groups": "Groupes de propriétés", + "search.config.properties": "Propriétés", + "search.config.reset": "Rétablir les valeurs par défaut", + "search.facets.clearDates": "Effacer", + "search.facets.configure": "Configurer les filtres", + "search.facets.configure_placeholder": "Rechercher un filtre...", + "search.facets.filtersSelected": "{count} sélectionnés", + "search.facets.hide": "Masquer les filtres", + "search.facets.no_items": "Pas d’option", + "search.facets.show": "Afficher les filtres", + "search.facets.showMore": "Afficher plus...", + "search.filterTag.ancestors": "dans :", + "search.filterTag.dates_after": "Après", + "search.filterTag.dates_before": "Avant", + "search.filterTag.exclude": "non :", "search.filterTag.role": "Filtrer par accès", - "search.loading": "Loading...", - "search.no_results_description": "Try making your search more general", + "search.loading": "Chargement...", + "search.no_results_description": "Essayez d’élargir votre recherche", "search.no_results_title": "Aucun résultat de recherche", - "search.placeholder": "Search companies, people and documents", - "search.placeholder_default": "Search…", - "search.placeholder_label": "Search in {label}", - "search.screen.dates.show-all": "* Showing all date filter options. { button } to view recent dates only.", - "search.screen.dates.show-hidden": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range.", - "search.screen.dates.show-hidden.click": "Click here", - "search.screen.dates_label": "results", + "search.placeholder": "Rechercher des entreprises, des personnes et des documents", + "search.placeholder_default": "Rechercher...", + "search.placeholder_label": "Rechercher dans {label}", + "search.screen.dates.show-all": "* Afficher toutes les options de filtre de date. { button } pour afficher uniquement les dates récentes", + "search.screen.dates.show-hidden": "* affiche uniquement les options de filtre de date de {start} à aujourd’hui. { button } pour voir les dates en dehors de cette fourchette.", + "search.screen.dates.show-hidden.click": "Cliquez ici", + "search.screen.dates_label": "résultats", "search.screen.dates_title": "Dates", - "search.screen.export": "Exporter", - "search.screen.export_disabled": "Impossible d'exporter plus de 10 000 résultats à la fois", - "search.screen.export_disabled_empty": "No results to export.", - "search.screen.export_helptext": "Export results", - "search.title": "Search: {title}", - "search.title_emptyq": "Search", - "settings.api_key": "Clé d'accès secrète à l'API", + "search.screen.export": "Export", + "search.screen.export_disabled": "Impossible d’exporter plus de 10 000 résultats à la fois", + "search.screen.export_disabled_empty": "Pas de résultat à exporter.", + "search.screen.export_helptext": "Résultats d’export", + "search.title": "Rechercher : {title}", + "search.title_emptyq": "Rechercher", + "settings.api_key": "Clé d’accès secrète API", "settings.confirm": "(confirmer)", - "settings.current_explain": "Entrez votre mot de passe actuel pour en définir un nouveau.", + "settings.current_explain": "Saisissez votre mot de passe actuel pour en définir un nouveau.", "settings.current_password": "Mot de passe actuel", - "settings.email": "Adresse mail", - "settings.email.muted": "Recevoir des courriels de notification quotidiens", - "settings.email.no_change": "Your e-mail address cannot be changed", - "settings.email.tester": "Test new features before they are finished", + "settings.email": "Adresse e-mail", + "settings.email.muted": "Recevoir des notifications quotidiennes par e-mail", + "settings.email.no_change": "Vous ne pouvez pas changer votre adresse e-mail", + "settings.email.tester": "Tester de nouvelles fonctionnalités avant leur finalisation", "settings.locale": "Langue", "settings.name": "Nom", "settings.new_password": "Nouveau mot de passe", - "settings.password.missmatch": "Les mots de passe ne correspondent pas", - "settings.password.rules": "Use at least six characters", - "settings.password.title": "Changez votre mot de passe", - "settings.save": "Update", - "settings.saved": "C'est officiel, votre profil a été mis à jour.", - "settings.title": "Réglages", - "sidebar.open": "Développer", - "signup.activate": "Activate your account", - "signup.inbox.desc": "We've sent you an email, please follow the link to complete your registration", - "signup.inbox.title": "Vérifiez votre boîte mail", - "signup.login": "Vous avez déjà un compte? Identifiez-vous!", - "signup.register": "S'enregistrer", - "signup.register.question": "Vous n'avez pas encore de compte? Enregistrez-vous!", - "signup.title": "Sign in", - "sorting.bar.button.label": "Show:", - "sorting.bar.caption": "Title", - "sorting.bar.collection_id": "Dataset", - "sorting.bar.count": "Size", - "sorting.bar.countries": "Countries", - "sorting.bar.created_at": "Creation Date", + "settings.password.missmatch": "Les mots de passe ne sont pas identiques", + "settings.password.rules": "Veuillez utiliser au moins six caractères", + "settings.password.title": "Modifier le mot de passe", + "settings.save": "Actualiser", + "settings.saved": "C’est officiel : votre profil a été actualisé.", + "settings.title": "Paramètres", + "sidebar.open": "Agrandir", + "signup.activate": "Activez votre compte", + "signup.inbox.desc": "Nous vous avons envoyé un e-mail, veuillez cliquer sur le lien pour terminer votre enregistrement", + "signup.inbox.title": "Consultez votre boîte de réception", + "signup.login": "Vous avez déjà un compte ? Connectez-vous !", + "signup.register": "Enregistrement", + "signup.register.question": "Vous n’avez pas de compte ? Enregistrez-vous !", + "signup.title": "Connexion", + "sorting.bar.button.label": "Afficher :", + "sorting.bar.caption": "Titre", + "sorting.bar.collection_id": "Ensemble de données", + "sorting.bar.count": "Taille", + "sorting.bar.countries": "Pays", + "sorting.bar.created_at": "Date de création", "sorting.bar.date": "Date", "sorting.bar.dates": "Dates", - "sorting.bar.direction": "Direction:", - "sorting.bar.endDate": "End date", - "sorting.bar.label": "Title", - "sorting.bar.sort": "Sort by:", - "sorting.bar.updated_at": "Update Date", - "sources.index.empty": "This group is not linked to any datasets or investigations.", - "sources.index.placeholder": "Search for a dataset or investigation belonging to {group}...", - "status.no_collection": "Other tasks", - "tags.results": "Mention count", - "tags.title": "Term", + "sorting.bar.direction": "Adresse :", + "sorting.bar.endDate": "Date de fin", + "sorting.bar.label": "Titre", + "sorting.bar.sort": "Trier par :", + "sorting.bar.updated_at": "Actualiser la date", + "sources.index.empty": "Ce groupe n’est lié à aucun ensemble de données ni aucune enquête.", + "sources.index.placeholder": "Rechercher un ensemble de données ou une enquête appartenant à {group}...", + "status.no_collection": "Autres tâches", + "tags.results": "Décompte des mentions", + "tags.title": "Terme", "text.loading": "Chargement...", - "timeline.add_new": "Create new item", - "timeline.button.collapse": "Show collapsed view", - "timeline.button.show_full": "Show detailed view", - "timeline.create.button": "New timeline", - "timeline.create.cancel": "Delete", - "timeline.create.label_placeholder": "Untitled timeline", - "timeline.create.login": "You must log in to create a timeline", - "timeline.create.submit": "Create", - "timeline.create.success": "Your timeline has been created successfully.", - "timeline.create.summary_placeholder": "A brief description of the timeline", - "timeline.create.title": "Create a timeline", - "timeline.dates.button_text": "Add end date", - "timeline.empty": "This timeline is empty", - "timeline.empty_histogram": "No dates found", - "timeline.item.date": "{start}to{end}", - "timeline.item.delete": "Delete from {collection}", - "timeline.item.link_copy": "Copy link to this item", - "timeline.item.link_copy_success": "Successfully copied link to clipboard.", - "timeline.item.remove": "Remove from timeline", - "timeline.items_label": "items", - "timeline.no_results": "No items found matching query", - "timeline.result_text": "{count} timeline items", - "timeline.result_text_query": "Showing {count} (of {total} total) items", + "timeline.add_new": "Créer un nouvel élément", + "timeline.button.collapse": "Afficher la vue contractée", + "timeline.button.show_full": "Afficher la vue détaillée", + "timeline.create.button": "Nouveau calendrier", + "timeline.create.cancel": "Supprimer", + "timeline.create.label_placeholder": "Calendrier sans nom", + "timeline.create.login": "Vous devez vous connecter pour créer un calendrier", + "timeline.create.submit": "Créer", + "timeline.create.success": "Votre calendrier a été créé avec succès.", + "timeline.create.summary_placeholder": "Une brève description du calendrier", + "timeline.create.title": "Créer un calendrier", + "timeline.dates.button_text": "Ajouter une date de fin", + "timeline.empty": "Ce calendrier est vide", + "timeline.empty_histogram": "Aucune date trouvée", + "timeline.item.date": "{start}à{end}", + "timeline.item.delete": "Supprimer de {collection}", + "timeline.item.link_copy": "Copier le lien vers cet élément", + "timeline.item.link_copy_success": "Lien copié avec succès dans le presse-papier.", + "timeline.item.remove": "Retirer du calendrier", + "timeline.items_label": "éléments", + "timeline.no_results": "Aucun élément correspondant à votre demande trouvé", + "timeline.result_text": "{count} éléments de calendrier", + "timeline.result_text_query": "{count} éléments affichés (sur un total de {total})", "timeline.schema_select.label": "type", - "timeline.selector.create": "Create a new timeline", - "timeline.selector.select_empty": "No existing timeline", - "timeline.update.label_placeholder": "Untitled timeline", - "timeline.update.success": "Your timeline has been updated successfully.", - "timeline.update.summary_placeholder": "A brief description of the timeline", - "timeline.update.title": "Timeline settings", - "timelines": "Timelines", - "timelines.description": "Timelines are a way to view and organize events chronologically.", - "timelines.no_timelines": "There are no timelines.", - "timelines.title": "Timelines", - "valuelink.tooltip": "{count} mentions in {appName}", + "timeline.selector.create": "Créer un nouveau calendrier", + "timeline.selector.select_empty": "Pas de calendrier existant", + "timeline.update.label_placeholder": "Calendrier sans nom", + "timeline.update.success": "Votre calendrier a été actualisé avec succès.", + "timeline.update.summary_placeholder": "Une brève description du calendrier", + "timeline.update.title": "Paramètres de calendrier", + "timelines": "Calendriers", + "timelines.description": "Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.", + "timelines.no_timelines": "Il n’y a pas de calendrier", + "timelines.title": "Calendriers", + "valuelink.tooltip": "{count} mentions dans {appName}", "xref.compute": "Calculer", - "xref.entity": "Reference", - "xref.match": "Possible match", - "xref.match_collection": "Jeu de données", - "xref.recompute": "Re-compute", - "xref.score": "Évaluer", - "xref.sort.default": "Default", - "xref.sort.label": "Sort by:", - "xref.sort.random": "Random" + "xref.entity": "Référence", + "xref.match": "Correspondance possible", + "xref.match_collection": "Ensemble de données", + "xref.recompute": "Recalculer", + "xref.score": "Score", + "xref.sort.default": "Par défaut", + "xref.sort.label": "Trier par :", + "xref.sort.random": "Aléatoire" } \ No newline at end of file diff --git a/ui/i18n/translations/compiled/pt_BR.json b/ui/i18n/translations/compiled/pt_BR.json index 1521d40412..90267c24c3 100644 --- a/ui/i18n/translations/compiled/pt_BR.json +++ b/ui/i18n/translations/compiled/pt_BR.json @@ -43,7 +43,7 @@ "collection.delete.cancel": "Cancelar", "collection.delete.confirm": "Excluir", "collection.delete.question": "Are you sure you want to delete {collectionLabel} and all contained items?", - "collection.edit.access_title": "Access control", + "collection.edit.access_title": "Controle de acesso", "collection.edit.cancel_button": "Cancelar", "collection.edit.groups": "Grupos", "collection.edit.info.analyze": "Reprocessar", @@ -76,39 +76,39 @@ "collection.edit.permissionstable.view": "Visualizar", "collection.edit.save_button": "Salvar alterações", "collection.edit.save_success": "Suas alterações foram gravadas.", - "collection.edit.title": "Settings", + "collection.edit.title": "Configurações", "collection.edit.users": "Usuários", "collection.foreign_id": "ID externo", "collection.frequency": "Updates", "collection.index.empty": "No datasets were found.", - "collection.index.filter.all": "All", + "collection.index.filter.all": "Todas", "collection.index.filter.mine": "Created by me", "collection.index.no_results": "No datasets were found matching this query.", "collection.index.placeholder": "Pesquisar conjuntos de dados...", "collection.index.title": "Conjuntos de dados", "collection.info.access": "Compartilhar", - "collection.info.browse": "Documents", + "collection.info.browse": "Documentos", "collection.info.delete": "Delete dataset", "collection.info.delete_casefile": "Delete investigation", "collection.info.diagrams": "Network diagrams", "collection.info.diagrams_description": "Network diagrams let you visualize complex relationships within an investigation.", - "collection.info.documents": "Documents", + "collection.info.documents": "Documentos", "collection.info.edit": "Configurações", "collection.info.entities": "Entities", "collection.info.lists": "Lists", "collection.info.lists_description": "Lists let you organize and group related entities of interest.", "collection.info.mappings": "Entity mappings", "collection.info.mappings_description": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document", - "collection.info.mentions": "Mentions", + "collection.info.mentions": "Menções", "collection.info.mentions_description": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.", "collection.info.overview": "Overview", "collection.info.reindex": "Re-index all content", "collection.info.reingest": "Re-ingest documents", - "collection.info.search": "Search", + "collection.info.search": "Pesquisar", "collection.info.source_documents": "Source documents", "collection.info.timelines": "Timelines", "collection.info.timelines_description": "Timelines are a way to view and organize events chronologically.", - "collection.info.xref": "Cross-reference", + "collection.info.xref": "Referência Cruzada", "collection.info.xref_description": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.", "collection.info_url": "URL de informação", "collection.last_updated": "Last updated {date}", @@ -190,13 +190,13 @@ "diagrams.no_diagrams": "There are no network diagrams.", "diagrams.title": "Network diagrams", "document.download": "Download", - "document.download.cancel": "Cancel", + "document.download.cancel": "Cancelar", "document.download.confirm": "Download", "document.download.dont_warn": "Don't warn me in the future when downloading source documents", "document.download.tooltip": "Download do arquivo original", "document.download.warning": "You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.", "document.folder.error": "Ocorreu um erro ao criar a pasta.", - "document.folder.new": "New folder", + "document.folder.new": "Nova pasta", "document.folder.save": "Criar", "document.folder.title": "Nova pasta", "document.folder.untitled": "Título da pasta", @@ -205,7 +205,7 @@ "document.pdf.search.page": "Página {page}", "document.search.no_match": "Nenhuma página desse documento atende aos termos buscados.", "document.upload.button": "Enviar", - "document.upload.cancel": "Cancel", + "document.upload.cancel": "Cancelar", "document.upload.close": "Close", "document.upload.errors": "Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.", "document.upload.files": "Escolha os arquivos pra upload...", @@ -217,7 +217,7 @@ "document.upload.retry": "Retry", "document.upload.save": "Enviar", "document.upload.summary": "{numberOfFiles, number} files, {totalSize}", - "document.upload.title": "Upload documents", + "document.upload.title": "Enviar documentos", "document.upload.title_in_folder": "Upload documents to {folder}", "document.viewer.ignored_file": "O sistema não trabalha com esses tipos de arquivos. Por favor, faça o download do arquivo para que possa visualizá-lo,.", "document.viewer.no_viewer": "Não há pré-visualização disponível para esse documento", @@ -232,7 +232,7 @@ "entity.document.manager.empty": "Nenhum arquivo ou diretório.", "entity.document.manager.emptyCanUpload": "No files or directories. Drop files here or click to upload.", "entity.document.manager.search_placeholder": "Search documents", - "entity.document.manager.search_placeholder_document": "Search in {label}", + "entity.document.manager.search_placeholder_document": "Pesquisar em {label}", "entity.info.attachments": "Anexos", "entity.info.documents": "Documentos", "entity.info.info": "Informação", @@ -248,7 +248,7 @@ "entity.manager.bulk_import.link_text": "Upload a new table document", "entity.manager.bulk_import.no_results": "No matching documents found", "entity.manager.bulk_import.placeholder": "Select a table document", - "entity.manager.delete": "Delete", + "entity.manager.delete": "Excluir", "entity.manager.edge_create_success": "Successfully linked {source} and {target}", "entity.manager.entity_set_add_success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", "entity.manager.remove": "Remove", @@ -279,8 +279,8 @@ "entity.viewer.add_link": "Create link", "entity.viewer.add_to": "Add to...", "entity.viewer.bulk_import": "Bulk import", - "entity.viewer.search_placeholder": "Search in {label}", - "entitySet.last_updated": "Updated {date}", + "entity.viewer.search_placeholder": "Pesquisar em {label}", + "entitySet.last_updated": "Atualizado em {date}", "entityset.choose.name": "Título", "entityset.choose.summary": "Resumo", "entityset.create.collection": "Investigation", @@ -297,28 +297,28 @@ "entityset.info.export": "Exportar", "entityset.selector.placeholder": "Search existing", "entityset.selector.success": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}", - "entityset.selector.success_toast_button": "View", + "entityset.selector.success_toast_button": "Visualizar", "entityset.selector.title": "Add {firstCaption} {titleSecondary} to...", "entityset.selector.title_default": "Add entities to...", "entityset.selector.title_other": "and {count} other {count, plural, one {entity} other {entities}}", - "entityset.update.submit": "Save changes", + "entityset.update.submit": "Salvar alterações", "error.screen.not_found": "A página solicitada não foi encontrada.", "export.dialog.text": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.", - "exports.dialog.cancel": "Cancel", - "exports.dialog.confirm": "Export", + "exports.dialog.cancel": "Cancelar", + "exports.dialog.confirm": "Exportar", "exports.dialog.dashboard_link": "View progress", "exports.dialog.success": "Your export has begun.", "exports.expiration": "Expiration", "exports.manager.description": "Below is a list of your exports. Make sure to download them before they expire.", - "exports.name": "Name", + "exports.name": "Nome", "exports.no_exports": "You have no exports to download", - "exports.size": "Size", + "exports.size": "Tamanho", "exports.status": "Status", "exports.title": "Exports ready for download", "facet.addresses": "{count, plural, one {Address} other {Addresses}}", - "facet.caption": "Name", + "facet.caption": "Nome", "facet.category": "{count, plural, one {Category} other {Categories}}", - "facet.collection_id": "Dataset", + "facet.collection_id": "Conjunto de dado", "facet.countries": "{count, plural, one {Country} other {Countries}}", "facet.dates": "{count, plural, one {Date} other {Dates}}", "facet.emails": "{count, plural, one {E-Mail} other {E-Mails}}", @@ -339,7 +339,7 @@ "home.placeholder": "Tente buscar por: {samples}", "home.statistics.categories": "Dataset categories", "home.statistics.countries": "Countries and territories", - "home.statistics.schemata": "Entity types", + "home.statistics.schemata": "Tipos de entidades", "home.stats.title": "Get started exploring public data", "home.title": "Encontre registros públicos e vazados", "hotkeys.judgement.different": "Decide different", @@ -351,12 +351,12 @@ "hotkeys.search.different": "Preview previous result", "hotkeys.search.group_label": "Search preview", "hotkeys.search.unsure": "Preview next result", - "hotkeys.search_focus": "Search", + "hotkeys.search_focus": "Pesquisar", "infoMode.collection_casefile": "Investigation", - "infoMode.collection_dataset": "Dataset", + "infoMode.collection_dataset": "Conjunto de dado", "infoMode.createdAt": "Created at", "infoMode.creator": "Created by", - "infoMode.updatedAt": "Last updated", + "infoMode.updatedAt": "Última atualização", "investigation.mentions.empty": "There are no mentions yet in this investigation.", "investigation.overview.guides": "Read more", "investigation.overview.guides.access": "Managing access", @@ -373,7 +373,7 @@ "investigation.shortcut.entities": "Create new entities", "investigation.shortcut.entity_create_error": "Unable to create entity", "investigation.shortcut.entity_create_success": "Successfully created {name}", - "investigation.shortcut.upload": "Upload documents", + "investigation.shortcut.upload": "Enviar documentos", "investigation.shortcut.xref": "Compare with other datasets", "judgement.disabled": "You must have edit access in order to make judgements.", "judgement.negative": "Different", @@ -475,7 +475,7 @@ "nav.settings": "Configurações", "nav.signin": "Acessar", "nav.signout": "Sair", - "nav.status": "System status", + "nav.status": "Status do sistema", "nav.timelines": "Timelines", "nav.view_notifications": "Notificações", "navbar.alert_add": "Clique para receber alertas de novos resultados para essa busca.", @@ -484,7 +484,7 @@ "notifications.greeting": "Quais são as novidades, {role}?", "notifications.no_notifications": "Você já viu todas suas notificações", "notifications.title": "Notificações recentes", - "notifications.type_filter.all": "All", + "notifications.type_filter.all": "Todas", "pages.not.found": "Page not found", "pass.auth.not_same": "Suas senhas não são as mesmas!", "password_auth.activate": "Ativar", @@ -526,7 +526,7 @@ "search.advanced.all.label": "All of these words (Default)", "search.advanced.any.helptext": "Results containing any of the given terms will be returned", "search.advanced.any.label": "Any of these words", - "search.advanced.clear": "Clear all", + "search.advanced.clear": "Limpar tudo", "search.advanced.exact.helptext": "Only results with this exact word or phrase will be returned", "search.advanced.exact.label": "This exact word/phrase", "search.advanced.none.helptext": "Exclude results with these words", @@ -536,7 +536,7 @@ "search.advanced.proximity.label": "Terms in proximity to each other", "search.advanced.proximity.term": "First term", "search.advanced.proximity.term2": "Second term", - "search.advanced.submit": "Search", + "search.advanced.submit": "Pesquisar", "search.advanced.title": "Advanced Search", "search.advanced.variants.distance": "Letters different", "search.advanced.variants.helptext": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.", @@ -565,9 +565,9 @@ "search.loading": "Loading...", "search.no_results_description": "Tente refazer sua pesquisa de forma mais genérica", "search.no_results_title": "Nenhum resultado pra busca", - "search.placeholder": "Search companies, people and documents", - "search.placeholder_default": "Search…", - "search.placeholder_label": "Search in {label}", + "search.placeholder": "Pesquisar empresas, pessoas e documentos", + "search.placeholder_default": "Pesquisar...", + "search.placeholder_label": "Pesquisar em {label}", "search.screen.dates.show-all": "* Showing all date filter options. { button } to view recent dates only.", "search.screen.dates.show-hidden": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range.", "search.screen.dates.show-hidden.click": "Click here", @@ -578,7 +578,7 @@ "search.screen.export_disabled_empty": "No results to export.", "search.screen.export_helptext": "Export results", "search.title": "Search: {title}", - "search.title_emptyq": "Search", + "search.title_emptyq": "Pesquisar", "settings.api_key": "Chave Secreta de Acesso à API", "settings.confirm": "(confirmar)", "settings.current_explain": "Insira sua senha atual para definir a nova.", @@ -597,24 +597,24 @@ "settings.saved": "É oficial, seu perfil foi atualizado.", "settings.title": "Configurações", "sidebar.open": "Expandir", - "signup.activate": "Activate your account", + "signup.activate": "Ative sua conta", "signup.inbox.desc": "Enviamos um email, por favor acesso o link recebido para completar seu cadastro", "signup.inbox.title": "Verifique sua caixa de entrada", "signup.login": "Já possui uma conta? Acesse!", "signup.register": "Registrar", "signup.register.question": "Não possui uma conta? Registre-se!", - "signup.title": "Sign in", + "signup.title": "Acessar", "sorting.bar.button.label": "Show:", - "sorting.bar.caption": "Title", - "sorting.bar.collection_id": "Dataset", - "sorting.bar.count": "Size", - "sorting.bar.countries": "Countries", + "sorting.bar.caption": "Título", + "sorting.bar.collection_id": "Conjunto de dado", + "sorting.bar.count": "Tamanho", + "sorting.bar.countries": "Países", "sorting.bar.created_at": "Creation Date", - "sorting.bar.date": "Date", + "sorting.bar.date": "Data", "sorting.bar.dates": "Dates", "sorting.bar.direction": "Direction:", "sorting.bar.endDate": "End date", - "sorting.bar.label": "Title", + "sorting.bar.label": "Título", "sorting.bar.sort": "Sort by:", "sorting.bar.updated_at": "Update Date", "sources.index.empty": "This group is not linked to any datasets or investigations.", @@ -627,10 +627,10 @@ "timeline.button.collapse": "Show collapsed view", "timeline.button.show_full": "Show detailed view", "timeline.create.button": "New timeline", - "timeline.create.cancel": "Delete", + "timeline.create.cancel": "Excluir", "timeline.create.label_placeholder": "Untitled timeline", "timeline.create.login": "You must log in to create a timeline", - "timeline.create.submit": "Create", + "timeline.create.submit": "Criar", "timeline.create.success": "Your timeline has been created successfully.", "timeline.create.summary_placeholder": "A brief description of the timeline", "timeline.create.title": "Create a timeline", diff --git a/ui/i18n/translations/raw/ar.json b/ui/i18n/translations/raw/ar.json index f1ee605509..7c939aa175 100644 --- a/ui/i18n/translations/raw/ar.json +++ b/ui/i18n/translations/raw/ar.json @@ -231,7 +231,7 @@ "defaultMessage": "تم حفظ التغييرات" }, "collection.edit.title": { - "defaultMessage": "Settings" + "defaultMessage": "الإعدادات" }, "collection.edit.users": { "defaultMessage": "المستخدمون" @@ -264,7 +264,7 @@ "defaultMessage": "مشاركة" }, "collection.info.browse": { - "defaultMessage": "Documents" + "defaultMessage": "الوثائق/ المستندات" }, "collection.info.delete": { "defaultMessage": "حذف قاعدة بيانات" @@ -279,13 +279,13 @@ "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." }, "collection.info.documents": { - "defaultMessage": "Documents" + "defaultMessage": "الوثائق/ المستندات" }, "collection.info.edit": { "defaultMessage": "الإعدادات" }, "collection.info.entities": { - "defaultMessage": "Entities" + "defaultMessage": "كيانات" }, "collection.info.lists": { "defaultMessage": "Lists" @@ -300,13 +300,13 @@ "defaultMessage": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document" }, "collection.info.mentions": { - "defaultMessage": "Mentions" + "defaultMessage": "تذكير" }, "collection.info.mentions_description": { "defaultMessage": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation." }, "collection.info.overview": { - "defaultMessage": "Overview" + "defaultMessage": "نظرة عامة" }, "collection.info.reindex": { "defaultMessage": "أعد فهرسة كل المحتوى" @@ -315,7 +315,7 @@ "defaultMessage": "إعادة استيعاب المستندات" }, "collection.info.search": { - "defaultMessage": "Search" + "defaultMessage": "بحث" }, "collection.info.source_documents": { "defaultMessage": "Source documents" @@ -327,7 +327,7 @@ "defaultMessage": "Timelines are a way to view and organize events chronologically." }, "collection.info.xref": { - "defaultMessage": "Cross-reference" + "defaultMessage": "تطابق" }, "collection.info.xref_description": { "defaultMessage": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation." @@ -480,19 +480,19 @@ "defaultMessage": "Search this dataset" }, "diagram.create.button": { - "defaultMessage": "New diagram" + "defaultMessage": "رسم تخطيطي جديد" }, "diagram.create.label_placeholder": { - "defaultMessage": "Untitled diagram" + "defaultMessage": "رسم تخطيطي بدون عنوان" }, "diagram.create.login": { - "defaultMessage": "You must log in to create a diagram" + "defaultMessage": "يجب عليك تسجيل الدخول لإنشاء رسم تخطيطي" }, "diagram.create.success": { - "defaultMessage": "Your diagram has been created successfully." + "defaultMessage": "تم إنشاء الرسم التخطيطي الخاص بك بنجاح." }, "diagram.create.summary_placeholder": { - "defaultMessage": "A brief description of the diagram" + "defaultMessage": "وصف موجز للرسم البياني" }, "diagram.create.title": { "defaultMessage": "Create a diagram" @@ -528,7 +528,7 @@ "defaultMessage": "Export options" }, "diagram.import.button": { - "defaultMessage": "Import diagram" + "defaultMessage": "استيراد الرسم التخطيطي" }, "diagram.import.placeholder": { "defaultMessage": "Drop a .ftm or .vis file here or click to import an existing diagram" @@ -540,25 +540,25 @@ "defaultMessage": "Error rendering diagram" }, "diagram.selector.create": { - "defaultMessage": "Create a new diagram" + "defaultMessage": "قم بإنشاء رسم بياني جديد" }, "diagram.selector.select_empty": { "defaultMessage": "No existing diagram" }, "diagram.update.label_placeholder": { - "defaultMessage": "Untitled diagram" + "defaultMessage": "رسم تخطيطي بدون عنوان" }, "diagram.update.success": { "defaultMessage": "Your diagram has been updated successfully." }, "diagram.update.summary_placeholder": { - "defaultMessage": "A brief description of the diagram" + "defaultMessage": "وصف موجز للرسم البياني" }, "diagram.update.title": { - "defaultMessage": "Diagram settings" + "defaultMessage": "إعدادات الرسم البياني" }, "diagrams": { - "defaultMessage": "Diagrams" + "defaultMessage": "الرسوم البيانية" }, "diagrams.description": { "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." @@ -573,10 +573,10 @@ "defaultMessage": "تحميل" }, "document.download.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "الغاء" }, "document.download.confirm": { - "defaultMessage": "Download" + "defaultMessage": "تحميل" }, "document.download.dont_warn": { "defaultMessage": "Don't warn me in the future when downloading source documents" @@ -591,7 +591,7 @@ "defaultMessage": "حدث خطأ أثناء إنشاء المجلد." }, "document.folder.new": { - "defaultMessage": "New folder" + "defaultMessage": "مجلد جديد" }, "document.folder.save": { "defaultMessage": "إنشاء" @@ -618,7 +618,7 @@ "defaultMessage": "تحميل" }, "document.upload.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "الغاء" }, "document.upload.close": { "defaultMessage": "Close" @@ -699,7 +699,7 @@ "defaultMessage": "البحث عن الملفات" }, "entity.document.manager.search_placeholder_document": { - "defaultMessage": "Search in {label}" + "defaultMessage": "بحث في {label}" }, "entity.info.attachments": { "defaultMessage": "مرفقات" @@ -729,13 +729,13 @@ "defaultMessage": "This sheet is part of workbook {link}" }, "entity.manager.bulk_import.description.1": { - "defaultMessage": "Select a table below from which to import new {schema} entities." + "defaultMessage": "حدد جدولاً أدناه ليتم استيراد كيانات {schema} الجديدة منه." }, "entity.manager.bulk_import.description.2": { - "defaultMessage": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities." + "defaultMessage": "بمجرد الاختيار، ستتم مطالبتك بتعيين أعمدة من هذا الجدول إلى خصائص الكيانات التي تم إنشاؤها" }, "entity.manager.bulk_import.description.3": { - "defaultMessage": "Don't see the table you're looking for? {link}" + "defaultMessage": "هل تجد الجدول الذي تبحث عنه؟ {link}" }, "entity.manager.bulk_import.link_text": { "defaultMessage": "Upload a new table document" @@ -747,7 +747,7 @@ "defaultMessage": "حدد جدول المستند" }, "entity.manager.delete": { - "defaultMessage": "Delete" + "defaultMessage": "حذف" }, "entity.manager.edge_create_success": { "defaultMessage": "تم ربط {source} و {target} بنجاح" @@ -756,7 +756,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entity.manager.remove": { - "defaultMessage": "Remove" + "defaultMessage": "إزالة" }, "entity.manager.search_empty": { "defaultMessage": "لم يتم العثور على نتائج مطابقة لـ {schema}" @@ -786,7 +786,7 @@ "defaultMessage": "Search entities" }, "entity.remove.confirm": { - "defaultMessage": "Remove" + "defaultMessage": "إزالة" }, "entity.remove.error": { "defaultMessage": "An error occured while attempting to remove this entity." @@ -819,13 +819,13 @@ "defaultMessage": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}" }, "entity.status.error": { - "defaultMessage": "Error saving" + "defaultMessage": "خطأ في الحفظ" }, "entity.status.in_progress": { - "defaultMessage": "Saving..." + "defaultMessage": "جاري الحفظ" }, "entity.status.success": { - "defaultMessage": "Saved" + "defaultMessage": "تم الحفط" }, "entity.tags.no_tags": { "defaultMessage": "لم تستخرج أي محددات من هذا الكيان" @@ -840,10 +840,10 @@ "defaultMessage": "إدخال بالجملة" }, "entity.viewer.search_placeholder": { - "defaultMessage": "Search in {label}" + "defaultMessage": "بحث في {label}" }, "entitySet.last_updated": { - "defaultMessage": "Updated {date}" + "defaultMessage": "تم التحديث {date}" }, "entityset.choose.name": { "defaultMessage": "عنوان" @@ -894,7 +894,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entityset.selector.success_toast_button": { - "defaultMessage": "View" + "defaultMessage": "عرض" }, "entityset.selector.title": { "defaultMessage": "Add {firstCaption} {titleSecondary} to..." @@ -906,7 +906,7 @@ "defaultMessage": "and {count} other {count, plural, one {entity} other {entities}}" }, "entityset.update.submit": { - "defaultMessage": "Save changes" + "defaultMessage": "حفظ التغييرات" }, "error.screen.not_found": { "defaultMessage": " لا يمكن العثور على الصفحة المطلوبة" @@ -915,10 +915,10 @@ "defaultMessage": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once." }, "exports.dialog.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "الغاء" }, "exports.dialog.confirm": { - "defaultMessage": "Export" + "defaultMessage": "تصدير" }, "exports.dialog.dashboard_link": { "defaultMessage": "View progress" @@ -933,13 +933,13 @@ "defaultMessage": "Below is a list of your exports. Make sure to download them before they expire." }, "exports.name": { - "defaultMessage": "Name" + "defaultMessage": "الاسم" }, "exports.no_exports": { "defaultMessage": "You have no exports to download" }, "exports.size": { - "defaultMessage": "Size" + "defaultMessage": "الحجم" }, "exports.status": { "defaultMessage": "Status" @@ -951,13 +951,13 @@ "defaultMessage": "{count, plural, zero {عناوين} one {عنوان} two {عناوين} few {عناوين} many {عناوين} other {عناوين}}" }, "facet.caption": { - "defaultMessage": "Name" + "defaultMessage": "الاسم" }, "facet.category": { "defaultMessage": "{count, plural, zero {فئات} one {فئة} two {فئات} few {فئات} many {فئات} other {فئات}}" }, "facet.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "مجموعة البيانات" }, "facet.countries": { "defaultMessage": "{count, plural, zero {دول} one {دولة} two {دول} few {دول} many {دول} other {دول}}" @@ -1056,13 +1056,13 @@ "defaultMessage": "Preview next result" }, "hotkeys.search_focus": { - "defaultMessage": "Search" + "defaultMessage": "بحث" }, "infoMode.collection_casefile": { "defaultMessage": "Investigation" }, "infoMode.collection_dataset": { - "defaultMessage": "Dataset" + "defaultMessage": "مجموعة البيانات" }, "infoMode.createdAt": { "defaultMessage": "Created at" @@ -1071,7 +1071,7 @@ "defaultMessage": "Created by" }, "infoMode.updatedAt": { - "defaultMessage": "Last updated" + "defaultMessage": "آخر تحديث" }, "investigation.mentions.empty": { "defaultMessage": "There are no mentions yet in this investigation." @@ -1263,7 +1263,7 @@ "defaultMessage": "Select a List or Diagram" }, "mapping.entityset.remove": { - "defaultMessage": "Remove" + "defaultMessage": "إزالة" }, "mapping.error.keyMissing": { "defaultMessage": "خطأ رئيسي: يجب أن يحتوي {id} الكيان على مفتاح واحد على الأقل" @@ -1302,7 +1302,7 @@ "defaultMessage": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}" }, "mapping.info.link": { - "defaultMessage": "Aleph data mapping documentation" + "defaultMessage": "آلف لتوثيق بيانات البحث الشامل" }, "mapping.keyAssign.additionalHelpText": { "defaultMessage": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data." @@ -1428,7 +1428,7 @@ "defaultMessage": "تسجيل الخروج" }, "nav.status": { - "defaultMessage": "System status" + "defaultMessage": "حالة النظام" }, "nav.timelines": { "defaultMessage": "Timelines" @@ -1455,7 +1455,7 @@ "defaultMessage": "اشعارات حديثة" }, "notifications.type_filter.all": { - "defaultMessage": "All" + "defaultMessage": "الكل" }, "pages.not.found": { "defaultMessage": "الصفحة غير موجودة" @@ -1581,7 +1581,7 @@ "defaultMessage": "Any of these words" }, "search.advanced.clear": { - "defaultMessage": "Clear all" + "defaultMessage": "حذف الكل" }, "search.advanced.exact.helptext": { "defaultMessage": "Only results with this exact word or phrase will be returned" @@ -1611,7 +1611,7 @@ "defaultMessage": "Second term" }, "search.advanced.submit": { - "defaultMessage": "Search" + "defaultMessage": "بحث" }, "search.advanced.title": { "defaultMessage": "Advanced Search" @@ -1644,7 +1644,7 @@ "defaultMessage": "Property groups" }, "search.config.properties": { - "defaultMessage": "Properties" + "defaultMessage": "الخصائص" }, "search.config.reset": { "defaultMessage": "Reset to default" @@ -1698,13 +1698,13 @@ "defaultMessage": "لم يتم العثور على نتائج" }, "search.placeholder": { - "defaultMessage": "Search companies, people and documents" + "defaultMessage": "ابحث عن شركات وأشخاص ومستندات" }, "search.placeholder_default": { "defaultMessage": "Search…" }, "search.placeholder_label": { - "defaultMessage": "Search in {label}" + "defaultMessage": "بحث في {label}" }, "search.screen.dates.show-all": { "defaultMessage": "* Showing all date filter options. { button } to view recent dates only." @@ -1737,7 +1737,7 @@ "defaultMessage": "Search: {title}" }, "search.title_emptyq": { - "defaultMessage": "Search" + "defaultMessage": "بحث" }, "settings.api_key": { "defaultMessage": "مفتاح API الوصول السري " @@ -1794,7 +1794,7 @@ "defaultMessage": "توسيع النطاق" }, "signup.activate": { - "defaultMessage": "Activate your account" + "defaultMessage": "فعل حسابك" }, "signup.inbox.desc": { "defaultMessage": "لقد أرسلنا لك بريدًا إلكترونيًا ، يرجى اتباع الرابط لإتمام عملية التسجيل" @@ -1812,31 +1812,31 @@ "defaultMessage": "ليس لديك حساب؟ سجل!" }, "signup.title": { - "defaultMessage": "Sign in" + "defaultMessage": "تسجيل الدخول" }, "sorting.bar.button.label": { - "defaultMessage": "Show:" + "defaultMessage": "إظهار" }, "sorting.bar.caption": { - "defaultMessage": "Title" + "defaultMessage": "العنوان" }, "sorting.bar.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "مجموعة البيانات" }, "sorting.bar.count": { - "defaultMessage": "Size" + "defaultMessage": "الحجم" }, "sorting.bar.countries": { - "defaultMessage": "Countries" + "defaultMessage": "الدول" }, "sorting.bar.created_at": { - "defaultMessage": "Creation Date" + "defaultMessage": "انشاء تاريخ" }, "sorting.bar.date": { - "defaultMessage": "Date" + "defaultMessage": "التاريخ" }, "sorting.bar.dates": { - "defaultMessage": "Dates" + "defaultMessage": "تواريخ " }, "sorting.bar.direction": { "defaultMessage": "اتجاه:" @@ -1845,13 +1845,13 @@ "defaultMessage": "End date" }, "sorting.bar.label": { - "defaultMessage": "Title" + "defaultMessage": "العنوان" }, "sorting.bar.sort": { - "defaultMessage": "Sort by:" + "defaultMessage": "ترتيب حسب:" }, "sorting.bar.updated_at": { - "defaultMessage": "Update Date" + "defaultMessage": "تحديث التاريخ" }, "sources.index.empty": { "defaultMessage": "This group is not linked to any datasets or investigations." @@ -1884,7 +1884,7 @@ "defaultMessage": "New timeline" }, "timeline.create.cancel": { - "defaultMessage": "Delete" + "defaultMessage": "حذف" }, "timeline.create.label_placeholder": { "defaultMessage": "Untitled timeline" @@ -1893,7 +1893,7 @@ "defaultMessage": "You must log in to create a timeline" }, "timeline.create.submit": { - "defaultMessage": "Create" + "defaultMessage": "إنشاء" }, "timeline.create.success": { "defaultMessage": "Your timeline has been created successfully." @@ -1998,7 +1998,7 @@ "defaultMessage": "Default" }, "xref.sort.label": { - "defaultMessage": "Sort by:" + "defaultMessage": "ترتيب حسب:" }, "xref.sort.random": { "defaultMessage": "Random" diff --git a/ui/i18n/translations/raw/bs.json b/ui/i18n/translations/raw/bs.json index fa2ce69749..4e7795270a 100644 --- a/ui/i18n/translations/raw/bs.json +++ b/ui/i18n/translations/raw/bs.json @@ -66,7 +66,7 @@ "defaultMessage": "Sačuvaj" }, "case.share.with": { - "defaultMessage": "Share with" + "defaultMessage": "Podijeli sa" }, "case.summary": { "defaultMessage": "A brief description of the investigation" @@ -132,7 +132,7 @@ "defaultMessage": "Are you sure you want to delete {collectionLabel} and all contained items?" }, "collection.edit.access_title": { - "defaultMessage": "Access control" + "defaultMessage": "Kontrola pristupa" }, "collection.edit.cancel_button": { "defaultMessage": "Otkaži" @@ -231,7 +231,7 @@ "defaultMessage": "Vaše izmjene su sačuvane." }, "collection.edit.title": { - "defaultMessage": "Settings" + "defaultMessage": "Podešavanja" }, "collection.edit.users": { "defaultMessage": "Korisnici" @@ -306,7 +306,7 @@ "defaultMessage": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation." }, "collection.info.overview": { - "defaultMessage": "Overview" + "defaultMessage": "Sažetak" }, "collection.info.reindex": { "defaultMessage": "Re-index all content" @@ -315,7 +315,7 @@ "defaultMessage": "Re-ingest documents" }, "collection.info.search": { - "defaultMessage": "Search" + "defaultMessage": "Pretraži" }, "collection.info.source_documents": { "defaultMessage": "Source documents" @@ -327,7 +327,7 @@ "defaultMessage": "Timelines are a way to view and organize events chronologically." }, "collection.info.xref": { - "defaultMessage": "Cross-reference" + "defaultMessage": "Povezane reference" }, "collection.info.xref_description": { "defaultMessage": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation." @@ -438,7 +438,7 @@ "defaultMessage": "Activity" }, "dashboard.alerts": { - "defaultMessage": "Alerts" + "defaultMessage": "Pretplata" }, "dashboard.cases": { "defaultMessage": "Investigations" @@ -573,10 +573,10 @@ "defaultMessage": "Preuzmi" }, "document.download.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Otkaži" }, "document.download.confirm": { - "defaultMessage": "Download" + "defaultMessage": "Preuzmi" }, "document.download.dont_warn": { "defaultMessage": "Don't warn me in the future when downloading source documents" @@ -591,7 +591,7 @@ "defaultMessage": "There was an error creating the folder." }, "document.folder.new": { - "defaultMessage": "New folder" + "defaultMessage": "Nova datoteka" }, "document.folder.save": { "defaultMessage": "Kreiraj" @@ -618,7 +618,7 @@ "defaultMessage": "Unos" }, "document.upload.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Otkaži" }, "document.upload.close": { "defaultMessage": "Close" @@ -654,7 +654,7 @@ "defaultMessage": "{numberOfFiles, number} files, {totalSize}" }, "document.upload.title": { - "defaultMessage": "Upload documents" + "defaultMessage": "Unos dokumenata" }, "document.upload.title_in_folder": { "defaultMessage": "Upload documents to {folder}" @@ -702,13 +702,13 @@ "defaultMessage": "Search in {label}" }, "entity.info.attachments": { - "defaultMessage": "Attachments" + "defaultMessage": "Prilozi" }, "entity.info.documents": { "defaultMessage": "Documents" }, "entity.info.info": { - "defaultMessage": "Info" + "defaultMessage": "Informacije" }, "entity.info.last_view": { "defaultMessage": "Last viewed {time}" @@ -720,7 +720,7 @@ "defaultMessage": "Mentions" }, "entity.info.text": { - "defaultMessage": "Text" + "defaultMessage": "Tekst" }, "entity.info.view": { "defaultMessage": "Pregled" @@ -747,7 +747,7 @@ "defaultMessage": "Select a table document" }, "entity.manager.delete": { - "defaultMessage": "Delete" + "defaultMessage": "Izbriši" }, "entity.manager.edge_create_success": { "defaultMessage": "Successfully linked {source} and {target}" @@ -756,7 +756,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entity.manager.remove": { - "defaultMessage": "Remove" + "defaultMessage": "Ukloni" }, "entity.manager.search_empty": { "defaultMessage": "No matching {schema} results found" @@ -786,7 +786,7 @@ "defaultMessage": "Search entities" }, "entity.remove.confirm": { - "defaultMessage": "Remove" + "defaultMessage": "Ukloni" }, "entity.remove.error": { "defaultMessage": "An error occured while attempting to remove this entity." @@ -843,7 +843,7 @@ "defaultMessage": "Search in {label}" }, "entitySet.last_updated": { - "defaultMessage": "Updated {date}" + "defaultMessage": "Ažurirano {date}" }, "entityset.choose.name": { "defaultMessage": "Title" @@ -894,7 +894,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entityset.selector.success_toast_button": { - "defaultMessage": "View" + "defaultMessage": "Pregled" }, "entityset.selector.title": { "defaultMessage": "Add {firstCaption} {titleSecondary} to..." @@ -906,7 +906,7 @@ "defaultMessage": "and {count} other {count, plural, one {entity} other {entities}}" }, "entityset.update.submit": { - "defaultMessage": "Save changes" + "defaultMessage": "Sačuvaj izmjene" }, "error.screen.not_found": { "defaultMessage": "Tražena stranica nije pronađena." @@ -915,7 +915,7 @@ "defaultMessage": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once." }, "exports.dialog.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Otkaži" }, "exports.dialog.confirm": { "defaultMessage": "Export" @@ -933,13 +933,13 @@ "defaultMessage": "Below is a list of your exports. Make sure to download them before they expire." }, "exports.name": { - "defaultMessage": "Name" + "defaultMessage": "Ime" }, "exports.no_exports": { "defaultMessage": "You have no exports to download" }, "exports.size": { - "defaultMessage": "Size" + "defaultMessage": "Veličina" }, "exports.status": { "defaultMessage": "Status" @@ -951,7 +951,7 @@ "defaultMessage": "{count, plural, one {Address} other {Addresses}}" }, "facet.caption": { - "defaultMessage": "Name" + "defaultMessage": "Ime" }, "facet.category": { "defaultMessage": "{count, plural, one {Category} other {Categories}}" @@ -1056,7 +1056,7 @@ "defaultMessage": "Preview next result" }, "hotkeys.search_focus": { - "defaultMessage": "Search" + "defaultMessage": "Pretraži" }, "infoMode.collection_casefile": { "defaultMessage": "Investigation" @@ -1071,7 +1071,7 @@ "defaultMessage": "Created by" }, "infoMode.updatedAt": { - "defaultMessage": "Last updated" + "defaultMessage": "Posljednja izmjena" }, "investigation.mentions.empty": { "defaultMessage": "There are no mentions yet in this investigation." @@ -1122,7 +1122,7 @@ "defaultMessage": "Successfully created {name}" }, "investigation.shortcut.upload": { - "defaultMessage": "Upload documents" + "defaultMessage": "Unos dokumenata" }, "investigation.shortcut.xref": { "defaultMessage": "Compare with other datasets" @@ -1263,7 +1263,7 @@ "defaultMessage": "Select a List or Diagram" }, "mapping.entityset.remove": { - "defaultMessage": "Remove" + "defaultMessage": "Ukloni" }, "mapping.error.keyMissing": { "defaultMessage": "Key Error: {id} entity must have at least one key" @@ -1275,7 +1275,7 @@ "defaultMessage": "Otkaži" }, "mapping.flush.confirm": { - "defaultMessage": "Remove" + "defaultMessage": "Ukloni" }, "mapping.flush.question": { "defaultMessage": "Are you sure you want to remove entities generated using this mapping?" @@ -1389,7 +1389,7 @@ "defaultMessage": "Objects" }, "mapping.types.relationships": { - "defaultMessage": "Relationships" + "defaultMessage": "Veze" }, "mapping.warning.empty": { "defaultMessage": "You must create at least one entity" @@ -1398,7 +1398,7 @@ "defaultMessage": "You have not generated any mappings yet" }, "nav.alerts": { - "defaultMessage": "Alerts" + "defaultMessage": "Pretplata" }, "nav.cases": { "defaultMessage": "Investigations" @@ -1458,7 +1458,7 @@ "defaultMessage": "All" }, "pages.not.found": { - "defaultMessage": "Page not found" + "defaultMessage": "Stranica nije pronađena" }, "pass.auth.not_same": { "defaultMessage": "Vaše šifre nisu iste!" @@ -1500,7 +1500,7 @@ "defaultMessage": "{entity} has been combined with entities from other datasets into a profile" }, "profile.info.header": { - "defaultMessage": "Profile" + "defaultMessage": "Profil" }, "profile.info.items": { "defaultMessage": "Entity decisions" @@ -1611,7 +1611,7 @@ "defaultMessage": "Second term" }, "search.advanced.submit": { - "defaultMessage": "Search" + "defaultMessage": "Pretraži" }, "search.advanced.title": { "defaultMessage": "Advanced Search" @@ -1701,7 +1701,7 @@ "defaultMessage": "Search companies, people and documents" }, "search.placeholder_default": { - "defaultMessage": "Search…" + "defaultMessage": "Pretraži..." }, "search.placeholder_label": { "defaultMessage": "Search in {label}" @@ -1716,7 +1716,7 @@ "defaultMessage": "Click here" }, "search.screen.dates_label": { - "defaultMessage": "results" + "defaultMessage": "rezultata" }, "search.screen.dates_title": { "defaultMessage": "Dates" @@ -1737,7 +1737,7 @@ "defaultMessage": "Search: {title}" }, "search.title_emptyq": { - "defaultMessage": "Search" + "defaultMessage": "Pretraži" }, "settings.api_key": { "defaultMessage": "API tajni pristupni ključ" @@ -1764,7 +1764,7 @@ "defaultMessage": "Test new features before they are finished" }, "settings.locale": { - "defaultMessage": "Language" + "defaultMessage": "Jezik" }, "settings.name": { "defaultMessage": "Ime" @@ -1794,7 +1794,7 @@ "defaultMessage": "Expand" }, "signup.activate": { - "defaultMessage": "Activate your account" + "defaultMessage": "Aktiviraj svoj profil" }, "signup.inbox.desc": { "defaultMessage": "Poslali smo Vam e-mail, molimo da pomoću linka završite svoju registraciju" @@ -1812,7 +1812,7 @@ "defaultMessage": "Nemate kreiran profil? Registrujte se!" }, "signup.title": { - "defaultMessage": "Sign in" + "defaultMessage": "Prijava" }, "sorting.bar.button.label": { "defaultMessage": "Show:" @@ -1824,16 +1824,16 @@ "defaultMessage": "Dataset" }, "sorting.bar.count": { - "defaultMessage": "Size" + "defaultMessage": "Veličina" }, "sorting.bar.countries": { - "defaultMessage": "Countries" + "defaultMessage": "Države" }, "sorting.bar.created_at": { "defaultMessage": "Creation Date" }, "sorting.bar.date": { - "defaultMessage": "Date" + "defaultMessage": "Datum" }, "sorting.bar.dates": { "defaultMessage": "Dates" @@ -1884,7 +1884,7 @@ "defaultMessage": "New timeline" }, "timeline.create.cancel": { - "defaultMessage": "Delete" + "defaultMessage": "Izbriši" }, "timeline.create.label_placeholder": { "defaultMessage": "Untitled timeline" @@ -1893,7 +1893,7 @@ "defaultMessage": "You must log in to create a timeline" }, "timeline.create.submit": { - "defaultMessage": "Create" + "defaultMessage": "Kreiraj" }, "timeline.create.success": { "defaultMessage": "Your timeline has been created successfully." diff --git a/ui/i18n/translations/raw/de.json b/ui/i18n/translations/raw/de.json index 620777ce1d..0a66db753d 100644 --- a/ui/i18n/translations/raw/de.json +++ b/ui/i18n/translations/raw/de.json @@ -300,13 +300,13 @@ "defaultMessage": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document" }, "collection.info.mentions": { - "defaultMessage": "Mentions" + "defaultMessage": "Erwähnungen" }, "collection.info.mentions_description": { "defaultMessage": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation." }, "collection.info.overview": { - "defaultMessage": "Overview" + "defaultMessage": "Übersicht" }, "collection.info.reindex": { "defaultMessage": "Alle Daten re-indizieren" @@ -315,7 +315,7 @@ "defaultMessage": "Dokumente erneut verarbeiten" }, "collection.info.search": { - "defaultMessage": "Search" + "defaultMessage": "Suche" }, "collection.info.source_documents": { "defaultMessage": "Source documents" @@ -327,7 +327,7 @@ "defaultMessage": "Timelines are a way to view and organize events chronologically." }, "collection.info.xref": { - "defaultMessage": "Cross-reference" + "defaultMessage": "Rasterfahndung" }, "collection.info.xref_description": { "defaultMessage": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation." @@ -441,7 +441,7 @@ "defaultMessage": "Themen-Abos" }, "dashboard.cases": { - "defaultMessage": "Investigations" + "defaultMessage": "Recherchen" }, "dashboard.diagrams": { "defaultMessage": "Netzwerkdiagramme" @@ -654,7 +654,7 @@ "defaultMessage": "{numberOfFiles, number} files, {totalSize}" }, "document.upload.title": { - "defaultMessage": "Upload documents" + "defaultMessage": "Dokumente hochladen" }, "document.upload.title_in_folder": { "defaultMessage": "Upload documents to {folder}" @@ -699,7 +699,7 @@ "defaultMessage": "Dokumente suchen" }, "entity.document.manager.search_placeholder_document": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Suche in {label}" }, "entity.info.attachments": { "defaultMessage": "Anhänge" @@ -729,13 +729,13 @@ "defaultMessage": "This sheet is part of workbook {link}" }, "entity.manager.bulk_import.description.1": { - "defaultMessage": "Select a table below from which to import new {schema} entities." + "defaultMessage": "Wählen die die Tabelle aus der sie {schema} importieren wollen." }, "entity.manager.bulk_import.description.2": { - "defaultMessage": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities." + "defaultMessage": "Nach der Auswahl können die Spalten aus der Tabelle den Eigenschaften der erzeugten Objekte zuweisen." }, "entity.manager.bulk_import.description.3": { - "defaultMessage": "Don't see the table you're looking for? {link}" + "defaultMessage": "Haben sie die gesuchte Tabelle nicht gefunden? {link}" }, "entity.manager.bulk_import.link_text": { "defaultMessage": "Upload a new table document" @@ -819,13 +819,13 @@ "defaultMessage": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}" }, "entity.status.error": { - "defaultMessage": "Error saving" + "defaultMessage": "Speicherfehler" }, "entity.status.in_progress": { - "defaultMessage": "Saving..." + "defaultMessage": "Speichere..." }, "entity.status.success": { - "defaultMessage": "Saved" + "defaultMessage": "Gespeichert" }, "entity.tags.no_tags": { "defaultMessage": "Aus diesem Objekt wurden keine Schlagworte extrahiert." @@ -840,7 +840,7 @@ "defaultMessage": "Objektimport" }, "entity.viewer.search_placeholder": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Suche in {label}" }, "entitySet.last_updated": { "defaultMessage": "Aktualisiert am {date}" @@ -957,7 +957,7 @@ "defaultMessage": "{count, plural, one {Kategorie} other {Kategorien}}" }, "facet.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Datensatz" }, "facet.countries": { "defaultMessage": "{count, plural, one {Land} other {Länder}}" @@ -1056,13 +1056,13 @@ "defaultMessage": "Preview next result" }, "hotkeys.search_focus": { - "defaultMessage": "Search" + "defaultMessage": "Suche" }, "infoMode.collection_casefile": { "defaultMessage": "Investigation" }, "infoMode.collection_dataset": { - "defaultMessage": "Dataset" + "defaultMessage": "Datensatz" }, "infoMode.createdAt": { "defaultMessage": "Created at" @@ -1071,7 +1071,7 @@ "defaultMessage": "Created by" }, "infoMode.updatedAt": { - "defaultMessage": "Last updated" + "defaultMessage": "Aktualisiert" }, "investigation.mentions.empty": { "defaultMessage": "There are no mentions yet in this investigation." @@ -1122,7 +1122,7 @@ "defaultMessage": "Successfully created {name}" }, "investigation.shortcut.upload": { - "defaultMessage": "Upload documents" + "defaultMessage": "Dokumente hochladen" }, "investigation.shortcut.xref": { "defaultMessage": "Compare with other datasets" @@ -1176,7 +1176,7 @@ "defaultMessage": "No existing list" }, "list.update.label_placeholder": { - "defaultMessage": "Untitled list" + "defaultMessage": "Unbenannte Liste" }, "list.update.success": { "defaultMessage": "Your list has been updated successfully." @@ -1302,7 +1302,7 @@ "defaultMessage": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}" }, "mapping.info.link": { - "defaultMessage": "Aleph data mapping documentation" + "defaultMessage": "Aleph Mapping-Dokumentation" }, "mapping.keyAssign.additionalHelpText": { "defaultMessage": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data." @@ -1416,7 +1416,7 @@ "defaultMessage": "Listen" }, "nav.menu.cases": { - "defaultMessage": "Investigations" + "defaultMessage": "Recherchen" }, "nav.settings": { "defaultMessage": "Einstellungen" @@ -1500,7 +1500,7 @@ "defaultMessage": "{entity} has been combined with entities from other datasets into a profile" }, "profile.info.header": { - "defaultMessage": "Profile" + "defaultMessage": "Profil" }, "profile.info.items": { "defaultMessage": "Entity decisions" @@ -1611,7 +1611,7 @@ "defaultMessage": "Second term" }, "search.advanced.submit": { - "defaultMessage": "Search" + "defaultMessage": "Suche" }, "search.advanced.title": { "defaultMessage": "Advanced Search" @@ -1644,7 +1644,7 @@ "defaultMessage": "Property groups" }, "search.config.properties": { - "defaultMessage": "Properties" + "defaultMessage": "Eigenschaften" }, "search.config.reset": { "defaultMessage": "Reset to default" @@ -1698,13 +1698,13 @@ "defaultMessage": "Keine Suchergebnisse" }, "search.placeholder": { - "defaultMessage": "Search companies, people and documents" + "defaultMessage": "Suche nach Firmen, Personen oder Dokumenten" }, "search.placeholder_default": { "defaultMessage": "Suchen..." }, "search.placeholder_label": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Suche in {label}" }, "search.screen.dates.show-all": { "defaultMessage": "* Showing all date filter options. { button } to view recent dates only." @@ -1737,7 +1737,7 @@ "defaultMessage": "Search: {title}" }, "search.title_emptyq": { - "defaultMessage": "Search" + "defaultMessage": "Suche" }, "settings.api_key": { "defaultMessage": "API-Zugangsschlüssel" @@ -1794,7 +1794,7 @@ "defaultMessage": "Erweitern" }, "signup.activate": { - "defaultMessage": "Activate your account" + "defaultMessage": "Aktivieren sie ihr Nutzerkonto" }, "signup.inbox.desc": { "defaultMessage": "Wir haben ihnen eine E-Mail geschickt, folgen sie dem enthaltenen Link um die Anmeldung abzuschliessen" @@ -1818,25 +1818,25 @@ "defaultMessage": "Show:" }, "sorting.bar.caption": { - "defaultMessage": "Title" + "defaultMessage": "Titel" }, "sorting.bar.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Datensatz" }, "sorting.bar.count": { - "defaultMessage": "Size" + "defaultMessage": "Größe" }, "sorting.bar.countries": { - "defaultMessage": "Countries" + "defaultMessage": "Länder" }, "sorting.bar.created_at": { - "defaultMessage": "Creation Date" + "defaultMessage": "Erzeugungsdatum" }, "sorting.bar.date": { - "defaultMessage": "Date" + "defaultMessage": "Datum" }, "sorting.bar.dates": { - "defaultMessage": "Dates" + "defaultMessage": "Zeitleiste" }, "sorting.bar.direction": { "defaultMessage": "Richtung:" @@ -1845,13 +1845,13 @@ "defaultMessage": "End date" }, "sorting.bar.label": { - "defaultMessage": "Title" + "defaultMessage": "Titel" }, "sorting.bar.sort": { - "defaultMessage": "Sort by:" + "defaultMessage": "Sortieren nach:" }, "sorting.bar.updated_at": { - "defaultMessage": "Update Date" + "defaultMessage": "Aktualisierungsdatum" }, "sources.index.empty": { "defaultMessage": "This group is not linked to any datasets or investigations." @@ -1866,7 +1866,7 @@ "defaultMessage": "Mention count" }, "tags.title": { - "defaultMessage": "Term" + "defaultMessage": "Begriff" }, "text.loading": { "defaultMessage": "Lade..." @@ -1884,7 +1884,7 @@ "defaultMessage": "New timeline" }, "timeline.create.cancel": { - "defaultMessage": "Delete" + "defaultMessage": "Löschen" }, "timeline.create.label_placeholder": { "defaultMessage": "Untitled timeline" @@ -1893,7 +1893,7 @@ "defaultMessage": "You must log in to create a timeline" }, "timeline.create.submit": { - "defaultMessage": "Create" + "defaultMessage": "Anlegen" }, "timeline.create.success": { "defaultMessage": "Your timeline has been created successfully." @@ -1998,7 +1998,7 @@ "defaultMessage": "Default" }, "xref.sort.label": { - "defaultMessage": "Sort by:" + "defaultMessage": "Sortieren nach:" }, "xref.sort.random": { "defaultMessage": "Random" diff --git a/ui/i18n/translations/raw/es.json b/ui/i18n/translations/raw/es.json index 4c0398769d..0fc68129f0 100644 --- a/ui/i18n/translations/raw/es.json +++ b/ui/i18n/translations/raw/es.json @@ -132,7 +132,7 @@ "defaultMessage": "Are you sure you want to delete {collectionLabel} and all contained items?" }, "collection.edit.access_title": { - "defaultMessage": "Access control" + "defaultMessage": "Control de acceso" }, "collection.edit.cancel_button": { "defaultMessage": "Cancelar" @@ -231,7 +231,7 @@ "defaultMessage": "Sus cambios han sido guardados." }, "collection.edit.title": { - "defaultMessage": "Settings" + "defaultMessage": "Configuraciones" }, "collection.edit.users": { "defaultMessage": "Usuarios" @@ -264,7 +264,7 @@ "defaultMessage": "Compartir" }, "collection.info.browse": { - "defaultMessage": "Documents" + "defaultMessage": "Documentos" }, "collection.info.delete": { "defaultMessage": "Eliminar conjunto de datos" @@ -279,13 +279,13 @@ "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." }, "collection.info.documents": { - "defaultMessage": "Documents" + "defaultMessage": "Documentos" }, "collection.info.edit": { "defaultMessage": "Configuraciones" }, "collection.info.entities": { - "defaultMessage": "Entities" + "defaultMessage": "Entidades" }, "collection.info.lists": { "defaultMessage": "Lists" @@ -300,13 +300,13 @@ "defaultMessage": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document" }, "collection.info.mentions": { - "defaultMessage": "Mentions" + "defaultMessage": "Menciones" }, "collection.info.mentions_description": { "defaultMessage": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation." }, "collection.info.overview": { - "defaultMessage": "Overview" + "defaultMessage": "Resumen" }, "collection.info.reindex": { "defaultMessage": "Reindexar todo el contenido" @@ -315,7 +315,7 @@ "defaultMessage": "Reintroducir documentos" }, "collection.info.search": { - "defaultMessage": "Search" + "defaultMessage": "Buscar" }, "collection.info.source_documents": { "defaultMessage": "Source documents" @@ -327,7 +327,7 @@ "defaultMessage": "Timelines are a way to view and organize events chronologically." }, "collection.info.xref": { - "defaultMessage": "Cross-reference" + "defaultMessage": "Cruce de base de datos" }, "collection.info.xref_description": { "defaultMessage": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation." @@ -480,19 +480,19 @@ "defaultMessage": "Search this dataset" }, "diagram.create.button": { - "defaultMessage": "New diagram" + "defaultMessage": "Nuevo diagrama" }, "diagram.create.label_placeholder": { - "defaultMessage": "Untitled diagram" + "defaultMessage": "Diagrama sin título" }, "diagram.create.login": { - "defaultMessage": "You must log in to create a diagram" + "defaultMessage": "Debes iniciar sesión para crear un diagrama" }, "diagram.create.success": { - "defaultMessage": "Your diagram has been created successfully." + "defaultMessage": "Tu diagrama se ha creado correctamente." }, "diagram.create.summary_placeholder": { - "defaultMessage": "A brief description of the diagram" + "defaultMessage": "Una breve descripción del diagrama" }, "diagram.create.title": { "defaultMessage": "Create a diagram" @@ -528,7 +528,7 @@ "defaultMessage": "Export options" }, "diagram.import.button": { - "defaultMessage": "Import diagram" + "defaultMessage": "Importar diagrama" }, "diagram.import.placeholder": { "defaultMessage": "Drop a .ftm or .vis file here or click to import an existing diagram" @@ -540,25 +540,25 @@ "defaultMessage": "Error rendering diagram" }, "diagram.selector.create": { - "defaultMessage": "Create a new diagram" + "defaultMessage": "Crear un diagrama nuevo" }, "diagram.selector.select_empty": { "defaultMessage": "No existing diagram" }, "diagram.update.label_placeholder": { - "defaultMessage": "Untitled diagram" + "defaultMessage": "Diagrama sin título" }, "diagram.update.success": { "defaultMessage": "Your diagram has been updated successfully." }, "diagram.update.summary_placeholder": { - "defaultMessage": "A brief description of the diagram" + "defaultMessage": "Una breve descripción del diagrama" }, "diagram.update.title": { - "defaultMessage": "Diagram settings" + "defaultMessage": "Configuración de diagrama" }, "diagrams": { - "defaultMessage": "Diagrams" + "defaultMessage": "Diagramas" }, "diagrams.description": { "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." @@ -573,10 +573,10 @@ "defaultMessage": "Descargar" }, "document.download.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Cancelar" }, "document.download.confirm": { - "defaultMessage": "Download" + "defaultMessage": "Descargar" }, "document.download.dont_warn": { "defaultMessage": "Don't warn me in the future when downloading source documents" @@ -591,7 +591,7 @@ "defaultMessage": "Se produjo un error al crear la carpeta." }, "document.folder.new": { - "defaultMessage": "New folder" + "defaultMessage": "Nueva carpeta" }, "document.folder.save": { "defaultMessage": "Crear" @@ -618,7 +618,7 @@ "defaultMessage": "Subir" }, "document.upload.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Cancelar" }, "document.upload.close": { "defaultMessage": "Close" @@ -699,7 +699,7 @@ "defaultMessage": "Buscar documentos" }, "entity.document.manager.search_placeholder_document": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Buscar en {label}" }, "entity.info.attachments": { "defaultMessage": "Anexos" @@ -729,13 +729,13 @@ "defaultMessage": "This sheet is part of workbook {link}" }, "entity.manager.bulk_import.description.1": { - "defaultMessage": "Select a table below from which to import new {schema} entities." + "defaultMessage": "Seleccione una tabla de abajo desde la cual importar nuevas entidades de {schema}." }, "entity.manager.bulk_import.description.2": { - "defaultMessage": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities." + "defaultMessage": "Al seleccionar, se te pedirá que asignes columnas de esa tabla a las propiedades de las entidades generadas." }, "entity.manager.bulk_import.description.3": { - "defaultMessage": "Don't see the table you're looking for? {link}" + "defaultMessage": "¿No puedes ver la tabla que estás buscando? {link}" }, "entity.manager.bulk_import.link_text": { "defaultMessage": "Upload a new table document" @@ -747,7 +747,7 @@ "defaultMessage": "Seleccionar un documento de tabla" }, "entity.manager.delete": { - "defaultMessage": "Delete" + "defaultMessage": "Borrar" }, "entity.manager.edge_create_success": { "defaultMessage": "Se enlazó exitosamente {source} y {target}" @@ -756,7 +756,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entity.manager.remove": { - "defaultMessage": "Remove" + "defaultMessage": "Eliminar" }, "entity.manager.search_empty": { "defaultMessage": "No se encontraron {schema} que coincidan" @@ -786,7 +786,7 @@ "defaultMessage": "Search entities" }, "entity.remove.confirm": { - "defaultMessage": "Remove" + "defaultMessage": "Eliminar" }, "entity.remove.error": { "defaultMessage": "An error occured while attempting to remove this entity." @@ -819,13 +819,13 @@ "defaultMessage": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}" }, "entity.status.error": { - "defaultMessage": "Error saving" + "defaultMessage": "Error al guardar" }, "entity.status.in_progress": { - "defaultMessage": "Saving..." + "defaultMessage": "Guardando..." }, "entity.status.success": { - "defaultMessage": "Saved" + "defaultMessage": "Guardado" }, "entity.tags.no_tags": { "defaultMessage": "No se extrajeron selectores de esta entidad." @@ -840,10 +840,10 @@ "defaultMessage": "Importación en bloque" }, "entity.viewer.search_placeholder": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Buscar en {label}" }, "entitySet.last_updated": { - "defaultMessage": "Updated {date}" + "defaultMessage": "Actualizado {date}" }, "entityset.choose.name": { "defaultMessage": "Título" @@ -894,7 +894,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entityset.selector.success_toast_button": { - "defaultMessage": "View" + "defaultMessage": "Vista" }, "entityset.selector.title": { "defaultMessage": "Add {firstCaption} {titleSecondary} to..." @@ -906,7 +906,7 @@ "defaultMessage": "and {count} other {count, plural, one {entity} other {entities}}" }, "entityset.update.submit": { - "defaultMessage": "Save changes" + "defaultMessage": "Guardar cambios" }, "error.screen.not_found": { "defaultMessage": "No se encontró la página solicitada." @@ -915,10 +915,10 @@ "defaultMessage": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once." }, "exports.dialog.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Cancelar" }, "exports.dialog.confirm": { - "defaultMessage": "Export" + "defaultMessage": "Exportar" }, "exports.dialog.dashboard_link": { "defaultMessage": "View progress" @@ -933,13 +933,13 @@ "defaultMessage": "Below is a list of your exports. Make sure to download them before they expire." }, "exports.name": { - "defaultMessage": "Name" + "defaultMessage": "Nombre" }, "exports.no_exports": { "defaultMessage": "You have no exports to download" }, "exports.size": { - "defaultMessage": "Size" + "defaultMessage": "Tamaño" }, "exports.status": { "defaultMessage": "Status" @@ -951,13 +951,13 @@ "defaultMessage": "{count, plural, one {Address} other {Direcciones}}" }, "facet.caption": { - "defaultMessage": "Name" + "defaultMessage": "Nombre" }, "facet.category": { "defaultMessage": "{count, plural, one {Category} other {Categorías}}" }, "facet.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Conjunto de datos" }, "facet.countries": { "defaultMessage": "{count, plural, one {Country} other {Países}}" @@ -1056,13 +1056,13 @@ "defaultMessage": "Preview next result" }, "hotkeys.search_focus": { - "defaultMessage": "Search" + "defaultMessage": "Buscar" }, "infoMode.collection_casefile": { "defaultMessage": "Investigation" }, "infoMode.collection_dataset": { - "defaultMessage": "Dataset" + "defaultMessage": "Conjunto de datos" }, "infoMode.createdAt": { "defaultMessage": "Created at" @@ -1071,7 +1071,7 @@ "defaultMessage": "Created by" }, "infoMode.updatedAt": { - "defaultMessage": "Last updated" + "defaultMessage": "Última actualización" }, "investigation.mentions.empty": { "defaultMessage": "There are no mentions yet in this investigation." @@ -1263,7 +1263,7 @@ "defaultMessage": "Select a List or Diagram" }, "mapping.entityset.remove": { - "defaultMessage": "Remove" + "defaultMessage": "Eliminar" }, "mapping.error.keyMissing": { "defaultMessage": "Error de clave: {id} la entidad debe tener al menos una clave" @@ -1302,7 +1302,7 @@ "defaultMessage": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}" }, "mapping.info.link": { - "defaultMessage": "Aleph data mapping documentation" + "defaultMessage": "Documentación de mapeo de datos de Aleph" }, "mapping.keyAssign.additionalHelpText": { "defaultMessage": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data." @@ -1428,7 +1428,7 @@ "defaultMessage": "Cerrar sesión" }, "nav.status": { - "defaultMessage": "System status" + "defaultMessage": "Estado del sistema" }, "nav.timelines": { "defaultMessage": "Timelines" @@ -1455,7 +1455,7 @@ "defaultMessage": "Notificaciones recientes" }, "notifications.type_filter.all": { - "defaultMessage": "All" + "defaultMessage": "Todos" }, "pages.not.found": { "defaultMessage": "Página no encontrada" @@ -1581,7 +1581,7 @@ "defaultMessage": "Any of these words" }, "search.advanced.clear": { - "defaultMessage": "Clear all" + "defaultMessage": "Borrar todo" }, "search.advanced.exact.helptext": { "defaultMessage": "Only results with this exact word or phrase will be returned" @@ -1611,7 +1611,7 @@ "defaultMessage": "Second term" }, "search.advanced.submit": { - "defaultMessage": "Search" + "defaultMessage": "Buscar" }, "search.advanced.title": { "defaultMessage": "Advanced Search" @@ -1644,7 +1644,7 @@ "defaultMessage": "Property groups" }, "search.config.properties": { - "defaultMessage": "Properties" + "defaultMessage": "Propiedades" }, "search.config.reset": { "defaultMessage": "Reset to default" @@ -1698,13 +1698,13 @@ "defaultMessage": "Sin resultados de búsqueda" }, "search.placeholder": { - "defaultMessage": "Search companies, people and documents" + "defaultMessage": "Buscar empresas, personas y documentos" }, "search.placeholder_default": { - "defaultMessage": "Search…" + "defaultMessage": "Buscar..." }, "search.placeholder_label": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Buscar en {label}" }, "search.screen.dates.show-all": { "defaultMessage": "* Showing all date filter options. { button } to view recent dates only." @@ -1737,7 +1737,7 @@ "defaultMessage": "Search: {title}" }, "search.title_emptyq": { - "defaultMessage": "Search" + "defaultMessage": "Buscar" }, "settings.api_key": { "defaultMessage": "Clave de acceso secreto a la API" @@ -1794,7 +1794,7 @@ "defaultMessage": "Expandir" }, "signup.activate": { - "defaultMessage": "Activate your account" + "defaultMessage": "Activar su cuenta" }, "signup.inbox.desc": { "defaultMessage": "Le enviaremos un correo electrónico, por favor ingrese al enlace para completar su registro" @@ -1812,31 +1812,31 @@ "defaultMessage": "¿No tiene cuenta? ¡Regístrese!" }, "signup.title": { - "defaultMessage": "Sign in" + "defaultMessage": "Iniciar sesión" }, "sorting.bar.button.label": { - "defaultMessage": "Show:" + "defaultMessage": "Mostrar:" }, "sorting.bar.caption": { - "defaultMessage": "Title" + "defaultMessage": "Título" }, "sorting.bar.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Conjunto de datos" }, "sorting.bar.count": { - "defaultMessage": "Size" + "defaultMessage": "Tamaño" }, "sorting.bar.countries": { - "defaultMessage": "Countries" + "defaultMessage": "Países" }, "sorting.bar.created_at": { - "defaultMessage": "Creation Date" + "defaultMessage": "Fecha de creación" }, "sorting.bar.date": { - "defaultMessage": "Date" + "defaultMessage": "Fecha" }, "sorting.bar.dates": { - "defaultMessage": "Dates" + "defaultMessage": "Fechas" }, "sorting.bar.direction": { "defaultMessage": "Dirección:" @@ -1845,13 +1845,13 @@ "defaultMessage": "End date" }, "sorting.bar.label": { - "defaultMessage": "Title" + "defaultMessage": "Título" }, "sorting.bar.sort": { - "defaultMessage": "Sort by:" + "defaultMessage": "Ordenar por:" }, "sorting.bar.updated_at": { - "defaultMessage": "Update Date" + "defaultMessage": "Fecha de actualización" }, "sources.index.empty": { "defaultMessage": "This group is not linked to any datasets or investigations." @@ -1884,7 +1884,7 @@ "defaultMessage": "New timeline" }, "timeline.create.cancel": { - "defaultMessage": "Delete" + "defaultMessage": "Borrar" }, "timeline.create.label_placeholder": { "defaultMessage": "Untitled timeline" @@ -1893,7 +1893,7 @@ "defaultMessage": "You must log in to create a timeline" }, "timeline.create.submit": { - "defaultMessage": "Create" + "defaultMessage": "Crear" }, "timeline.create.success": { "defaultMessage": "Your timeline has been created successfully." @@ -1998,7 +1998,7 @@ "defaultMessage": "Default" }, "xref.sort.label": { - "defaultMessage": "Sort by:" + "defaultMessage": "Ordenar por:" }, "xref.sort.random": { "defaultMessage": "Random" diff --git a/ui/i18n/translations/raw/fr.json b/ui/i18n/translations/raw/fr.json index aec9e0534e..c68ab36d71 100644 --- a/ui/i18n/translations/raw/fr.json +++ b/ui/i18n/translations/raw/fr.json @@ -1,108 +1,108 @@ { "alert.manager.description": { - "defaultMessage": "You will receive notifications when a new result is added that matches any of the alerts you have set up below." + "defaultMessage": "Vous recevrez des notifications en cas d’ajout d’un nouveau résultat correspondant à l’une des alertes créées ci-dessous." }, "alerts.add_placeholder": { "defaultMessage": "Créer une nouvelle alerte de suivi..." }, "alerts.delete": { - "defaultMessage": "Remove alert" + "defaultMessage": "Retirer une alerte" }, "alerts.heading": { "defaultMessage": "Gérer vos alertes" }, "alerts.no_alerts": { - "defaultMessage": "You are not tracking any searches" + "defaultMessage": "Vous ne suivez aucune recherche" }, "alerts.save": { - "defaultMessage": "Update" + "defaultMessage": "Actualiser" }, "alerts.title": { - "defaultMessage": "Tracking alerts" + "defaultMessage": "Alertes de suivi" }, "alerts.track": { - "defaultMessage": "Track" + "defaultMessage": "Suivre" }, "auth.bad_request": { - "defaultMessage": "The Server did not accept your input" + "defaultMessage": "Le serveur n’a pas accepté votre saisie" }, "auth.server_error": { - "defaultMessage": "Erreur du serveur" + "defaultMessage": "Erreur de serveur" }, "auth.success": { - "defaultMessage": "Success" + "defaultMessage": "Réussi" }, "auth.unauthorized": { - "defaultMessage": "Non autorisé" + "defaultMessage": "Pas autorisé" }, "auth.unknown_error": { - "defaultMessage": "Une erreur inattendue s'est produite" + "defaultMessage": "Une erreur inattendue s’est produite" }, "case.choose.name": { - "defaultMessage": "Title" + "defaultMessage": "Titre" }, "case.choose.summary": { - "defaultMessage": "Summary" + "defaultMessage": "Résumé" }, "case.chose.languages": { "defaultMessage": "Langues" }, "case.create.login": { - "defaultMessage": "You must sign in to upload your own data." + "defaultMessage": "Vous devez vous connecter pour envoyer vos propres données." }, "case.description": { - "defaultMessage": "Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse." + "defaultMessage": "Les enquêtes vous permettent d’envoyer et de partager des documents et des données qui portent sur une histoire spécifique. Vous pouvez envoyer des PDF, des fichiers d’e-mails ou des feuilles de calcul, sur lesquels la recherche et la navigation seront simplifiées." }, "case.label_placeholder": { - "defaultMessage": "Untitled investigation" + "defaultMessage": "Enquête sans nom" }, "case.language_placeholder": { - "defaultMessage": "Select languages" + "defaultMessage": "Choisir les langues" }, "case.languages.helper": { - "defaultMessage": "Used for optical text recognition in non-Latin alphabets." + "defaultMessage": "Utilisé pour la reconnaissance optique de caractère pour les alphabets non latins" }, "case.save": { - "defaultMessage": "Sauvegarder" + "defaultMessage": "Enregistrer" }, "case.share.with": { "defaultMessage": "Partager avec" }, "case.summary": { - "defaultMessage": "A brief description of the investigation" + "defaultMessage": "Une brève description de l’enquête" }, "case.title": { - "defaultMessage": "Create an investigation" + "defaultMessage": "Créer une enquête" }, "case.users": { - "defaultMessage": "Chercher des utilisateurs" + "defaultMessage": "Rechercher des utilisateurs" }, "cases.create": { - "defaultMessage": "New investigation" + "defaultMessage": "Nouvelle enquête" }, "cases.empty": { - "defaultMessage": "You do not have any investigations yet." + "defaultMessage": "Vous n’avez pas encore d’enquête." }, "cases.no_results": { - "defaultMessage": "No investigations were found matching this query." + "defaultMessage": "Aucune enquête correspondant à votre demande n’a été trouvée." }, "cases.placeholder": { - "defaultMessage": "Search investigations..." + "defaultMessage": "Rechercher des enquêtes..." }, "cases.title": { - "defaultMessage": "Investigations" + "defaultMessage": "Enquêtes" }, "clipboard.copy.after": { - "defaultMessage": "Successfully copied to clipboard" + "defaultMessage": "Copié avec succès dans le presse-papier" }, "clipboard.copy.before": { "defaultMessage": "Copier dans le presse-papier" }, "collection.addSchema.placeholder": { - "defaultMessage": "Add new entity type" + "defaultMessage": "Ajouter un nouveau type d’entité" }, "collection.analyze.alert.text": { - "defaultMessage": "You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented." + "defaultMessage": "Vous êtes sur le point de réindexer les entités dans {collectionLabel}. Cela peut être utile en cas d’incohérences dans la manière de présenter les données." }, "collection.analyze.cancel": { "defaultMessage": "Annuler" @@ -114,10 +114,10 @@ "defaultMessage": "Pays" }, "collection.creator": { - "defaultMessage": "Gestionnaire" + "defaultMessage": "Directeur" }, "collection.data_updated_at": { - "defaultMessage": "Content updated" + "defaultMessage": "Contenu actualisé" }, "collection.data_url": { "defaultMessage": "URL des données" @@ -129,10 +129,10 @@ "defaultMessage": "Supprimer" }, "collection.delete.question": { - "defaultMessage": "Are you sure you want to delete {collectionLabel} and all contained items?" + "defaultMessage": "Voulez-vous vraiment supprimer {collectionLabel} et tous les éléments qui y figurent ?" }, "collection.edit.access_title": { - "defaultMessage": "Access control" + "defaultMessage": "Contrôle d’accès" }, "collection.edit.cancel_button": { "defaultMessage": "Annuler" @@ -153,7 +153,7 @@ "defaultMessage": "Pays" }, "collection.edit.info.creator": { - "defaultMessage": "Gestionnaire" + "defaultMessage": "Directeur" }, "collection.edit.info.data_url": { "defaultMessage": "URL de la source de données" @@ -162,13 +162,13 @@ "defaultMessage": "Supprimer" }, "collection.edit.info.foreign_id": { - "defaultMessage": "Identifiant étranger" + "defaultMessage": "Identification extérieure" }, "collection.edit.info.frequency": { - "defaultMessage": "Update frequency" + "defaultMessage": "Actualiser la fréquence" }, "collection.edit.info.info_url": { - "defaultMessage": "URL d'information" + "defaultMessage": "URL des informations" }, "collection.edit.info.label": { "defaultMessage": "Étiquette" @@ -177,88 +177,88 @@ "defaultMessage": "Langues" }, "collection.edit.info.placeholder_country": { - "defaultMessage": "Select countries" + "defaultMessage": "Sélectionner des pays" }, "collection.edit.info.placeholder_data_url": { - "defaultMessage": "Lien vers les données brutes sous forme téléchargeable" + "defaultMessage": "Lien vers les données brutes dans un format téléchargeable" }, "collection.edit.info.placeholder_info_url": { - "defaultMessage": "Lien vers de plus amples informations" + "defaultMessage": "Lien vers des informations supplémentaires" }, "collection.edit.info.placeholder_label": { "defaultMessage": "Une étiquette" }, "collection.edit.info.placeholder_language": { - "defaultMessage": "Select languages" + "defaultMessage": "Choisir les langues" }, "collection.edit.info.placeholder_publisher": { "defaultMessage": "Organisation ou personne qui publie ces données" }, "collection.edit.info.placeholder_publisher_url": { - "defaultMessage": "Lien vers le publicateur" + "defaultMessage": "Lien vers l’organisation/personne à l’origine de la publication" }, "collection.edit.info.placeholder_summary": { "defaultMessage": "Un bref résumé" }, "collection.edit.info.publisher": { - "defaultMessage": "Publicateur" + "defaultMessage": "Organisation/personne à l’origine de la publication" }, "collection.edit.info.publisher_url": { - "defaultMessage": "URL du publicateur" + "defaultMessage": "URL de l’organisation/personne à l’origine de la publication" }, "collection.edit.info.restricted": { - "defaultMessage": "This dataset is restricted and viewers should be warned." + "defaultMessage": "Cet ensemble de données est réservé et les personnes qui le consultent doivent en être averties." }, "collection.edit.info.save": { - "defaultMessage": "Sauvegarder les changements" + "defaultMessage": "Enregistrer les changements" }, "collection.edit.info.summary": { - "defaultMessage": "Summary" + "defaultMessage": "Résumé" }, "collection.edit.permissions_warning": { - "defaultMessage": "Note: User must already have an Aleph account in order to receive access." + "defaultMessage": "Remarque : l’utilisateur doit déjà disposer d’un compte Aleph pour obtenir l’accès." }, "collection.edit.permissionstable.edit": { - "defaultMessage": "Éditer" + "defaultMessage": "Modifier" }, "collection.edit.permissionstable.view": { - "defaultMessage": "View" + "defaultMessage": "Voir" }, "collection.edit.save_button": { - "defaultMessage": "Sauvegarder les changements" + "defaultMessage": "Enregistrer les changements" }, "collection.edit.save_success": { - "defaultMessage": "Your changes are saved." + "defaultMessage": "Vos changements ont été enregistrés." }, "collection.edit.title": { - "defaultMessage": "Settings" + "defaultMessage": "Paramètres" }, "collection.edit.users": { - "defaultMessage": "Users" + "defaultMessage": "Utilisateurs" }, "collection.foreign_id": { - "defaultMessage": "Identifiant étranger" + "defaultMessage": "Identification extérieure" }, "collection.frequency": { - "defaultMessage": "Updates" + "defaultMessage": "Actualisations" }, "collection.index.empty": { - "defaultMessage": "No datasets were found." + "defaultMessage": "Aucun ensemble de données trouvé." }, "collection.index.filter.all": { - "defaultMessage": "All" + "defaultMessage": "Tout" }, "collection.index.filter.mine": { - "defaultMessage": "Created by me" + "defaultMessage": "Créés par moi" }, "collection.index.no_results": { - "defaultMessage": "No datasets were found matching this query." + "defaultMessage": "Aucun ensemble de données correspondant à votre demande n’a été trouvé." }, "collection.index.placeholder": { - "defaultMessage": "Chercher des jeux de données..." + "defaultMessage": "Rechercher les ensembles de données..." }, "collection.index.title": { - "defaultMessage": "Jeux de données" + "defaultMessage": "Ensembles de données" }, "collection.info.access": { "defaultMessage": "Partager" @@ -267,172 +267,172 @@ "defaultMessage": "Documents" }, "collection.info.delete": { - "defaultMessage": "Delete dataset" + "defaultMessage": "Supprimer l’ensemble de données" }, "collection.info.delete_casefile": { - "defaultMessage": "Delete investigation" + "defaultMessage": "Supprimer l’enquête" }, "collection.info.diagrams": { - "defaultMessage": "Network diagrams" + "defaultMessage": "Diagrammes de réseau" }, "collection.info.diagrams_description": { - "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." + "defaultMessage": "Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête." }, "collection.info.documents": { "defaultMessage": "Documents" }, "collection.info.edit": { - "defaultMessage": "Réglages" + "defaultMessage": "Paramètres" }, "collection.info.entities": { - "defaultMessage": "Entities" + "defaultMessage": "Entités" }, "collection.info.lists": { - "defaultMessage": "Lists" + "defaultMessage": "Listes" }, "collection.info.lists_description": { - "defaultMessage": "Lists let you organize and group related entities of interest." + "defaultMessage": "Les listes vous permettent d’organiser et de regrouper des entités d’intérêt." }, "collection.info.mappings": { - "defaultMessage": "Entity mappings" + "defaultMessage": "Cartographies d’entités" }, "collection.info.mappings_description": { - "defaultMessage": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document" + "defaultMessage": "Les cartographies d’entités vous permettent de générer en une fois des entités structurées pour suivre l’argent (comme des personnes, des entreprises et les relations entre elles) à partir des lignes d’une feuille de calcul ou d’un document au format CSV" }, "collection.info.mentions": { "defaultMessage": "Mentions" }, "collection.info.mentions_description": { - "defaultMessage": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation." + "defaultMessage": "Aleph extrait automatiquement les termes qui ressemblent à des noms, des adresses, des numéros de téléphone et des adresses e-mail à partir des documents et des entités envoyés dans votre enquête. {br}{br} Cliquez sur un terme mentionné ci-dessous pour savoir où il apparaît dans votre enquête." }, "collection.info.overview": { - "defaultMessage": "Overview" + "defaultMessage": "Vue d’ensemble" }, "collection.info.reindex": { - "defaultMessage": "Re-index all content" + "defaultMessage": "Réindexer tout le contenu" }, "collection.info.reingest": { - "defaultMessage": "Re-ingest documents" + "defaultMessage": "Retraiter les documents" }, "collection.info.search": { - "defaultMessage": "Search" + "defaultMessage": "Rechercher" }, "collection.info.source_documents": { - "defaultMessage": "Source documents" + "defaultMessage": "Documents sources" }, "collection.info.timelines": { - "defaultMessage": "Timelines" + "defaultMessage": "Calendriers" }, "collection.info.timelines_description": { - "defaultMessage": "Timelines are a way to view and organize events chronologically." + "defaultMessage": "Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique." }, "collection.info.xref": { - "defaultMessage": "Cross-reference" + "defaultMessage": "Références croisées" }, "collection.info.xref_description": { - "defaultMessage": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation." + "defaultMessage": "Les références croisées vous permettent de rechercher dans le reste d’Aleph des entités similaires à celles qui figurent dans votre enquête." }, "collection.info_url": { - "defaultMessage": "URL d'information" + "defaultMessage": "URL des informations" }, "collection.last_updated": { - "defaultMessage": "Last updated {date}" + "defaultMessage": "Dernière actualisation le {date}" }, "collection.mappings.create": { - "defaultMessage": "Create a new entity mapping" + "defaultMessage": "Créer une nouvelle cartographie d’entités" }, "collection.mappings.create_docs_link": { - "defaultMessage": "For more information, please refer to the {link}" + "defaultMessage": "Pour plus d’informations, veuillez consulter la page {link}" }, "collection.overview.empty": { - "defaultMessage": "This dataset is empty." + "defaultMessage": "Cet ensemble de données est vide." }, "collection.publisher": { - "defaultMessage": "Publicateur" + "defaultMessage": "Organisation/personne à l’origine de la publication" }, "collection.reconcile": { "defaultMessage": "Réconciliation" }, "collection.reconcile.description": { - "defaultMessage": "Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint." + "defaultMessage": "Faites correspondre vos propres données avec les entités de cet ensemble à l’aide de l’outil gratuit {openrefine} en ajoutant un critère de réconciliation." }, "collection.reindex.cancel": { "defaultMessage": "Annuler" }, "collection.reindex.confirm": { - "defaultMessage": "Start indexing" + "defaultMessage": "Commencer l’indexation" }, "collection.reindex.flush": { - "defaultMessage": "Clear index before re-indexing" + "defaultMessage": "Vider l’index avant de réindexer" }, "collection.reindex.processing": { - "defaultMessage": "Indexing started." + "defaultMessage": "Indexation commencée." }, "collection.reingest.confirm": { - "defaultMessage": "Start processing" + "defaultMessage": "Commencer le traitement" }, "collection.reingest.index": { - "defaultMessage": "Index documents as they are processed." + "defaultMessage": "Indexer les documents pendant leur traitement." }, "collection.reingest.processing": { - "defaultMessage": "Re-ingest started." + "defaultMessage": "Retraitement commencé." }, "collection.reingest.text": { - "defaultMessage": "You're about to re-process all documents in {collectionLabel}. This might take some time." + "defaultMessage": "Vous êtes sur le point de retraiter tous les documents dans {collectionLabel}. Cette opération peut durer un certain temps." }, "collection.statistics.showmore": { - "defaultMessage": "Montrer plus" + "defaultMessage": "Afficher plus" }, "collection.status.cancel_button": { "defaultMessage": "Annuler le processus" }, "collection.status.collection": { - "defaultMessage": "Jeu de données" + "defaultMessage": "Ensemble de données" }, "collection.status.finished_tasks": { "defaultMessage": "Terminé" }, "collection.status.jobs": { - "defaultMessage": "Jobs" + "defaultMessage": "Travaux" }, "collection.status.message": { - "defaultMessage": "Continuez à batifoler pendant que les données sont en train d'être traitées." + "defaultMessage": "Poursuivez votre navigation pendant le traitement des données." }, "collection.status.no_active": { - "defaultMessage": "There are no ongoing tasks" + "defaultMessage": "Il n’y a aucune tâche en cours" }, "collection.status.pending_tasks": { "defaultMessage": "En attente" }, "collection.status.progress": { - "defaultMessage": "Tasks" + "defaultMessage": "Tâches" }, "collection.status.title": { - "defaultMessage": "Update in progress ({percent}%)" + "defaultMessage": "Actualisation en cours ({percent} %)" }, "collection.team": { "defaultMessage": "Accessible à" }, "collection.updated_at": { - "defaultMessage": "Metadata updated" + "defaultMessage": "Métadonnées actualisées" }, "collection.xref.cancel": { "defaultMessage": "Annuler" }, "collection.xref.confirm": { - "defaultMessage": "Confirm" + "defaultMessage": "Confirmer" }, "collection.xref.empty": { - "defaultMessage": "There are no cross-referencing results." + "defaultMessage": "Aucun résultat de références croisées." }, "collection.xref.processing": { - "defaultMessage": "La création de références croisées a démarré." + "defaultMessage": "Référencement croisé commencé." }, "collection.xref.text": { - "defaultMessage": "You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete." + "defaultMessage": "Vous allez maintenant rechercher les références croisées de {collectionLabel} avec toutes les autres sources. Veuillez lancer ce processus une fois puis attendre qu’il soit terminé." }, "collection.xref.title": { - "defaultMessage": "Créer des références croisées" + "defaultMessage": "Références croisées" }, "dashboard.activity": { "defaultMessage": "Activité" @@ -441,10 +441,10 @@ "defaultMessage": "Alertes" }, "dashboard.cases": { - "defaultMessage": "Investigations" + "defaultMessage": "Enquêtes" }, "dashboard.diagrams": { - "defaultMessage": "Network diagrams" + "defaultMessage": "Diagrammes de réseau" }, "dashboard.exports": { "defaultMessage": "Exports" @@ -453,145 +453,145 @@ "defaultMessage": "Groupes" }, "dashboard.lists": { - "defaultMessage": "Lists" + "defaultMessage": "Listes" }, "dashboard.notifications": { "defaultMessage": "Notifications" }, "dashboard.settings": { - "defaultMessage": "Réglages" + "defaultMessage": "Paramètres" }, "dashboard.status": { - "defaultMessage": "System status" + "defaultMessage": "État du système" }, "dashboard.subheading": { - "defaultMessage": "Vérifiez la progression des tâches d'analyse de données, de téléversement et de traitement en cours." + "defaultMessage": "Consulter l’avancement des tâches d’analyse, d’envoi et de traitement des données en cours." }, "dashboard.timelines": { - "defaultMessage": "Timelines" + "defaultMessage": "Calendriers" }, "dashboard.title": { - "defaultMessage": "System Status" + "defaultMessage": "État du système" }, "dashboard.workspace": { - "defaultMessage": "Workspace" + "defaultMessage": "Espace de travail" }, "dataset.search.placeholder": { - "defaultMessage": "Search this dataset" + "defaultMessage": "Rechercher cet ensemble de données" }, "diagram.create.button": { - "defaultMessage": "New diagram" + "defaultMessage": "Nouveau diagramme" }, "diagram.create.label_placeholder": { - "defaultMessage": "Untitled diagram" + "defaultMessage": "Diagramme sans nom" }, "diagram.create.login": { - "defaultMessage": "You must log in to create a diagram" + "defaultMessage": "Vous devez vous connecter pour créer un diagramme" }, "diagram.create.success": { - "defaultMessage": "Your diagram has been created successfully." + "defaultMessage": "Votre diagramme a été créé avec succès." }, "diagram.create.summary_placeholder": { - "defaultMessage": "A brief description of the diagram" + "defaultMessage": "Une brève description du diagramme" }, "diagram.create.title": { - "defaultMessage": "Create a diagram" + "defaultMessage": "Créer un diagramme" }, "diagram.embed.error": { - "defaultMessage": "Error generating diagram embed" + "defaultMessage": "Erreur dans la création du diagramme intégré" }, "diagram.export.embed.description": { - "defaultMessage": "Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram." + "defaultMessage": "Générer une version interactive intégrable du diagramme qui pourra être utilisée dans un article. Le diagramme intégré ne contiendra pas les modifications postérieures ajoutées au diagramme." }, "diagram.export.error": { - "defaultMessage": "Error exporting diagram" + "defaultMessage": "Erreur dans l’export du diagramme" }, "diagram.export.ftm": { - "defaultMessage": "Export as .ftm" + "defaultMessage": "Exporter au format .ftm" }, "diagram.export.ftm.description": { - "defaultMessage": "Download the diagram as a data file that can be used in {link} or another Aleph site." + "defaultMessage": "Télécharger le diagramme comme fichier de données qui peut être utilisé dans {link} ou tout autre site d’Aleph." }, "diagram.export.ftm.link": { "defaultMessage": "Aleph Data Desktop" }, "diagram.export.iframe": { - "defaultMessage": "Embed iframe" + "defaultMessage": "Intégrer comme iframe" }, "diagram.export.svg": { - "defaultMessage": "Export as SVG" + "defaultMessage": "Exporter au format SVG" }, "diagram.export.svg.description": { - "defaultMessage": "Download a vector graphic with the contents of the diagram." + "defaultMessage": "Télécharger un graphique vectoriel contenant le diagramme." }, "diagram.export.title": { - "defaultMessage": "Export options" + "defaultMessage": "Options d’export" }, "diagram.import.button": { - "defaultMessage": "Import diagram" + "defaultMessage": "Importer un diagramme" }, "diagram.import.placeholder": { - "defaultMessage": "Drop a .ftm or .vis file here or click to import an existing diagram" + "defaultMessage": "Faites glisser un fichier .ftm ou .vis ici ou cliquez pour importer un diagramme existant" }, "diagram.import.title": { - "defaultMessage": "Import a network diagram" + "defaultMessage": "Importer un diagramme de réseau" }, "diagram.render.error": { - "defaultMessage": "Error rendering diagram" + "defaultMessage": "Erreur dans la représentation du diagramme" }, "diagram.selector.create": { - "defaultMessage": "Create a new diagram" + "defaultMessage": "Créer un nouveau diagramme" }, "diagram.selector.select_empty": { - "defaultMessage": "No existing diagram" + "defaultMessage": "Pas de diagramme existant" }, "diagram.update.label_placeholder": { - "defaultMessage": "Untitled diagram" + "defaultMessage": "Diagramme sans nom" }, "diagram.update.success": { - "defaultMessage": "Your diagram has been updated successfully." + "defaultMessage": "Votre diagramme a été actualisé avec succès." }, "diagram.update.summary_placeholder": { - "defaultMessage": "A brief description of the diagram" + "defaultMessage": "Une brève description du diagramme" }, "diagram.update.title": { - "defaultMessage": "Diagram settings" + "defaultMessage": "Paramètres du diagramme" }, "diagrams": { - "defaultMessage": "Diagrams" + "defaultMessage": "Diagrammes" }, "diagrams.description": { - "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." + "defaultMessage": "Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête." }, "diagrams.no_diagrams": { - "defaultMessage": "There are no network diagrams." + "defaultMessage": "Il n’y a pas de diagramme de réseau." }, "diagrams.title": { - "defaultMessage": "Network diagrams" + "defaultMessage": "Diagrammes de réseau" }, "document.download": { "defaultMessage": "Télécharger" }, "document.download.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Annuler" }, "document.download.confirm": { - "defaultMessage": "Download" + "defaultMessage": "Télécharger" }, "document.download.dont_warn": { - "defaultMessage": "Don't warn me in the future when downloading source documents" + "defaultMessage": "À l’avenir, ne plus me demander en cas de téléchargement de documents sources" }, "document.download.tooltip": { "defaultMessage": "Télécharger le document original" }, "document.download.warning": { - "defaultMessage": "You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet." + "defaultMessage": "Vous êtes sur le point de télécharger un fichier source. {br}{br} Les fichiers sources peuvent contenir des virus et des codes qui avertissent leur auteur quand vous les ouvrez. {br}{br} Pour les données sensibles, nous recommandons d’ouvrir des fichiers sources uniquement depuis un ordinateur qui n’est jamais connecté à Internet." }, "document.folder.error": { - "defaultMessage": "There was an error creating the folder." + "defaultMessage": "Erreur pendant la création du dossier." }, "document.folder.new": { - "defaultMessage": "New folder" + "defaultMessage": "Nouveau dossier" }, "document.folder.save": { "defaultMessage": "Créer" @@ -600,7 +600,7 @@ "defaultMessage": "Nouveau dossier" }, "document.folder.untitled": { - "defaultMessage": "Titre du dossier" + "defaultMessage": "Nom du dossier" }, "document.mapping.start": { "defaultMessage": "Générer des entités" @@ -612,58 +612,58 @@ "defaultMessage": "Page {page}" }, "document.search.no_match": { - "defaultMessage": "Aucune page de ce document ne correspond à tous vos termes de recherche." + "defaultMessage": "Aucune page de ce document ne correspond à vos critères de recherche." }, "document.upload.button": { - "defaultMessage": "Upload" + "defaultMessage": "Envoyer" }, "document.upload.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Annuler" }, "document.upload.close": { - "defaultMessage": "Close" + "defaultMessage": "Fermer" }, "document.upload.errors": { - "defaultMessage": "Some files couldn't be transferred. You can use the Retry button to restart all failed uploads." + "defaultMessage": "Certains fichiers n’ont pas pu être transférés. Vous pouvez utiliser le bouton Réessayer pour relancer tous les envois qui ont échoué." }, "document.upload.files": { - "defaultMessage": "Choisissez des fichiers à téléverser..." + "defaultMessage": "Choisir les fichiers à envoyer..." }, "document.upload.folder": { - "defaultMessage": "If you would like to upload folders instead, { button }." + "defaultMessage": "Si vous souhaitez plutôt envoyer des dossiers, { button }." }, "document.upload.folder-toggle": { - "defaultMessage": "click here" + "defaultMessage": "cliquez ici" }, "document.upload.notice": { - "defaultMessage": "The upload is complete. It will take a few moments for the documents to be processed and become searchable." + "defaultMessage": "L’envoi est terminé. Le traitement des documents prendra quelque temps avant de pouvoir y réaliser des recherches." }, "document.upload.progress": { - "defaultMessage": "{done} of {total} files done, {errors} errors." + "defaultMessage": "{done} sur {total} fichiers terminés, {errors} erreurs." }, "document.upload.rejected": { - "defaultMessage": "{fileName} is missing a file type, so it cannot be uploaded." + "defaultMessage": "{fileName} ne comporte pas de type de fichier, alors il ne peut être envoyé." }, "document.upload.retry": { - "defaultMessage": "Retry" + "defaultMessage": "Réessayer" }, "document.upload.save": { - "defaultMessage": "Upload" + "defaultMessage": "Envoyer" }, "document.upload.summary": { - "defaultMessage": "{numberOfFiles, number} files, {totalSize}" + "defaultMessage": "{numberOfFiles, number} fichiers, {totalSize}" }, "document.upload.title": { - "defaultMessage": "Upload documents" + "defaultMessage": "Envoyer des documents" }, "document.upload.title_in_folder": { - "defaultMessage": "Upload documents to {folder}" + "defaultMessage": "Envoyer des documents vers {folder}" }, "document.viewer.ignored_file": { - "defaultMessage": "The system does not work with these types of files. Please download it so you’ll be able to see it." + "defaultMessage": "Le système ne fonctionne pas avec ces types de fichier. Veuillez le télécharger pour pouvoir le voir." }, "document.viewer.no_viewer": { - "defaultMessage": "Aucune prévisualisation n'est disponible pour ce document" + "defaultMessage": "Aucun aperçu n’est disponible pour ce document." }, "email.body.empty": { "defaultMessage": "Aucun corps de message." @@ -675,31 +675,31 @@ "defaultMessage": "Supprimer" }, "entity.delete.error": { - "defaultMessage": "Une erreur s'est produite pendant la tentative de suppression de cette entité." + "defaultMessage": "Une erreur est survenue en essayant de supprimer cette entité." }, "entity.delete.progress": { - "defaultMessage": "Deleting..." + "defaultMessage": "Suppression..." }, "entity.delete.question.multiple": { - "defaultMessage": "Are you sure you want to delete the following {count, plural, one {item} other {items}}?" + "defaultMessage": "Voulez-vous vraiment supprimer le/la/les {count, plural, one {item} other {items}} suivant(s) ?" }, "entity.delete.success": { - "defaultMessage": "Successfully deleted" + "defaultMessage": "Suppression réussie" }, "entity.document.manager.cannot_map": { - "defaultMessage": "Select a table document to generate structured entities" + "defaultMessage": "Sélectionner un tableau pour générer des entités structurées" }, "entity.document.manager.empty": { - "defaultMessage": "Aucun fichier ni aucun dossier." + "defaultMessage": "Aucun fichier ou répertoire." }, "entity.document.manager.emptyCanUpload": { - "defaultMessage": "Aucun fichier ni aucun dossier. Déposez des fichiers ici ou cliquez pour téléverser." + "defaultMessage": "Aucun fichier ou répertoire. Faites glisser des fichiers ici ou cliquez pour envoyer." }, "entity.document.manager.search_placeholder": { - "defaultMessage": "Search documents" + "defaultMessage": "Rechercher des documents" }, "entity.document.manager.search_placeholder_document": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Rechercher dans {label}" }, "entity.info.attachments": { "defaultMessage": "Pièces jointes" @@ -711,157 +711,157 @@ "defaultMessage": "Info" }, "entity.info.last_view": { - "defaultMessage": "Last viewed {time}" + "defaultMessage": "Dernière consultation : {time}" }, "entity.info.similar": { - "defaultMessage": "Similar" + "defaultMessage": "Similaire" }, "entity.info.tags": { "defaultMessage": "Mentions" }, "entity.info.text": { - "defaultMessage": "Text" + "defaultMessage": "Texte" }, "entity.info.view": { - "defaultMessage": "View" + "defaultMessage": "Voir" }, "entity.info.workbook_warning": { - "defaultMessage": "This sheet is part of workbook {link}" + "defaultMessage": "Cette feuille de calcul fait partie du classeur {link}" }, "entity.manager.bulk_import.description.1": { - "defaultMessage": "Select a table below from which to import new {schema} entities." + "defaultMessage": "Sélectionner un tableau ci-dessous à partir duquel importer de nouvelles entités de {schema}." }, "entity.manager.bulk_import.description.2": { - "defaultMessage": "Once selected, you will be prompted to assign columns from that table to properties of the generated entities." + "defaultMessage": "Une fois la sélection effectuée, vous devrez attribuer des colonnes de ce tableau aux propriétés des entités générées." }, "entity.manager.bulk_import.description.3": { - "defaultMessage": "Don't see the table you're looking for? {link}" + "defaultMessage": "Vous ne voyez pas le tableau que vous cherchez ? {link}" }, "entity.manager.bulk_import.link_text": { - "defaultMessage": "Upload a new table document" + "defaultMessage": "Télécharger un nouveau document contenant un tableau" }, "entity.manager.bulk_import.no_results": { - "defaultMessage": "No matching documents found" + "defaultMessage": "Aucun document correspondant trouvé" }, "entity.manager.bulk_import.placeholder": { - "defaultMessage": "Select a table document" + "defaultMessage": "Sélectionner un document contenant un tableau" }, "entity.manager.delete": { - "defaultMessage": "Delete" + "defaultMessage": "Supprimer" }, "entity.manager.edge_create_success": { - "defaultMessage": "Successfully linked {source} and {target}" + "defaultMessage": "Lien réussi entre {source} et {target}" }, "entity.manager.entity_set_add_success": { - "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" + "defaultMessage": "Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}" }, "entity.manager.remove": { - "defaultMessage": "Remove" + "defaultMessage": "Retirer" }, "entity.manager.search_empty": { - "defaultMessage": "No matching {schema} results found" + "defaultMessage": "Aucun résultat de {schema} correspondant trouvé" }, "entity.manager.search_placeholder": { - "defaultMessage": "Search {schema}" + "defaultMessage": "Rechercher des {schema}" }, "entity.mapping.view": { "defaultMessage": "Générer des entités" }, "entity.properties.missing": { - "defaultMessage": "unknown" + "defaultMessage": "inconnu" }, "entity.references.no_relationships": { - "defaultMessage": "This entity does not have any relationships." + "defaultMessage": "Cette entité n’a aucune relation." }, "entity.references.no_results": { - "defaultMessage": "No {schema} match this search." + "defaultMessage": "Aucun {schema} ne correspond à cette recherche." }, "entity.references.no_results_default": { - "defaultMessage": "No entities match this search." + "defaultMessage": "Aucune entité ne correspond à cette recherche." }, "entity.references.search.placeholder": { - "defaultMessage": "Search in {schema}" + "defaultMessage": "Rechercher dans {schema}" }, "entity.references.search.placeholder_default": { - "defaultMessage": "Search entities" + "defaultMessage": "Rechercher des entités" }, "entity.remove.confirm": { - "defaultMessage": "Remove" + "defaultMessage": "Retirer" }, "entity.remove.error": { - "defaultMessage": "An error occured while attempting to remove this entity." + "defaultMessage": "Une erreur est survenue en essayant de retirer cette entité." }, "entity.remove.progress": { - "defaultMessage": "Removing..." + "defaultMessage": "Retrait en cours..." }, "entity.remove.question.multiple": { - "defaultMessage": "Are you sure you want to remove the following {count, plural, one {item} other {items}}?" + "defaultMessage": "Voulez-vous vraiment retirer le/la/les {count, plural, one {item} other {items}} suivant(s) ?" }, "entity.remove.success": { - "defaultMessage": "Successfully removed" + "defaultMessage": "Retrait réussi" }, "entity.search.empty_title": { - "defaultMessage": "This folder is empty" + "defaultMessage": "Ce dossier est vide." }, "entity.search.no_results_description": { - "defaultMessage": "Try making your search more general" + "defaultMessage": "Essayez d’élargir votre recherche" }, "entity.search.no_results_title": { "defaultMessage": "Aucun résultat de recherche" }, "entity.similar.empty": { - "defaultMessage": "There are no similar entities." + "defaultMessage": "Il n’y a pas d’entité similaire." }, "entity.similar.entity": { - "defaultMessage": "Similar entity" + "defaultMessage": "Entité similaire" }, "entity.similar.found_text": { - "defaultMessage": "Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}" + "defaultMessage": "{resultCount} {resultCount, plural, one {similar entity} other {similar entities}} trouvée(s) dans {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}" }, "entity.status.error": { - "defaultMessage": "Error saving" + "defaultMessage": "Erreur de sauvegarde" }, "entity.status.in_progress": { - "defaultMessage": "Saving..." + "defaultMessage": "Enregistrement en cours..." }, "entity.status.success": { - "defaultMessage": "Saved" + "defaultMessage": "Enregistré" }, "entity.tags.no_tags": { - "defaultMessage": "Aucun sélecteur n'a été extrait de cette entité." + "defaultMessage": "Aucun sélecteur n’a été extrait de cette entité." }, "entity.viewer.add_link": { - "defaultMessage": "Create link" + "defaultMessage": "Créer un lien" }, "entity.viewer.add_to": { - "defaultMessage": "Add to..." + "defaultMessage": "Ajouter à..." }, "entity.viewer.bulk_import": { - "defaultMessage": "Bulk import" + "defaultMessage": "Importation groupée" }, "entity.viewer.search_placeholder": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Rechercher dans {label}" }, "entitySet.last_updated": { - "defaultMessage": "Updated {date}" + "defaultMessage": "Actualisé le {date}" }, "entityset.choose.name": { - "defaultMessage": "Title" + "defaultMessage": "Titre" }, "entityset.choose.summary": { - "defaultMessage": "Summary" + "defaultMessage": "Résumé" }, "entityset.create.collection": { - "defaultMessage": "Investigation" + "defaultMessage": "Enquête" }, "entityset.create.collection.existing": { - "defaultMessage": "Select an investigation" + "defaultMessage": "Sélectionner une enquête" }, "entityset.create.collection.new": { - "defaultMessage": "Don't see the investigation you're looking for? {link}" + "defaultMessage": "Vous ne voyez pas l’enquête que vous cherchez ? {link}" }, "entityset.create.collection.new_link": { - "defaultMessage": "Create a new investigation" + "defaultMessage": "Créer une nouvelle enquête" }, "entityset.create.submit": { "defaultMessage": "Créer" @@ -873,91 +873,91 @@ "defaultMessage": "Supprimer" }, "entityset.delete.question": { - "defaultMessage": "Are you sure you want to delete {label}?" + "defaultMessage": "Voulez-vous vraiment supprimer {label} ?" }, "entityset.delete.success": { - "defaultMessage": "Successfully deleted {title}" + "defaultMessage": "Suppression réussie de {title}" }, "entityset.info.delete": { "defaultMessage": "Supprimer" }, "entityset.info.edit": { - "defaultMessage": "Réglages" + "defaultMessage": "Paramètres" }, "entityset.info.export": { - "defaultMessage": "Exporter" + "defaultMessage": "Export" }, "entityset.selector.placeholder": { - "defaultMessage": "Search existing" + "defaultMessage": "Rechercher" }, "entityset.selector.success": { - "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" + "defaultMessage": "Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}" }, "entityset.selector.success_toast_button": { - "defaultMessage": "View" + "defaultMessage": "Voir" }, "entityset.selector.title": { - "defaultMessage": "Add {firstCaption} {titleSecondary} to..." + "defaultMessage": "Ajouter {firstCaption} {titleSecondary} à..." }, "entityset.selector.title_default": { - "defaultMessage": "Add entities to..." + "defaultMessage": "Ajouter des entités à..." }, "entityset.selector.title_other": { - "defaultMessage": "and {count} other {count, plural, one {entity} other {entities}}" + "defaultMessage": "et {count} autre {count, plural, one {entity} other {entities}}" }, "entityset.update.submit": { - "defaultMessage": "Save changes" + "defaultMessage": "Enregistrer les changements" }, "error.screen.not_found": { - "defaultMessage": "The requested page could not be found." + "defaultMessage": "La page demandée n’a pas pu être trouvée." }, "export.dialog.text": { - "defaultMessage": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once." + "defaultMessage": "Lancer votre export. {br}{br} La création des exports peut prendre du temps. Vous recevrez un e-mail une fois les données prêtes. {br}{br} Merci de ne lancer l’export qu’une seule fois." }, "exports.dialog.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Annuler" }, "exports.dialog.confirm": { "defaultMessage": "Export" }, "exports.dialog.dashboard_link": { - "defaultMessage": "View progress" + "defaultMessage": "Afficher l’avancement" }, "exports.dialog.success": { - "defaultMessage": "Your export has begun." + "defaultMessage": "Votre export a commencé." }, "exports.expiration": { "defaultMessage": "Expiration" }, "exports.manager.description": { - "defaultMessage": "Below is a list of your exports. Make sure to download them before they expire." + "defaultMessage": "Voici une liste de vos exports. Veillez à les télécharger avant leur expiration." }, "exports.name": { - "defaultMessage": "Name" + "defaultMessage": "Nom" }, "exports.no_exports": { - "defaultMessage": "You have no exports to download" + "defaultMessage": "Vous n’avez pas d’export à télécharger" }, "exports.size": { - "defaultMessage": "Size" + "defaultMessage": "Taille" }, "exports.status": { - "defaultMessage": "Status" + "defaultMessage": "État" }, "exports.title": { - "defaultMessage": "Exports ready for download" + "defaultMessage": "Exports prêts au téléchargement" }, "facet.addresses": { "defaultMessage": "{count, plural, one {Address} other {Addresses}}" }, "facet.caption": { - "defaultMessage": "Name" + "defaultMessage": "Nom" }, "facet.category": { "defaultMessage": "{count, plural, one {Category} other {Categories}}" }, "facet.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Ensemble de données" }, "facet.countries": { "defaultMessage": "{count, plural, one {Country} other {Countries}}" @@ -984,250 +984,250 @@ "defaultMessage": "{count, plural, one {Phone number} other {Phone numbers}}" }, "facet.schema": { - "defaultMessage": "Entity type" + "defaultMessage": "Type d’entité" }, "file_import.error": { - "defaultMessage": "Error importing file" + "defaultMessage": "Erreur d’import de fichier" }, "footer.aleph": { "defaultMessage": "Aleph {version}" }, "group.page.description": { - "defaultMessage": "The list below shows all datasets and investigations that belong to this group." + "defaultMessage": "La liste ci-dessous montre tous les ensembles de données et toutes les enquêtes qui font partie de ce groupe." }, "group.page.search.description": { - "defaultMessage": "If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead." + "defaultMessage": "Si vous souhaitez rechercher des entités ou des documents spécifiques dans les ensembles de données auxquels ce groupe a accès, veuillez plutôt cliquer ici." }, "home.access_disabled": { - "defaultMessage": "Public access temporarily disabled" + "defaultMessage": "Accès public temporairement désactivé" }, "home.counts.countries": { - "defaultMessage": "Countries & territories" + "defaultMessage": "Pays et territoires" }, "home.counts.datasets": { - "defaultMessage": "Public datasets" + "defaultMessage": "Ensembles de données publics" }, "home.counts.entities": { - "defaultMessage": "Public entities" + "defaultMessage": "Entités publiques" }, "home.placeholder": { - "defaultMessage": "Try searching: {samples}" + "defaultMessage": "Essayez de rechercher : {samples}" }, "home.statistics.categories": { - "defaultMessage": "Dataset categories" + "defaultMessage": "Catégories d’ensembles de données" }, "home.statistics.countries": { - "defaultMessage": "Countries and territories" + "defaultMessage": "Pays et territoires" }, "home.statistics.schemata": { - "defaultMessage": "Entity types" + "defaultMessage": "Types d’entité" }, "home.stats.title": { - "defaultMessage": "Get started exploring public data" + "defaultMessage": "Commencer à explorer des données publiques" }, "home.title": { - "defaultMessage": "Trouver des enregistrements publics et des fuites" + "defaultMessage": "Trouver des registres publics et des fuites" }, "hotkeys.judgement.different": { - "defaultMessage": "Decide different" + "defaultMessage": "Décider que c’est différent" }, "hotkeys.judgement.group_label": { - "defaultMessage": "Entity decisions" + "defaultMessage": "Décisions d’entité" }, "hotkeys.judgement.next": { - "defaultMessage": "Select next result" + "defaultMessage": "Sélectionner le résultat suivant" }, "hotkeys.judgement.previous": { - "defaultMessage": "Select previous result" + "defaultMessage": "Sélectionner le résultat précédent" }, "hotkeys.judgement.same": { - "defaultMessage": "Decide same" + "defaultMessage": "Décider que c’est identique" }, "hotkeys.judgement.unsure": { - "defaultMessage": "Decide not enough information" + "defaultMessage": "Décider que les informations sont insuffisantes" }, "hotkeys.search.different": { - "defaultMessage": "Preview previous result" + "defaultMessage": "Aperçu du résultat précédent" }, "hotkeys.search.group_label": { - "defaultMessage": "Search preview" + "defaultMessage": "Rechercher l’aperçu" }, "hotkeys.search.unsure": { - "defaultMessage": "Preview next result" + "defaultMessage": "Prévisualiser le résultat suivant" }, "hotkeys.search_focus": { - "defaultMessage": "Search" + "defaultMessage": "Rechercher" }, "infoMode.collection_casefile": { - "defaultMessage": "Investigation" + "defaultMessage": "Enquête" }, "infoMode.collection_dataset": { - "defaultMessage": "Dataset" + "defaultMessage": "Ensemble de données" }, "infoMode.createdAt": { - "defaultMessage": "Created at" + "defaultMessage": "Créé à" }, "infoMode.creator": { - "defaultMessage": "Created by" + "defaultMessage": "Créé par" }, "infoMode.updatedAt": { - "defaultMessage": "Last updated" + "defaultMessage": "Dernière actualisation" }, "investigation.mentions.empty": { - "defaultMessage": "There are no mentions yet in this investigation." + "defaultMessage": "Il n’y a pas encore de mention dans cette enquête." }, "investigation.overview.guides": { - "defaultMessage": "Read more" + "defaultMessage": "En savoir plus" }, "investigation.overview.guides.access": { - "defaultMessage": "Managing access" + "defaultMessage": "Gérer les accès" }, "investigation.overview.guides.diagrams": { - "defaultMessage": "Drawing network diagrams" + "defaultMessage": "Dessiner des diagrammes de réseau" }, "investigation.overview.guides.documents": { - "defaultMessage": "Uploading documents" + "defaultMessage": "Envoyer des documents" }, "investigation.overview.guides.entities": { - "defaultMessage": "Creating & editing entities" + "defaultMessage": "Créer et modifier des entités" }, "investigation.overview.guides.mappings": { - "defaultMessage": "Generating entities from a spreadsheet" + "defaultMessage": "Générer des entités à partir d’une feuille de calcul" }, "investigation.overview.guides.xref": { - "defaultMessage": "Cross-referencing your data" + "defaultMessage": "Référencement croisé de vos données" }, "investigation.overview.notifications": { - "defaultMessage": "Recent activity" + "defaultMessage": "Activité récente" }, "investigation.overview.shortcuts": { - "defaultMessage": "Quick links" + "defaultMessage": "Liens rapides" }, "investigation.overview.shortcuts_empty": { - "defaultMessage": "Getting started" + "defaultMessage": "Commencer" }, "investigation.search.placeholder": { - "defaultMessage": "Search this investigation" + "defaultMessage": "Rechercher dans cette enquête" }, "investigation.shortcut.diagram": { - "defaultMessage": "Sketch a network diagram" + "defaultMessage": "Dessiner un diagramme de réseau" }, "investigation.shortcut.entities": { - "defaultMessage": "Create new entities" + "defaultMessage": "Créer de nouvelles entités" }, "investigation.shortcut.entity_create_error": { - "defaultMessage": "Unable to create entity" + "defaultMessage": "Impossible de créer une entité" }, "investigation.shortcut.entity_create_success": { - "defaultMessage": "Successfully created {name}" + "defaultMessage": "Création réussie de {name}" }, "investigation.shortcut.upload": { - "defaultMessage": "Upload documents" + "defaultMessage": "Envoyer des documents" }, "investigation.shortcut.xref": { - "defaultMessage": "Compare with other datasets" + "defaultMessage": "Comparer avec d’autres ensembles de données" }, "judgement.disabled": { - "defaultMessage": "You must have edit access in order to make judgements." + "defaultMessage": "Vous devez disposer d’un accès en tant qu’éditeur pour pouvoir émettre des jugements." }, "judgement.negative": { - "defaultMessage": "Different" + "defaultMessage": "Différent" }, "judgement.positive": { - "defaultMessage": "Same" + "defaultMessage": "Identique" }, "judgement.unsure": { - "defaultMessage": "Not enough information" + "defaultMessage": "Informations insuffisantes" }, "landing.shortcut.alert": { - "defaultMessage": "Create a search alert" + "defaultMessage": "Créer une alerte de recherche" }, "landing.shortcut.datasets": { - "defaultMessage": "Browse datasets" + "defaultMessage": "Parcourir les ensembles de données" }, "landing.shortcut.investigation": { - "defaultMessage": "Start an investigation" + "defaultMessage": "Commencer une enquête" }, "landing.shortcut.search": { - "defaultMessage": "Search entities" + "defaultMessage": "Rechercher des entités" }, "list.create.button": { - "defaultMessage": "New list" + "defaultMessage": "Nouvelle liste" }, "list.create.label_placeholder": { - "defaultMessage": "Untitled list" + "defaultMessage": "Liste sans nom" }, "list.create.login": { - "defaultMessage": "You must log in to create a list" + "defaultMessage": "Vous devez vous connecter pour créer une liste" }, "list.create.success": { - "defaultMessage": "Your list has been created successfully." + "defaultMessage": "Votre liste a été créée avec succès." }, "list.create.summary_placeholder": { - "defaultMessage": "A brief description of the list" + "defaultMessage": "Une brève description de la liste" }, "list.create.title": { - "defaultMessage": "Create a list" + "defaultMessage": "Créer une liste" }, "list.selector.create": { - "defaultMessage": "Create a new list" + "defaultMessage": "Créer une nouvelle liste" }, "list.selector.select_empty": { - "defaultMessage": "No existing list" + "defaultMessage": "Pas de liste existante" }, "list.update.label_placeholder": { - "defaultMessage": "Untitled list" + "defaultMessage": "Liste sans nom" }, "list.update.success": { - "defaultMessage": "Your list has been updated successfully." + "defaultMessage": "Votre liste a été actualisée avec succès." }, "list.update.summary_placeholder": { - "defaultMessage": "A brief description of the list" + "defaultMessage": "Une brève description de la liste" }, "list.update.title": { - "defaultMessage": "List settings" + "defaultMessage": "Paramètres de la liste" }, "lists": { - "defaultMessage": "Lists" + "defaultMessage": "Listes" }, "lists.description": { - "defaultMessage": "Lists let you organize and group related entities of interest." + "defaultMessage": "Les listes vous permettent d’organiser et de regrouper des entités d’intérêt." }, "lists.no_lists": { - "defaultMessage": "There are no lists." + "defaultMessage": "Il n’y a aucune liste." }, "lists.title": { - "defaultMessage": "Lists" + "defaultMessage": "Listes" }, "login.oauth": { - "defaultMessage": "Sign in via OAuth" + "defaultMessage": "Se connecter via OAuth" }, "mapping.actions.create": { "defaultMessage": "Générer des entités" }, "mapping.actions.create.toast": { - "defaultMessage": "Génération d'entités..." + "defaultMessage": "Génération d’entités..." }, "mapping.actions.delete": { "defaultMessage": "Supprimer" }, "mapping.actions.delete.toast": { - "defaultMessage": "Deleting mapping and any generated entities..." + "defaultMessage": "Supprimer les cartographies et toute entité générée..." }, "mapping.actions.export": { - "defaultMessage": "Export mapping" + "defaultMessage": "Exporter les cartographies" }, "mapping.actions.flush": { - "defaultMessage": "Enlever les entités générées" + "defaultMessage": "Retirer les entités générées" }, "mapping.actions.flush.toast": { "defaultMessage": "Retrait des entités générées..." }, "mapping.actions.save": { - "defaultMessage": "Sauvegarder les changements" + "defaultMessage": "Enregistrer les changements" }, "mapping.actions.save.toast": { - "defaultMessage": "Régénération des entités..." + "defaultMessage": "Nouvelle génération d’entités..." }, "mapping.create.cancel": { "defaultMessage": "Annuler" @@ -1236,7 +1236,7 @@ "defaultMessage": "Générer" }, "mapping.create.question": { - "defaultMessage": "Êtes-vous sûr d'être prêt à générer des entités en utilisant cette association?" + "defaultMessage": "Êtes-vous vraiment prêt-e à générer des entités à partir de cette cartographie ?" }, "mapping.delete.cancel": { "defaultMessage": "Annuler" @@ -1245,13 +1245,13 @@ "defaultMessage": "Supprimer" }, "mapping.delete.question": { - "defaultMessage": "Êtes-vous sûr de vouloir supprimer cette association et toutes les entités générées?" + "defaultMessage": "Voulez-vous vraiment supprimer cette cartographie et toutes les entités générées ?" }, "mapping.docs.link": { - "defaultMessage": "Aleph entity mapping documentation" + "defaultMessage": "Documentation sur la cartographie des entités d’Aleph" }, "mapping.entityAssign.helpText": { - "defaultMessage": "You must create an object of type \"{range}\" to be the {property}" + "defaultMessage": "Vous devez créer un objet de type « {range} » comme {property}" }, "mapping.entityAssign.noResults": { "defaultMessage": "Aucun objet correspondant disponible" @@ -1260,82 +1260,82 @@ "defaultMessage": "Sélectionner un objet" }, "mapping.entity_set_select": { - "defaultMessage": "Select a List or Diagram" + "defaultMessage": "Sélectionner une liste ou un diagramme" }, "mapping.entityset.remove": { - "defaultMessage": "Remove" + "defaultMessage": "Retirer" }, "mapping.error.keyMissing": { - "defaultMessage": "Erreur de clé: l'entité {id} doit avoir au moins une clé" + "defaultMessage": "Erreur de clé : {id} l’entité doit avoir au moins une clé" }, "mapping.error.relationshipMissing": { - "defaultMessage": "Erreur de relation: l'entité {id} doit s'être vue attribuer une {source} et une {target}" + "defaultMessage": "Erreur de relation : {id} il faut assigner une {source} et une {target} à l’entité" }, "mapping.flush.cancel": { "defaultMessage": "Annuler" }, "mapping.flush.confirm": { - "defaultMessage": "Enlever" + "defaultMessage": "Retirer" }, "mapping.flush.question": { - "defaultMessage": "Êtes-vous sûr de vouloir supprimer les entités générées en utilisant cette association?" + "defaultMessage": "Voulez-vous vraiment retirer des entités générées à partir de cette cartographie ?" }, "mapping.import.button": { - "defaultMessage": "Import existing mapping" + "defaultMessage": "Importer une cartographie existante" }, "mapping.import.placeholder": { - "defaultMessage": "Drop a .yml file here or click to import an existing mapping file" + "defaultMessage": "Faites glisser un fichier .yml ici ou cliquez pour importer un fichier de cartographie existant" }, "mapping.import.querySelect": { - "defaultMessage": "Select a mapping query from this file to import:" + "defaultMessage": "Sélectionner une requête de cartographie à partir de ce fichier à importer :" }, "mapping.import.submit": { - "defaultMessage": "Submit" + "defaultMessage": "Envoyer" }, "mapping.import.success": { - "defaultMessage": "Your mapping has been imported successfully." + "defaultMessage": "Votre cartographie a été importée avec succès." }, "mapping.import.title": { - "defaultMessage": "Import a mapping" + "defaultMessage": "Importer une cartographie" }, "mapping.info": { - "defaultMessage": "Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}" + "defaultMessage": "Suivez les étapes ci-dessous pour cartographier des éléments de cette enquête en entités structurées pour suivre l’argent. Pour plus d’informations, veuillez consulter la page {link}" }, "mapping.info.link": { - "defaultMessage": "Aleph data mapping documentation" + "defaultMessage": "Documentation sur la cartographie des données d’Aleph" }, "mapping.keyAssign.additionalHelpText": { - "defaultMessage": "The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data." + "defaultMessage": "Les meilleures clés sont les colonnes issues de vos données qui contiennent des numéros d’identifiant, des numéros de téléphone, des adresses e-mail ou toute autre information d’identification unique. En l’absence de colonne contenant des données uniques, sélectionnez plusieurs colonnes pour permettre à Aleph de générer correctement des entités uniques à partir de vos données." }, "mapping.keyAssign.additionalHelpToggle.less": { - "defaultMessage": "Less" + "defaultMessage": "Moins" }, "mapping.keyAssign.additionalHelpToggle.more": { - "defaultMessage": "More about keys" + "defaultMessage": "Plus d’informations sur les clés" }, "mapping.keyAssign.helpText": { - "defaultMessage": "Specify which columns from the source data will be used to identify unique entities." + "defaultMessage": "Veuillez préciser les colonnes des données sources qui seront utilisées pour identifier des entités uniques." }, "mapping.keyAssign.noResults": { "defaultMessage": "Aucun résultat" }, "mapping.keyAssign.placeholder": { - "defaultMessage": "Sélectionner des clés à partir des colonnes disponibles" + "defaultMessage": "Sélectionnez les clés à partir des colonnes disponibles" }, "mapping.keys": { "defaultMessage": "Clés" }, "mapping.propAssign.errorBlank": { - "defaultMessage": "Les colonnes sans intitulé ne peuvent être affectées" + "defaultMessage": "Les colonnes sans entête ne peuvent pas être attribuées" }, "mapping.propAssign.errorDuplicate": { - "defaultMessage": "Les colonnes avec des intitulés doublons ne peuvent pas être affectées" + "defaultMessage": "Les colonnes aux entêtes identiques ne peuvent pas être attribuées" }, "mapping.propAssign.literalButtonText": { "defaultMessage": "Ajouter une valeur fixe" }, "mapping.propAssign.literalPlaceholder": { - "defaultMessage": "Ajouter une valeur textuelle fixe" + "defaultMessage": "Ajouter une valeur texte fixe" }, "mapping.propAssign.other": { "defaultMessage": "Autre" @@ -1344,7 +1344,7 @@ "defaultMessage": "Attribuer une propriété" }, "mapping.propRemove": { - "defaultMessage": "Enlever cette propriété de l'association" + "defaultMessage": "Retirer cette propriété de la cartographie" }, "mapping.props": { "defaultMessage": "Propriétés" @@ -1353,34 +1353,34 @@ "defaultMessage": "Annuler" }, "mapping.save.confirm": { - "defaultMessage": "Update mapping & re-generate" + "defaultMessage": "Actualiser la cartographie et générer à nouveau" }, "mapping.save.question": { - "defaultMessage": "Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?" + "defaultMessage": "L’actualisation de cette cartographie supprimera toute entité générée précédemment et les génèrera à nouveau. Voulez-vous vraiment continuer ?" }, "mapping.section1.title": { - "defaultMessage": "1. Select entity types to generate" + "defaultMessage": "1. Sélectionnez les types d’entité à générer" }, "mapping.section2.title": { - "defaultMessage": "2. Associer des colonnes à des propriétés d'entités" + "defaultMessage": "2. Associez les colonnes aux propriétés des entités" }, "mapping.section3.title": { - "defaultMessage": "3. Vérifier" + "defaultMessage": "3. Vérifiez" }, "mapping.section4.description": { - "defaultMessage": "Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options." + "defaultMessage": "Les entités générées seront ajoutées à {collection} par défaut. Si vous souhaitez également les ajouter à une liste ou un diagramme dans l’enquête, veuillez cliquer ci-dessous et sélectionner les options disponibles." }, "mapping.section4.title": { - "defaultMessage": "4. Select a destination for generated entities (optional)" + "defaultMessage": "4. Sélectionnez une destination pour les entités générées (facultatif)" }, "mapping.status.error": { - "defaultMessage": "Erreur:" + "defaultMessage": "Erreur :" }, "mapping.status.status": { - "defaultMessage": "Status:" + "defaultMessage": "État :" }, "mapping.status.updated": { - "defaultMessage": "Dernière mise à jour:" + "defaultMessage": "Dernière actualisation :" }, "mapping.title": { "defaultMessage": "Générer des entités structurées" @@ -1392,151 +1392,151 @@ "defaultMessage": "Relations" }, "mapping.warning.empty": { - "defaultMessage": "You must create at least one entity" + "defaultMessage": "Vous devez créer au moins une entité" }, "mappings.no_mappings": { - "defaultMessage": "You have not generated any mappings yet" + "defaultMessage": "Vous n’avez pas encore généré de cartographie" }, "nav.alerts": { "defaultMessage": "Alertes" }, "nav.cases": { - "defaultMessage": "Investigations" + "defaultMessage": "Enquêtes" }, "nav.collections": { - "defaultMessage": "Jeux de données" + "defaultMessage": "Ensembles de données" }, "nav.diagrams": { - "defaultMessage": "Network diagrams" + "defaultMessage": "Diagrammes de réseau" }, "nav.exports": { "defaultMessage": "Exports" }, "nav.lists": { - "defaultMessage": "Lists" + "defaultMessage": "Listes" }, "nav.menu.cases": { - "defaultMessage": "Investigations" + "defaultMessage": "Enquêtes" }, "nav.settings": { - "defaultMessage": "Réglages" + "defaultMessage": "Paramètres" }, "nav.signin": { - "defaultMessage": "Sign in" + "defaultMessage": "Connexion" }, "nav.signout": { - "defaultMessage": "Sign out" + "defaultMessage": "Déconnexion" }, "nav.status": { - "defaultMessage": "System status" + "defaultMessage": "État du système" }, "nav.timelines": { - "defaultMessage": "Timelines" + "defaultMessage": "Calendriers" }, "nav.view_notifications": { "defaultMessage": "Notifications" }, "navbar.alert_add": { - "defaultMessage": "Cliquez pour recevoir des alertes en cas de nouveaux résultats pour cette recherche." + "defaultMessage": "Cliquez pour recevoir des alertes sur les nouveaux résultats pour cette recherche." }, "navbar.alert_remove": { - "defaultMessage": "You are receiving alerts about this search." + "defaultMessage": "Vous recevez des alertes à propos de cette recherche." }, "notification.description": { - "defaultMessage": "View the latest updates to datasets, investigations, groups and tracking alerts you follow." + "defaultMessage": "Consultez les dernières actualisations des ensembles de données, enquêtes, groupes et alertes de suivi que vous surveillez." }, "notifications.greeting": { - "defaultMessage": "What's new, {role}?" + "defaultMessage": "Quoi de neuf, {role} ?" }, "notifications.no_notifications": { - "defaultMessage": "You have no unseen notifications" + "defaultMessage": "Vous n’avez aucune nouvelle notification" }, "notifications.title": { "defaultMessage": "Notifications récentes" }, "notifications.type_filter.all": { - "defaultMessage": "All" + "defaultMessage": "Tout" }, "pages.not.found": { - "defaultMessage": "Page not found" + "defaultMessage": "Page non trouvée" }, "pass.auth.not_same": { - "defaultMessage": "Your passwords are not the same!" + "defaultMessage": "Vos mots de passe sont différents !" }, "password_auth.activate": { "defaultMessage": "Activer" }, "password_auth.confirm": { - "defaultMessage": "Confirmez le mot de passe" + "defaultMessage": "Confirmer le mot de passe" }, "password_auth.email": { - "defaultMessage": "Adresse mail" + "defaultMessage": "Adresse e-mail" }, "password_auth.name": { - "defaultMessage": "Your Name" + "defaultMessage": "Votre nom" }, "password_auth.password": { "defaultMessage": "Mot de passe" }, "password_auth.signin": { - "defaultMessage": "Sign in" + "defaultMessage": "Connexion" }, "password_auth.signup": { - "defaultMessage": "Sign up" + "defaultMessage": "Inscription" }, "profile.callout.details": { - "defaultMessage": "This profile aggregates attributes and relationships from {count} entities across different datasets." + "defaultMessage": "Ce profil rassemble les attributs et les relations de {count} entités à travers différents ensembles de données." }, "profile.callout.intro": { - "defaultMessage": "You're viewing {entity} as a profile." + "defaultMessage": "Vous voyez {entity} sous forme de profil." }, "profile.callout.link": { - "defaultMessage": "View the original entity" + "defaultMessage": "Consultez l’entité originale" }, "profile.delete.warning": { - "defaultMessage": "(Deleting this profile will not delete any of the entities or entity decisions contained within it)" + "defaultMessage": "(La suppression de ce profil ne supprimera pas les entités ou les décisions d’entité qu’il contient)" }, "profile.hint": { - "defaultMessage": "{entity} has been combined with entities from other datasets into a profile" + "defaultMessage": "{entity} a été associée à des entités d’autres ensembles de données dans un profil" }, "profile.info.header": { - "defaultMessage": "Profile" + "defaultMessage": "Profil" }, "profile.info.items": { - "defaultMessage": "Entity decisions" + "defaultMessage": "Décisions d’entité" }, "profile.info.similar": { - "defaultMessage": "Suggested" + "defaultMessage": "Suggestion" }, "profile.items.entity": { - "defaultMessage": "Combined entities" + "defaultMessage": "Entités associées" }, "profile.items.explanation": { - "defaultMessage": "Make decisions below to determine which source entities should be added or excluded from this profile." + "defaultMessage": "Prenez les décisions ci-dessous pour déterminer quelles entités sources doivent être ajoutées ou exclues de ce profil." }, "profile.similar.no_results": { - "defaultMessage": "No suggested additions for this profile were found." + "defaultMessage": "Aucun ajout suggéré trouvé pour ce profil." }, "profileinfo.api_desc": { - "defaultMessage": "Use the API key to read and write data via remote applications." + "defaultMessage": "Utilisez la clé d’API pour lire et inscrire des données à partir d’applications à distance." }, "queryFilters.clearAll": { - "defaultMessage": "Tout effacer" + "defaultMessage": "Effacer tout" }, "queryFilters.showHidden": { - "defaultMessage": "Show {count} more filters..." + "defaultMessage": "Afficher {count} filtres supplémentaires..." }, "refresh.callout_message": { "defaultMessage": "Les documents sont en cours de traitement. Veuillez patienter..." }, "restricted.explain": { - "defaultMessage": "Use of this dataset is restricted. Read the description and contact {creator} before using this material." + "defaultMessage": "L’utilisation de cet ensemble de données est limitée. Veuillez lire la description et contacter {creator} avant d’utiliser ce contenu." }, "restricted.explain.creator": { - "defaultMessage": "the dataset owner" + "defaultMessage": "le propriétaire de l’ensemble de données" }, "restricted.tag": { - "defaultMessage": "RESTRICTED" + "defaultMessage": "LIMITÉ" }, "result.error": { "defaultMessage": "Erreur" @@ -1548,16 +1548,16 @@ "defaultMessage": "Aucun résultat trouvé" }, "result.results": { - "defaultMessage": "Trouvé {total} résultats" + "defaultMessage": "{count} résultats trouvés" }, "result.searching": { - "defaultMessage": "Recherche en cours..." + "defaultMessage": "Recherche..." }, "result.solo": { "defaultMessage": "Un résultat trouvé" }, "role.select.user": { - "defaultMessage": "Choisissez un utilisateur" + "defaultMessage": "Choisir un utilisateur" }, "schemaSelect.button.relationship": { "defaultMessage": "Ajouter une nouvelle relation" @@ -1566,202 +1566,202 @@ "defaultMessage": "Ajouter un nouvel objet" }, "screen.load_more": { - "defaultMessage": "Load more" + "defaultMessage": "Charger plus" }, "search.advanced.all.helptext": { - "defaultMessage": "Only results containing all of the given terms will be returned" + "defaultMessage": "Seuls les résultats contenant tous les termes saisis apparaîtront" }, "search.advanced.all.label": { - "defaultMessage": "All of these words (Default)" + "defaultMessage": "Tous ces mots (par défaut)" }, "search.advanced.any.helptext": { - "defaultMessage": "Results containing any of the given terms will be returned" + "defaultMessage": "Les résultats contenant au moins un des termes saisis apparaîtront" }, "search.advanced.any.label": { - "defaultMessage": "Any of these words" + "defaultMessage": "Au moins un de ces mots" }, "search.advanced.clear": { - "defaultMessage": "Clear all" + "defaultMessage": "Effacer tout" }, "search.advanced.exact.helptext": { - "defaultMessage": "Only results with this exact word or phrase will be returned" + "defaultMessage": "Seuls les résultats contenant le mot ou l’expression exacts apparaîtront" }, "search.advanced.exact.label": { - "defaultMessage": "This exact word/phrase" + "defaultMessage": "Ce mot/cette expression exact-e" }, "search.advanced.none.helptext": { - "defaultMessage": "Exclude results with these words" + "defaultMessage": "Exclure les résultats contenant ces mots" }, "search.advanced.none.label": { - "defaultMessage": "None of these words" + "defaultMessage": "Aucun de ces mots" }, "search.advanced.proximity.distance": { "defaultMessage": "Distance" }, "search.advanced.proximity.helptext": { - "defaultMessage": "Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\"." + "defaultMessage": "Rechercher deux termes situés à une certaine distance l’un de l’autre. Par exemple, recherchez les termes « Banque » et « Paris » à une distance de deux mots l’un de l’autre pour trouver des résultats comme « Banque Nationale de Paris », « Banque à Paris », voire « Paris a une Banque »." }, "search.advanced.proximity.label": { - "defaultMessage": "Terms in proximity to each other" + "defaultMessage": "Termes à proximité les uns des autres" }, "search.advanced.proximity.term": { - "defaultMessage": "First term" + "defaultMessage": "Premier terme" }, "search.advanced.proximity.term2": { - "defaultMessage": "Second term" + "defaultMessage": "Deuxième terme" }, "search.advanced.submit": { - "defaultMessage": "Search" + "defaultMessage": "Rechercher" }, "search.advanced.title": { - "defaultMessage": "Advanced Search" + "defaultMessage": "Recherche avancée" }, "search.advanced.variants.distance": { - "defaultMessage": "Letters different" + "defaultMessage": "Lettres différentes" }, "search.advanced.variants.helptext": { - "defaultMessage": "Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant." + "defaultMessage": "Augmenter l’imprécision d’une recherche. Par exemple, Wladimir~2 donnera non seulement comme résultat « Wladimir », mais aussi des orthographes proches comme « Wladimyr » ou « Vladimyr ». Une variation orthographique est définie en fonction du nombre de fautes d’orthographe qu’il faut faire pour que la variation retrouve le mot original." }, "search.advanced.variants.label": { - "defaultMessage": "Spelling variations" + "defaultMessage": "Variations orthographiques" }, "search.advanced.variants.term": { - "defaultMessage": "Term" + "defaultMessage": "Terme" }, "search.callout_message": { - "defaultMessage": "Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access." + "defaultMessage": "Certaines sources sont masquées aux utilisateurs anonymes. Cliquez sur {signInButton} pour voir tous les résultats auxquels vous avez l’autorisation d’accéder." }, "search.callout_message.button_text": { - "defaultMessage": "Sign in" + "defaultMessage": "Connexion" }, "search.columns.configure": { - "defaultMessage": "Configure columns" + "defaultMessage": "Configurer les colonnes" }, "search.columns.configure_placeholder": { - "defaultMessage": "Search for a column..." + "defaultMessage": "Rechercher une colonne..." }, "search.config.groups": { - "defaultMessage": "Property groups" + "defaultMessage": "Groupes de propriétés" }, "search.config.properties": { - "defaultMessage": "Properties" + "defaultMessage": "Propriétés" }, "search.config.reset": { - "defaultMessage": "Reset to default" + "defaultMessage": "Rétablir les valeurs par défaut" }, "search.facets.clearDates": { - "defaultMessage": "Clear" + "defaultMessage": "Effacer" }, "search.facets.configure": { - "defaultMessage": "Configure filters" + "defaultMessage": "Configurer les filtres" }, "search.facets.configure_placeholder": { - "defaultMessage": "Search for a filter..." + "defaultMessage": "Rechercher un filtre..." }, "search.facets.filtersSelected": { - "defaultMessage": "{count} selected" + "defaultMessage": "{count} sélectionnés" }, "search.facets.hide": { - "defaultMessage": "Hide filters" + "defaultMessage": "Masquer les filtres" }, "search.facets.no_items": { - "defaultMessage": "Aucune option" + "defaultMessage": "Pas d’option" }, "search.facets.show": { - "defaultMessage": "Show filters" + "defaultMessage": "Afficher les filtres" }, "search.facets.showMore": { - "defaultMessage": "Montrer plus..." + "defaultMessage": "Afficher plus..." }, "search.filterTag.ancestors": { - "defaultMessage": "in:" + "defaultMessage": "dans :" }, "search.filterTag.dates_after": { - "defaultMessage": "After" + "defaultMessage": "Après" }, "search.filterTag.dates_before": { - "defaultMessage": "Before" + "defaultMessage": "Avant" }, "search.filterTag.exclude": { - "defaultMessage": "not:" + "defaultMessage": "non :" }, "search.filterTag.role": { "defaultMessage": "Filtrer par accès" }, "search.loading": { - "defaultMessage": "Loading..." + "defaultMessage": "Chargement..." }, "search.no_results_description": { - "defaultMessage": "Try making your search more general" + "defaultMessage": "Essayez d’élargir votre recherche" }, "search.no_results_title": { "defaultMessage": "Aucun résultat de recherche" }, "search.placeholder": { - "defaultMessage": "Search companies, people and documents" + "defaultMessage": "Rechercher des entreprises, des personnes et des documents" }, "search.placeholder_default": { - "defaultMessage": "Search…" + "defaultMessage": "Rechercher..." }, "search.placeholder_label": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Rechercher dans {label}" }, "search.screen.dates.show-all": { - "defaultMessage": "* Showing all date filter options. { button } to view recent dates only." + "defaultMessage": "* Afficher toutes les options de filtre de date. { button } pour afficher uniquement les dates récentes" }, "search.screen.dates.show-hidden": { - "defaultMessage": "* Showing only date filter options from {start} to the present. { button } to view dates outside this range." + "defaultMessage": "* affiche uniquement les options de filtre de date de {start} à aujourd’hui. { button } pour voir les dates en dehors de cette fourchette." }, "search.screen.dates.show-hidden.click": { - "defaultMessage": "Click here" + "defaultMessage": "Cliquez ici" }, "search.screen.dates_label": { - "defaultMessage": "results" + "defaultMessage": "résultats" }, "search.screen.dates_title": { "defaultMessage": "Dates" }, "search.screen.export": { - "defaultMessage": "Exporter" + "defaultMessage": "Export" }, "search.screen.export_disabled": { - "defaultMessage": "Impossible d'exporter plus de 10 000 résultats à la fois" + "defaultMessage": "Impossible d’exporter plus de 10 000 résultats à la fois" }, "search.screen.export_disabled_empty": { - "defaultMessage": "No results to export." + "defaultMessage": "Pas de résultat à exporter." }, "search.screen.export_helptext": { - "defaultMessage": "Export results" + "defaultMessage": "Résultats d’export" }, "search.title": { - "defaultMessage": "Search: {title}" + "defaultMessage": "Rechercher : {title}" }, "search.title_emptyq": { - "defaultMessage": "Search" + "defaultMessage": "Rechercher" }, "settings.api_key": { - "defaultMessage": "Clé d'accès secrète à l'API" + "defaultMessage": "Clé d’accès secrète API" }, "settings.confirm": { "defaultMessage": "(confirmer)" }, "settings.current_explain": { - "defaultMessage": "Entrez votre mot de passe actuel pour en définir un nouveau." + "defaultMessage": "Saisissez votre mot de passe actuel pour en définir un nouveau." }, "settings.current_password": { "defaultMessage": "Mot de passe actuel" }, "settings.email": { - "defaultMessage": "Adresse mail" + "defaultMessage": "Adresse e-mail" }, "settings.email.muted": { - "defaultMessage": "Recevoir des courriels de notification quotidiens" + "defaultMessage": "Recevoir des notifications quotidiennes par e-mail" }, "settings.email.no_change": { - "defaultMessage": "Your e-mail address cannot be changed" + "defaultMessage": "Vous ne pouvez pas changer votre adresse e-mail" }, "settings.email.tester": { - "defaultMessage": "Test new features before they are finished" + "defaultMessage": "Tester de nouvelles fonctionnalités avant leur finalisation" }, "settings.locale": { "defaultMessage": "Langue" @@ -1773,64 +1773,64 @@ "defaultMessage": "Nouveau mot de passe" }, "settings.password.missmatch": { - "defaultMessage": "Les mots de passe ne correspondent pas" + "defaultMessage": "Les mots de passe ne sont pas identiques" }, "settings.password.rules": { - "defaultMessage": "Use at least six characters" + "defaultMessage": "Veuillez utiliser au moins six caractères" }, "settings.password.title": { - "defaultMessage": "Changez votre mot de passe" + "defaultMessage": "Modifier le mot de passe" }, "settings.save": { - "defaultMessage": "Update" + "defaultMessage": "Actualiser" }, "settings.saved": { - "defaultMessage": "C'est officiel, votre profil a été mis à jour." + "defaultMessage": "C’est officiel : votre profil a été actualisé." }, "settings.title": { - "defaultMessage": "Réglages" + "defaultMessage": "Paramètres" }, "sidebar.open": { - "defaultMessage": "Développer" + "defaultMessage": "Agrandir" }, "signup.activate": { - "defaultMessage": "Activate your account" + "defaultMessage": "Activez votre compte" }, "signup.inbox.desc": { - "defaultMessage": "We've sent you an email, please follow the link to complete your registration" + "defaultMessage": "Nous vous avons envoyé un e-mail, veuillez cliquer sur le lien pour terminer votre enregistrement" }, "signup.inbox.title": { - "defaultMessage": "Vérifiez votre boîte mail" + "defaultMessage": "Consultez votre boîte de réception" }, "signup.login": { - "defaultMessage": "Vous avez déjà un compte? Identifiez-vous!" + "defaultMessage": "Vous avez déjà un compte ? Connectez-vous !" }, "signup.register": { - "defaultMessage": "S'enregistrer" + "defaultMessage": "Enregistrement" }, "signup.register.question": { - "defaultMessage": "Vous n'avez pas encore de compte? Enregistrez-vous!" + "defaultMessage": "Vous n’avez pas de compte ? Enregistrez-vous !" }, "signup.title": { - "defaultMessage": "Sign in" + "defaultMessage": "Connexion" }, "sorting.bar.button.label": { - "defaultMessage": "Show:" + "defaultMessage": "Afficher :" }, "sorting.bar.caption": { - "defaultMessage": "Title" + "defaultMessage": "Titre" }, "sorting.bar.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Ensemble de données" }, "sorting.bar.count": { - "defaultMessage": "Size" + "defaultMessage": "Taille" }, "sorting.bar.countries": { - "defaultMessage": "Countries" + "defaultMessage": "Pays" }, "sorting.bar.created_at": { - "defaultMessage": "Creation Date" + "defaultMessage": "Date de création" }, "sorting.bar.date": { "defaultMessage": "Date" @@ -1839,168 +1839,168 @@ "defaultMessage": "Dates" }, "sorting.bar.direction": { - "defaultMessage": "Direction:" + "defaultMessage": "Adresse :" }, "sorting.bar.endDate": { - "defaultMessage": "End date" + "defaultMessage": "Date de fin" }, "sorting.bar.label": { - "defaultMessage": "Title" + "defaultMessage": "Titre" }, "sorting.bar.sort": { - "defaultMessage": "Sort by:" + "defaultMessage": "Trier par :" }, "sorting.bar.updated_at": { - "defaultMessage": "Update Date" + "defaultMessage": "Actualiser la date" }, "sources.index.empty": { - "defaultMessage": "This group is not linked to any datasets or investigations." + "defaultMessage": "Ce groupe n’est lié à aucun ensemble de données ni aucune enquête." }, "sources.index.placeholder": { - "defaultMessage": "Search for a dataset or investigation belonging to {group}..." + "defaultMessage": "Rechercher un ensemble de données ou une enquête appartenant à {group}..." }, "status.no_collection": { - "defaultMessage": "Other tasks" + "defaultMessage": "Autres tâches" }, "tags.results": { - "defaultMessage": "Mention count" + "defaultMessage": "Décompte des mentions" }, "tags.title": { - "defaultMessage": "Term" + "defaultMessage": "Terme" }, "text.loading": { "defaultMessage": "Chargement..." }, "timeline.add_new": { - "defaultMessage": "Create new item" + "defaultMessage": "Créer un nouvel élément" }, "timeline.button.collapse": { - "defaultMessage": "Show collapsed view" + "defaultMessage": "Afficher la vue contractée" }, "timeline.button.show_full": { - "defaultMessage": "Show detailed view" + "defaultMessage": "Afficher la vue détaillée" }, "timeline.create.button": { - "defaultMessage": "New timeline" + "defaultMessage": "Nouveau calendrier" }, "timeline.create.cancel": { - "defaultMessage": "Delete" + "defaultMessage": "Supprimer" }, "timeline.create.label_placeholder": { - "defaultMessage": "Untitled timeline" + "defaultMessage": "Calendrier sans nom" }, "timeline.create.login": { - "defaultMessage": "You must log in to create a timeline" + "defaultMessage": "Vous devez vous connecter pour créer un calendrier" }, "timeline.create.submit": { - "defaultMessage": "Create" + "defaultMessage": "Créer" }, "timeline.create.success": { - "defaultMessage": "Your timeline has been created successfully." + "defaultMessage": "Votre calendrier a été créé avec succès." }, "timeline.create.summary_placeholder": { - "defaultMessage": "A brief description of the timeline" + "defaultMessage": "Une brève description du calendrier" }, "timeline.create.title": { - "defaultMessage": "Create a timeline" + "defaultMessage": "Créer un calendrier" }, "timeline.dates.button_text": { - "defaultMessage": "Add end date" + "defaultMessage": "Ajouter une date de fin" }, "timeline.empty": { - "defaultMessage": "This timeline is empty" + "defaultMessage": "Ce calendrier est vide" }, "timeline.empty_histogram": { - "defaultMessage": "No dates found" + "defaultMessage": "Aucune date trouvée" }, "timeline.item.date": { - "defaultMessage": "{start}to{end}" + "defaultMessage": "{start}à{end}" }, "timeline.item.delete": { - "defaultMessage": "Delete from {collection}" + "defaultMessage": "Supprimer de {collection}" }, "timeline.item.link_copy": { - "defaultMessage": "Copy link to this item" + "defaultMessage": "Copier le lien vers cet élément" }, "timeline.item.link_copy_success": { - "defaultMessage": "Successfully copied link to clipboard." + "defaultMessage": "Lien copié avec succès dans le presse-papier." }, "timeline.item.remove": { - "defaultMessage": "Remove from timeline" + "defaultMessage": "Retirer du calendrier" }, "timeline.items_label": { - "defaultMessage": "items" + "defaultMessage": "éléments" }, "timeline.no_results": { - "defaultMessage": "No items found matching query" + "defaultMessage": "Aucun élément correspondant à votre demande trouvé" }, "timeline.result_text": { - "defaultMessage": "{count} timeline items" + "defaultMessage": "{count} éléments de calendrier" }, "timeline.result_text_query": { - "defaultMessage": "Showing {count} (of {total} total) items" + "defaultMessage": "{count} éléments affichés (sur un total de {total})" }, "timeline.schema_select.label": { "defaultMessage": "type" }, "timeline.selector.create": { - "defaultMessage": "Create a new timeline" + "defaultMessage": "Créer un nouveau calendrier" }, "timeline.selector.select_empty": { - "defaultMessage": "No existing timeline" + "defaultMessage": "Pas de calendrier existant" }, "timeline.update.label_placeholder": { - "defaultMessage": "Untitled timeline" + "defaultMessage": "Calendrier sans nom" }, "timeline.update.success": { - "defaultMessage": "Your timeline has been updated successfully." + "defaultMessage": "Votre calendrier a été actualisé avec succès." }, "timeline.update.summary_placeholder": { - "defaultMessage": "A brief description of the timeline" + "defaultMessage": "Une brève description du calendrier" }, "timeline.update.title": { - "defaultMessage": "Timeline settings" + "defaultMessage": "Paramètres de calendrier" }, "timelines": { - "defaultMessage": "Timelines" + "defaultMessage": "Calendriers" }, "timelines.description": { - "defaultMessage": "Timelines are a way to view and organize events chronologically." + "defaultMessage": "Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique." }, "timelines.no_timelines": { - "defaultMessage": "There are no timelines." + "defaultMessage": "Il n’y a pas de calendrier" }, "timelines.title": { - "defaultMessage": "Timelines" + "defaultMessage": "Calendriers" }, "valuelink.tooltip": { - "defaultMessage": "{count} mentions in {appName}" + "defaultMessage": "{count} mentions dans {appName}" }, "xref.compute": { "defaultMessage": "Calculer" }, "xref.entity": { - "defaultMessage": "Reference" + "defaultMessage": "Référence" }, "xref.match": { - "defaultMessage": "Possible match" + "defaultMessage": "Correspondance possible" }, "xref.match_collection": { - "defaultMessage": "Jeu de données" + "defaultMessage": "Ensemble de données" }, "xref.recompute": { - "defaultMessage": "Re-compute" + "defaultMessage": "Recalculer" }, "xref.score": { - "defaultMessage": "Évaluer" + "defaultMessage": "Score" }, "xref.sort.default": { - "defaultMessage": "Default" + "defaultMessage": "Par défaut" }, "xref.sort.label": { - "defaultMessage": "Sort by:" + "defaultMessage": "Trier par :" }, "xref.sort.random": { - "defaultMessage": "Random" + "defaultMessage": "Aléatoire" } } diff --git a/ui/i18n/translations/raw/pt_BR.json b/ui/i18n/translations/raw/pt_BR.json index a5413a7398..855fbca7dd 100644 --- a/ui/i18n/translations/raw/pt_BR.json +++ b/ui/i18n/translations/raw/pt_BR.json @@ -132,7 +132,7 @@ "defaultMessage": "Are you sure you want to delete {collectionLabel} and all contained items?" }, "collection.edit.access_title": { - "defaultMessage": "Access control" + "defaultMessage": "Controle de acesso" }, "collection.edit.cancel_button": { "defaultMessage": "Cancelar" @@ -231,7 +231,7 @@ "defaultMessage": "Suas alterações foram gravadas." }, "collection.edit.title": { - "defaultMessage": "Settings" + "defaultMessage": "Configurações" }, "collection.edit.users": { "defaultMessage": "Usuários" @@ -246,7 +246,7 @@ "defaultMessage": "No datasets were found." }, "collection.index.filter.all": { - "defaultMessage": "All" + "defaultMessage": "Todas" }, "collection.index.filter.mine": { "defaultMessage": "Created by me" @@ -264,7 +264,7 @@ "defaultMessage": "Compartilhar" }, "collection.info.browse": { - "defaultMessage": "Documents" + "defaultMessage": "Documentos" }, "collection.info.delete": { "defaultMessage": "Delete dataset" @@ -279,7 +279,7 @@ "defaultMessage": "Network diagrams let you visualize complex relationships within an investigation." }, "collection.info.documents": { - "defaultMessage": "Documents" + "defaultMessage": "Documentos" }, "collection.info.edit": { "defaultMessage": "Configurações" @@ -300,7 +300,7 @@ "defaultMessage": "Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document" }, "collection.info.mentions": { - "defaultMessage": "Mentions" + "defaultMessage": "Menções" }, "collection.info.mentions_description": { "defaultMessage": "Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation." @@ -315,7 +315,7 @@ "defaultMessage": "Re-ingest documents" }, "collection.info.search": { - "defaultMessage": "Search" + "defaultMessage": "Pesquisar" }, "collection.info.source_documents": { "defaultMessage": "Source documents" @@ -327,7 +327,7 @@ "defaultMessage": "Timelines are a way to view and organize events chronologically." }, "collection.info.xref": { - "defaultMessage": "Cross-reference" + "defaultMessage": "Referência Cruzada" }, "collection.info.xref_description": { "defaultMessage": "Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation." @@ -573,7 +573,7 @@ "defaultMessage": "Download" }, "document.download.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Cancelar" }, "document.download.confirm": { "defaultMessage": "Download" @@ -591,7 +591,7 @@ "defaultMessage": "Ocorreu um erro ao criar a pasta." }, "document.folder.new": { - "defaultMessage": "New folder" + "defaultMessage": "Nova pasta" }, "document.folder.save": { "defaultMessage": "Criar" @@ -618,7 +618,7 @@ "defaultMessage": "Enviar" }, "document.upload.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Cancelar" }, "document.upload.close": { "defaultMessage": "Close" @@ -654,7 +654,7 @@ "defaultMessage": "{numberOfFiles, number} files, {totalSize}" }, "document.upload.title": { - "defaultMessage": "Upload documents" + "defaultMessage": "Enviar documentos" }, "document.upload.title_in_folder": { "defaultMessage": "Upload documents to {folder}" @@ -699,7 +699,7 @@ "defaultMessage": "Search documents" }, "entity.document.manager.search_placeholder_document": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Pesquisar em {label}" }, "entity.info.attachments": { "defaultMessage": "Anexos" @@ -747,7 +747,7 @@ "defaultMessage": "Select a table document" }, "entity.manager.delete": { - "defaultMessage": "Delete" + "defaultMessage": "Excluir" }, "entity.manager.edge_create_success": { "defaultMessage": "Successfully linked {source} and {target}" @@ -840,10 +840,10 @@ "defaultMessage": "Bulk import" }, "entity.viewer.search_placeholder": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Pesquisar em {label}" }, "entitySet.last_updated": { - "defaultMessage": "Updated {date}" + "defaultMessage": "Atualizado em {date}" }, "entityset.choose.name": { "defaultMessage": "Título" @@ -894,7 +894,7 @@ "defaultMessage": "Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}" }, "entityset.selector.success_toast_button": { - "defaultMessage": "View" + "defaultMessage": "Visualizar" }, "entityset.selector.title": { "defaultMessage": "Add {firstCaption} {titleSecondary} to..." @@ -906,7 +906,7 @@ "defaultMessage": "and {count} other {count, plural, one {entity} other {entities}}" }, "entityset.update.submit": { - "defaultMessage": "Save changes" + "defaultMessage": "Salvar alterações" }, "error.screen.not_found": { "defaultMessage": "A página solicitada não foi encontrada." @@ -915,10 +915,10 @@ "defaultMessage": "Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once." }, "exports.dialog.cancel": { - "defaultMessage": "Cancel" + "defaultMessage": "Cancelar" }, "exports.dialog.confirm": { - "defaultMessage": "Export" + "defaultMessage": "Exportar" }, "exports.dialog.dashboard_link": { "defaultMessage": "View progress" @@ -933,13 +933,13 @@ "defaultMessage": "Below is a list of your exports. Make sure to download them before they expire." }, "exports.name": { - "defaultMessage": "Name" + "defaultMessage": "Nome" }, "exports.no_exports": { "defaultMessage": "You have no exports to download" }, "exports.size": { - "defaultMessage": "Size" + "defaultMessage": "Tamanho" }, "exports.status": { "defaultMessage": "Status" @@ -951,13 +951,13 @@ "defaultMessage": "{count, plural, one {Address} other {Addresses}}" }, "facet.caption": { - "defaultMessage": "Name" + "defaultMessage": "Nome" }, "facet.category": { "defaultMessage": "{count, plural, one {Category} other {Categories}}" }, "facet.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Conjunto de dado" }, "facet.countries": { "defaultMessage": "{count, plural, one {Country} other {Countries}}" @@ -1020,7 +1020,7 @@ "defaultMessage": "Countries and territories" }, "home.statistics.schemata": { - "defaultMessage": "Entity types" + "defaultMessage": "Tipos de entidades" }, "home.stats.title": { "defaultMessage": "Get started exploring public data" @@ -1056,13 +1056,13 @@ "defaultMessage": "Preview next result" }, "hotkeys.search_focus": { - "defaultMessage": "Search" + "defaultMessage": "Pesquisar" }, "infoMode.collection_casefile": { "defaultMessage": "Investigation" }, "infoMode.collection_dataset": { - "defaultMessage": "Dataset" + "defaultMessage": "Conjunto de dado" }, "infoMode.createdAt": { "defaultMessage": "Created at" @@ -1071,7 +1071,7 @@ "defaultMessage": "Created by" }, "infoMode.updatedAt": { - "defaultMessage": "Last updated" + "defaultMessage": "Última atualização" }, "investigation.mentions.empty": { "defaultMessage": "There are no mentions yet in this investigation." @@ -1122,7 +1122,7 @@ "defaultMessage": "Successfully created {name}" }, "investigation.shortcut.upload": { - "defaultMessage": "Upload documents" + "defaultMessage": "Enviar documentos" }, "investigation.shortcut.xref": { "defaultMessage": "Compare with other datasets" @@ -1428,7 +1428,7 @@ "defaultMessage": "Sair" }, "nav.status": { - "defaultMessage": "System status" + "defaultMessage": "Status do sistema" }, "nav.timelines": { "defaultMessage": "Timelines" @@ -1455,7 +1455,7 @@ "defaultMessage": "Notificações recentes" }, "notifications.type_filter.all": { - "defaultMessage": "All" + "defaultMessage": "Todas" }, "pages.not.found": { "defaultMessage": "Page not found" @@ -1581,7 +1581,7 @@ "defaultMessage": "Any of these words" }, "search.advanced.clear": { - "defaultMessage": "Clear all" + "defaultMessage": "Limpar tudo" }, "search.advanced.exact.helptext": { "defaultMessage": "Only results with this exact word or phrase will be returned" @@ -1611,7 +1611,7 @@ "defaultMessage": "Second term" }, "search.advanced.submit": { - "defaultMessage": "Search" + "defaultMessage": "Pesquisar" }, "search.advanced.title": { "defaultMessage": "Advanced Search" @@ -1698,13 +1698,13 @@ "defaultMessage": "Nenhum resultado pra busca" }, "search.placeholder": { - "defaultMessage": "Search companies, people and documents" + "defaultMessage": "Pesquisar empresas, pessoas e documentos" }, "search.placeholder_default": { - "defaultMessage": "Search…" + "defaultMessage": "Pesquisar..." }, "search.placeholder_label": { - "defaultMessage": "Search in {label}" + "defaultMessage": "Pesquisar em {label}" }, "search.screen.dates.show-all": { "defaultMessage": "* Showing all date filter options. { button } to view recent dates only." @@ -1737,7 +1737,7 @@ "defaultMessage": "Search: {title}" }, "search.title_emptyq": { - "defaultMessage": "Search" + "defaultMessage": "Pesquisar" }, "settings.api_key": { "defaultMessage": "Chave Secreta de Acesso à API" @@ -1794,7 +1794,7 @@ "defaultMessage": "Expandir" }, "signup.activate": { - "defaultMessage": "Activate your account" + "defaultMessage": "Ative sua conta" }, "signup.inbox.desc": { "defaultMessage": "Enviamos um email, por favor acesso o link recebido para completar seu cadastro" @@ -1812,28 +1812,28 @@ "defaultMessage": "Não possui uma conta? Registre-se!" }, "signup.title": { - "defaultMessage": "Sign in" + "defaultMessage": "Acessar" }, "sorting.bar.button.label": { "defaultMessage": "Show:" }, "sorting.bar.caption": { - "defaultMessage": "Title" + "defaultMessage": "Título" }, "sorting.bar.collection_id": { - "defaultMessage": "Dataset" + "defaultMessage": "Conjunto de dado" }, "sorting.bar.count": { - "defaultMessage": "Size" + "defaultMessage": "Tamanho" }, "sorting.bar.countries": { - "defaultMessage": "Countries" + "defaultMessage": "Países" }, "sorting.bar.created_at": { "defaultMessage": "Creation Date" }, "sorting.bar.date": { - "defaultMessage": "Date" + "defaultMessage": "Data" }, "sorting.bar.dates": { "defaultMessage": "Dates" @@ -1845,7 +1845,7 @@ "defaultMessage": "End date" }, "sorting.bar.label": { - "defaultMessage": "Title" + "defaultMessage": "Título" }, "sorting.bar.sort": { "defaultMessage": "Sort by:" @@ -1884,7 +1884,7 @@ "defaultMessage": "New timeline" }, "timeline.create.cancel": { - "defaultMessage": "Delete" + "defaultMessage": "Excluir" }, "timeline.create.label_placeholder": { "defaultMessage": "Untitled timeline" @@ -1893,7 +1893,7 @@ "defaultMessage": "You must log in to create a timeline" }, "timeline.create.submit": { - "defaultMessage": "Create" + "defaultMessage": "Criar" }, "timeline.create.success": { "defaultMessage": "Your timeline has been created successfully." diff --git a/ui/src/content/translations.json b/ui/src/content/translations.json index 1ac12609ea..cd6409d488 100644 --- a/ui/src/content/translations.json +++ b/ui/src/content/translations.json @@ -1 +1 @@ -{"ar":{"alert.manager.description":"ستتلقى إشعارات عند إضافة نتيجة جديدة تطابق أي من التنبيهات التي أعددتها أدناه.","alerts.add_placeholder":"إنشاء تنبيه لتتبع جديد ...","alerts.delete":"Remove alert","alerts.heading":"إدارة التنبيهات","alerts.no_alerts":"أنت لا تجري أي عمليات بحث","alerts.save":"تحديث","alerts.title":"تتبع التنبيهات","alerts.track":"تتبع","auth.bad_request":"لم يقبل الخادم المعلومات المدخلة","auth.server_error":"خطأ في الخادم","auth.success":"نجاح","auth.unauthorized":"غير مخول","auth.unknown_error":"خطأ غير متوقع","case.choose.name":"عنوان","case.choose.summary":"ملخص","case.chose.languages":"اللغات","case.create.login":"يجب عليك تسجيل الدخول لتحميل بياناتك","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"اختيار اللغة","case.languages.helper":"تستخدم ميزة التعرف البصري على النصوص غير اللاتينية","case.save":"حفظ","case.share.with":"مشاركة مع","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"البحث عن المستخدمين","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"نسخ إلى الحافظة","collection.addSchema.placeholder":"أضف نوع كيان جديد","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"الغاء","collection.cancel.button":"الغاء","collection.countries":"الدولة","collection.creator":"مدير","collection.data_updated_at":"Content updated","collection.data_url":"رابط البيانات","collection.delete.cancel":"الغاء","collection.delete.confirm":"حذف","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"الغاء","collection.edit.groups":"مجموعات","collection.edit.info.analyze":"إعادة المعالجة","collection.edit.info.cancel":"الغاء","collection.edit.info.category":"الفئة","collection.edit.info.countries":"الدول","collection.edit.info.creator":"مدير","collection.edit.info.data_url":"رابط مصدر البيانات","collection.edit.info.delete":"حذف","collection.edit.info.foreign_id":"هوية أجنبية","collection.edit.info.frequency":"معدل التحديث","collection.edit.info.info_url":"رابط المعلومات","collection.edit.info.label":"الاسم","collection.edit.info.languages":"اللغات","collection.edit.info.placeholder_country":"اختيار الدول","collection.edit.info.placeholder_data_url":"رابط البيانات الأولية في ملف قابل للتحميل","collection.edit.info.placeholder_info_url":"رابط لمزيد من المعلومات","collection.edit.info.placeholder_label":"اسم","collection.edit.info.placeholder_language":"اختيار اللغات","collection.edit.info.placeholder_publisher":"المنظمة أو الشخص الذي ينشر هذه البيانات","collection.edit.info.placeholder_publisher_url":"رابط الناشر","collection.edit.info.placeholder_summary":"ملخص موجز","collection.edit.info.publisher":"الناشر","collection.edit.info.publisher_url":"رابط الناشر","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"حفظ التغييرات","collection.edit.info.summary":"ملخص","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"تعديل","collection.edit.permissionstable.view":"عرض","collection.edit.save_button":"حفظ التغييرات","collection.edit.save_success":"تم حفظ التغييرات","collection.edit.title":"Settings","collection.edit.users":"المستخدمون","collection.foreign_id":"هوية غير معروفة","collection.frequency":"تحديث","collection.index.empty":"No datasets were found.","collection.index.filter.all":"الكل","collection.index.filter.mine":"تم انشاءه بواسطتي","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"البحث في مجموعات البيانات ...","collection.index.title":"مجموعات البيانات","collection.info.access":"مشاركة","collection.info.browse":"Documents","collection.info.delete":"حذف قاعدة بيانات","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"مخططات الشبكة","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"الإعدادات","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"أعد فهرسة كل المحتوى","collection.info.reingest":"إعادة استيعاب المستندات","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"رابط المعلومات","collection.last_updated":"اخر تاريخ تحذيث","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"الناشر","collection.reconcile":"تطابق","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"الغاء","collection.reindex.confirm":"ابدأ الفهرسة","collection.reindex.flush":"حذف الفهرس قبل إعادة الفهرسة","collection.reindex.processing":"بدأت الفهرسة","collection.reingest.confirm":"بدء المعالجة","collection.reingest.index":"فهرسة المستندات فور معالجتها.","collection.reingest.processing":"بدء الإعادة","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"عرض المزيد","collection.status.cancel_button":"إلغاء العملية","collection.status.collection":"مجموعة البيانات","collection.status.finished_tasks":"تم الإنتهاء","collection.status.jobs":"الوظائف","collection.status.message":"استمر في المرح أثناء معالجة البيانات.","collection.status.no_active":"لا توجد مهام حاليا","collection.status.pending_tasks":"قيد الانتظار","collection.status.progress":"المهام","collection.status.title":"جاري التحديث ({percent}٪)","collection.team":"الوصول إلى","collection.updated_at":"Metadata updated","collection.xref.cancel":"الغاء","collection.xref.confirm":"تأكيد","collection.xref.empty":"لا توجد نتائج متطابقة مع مصادر أخرى","collection.xref.processing":"بدأت عملية المطابقة","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"مطابقة","dashboard.activity":"نشاط","dashboard.alerts":"تنبيهات","dashboard.cases":"Investigations","dashboard.diagrams":"مخططات الشبكة","dashboard.exports":"Exports","dashboard.groups":"مجموعات","dashboard.lists":"Lists","dashboard.notifications":"إشعارات","dashboard.settings":"الإعدادات","dashboard.status":"حالة النظام","dashboard.subheading":"تحقق من سير عملية تحليل البيانات وتحميلها ومعالجتها","dashboard.timelines":"Timelines","dashboard.title":"حالة النظام","dashboard.workspace":"مكان العمل","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"استيراد رسم بياني من الشبكة","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"لا توجد رسوم بيانية للشبكة.","diagrams.title":"رسوم بيانية الشبكة","document.download":"تحميل","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"تحميل المستند/ الملف الأصلي","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"حدث خطأ أثناء إنشاء المجلد.","document.folder.new":"New folder","document.folder.save":"إنشاء","document.folder.title":"مجلد جديد","document.folder.untitled":"عنوان المجلد","document.mapping.start":"إنشاء كيانات","document.paging":"الصفحة {pageInput} من {numberOfPages}","document.pdf.search.page":"الصفحة {page}","document.search.no_match":"لا توجد صفحة واحدة في هذا المستند تتطابق مع جميع مصطلحات البحث الخاصة بك","document.upload.button":"تحميل","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"اختر الملفات المراد تحميلها...","document.upload.folder":"إذا كنت ترغب في تحميل المجلدات بدلاً من ذلك ، {button}.","document.upload.folder-toggle":"انقر هنا","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"تحميل","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"لا يتعامل النظام مع هذه الأنواع من الملفات. يرجى تنزيله حتى تتمكن من رؤيته","document.viewer.no_viewer":"لا تتوفر مراجعة لهذا الملف","email.body.empty":"لا يوجد نص الرسالة","entity.delete.cancel":"الغاء","entity.delete.confirm":"حذف","entity.delete.error":"حدث خطأ أثناء محاولة حذف هذا الكيان","entity.delete.progress":"حذف","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"تم الحذف بنجاح","entity.document.manager.cannot_map":"حدد جدول لإنشاء كيانات منتظمة","entity.document.manager.empty":"لا توجد ملفات أو فهرس","entity.document.manager.emptyCanUpload":"لا توجد ملفات أو فهارس. نزل الملفات هنا أو انقر للتحميل","entity.document.manager.search_placeholder":"البحث عن الملفات","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"مرفقات","entity.info.documents":"الوثائق/ المستندات","entity.info.info":"معلومات","entity.info.last_view":"Last viewed {time}","entity.info.similar":"مشابه","entity.info.tags":"تذكير","entity.info.text":"النص","entity.info.view":"عرض","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"لم يتم العثور على مستندات مطابقة","entity.manager.bulk_import.placeholder":"حدد جدول المستند","entity.manager.delete":"Delete","entity.manager.edge_create_success":"تم ربط {source} و {target} بنجاح","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"لم يتم العثور على نتائج مطابقة لـ {schema}","entity.manager.search_placeholder":"بحث في {schema}","entity.mapping.view":"إنشاء كيانات","entity.properties.missing":"غير معروف","entity.references.no_relationships":"هذا الكيان غير مرتبط بالبحث","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"هذا المجلد فارغ","entity.search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","entity.search.no_results_title":"لم يتم العثور على نتائج","entity.similar.empty":"لا توجد كيانات مشابهة","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"لم تستخرج أي محددات من هذا الكيان","entity.viewer.add_link":"إنشاء رابط","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"إدخال بالجملة","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"عنوان","entityset.choose.summary":"ملخص","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"إنشاء","entityset.delete.cancel":"الغاء","entityset.delete.confirm":"حذف","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"حذف","entityset.info.edit":"الإعدادات","entityset.info.export":"تصدير","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":" لا يمكن العثور على الصفحة المطلوبة","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, zero {عناوين} one {عنوان} two {عناوين} few {عناوين} many {عناوين} other {عناوين}}","facet.caption":"Name","facet.category":"{count, plural, zero {فئات} one {فئة} two {فئات} few {فئات} many {فئات} other {فئات}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, zero {دول} one {دولة} two {دول} few {دول} many {دول} other {دول}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, zero {إيميلات} one {ايميل} two {إيميلات} few {إيميلات} many {إيميلات} other {إيميلات}}","facet.ibans":"{count, plural, zero {أرقام الحسابات} one {رقم الحساب} two {أرقام الحسابات} few {أرقام الحسابات} many {أرقام الحسابات} other {أرقام حسابات IBAN}}","facet.languages":"{count, plural, zero {لغات} one {لغة} two {لغات} few {لغات} many {لغات} other {لغات}}","facet.mimetypes":"{count, plural, zero {نوع الملفات} one {نوع الملف} two {نوع الملفات} few {نوع الملفات} many {نوع الملفات} other {نوع الملفات}}","facet.names":"{count, plural, zero {اسماء} one {اسم} two {اسماء} few {اسماء} many {اسماء} other {اسماء}}","facet.phones":"{count, plural, zero {أرقام هواتف} one {رقم الهاتف} two {أرقام هواتف} few {أرقام هواتف} many {أرقام هواتف} other {أرقام هواتف}}","facet.schema":"Entity type","file_import.error":"خطأ في استيراد الملف","footer.aleph":"أَلِف {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"حاول البحث: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"البحث عن السجلات العامة والتسريبات","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"تسجيل الدخول عبر OAuth","mapping.actions.create":"إنشاء كيانات","mapping.actions.create.toast":"الكيانات قيد الإنشاء","mapping.actions.delete":"حذف","mapping.actions.delete.toast":"حذف اليحث الشامل وأي كيانات تم إنشاؤها ...","mapping.actions.export":"تصدير البحث الشامل","mapping.actions.flush":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.flush.toast":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.save":"حفظ التغييرات","mapping.actions.save.toast":"إعادة إنشاء الكيانات","mapping.create.cancel":"الغاء","mapping.create.confirm":"إنشاء","mapping.create.question":"هل أنت متأكد من أنك مستعد لإنشاء كيانات باستخدام البحث الشامل؟","mapping.delete.cancel":"الغاء","mapping.delete.confirm":"حذف","mapping.delete.question":"هل أنت متأكد أنك تريد حذف هذا التعيين وجميع الكيانات التي تم إنشاؤها؟","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"يجب إنشاء كائن من النوع \"{range}\" ليكون {property}","mapping.entityAssign.noResults":"لا توجد مواضيع مطابقة متاحة","mapping.entityAssign.placeholder":"حدد موضوع","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"خطأ رئيسي: يجب أن يحتوي {id} الكيان على مفتاح واحد على الأقل","mapping.error.relationshipMissing":"خطأ في العلاقة: {id} يجب أن يكون للكيان {source} و {target} معين","mapping.flush.cancel":"الغاء","mapping.flush.confirm":"إزالة","mapping.flush.question":"هل أنت متأكد من أنك تريد إزالة الكيانات التي تم إنشاؤها باستخدام هذا البحث الشامل؟","mapping.import.button":"استيراد الرسم التخطيطي الموجود","mapping.import.placeholder":"أسقط ملف yml هنا أو اضغط لاستيراد ملف بحث شامل موجود","mapping.import.querySelect":"حدد استعلام بحث شامل من هذا الملف للاستيراد:","mapping.import.submit":"إرسال","mapping.import.success":"تم استيراد بحثك الكامل بنجاح","mapping.import.title":"استيراد البحث الشامل","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"أقل","mapping.keyAssign.additionalHelpToggle.more":"المزيد عن المفاتيح","mapping.keyAssign.helpText":"حدد الأعمدة التي سيتم استخدامها لتحديد الكيانات الفريدة","mapping.keyAssign.noResults":"لا توجد نتائج","mapping.keyAssign.placeholder":"حدد المفاتيح من الأعمدة المتاحة","mapping.keys":"المفاتيح الرئيسية","mapping.propAssign.errorBlank":"الأعمدة بدون عناوين لا يمكن تعيينها","mapping.propAssign.errorDuplicate":"الأعمدة بالعناوين المكررة لا يمكن تعيينها","mapping.propAssign.literalButtonText":"أضف قيمة ثابتة","mapping.propAssign.literalPlaceholder":"أضف نصاً ثابتاً","mapping.propAssign.other":"آخر","mapping.propAssign.placeholder":"تعيين ملكية","mapping.propRemove":"إزالة هذه الخاصية من البحث الشامل","mapping.props":"الخصائص","mapping.save.cancel":"الغاء","mapping.save.confirm":"تحديث البحث الشامل او إعادة انشائها","mapping.save.question":"سيؤدي تحديث هذا التعيين إلى حذف أي كيانات تم إنشاؤها سابقًا وإعادة إنشائها. هل أنت متأكد أنك تريد الاستمرار؟","mapping.section1.title":"1.اختار أنواع الكيانات المراد إنشاؤها","mapping.section2.title":"2. تعيين أعمدة للكيان","mapping.section3.title":"3. تحقيق/ تدقيق","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"خطأ:","mapping.status.status":"الحالة:","mapping.status.updated":"آخر تحديث:","mapping.title":"إنشاء كيانات منظمة","mapping.types.objects":"مواضيع","mapping.types.relationships":"علاقات","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"تنبيهات","nav.cases":"Investigations","nav.collections":"مجموعات البيانات","nav.diagrams":"مخططات الشبكة","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"الإعدادات","nav.signin":"تسجيل الدخول","nav.signout":"تسجيل الخروج","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"إشعارات","navbar.alert_add":"اضغط لتلقي تنبيهات حول النتائج الجديدة بخصوص هذا البحث","navbar.alert_remove":"تتلقى تنبيهات حول هذا البحث","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"ما الجديد {role}؟","notifications.no_notifications":"ليس لديك إشعارات غير مرئية","notifications.title":"اشعارات حديثة","notifications.type_filter.all":"All","pages.not.found":"الصفحة غير موجودة","pass.auth.not_same":"كلمات السر الخاصة بك ليست هي نفسها!","password_auth.activate":"تفعيل","password_auth.confirm":"تأكيد كلمة المرور","password_auth.email":"البريد الإلكتروني","password_auth.name":"اسمك","password_auth.password":"كلمة المرور","password_auth.signin":"تسجيل الدخول","password_auth.signup":"تسجيل","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"استخدم مفتاح API لقراءة البيانات وكتابتها عبر التطبيقات عن بعد.","queryFilters.clearAll":"حذف الكل","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":" المستندات قيد المعالجة. ارجوك انتظر...","restricted.explain":"استخدام مجموعة البيانات مقيد. اقرأ الوصف واتصل بـ {creator} قبل استخدام هذه المادة.","restricted.explain.creator":"مالك مجموعة البيانات","restricted.tag":"مقيد","result.error":"خطأ","result.more_results":"أكثر من {total} نتيجة","result.none":"لم يتم العثور على نتائج","result.results":"العثور على {total} من النتائج","result.searching":"جاري البحث","result.solo":"تم العثور على نتيجة واحدة","role.select.user":"اختر اسم المستخدم","schemaSelect.button.relationship":"أضف علاقة جديدة","schemaSelect.button.thing":"أضف موضوعاَ جديداً","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"بعض المصادر مخفية عن المستخدمين المجهولين. اضغط {signInButton} لعرض جميع النتائج المسموح لك بالوصول إليها.","search.callout_message.button_text":"تسجيل الدخول","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} محدد","search.facets.hide":"Hide filters","search.facets.no_items":"لا توجد خيارات","search.facets.show":"Show filters","search.facets.showMore":"اعرض المزيد:","search.filterTag.ancestors":"في:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"ليس:","search.filterTag.role":"تصفية حسب الوصول","search.loading":"Loading...","search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","search.no_results_title":"لم يتم العثور على نتائج","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"نتائج","search.screen.dates_title":"تواريخ","search.screen.export":"تصدير","search.screen.export_disabled":"لا يمكن تصدير أكثر من 10000 نتيجة في المرة الواحدة","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"مفتاح API الوصول السري ","settings.confirm":"(تأكيد)","settings.current_explain":"أدخل كلمة المرور الحالية لتعيين كلمة مرور جديدة.","settings.current_password":"كلمة المرور الحالية","settings.email":"البريد الكتروني","settings.email.muted":"استلام اشعارات رسائل البريد الإلكتروني","settings.email.no_change":"لا يمكن تغيير عنوان بريدك الإلكتروني","settings.email.tester":"اختبر الميزات الجديدة قبل الانتهاء","settings.locale":"اللغة","settings.name":"الاسم","settings.new_password":"كلمة سر جديدة","settings.password.missmatch":"كلمة المرور غير مطابقة","settings.password.rules":"استخدم ستة أحرف على الأقل","settings.password.title":"قم بتغيير كلمة المرور الخاصة بك","settings.save":"تحديث","settings.saved":"إنه رسمي، يتم تحديث ملفك الشخصي.","settings.title":"الإعدادات","sidebar.open":"توسيع النطاق","signup.activate":"Activate your account","signup.inbox.desc":"لقد أرسلنا لك بريدًا إلكترونيًا ، يرجى اتباع الرابط لإتمام عملية التسجيل","signup.inbox.title":"تحقق من بريدك الوارد","signup.login":"هل لديك حساب؟ تسجيل الدخول!","signup.register":"تسجيل","signup.register.question":"ليس لديك حساب؟ سجل!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"اتجاه:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"تحميل...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"ذكرت {count} في {appName}","xref.compute":"احسب","xref.entity":"مرجع","xref.match":"تطابق محتمل","xref.match_collection":"مجموعة البيانات","xref.recompute":"إعادة الحساب","xref.score":"نتيجة","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"bs":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Upravljaj pretplatama","alerts.no_alerts":"Ne pratite nijednu pretragu","alerts.save":"Ažuriraj","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"Server nije prihvatio Vaš unos","auth.server_error":"Greška na serveru","auth.success":"Uspješno","auth.unauthorized":"Nije Vam dozvoljen pristup","auth.unknown_error":"Desila se neočekivana greška","case.choose.name":"Title","case.choose.summary":"Opis","case.chose.languages":"Jezici","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Sačuvaj","case.share.with":"Share with","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pretraži korisnike","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Otkaži","collection.cancel.button":"Otkaži","collection.countries":"Država","collection.creator":"Upravitelj","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Otkaži","collection.delete.confirm":"Izbriši","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Otkaži","collection.edit.groups":"Grupe","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Otkaži","collection.edit.info.category":"Kategorija","collection.edit.info.countries":"Države","collection.edit.info.creator":"Upravitelj","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Izbriši","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Oznaka","collection.edit.info.languages":"Jezici","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"Labela","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"Sažetak","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Sačuvaj izmjene","collection.edit.info.summary":"Opis","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Uredi","collection.edit.permissionstable.view":"Pregled","collection.edit.save_button":"Sačuvaj izmjene","collection.edit.save_success":"Vaše izmjene su sačuvane.","collection.edit.title":"Settings","collection.edit.users":"Korisnici","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Podešavanja","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Otkaži","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Otkaži","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Povezane reference","dashboard.activity":"Activity","dashboard.alerts":"Alerts","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupe","dashboard.lists":"Lists","dashboard.notifications":"Notifikacije","dashboard.settings":"Podešavanja","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Preuzmi","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Preuzmi originalni dokument","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Kreiraj","document.folder.title":"Nova datoteka","document.folder.untitled":"Naziv foldera","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Unos","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Izaberi fajlove za unos...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Unos","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Sistem ne podržava ovaj tip dokumenta. Molimo vas da ga preuzmete kako bi bili u mogućnosti da ga vidite.","document.viewer.no_viewer":"Pregled ovog dokumenta nije dostupan","email.body.empty":"Nema sadržaja.","entity.delete.cancel":"Otkaži","entity.delete.confirm":"Izbriši","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Attachments","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Slično","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"Pregled","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"Entitet nema nikakve veze.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Ova datoteka je prazna","entity.search.no_results_description":"Pokušajte opširniji pojam za pretragu","entity.search.no_results_title":"Nema rezultata pretrage","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Opis","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Kreiraj","entityset.delete.cancel":"Otkaži","entityset.delete.confirm":"Izbriši","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Izbriši","entityset.info.edit":"Podešavanja","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"Tražena stranica nije pronađena.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Pokušajte pretražiti: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Loguj se pomoću OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Izbriši","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Sačuvaj izmjene","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Otkaži","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Otkaži","mapping.delete.confirm":"Izbriši","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Otkaži","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Drugo","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Otkaži","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alerts","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Podešavanja","nav.signin":"Prijava","nav.signout":"Odloguj se","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifikacije","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"Dobijate notifikacije u vezi ove pretrage.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Nedavne notifikacije","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Vaše šifre nisu iste!","password_auth.activate":"Aktiviraj","password_auth.confirm":"Potvrdi šifru","password_auth.email":"E-mail adresa","password_auth.name":"Vaše ime","password_auth.password":"Šifra","password_auth.signin":"Prijava","password_auth.signup":"Registracija","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Koristi API ključ za čitanje i pisanje podataka pomoću udaljene aplikacije.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Dokumenti se upravo precesuiraju. Molimo sačekajte...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Greška","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Traženje...","result.solo":"One result found","role.select.user":"Izaberi korisnika","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Prijava","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} odabrano","search.facets.hide":"Hide filters","search.facets.no_items":"Nema opcija","search.facets.show":"Show filters","search.facets.showMore":"Prikaži više...","search.filterTag.ancestors":"unutar:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"osim:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Pokušajte opširniji pojam za pretragu","search.no_results_title":"Nema rezultata pretrage","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API tajni pristupni ključ","settings.confirm":"(potvrdi)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail adrese","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Vaša e-mail adresa ne može se promijeniti","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Ime","settings.new_password":"New password","settings.password.missmatch":"Šifre nisu iste","settings.password.rules":"Koristi najmaje šest karaktera","settings.password.title":"Change your password","settings.save":"Ažuriraj","settings.saved":"It's official, your profile is updated.","settings.title":"Podešavanja","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"Poslali smo Vam e-mail, molimo da pomoću linka završite svoju registraciju","signup.inbox.title":"Provjeri svoju poštu","signup.login":"Već imate kreiran profil? Logujte se!","signup.register":"Registrujte se","signup.register.question":"Nemate kreiran profil? Registrujte se!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Učitavanje...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Količina usaglašenosti","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"de":{"alert.manager.description":"Sie erhalten eine Benachrichtigung, sobald ein neues Suchergebnis zu einem ihrer Themen-Abos bereit steht.","alerts.add_placeholder":"Legen sie ein neues Themen-Abo an...","alerts.delete":"Remove alert","alerts.heading":"Verwalten sie sie ihre Themen-Abos","alerts.no_alerts":"Sie haben keine Themen-Abos","alerts.save":"Speichern","alerts.title":"Themen-Abos","alerts.track":"Verfolgen","auth.bad_request":"Der Server hat ihre Eingaben nicht akzeptiert.","auth.server_error":"Serverfehler","auth.success":"Erfolg","auth.unauthorized":"Erlaubnis verweigert","auth.unknown_error":"Ein unerwarteter Fehler ist aufgetreten.","case.choose.name":"Titel","case.choose.summary":"Beschreibung","case.chose.languages":"Sprachen","case.create.login":"Um ihre eigenen Daten hoch zu laden müssen sie sich anmelden.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Sprachen auswählen","case.languages.helper":"Wir zur optischen Erkennung von Schrift in Dokumenten verwendet.","case.save":"Speichern","case.share.with":"Teilen mit","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Nutzersuche","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Recherchen","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"In die Zwischenablage kopieren","collection.addSchema.placeholder":"Neue Objektart hinzufügen","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Abbrechen","collection.cancel.button":"Abbrechen","collection.countries":"Land","collection.creator":"Verwalter","collection.data_updated_at":"Content updated","collection.data_url":"Daten-URL","collection.delete.cancel":"Abbrechen","collection.delete.confirm":"Löschen","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Zugangskontrolle","collection.edit.cancel_button":"Abbrechen","collection.edit.groups":"Gruppen","collection.edit.info.analyze":"Erneut verarbeiten","collection.edit.info.cancel":"Abbrechen","collection.edit.info.category":"Kategorie","collection.edit.info.countries":"Länder","collection.edit.info.creator":"Verwalter","collection.edit.info.data_url":"Quelldaten-URL","collection.edit.info.delete":"Löschen","collection.edit.info.foreign_id":"Foreign-ID","collection.edit.info.frequency":"Aktualisierungsrate","collection.edit.info.info_url":"Informations-URL","collection.edit.info.label":"Titel","collection.edit.info.languages":"Sprachen","collection.edit.info.placeholder_country":"Länder auswählen","collection.edit.info.placeholder_data_url":"Link zu den Rohdaten","collection.edit.info.placeholder_info_url":"Link zu zusätzlichen Informationen","collection.edit.info.placeholder_label":"Ein Titel","collection.edit.info.placeholder_language":"Sprachen auswählen","collection.edit.info.placeholder_publisher":"Die Organisation oder Person, die diese Daten bereitstellt","collection.edit.info.placeholder_publisher_url":"Link zum Herausgeber","collection.edit.info.placeholder_summary":"Eine kurze Beschreibung","collection.edit.info.publisher":"Herausgeber","collection.edit.info.publisher_url":"Herausgeber-URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Speichern","collection.edit.info.summary":"Beschreibung","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Bearbeiten","collection.edit.permissionstable.view":"Darstellung","collection.edit.save_button":"Speichern","collection.edit.save_success":"Ich gebe ihnen mein Ehrenwort!","collection.edit.title":"Einstellungen","collection.edit.users":"Benutzer","collection.foreign_id":"Foreign-ID","collection.frequency":"Aktualisierung","collection.index.empty":"Es wurden keine Datensätze gefunden.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Von mir erstellt","collection.index.no_results":"Es wurden keine Datensätze gefunden, die ihrer Suchanfrage entsprechen.","collection.index.placeholder":"Datensätze durchsuchen...","collection.index.title":"Datensätze","collection.info.access":"Teilen","collection.info.browse":"Dokumente","collection.info.delete":"Datensatz löschen","collection.info.delete_casefile":"Recherche löschen","collection.info.diagrams":"Netzwerkdiagramme","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Dokumente","collection.info.edit":"Einstellungen","collection.info.entities":"Objekte","collection.info.lists":"Listen","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Alle Daten re-indizieren","collection.info.reingest":"Dokumente erneut verarbeiten","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Informations-URL","collection.last_updated":"Zuletzt {date} aktualisiert","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Herausgeber","collection.reconcile":"Reconciliation","collection.reconcile.description":"Gleichen sie mithilfe des freien {openrefine}-Tools ihre eigenen Daten mit den Objekten in diesem Datensatz ab.","collection.reindex.cancel":"Abbrechen","collection.reindex.confirm":"Indizieren","collection.reindex.flush":"Index vor dem re-indizieren entleeren","collection.reindex.processing":"Indizierung wurde gestartet.","collection.reingest.confirm":"Verarbeitung starten","collection.reingest.index":"Dokumente nach der Verarbeitung indizieren.","collection.reingest.processing":"Verarbeitung gestartet.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mehr zeigen","collection.status.cancel_button":"Vorgang abbrechen","collection.status.collection":"Datensatz","collection.status.finished_tasks":"Fertig","collection.status.jobs":"Prozesse","collection.status.message":"Tollen sie herum während die Daten verarbeitet werden.","collection.status.no_active":"Es findet keine Datenverarbeitung statt.","collection.status.pending_tasks":"Unerledigt","collection.status.progress":"Aufgaben","collection.status.title":"Wird verarbeitet ({percent}%)","collection.team":"Zugang","collection.updated_at":"Metadata updated","collection.xref.cancel":"Abbrechen","collection.xref.confirm":"Bestätigen","collection.xref.empty":"Er gibt keine Rasterfahndungsergebnisse.","collection.xref.processing":"Rasterfahndung gestartet.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Rasterfahndung","dashboard.activity":"Tätigkeiten","dashboard.alerts":"Themen-Abos","dashboard.cases":"Investigations","dashboard.diagrams":"Netzwerkdiagramme","dashboard.exports":"Exporte","dashboard.groups":"Gruppen","dashboard.lists":"Listen","dashboard.notifications":"Benachrichtigungen","dashboard.settings":"Einstellungen","dashboard.status":"Systemstatus","dashboard.subheading":"Beobachten sie den Fortschritt von laufenden Datenimports und -analysen.","dashboard.timelines":"Timelines","dashboard.title":"Systemstatus","dashboard.workspace":"Arbeitsplatz","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Neues Netzwerk","diagram.create.label_placeholder":"Unbenanntes Diagramm","diagram.create.login":"Um ein Netzwerkdiagramm anzulegen müssen sie angemeldet sein.","diagram.create.success":"Ihr Diagramm wurde erfolgreich erstellt.","diagram.create.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.create.title":"Neues Diagramm anlegen","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Diagramm importieren","diagram.import.placeholder":"Legen sie hier eine .vis Datei ab, um ein bestehendes Netzwerkdiagramm zu importieren","diagram.import.title":"Netzwerkdiagramm importieren","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Neues Diagramm anlegen","diagram.selector.select_empty":"Keine bestehenden Diagramme","diagram.update.label_placeholder":"Unbenanntes Diagramm","diagram.update.success":"Ihr Diagramm wurde erfolgreich angelegt.","diagram.update.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.update.title":"Diagramm-Einstellungen","diagrams":"Diagramme","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"Es gibt keine Netzwerkdiagramme.","diagrams.title":"Netzwerkdiagramme","document.download":"Herunterladen","document.download.cancel":"Abbrechen","document.download.confirm":"Herunterladen","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Quelldokument herunterladen","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Beim Anlegen des Ordners trat ein Fehler auf.","document.folder.new":"Neuer Ordner","document.folder.save":"Anlegen","document.folder.title":"Neuer Ordner","document.folder.untitled":"Ordnertitel","document.mapping.start":"Entitäten erzeugen","document.paging":"Seite {pageInput} von {numberOfPages}","document.pdf.search.page":"Seite {page}","document.search.no_match":"Keine einzelne Seite in diesem Dokument enthält alle Suchbegriffe.","document.upload.button":"Hochladen","document.upload.cancel":"Abbrechen","document.upload.close":"Schließen","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Wählen sie Dateien für den Upload","document.upload.folder":"Wenn sie stattdessen einen Ordner hochladen wollen: { button }.","document.upload.folder-toggle":"hier drücken","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Hochladen","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Das System kann mit diesem Dateityp nicht umgehen. Bitte laden sie die Datei herunter um den Inhalt zu sehen.","document.viewer.no_viewer":"Für dieses Dokument ist keine Vorschau verfügbar","email.body.empty":"Kein Nachrichtentext","entity.delete.cancel":"Abbrechen","entity.delete.confirm":"Löschen","entity.delete.error":"Beim Löschen des Objektes trat ein Fehler auf.","entity.delete.progress":"Lösche...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Erfolgreich gelöscht","entity.document.manager.cannot_map":"Wählen sie eine Tabelle aus der sie strukturierte Daten importieren wollen","entity.document.manager.empty":"Keine Dateien und Verzeichnisse.","entity.document.manager.emptyCanUpload":"Keine Dateien oder Verzeichnisse. Ziehen sie Dateien hier in um sie hoch zu laden.","entity.document.manager.search_placeholder":"Dokumente suchen","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Anhänge","entity.info.documents":"Dokumente","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Ähnlich","entity.info.tags":"Erwähnungen","entity.info.text":"Text","entity.info.view":"Darstellung","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"Keine passenden Dokumente gefunden","entity.manager.bulk_import.placeholder":"Wählen sie eine Tabelle aus","entity.manager.delete":"Löschen","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Entfernen","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"{schema} suchen","entity.mapping.view":"Entitäten erzeugen","entity.properties.missing":"unbekannt","entity.references.no_relationships":"Diese Objekt hat keine Verbindungen.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Entfernen","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Dieser Ordner ist leer","entity.search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","entity.search.no_results_title":"Keine Suchergebnisse","entity.similar.empty":"Es gibt keine ähnlichen Einträge.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"Aus diesem Objekt wurden keine Schlagworte extrahiert.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Objektimport","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Aktualisiert am {date}","entityset.choose.name":"Titel","entityset.choose.summary":"Beschreibung","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Anlegen","entityset.delete.cancel":"Abbrechen","entityset.delete.confirm":"Löschen","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Löschen","entityset.info.edit":"Einstellungen","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Darstellung","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Speichern","error.screen.not_found":"Die angeforderte Seite konnte nicht gefunden werden.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Abbrechen","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Größe","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Adresse} other {Adressen}}","facet.caption":"Name","facet.category":"{count, plural, one {Kategorie} other {Kategorien}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Land} other {Länder}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Sprache} other {Sprachen}}","facet.mimetypes":"{count, plural, one {Dateityp} other {Dateitypen}}","facet.names":"{count, plural, one {Name} other {Namen}}","facet.phones":"{count, plural, one {Telefonnummer} other {Telefonnummern}}","facet.schema":"Entity type","file_import.error":"Fehler beim Datei-Import","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Zum Beispiel: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Objektarten","home.stats.title":"Get started exploring public data","home.title":"Finde öffentliche Dokumente und Leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Neue Objekte anlegen","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Ungleich","judgement.positive":"Gleich","judgement.unsure":"Nicht genug Informationen","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"Neue Liste","list.create.label_placeholder":"Unbenannte Liste","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"Listeneinstellungen","lists":"Listen","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Listen","login.oauth":"Mit OAuth anmelden","mapping.actions.create":"Entitäten erzeugen","mapping.actions.create.toast":"Entitäten werden erzeugt...","mapping.actions.delete":"Löschen","mapping.actions.delete.toast":"Mapping und erzeugte Entitäten löschen...","mapping.actions.export":"Mapping exportieren","mapping.actions.flush":"Entstandene Entitäten entfernen","mapping.actions.flush.toast":"Entferne erzeugte Entitäten...","mapping.actions.save":"Speichern","mapping.actions.save.toast":"Entitäten werden erneut erzeugt...","mapping.create.cancel":"Abbrechen","mapping.create.confirm":"Erzeugen","mapping.create.question":"Sind sie sicher, dass sie auf der Basis dieses Mappings Objekte erzeugen wollen?","mapping.delete.cancel":"Abbrechen","mapping.delete.confirm":"Löschen","mapping.delete.question":"Sind sie sicher, dass sie dieses Mapping und alle daraus resultierenden Objekte löschen wollen?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Sie benötigen eine \"{range}\" als Zuweisung für die Eigenschaft {property}","mapping.entityAssign.noResults":"Keine passenden Objekte sind verfügbar","mapping.entityAssign.placeholder":"Objekt auswählen","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Entfernen","mapping.error.keyMissing":"Schlüssel-Fehler: Objekt {id} muss mindestens einen Schlüssel haben","mapping.error.relationshipMissing":"Verbindungsfehler: dem Objekt {id} muss sowohl {source} wie {target} zugewiesen werden.","mapping.flush.cancel":"Abbrechen","mapping.flush.confirm":"Entfernen","mapping.flush.question":"Sind sie sicher, dass sie die Entitäten die aus dieses Mapping generiert wurden löschen möchten?","mapping.import.button":"Bestehendes Mapping importieren","mapping.import.placeholder":"Legen sie hier eine YAML-Datei ab um ein bestehendes Mapping zu importieren","mapping.import.querySelect":"Wählen sie die Mapping-Query aus dieser Datei, die sie importieren wollen:","mapping.import.submit":"Speichern","mapping.import.success":"Ihr Mapping wurde erfolgreich importiert.","mapping.import.title":"Mapping importieren","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Weniger","mapping.keyAssign.additionalHelpToggle.more":"Mehr zu Schlüsseln","mapping.keyAssign.helpText":"Wählen sie die Spalten in den Quelldaten aus denen eindeutige Objekt-Kennungen erzeugt werden können.","mapping.keyAssign.noResults":"Keine Treffer","mapping.keyAssign.placeholder":"Wählen sie aus den verfügbaren Spalten einen Schlüssel","mapping.keys":"Schlüssel","mapping.propAssign.errorBlank":"Spalten ohne Kopfzeile können nicht zugewiesen weden","mapping.propAssign.errorDuplicate":"Mehrfach genutzte Kopfzeilen können nicht zugewiesen werden","mapping.propAssign.literalButtonText":"Einen fixen Wert setzen","mapping.propAssign.literalPlaceholder":"Fixen Wert hinzufügen","mapping.propAssign.other":"Andere","mapping.propAssign.placeholder":"Eigenschaft zuweisen","mapping.propRemove":"Diese Eigenschaft aus dem Mapping entfernen","mapping.props":"Eigenschaften","mapping.save.cancel":"Abbrechen","mapping.save.confirm":"Mapping speichern & aktualisieren","mapping.save.question":"Wenn sie dieses Mapping speichern werden alle zuvor erzeugten Entitäten entfernt und neu generiert. Wollen sie fortfahren?","mapping.section1.title":"1. Entitiäten-Typen auswählen","mapping.section2.title":"2. Verknüpfung von Spalten mit Eigenschaften ","mapping.section3.title":"3. Prüfung","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Fehler: ","mapping.status.status":"Status: ","mapping.status.updated":"Aktualisiert: ","mapping.title":"Strukturierte Daten erzeugen","mapping.types.objects":"Objekte","mapping.types.relationships":"Verbindungen","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Themen-Abos","nav.cases":"Recherchen","nav.collections":"Datensätze","nav.diagrams":"Netzwerkdiagramme","nav.exports":"Exporte","nav.lists":"Listen","nav.menu.cases":"Investigations","nav.settings":"Einstellungen","nav.signin":"Anmelden","nav.signout":"Abmelden","nav.status":"Systemstatus","nav.timelines":"Timelines","nav.view_notifications":"Benachrichtigungen","navbar.alert_add":"Erhalten sie Benachrichtigungen über neue Treffer zu dieser Suche.","navbar.alert_remove":"Zu diesem Suchbegriff erhalten sie Benachrichtigungen","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Was läuft, {role}?","notifications.no_notifications":"Sie haben keine ungesehenen Benachrichtigungen","notifications.title":"Neue Benachrichtigungen","notifications.type_filter.all":"Alle","pages.not.found":"Seite nicht gefunden","pass.auth.not_same":"Die Passwörter stimmen nicht überein!","password_auth.activate":"Aktivieren","password_auth.confirm":"Passwort bestätigen","password_auth.email":"E-Mail-Adresse","password_auth.name":"Ihr Name","password_auth.password":"Passwort","password_auth.signin":"Anmelden","password_auth.signup":"Registrieren","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Nutzen sie den API-Schlüssel um Daten aus anderen Programmen zu lesen oder schreiben.","queryFilters.clearAll":"Alle entfernen","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Die Dokumente werden verarbeitet. Bitte warten sie...","restricted.explain":"Die Nutzung dieses Datensatzes unterliegt der Vertraulichkeit. Bitte lesen sie die Datensatzbeschreibung und treten sie mit {creator} in Verbindung, bevor sie das Material benutzen.","restricted.explain.creator":"dem Datensatz-Verwalter","restricted.tag":"VERTRAULICH","result.error":"Fehler","result.more_results":"Mehr als {total} Treffer","result.none":"Keine Treffer gefunden","result.results":"{total} Treffer gefunden","result.searching":"Suche...","result.solo":"Ein Treffer gefunden","role.select.user":"Wählen sie einen Nutzer","schemaSelect.button.relationship":"Neue Beziehung hinzufügen","schemaSelect.button.thing":"Neues Objekt hinzufügen","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Alle entfernen","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Begriff","search.callout_message":"Einige Quellen sind anonymen Nutzern nicht zugänglich. {signInButton} um alle Resultate zu sehen, zu denen sie Zugang haben.","search.callout_message.button_text":"Anmelden","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} ausgewählt","search.facets.hide":"Hide filters","search.facets.no_items":"Keine Optionen","search.facets.show":"Show filters","search.facets.showMore":"Mehr zeigen...","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"Nach","search.filterTag.dates_before":"Vor","search.filterTag.exclude":"nicht:","search.filterTag.role":"Nach Zugriff gefiltert","search.loading":"Loading...","search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","search.no_results_title":"Keine Suchergebnisse","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Suchen...","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"Treffer","search.screen.dates_title":"Zeitleiste","search.screen.export":"Export","search.screen.export_disabled":"Es können nur 10,000 Resultate auf einmal exportiert werden","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API-Zugangsschlüssel","settings.confirm":"(bestätigen)","settings.current_explain":"Geben sie ihr Passwort an um ein Neues zu setzen.","settings.current_password":"Gegenwärtiges Passwort","settings.email":"E-Mail-Adresse","settings.email.muted":"Tägliche Benachrichtigungen per E-Mail erhalten","settings.email.no_change":"Sie können Ihre E-Mail Adresse nicht ändern.","settings.email.tester":"Ich will neue Funktionen der Software testen bevor sie fertig sind","settings.locale":"Sprache","settings.name":"Name","settings.new_password":"Neues Passwort","settings.password.missmatch":"Passwörter stimmen nicht überein","settings.password.rules":"Mindestens sechs Buchstaben","settings.password.title":"Ändern sie ihr Passwort","settings.save":"Speichern","settings.saved":"Nach meiner Kenntnis tritt das sofort, unverzüglich in Kraft.","settings.title":"Einstellungen","sidebar.open":"Erweitern","signup.activate":"Activate your account","signup.inbox.desc":"Wir haben ihnen eine E-Mail geschickt, folgen sie dem enthaltenen Link um die Anmeldung abzuschliessen","signup.inbox.title":"Prüfen sie ihr Postfach","signup.login":"Haben sie schon ein Konto? Zur Anmeldung.","signup.register":"Anmelden","signup.register.question":"Sie haben kein Konto? Anmelden!","signup.title":"Anmelden","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Richtung:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Lade...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} Erwähnungen in {appName}","xref.compute":"Errechnen","xref.entity":"Verweis","xref.match":"Möglicher Treffer","xref.match_collection":"Datensatz","xref.recompute":"Neu berechnen","xref.score":"Qualität","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"es":{"alert.manager.description":"Recibirá notificaciones cuando se agregue un nuevo resultado que coincida con cualquiera de las alertas que ha configurado a continuación.","alerts.add_placeholder":"Crear una nuevo monitor de alertas...","alerts.delete":"Remove alert","alerts.heading":"Administre sus alertas","alerts.no_alerts":"No está haciendo monitoreando ninguna búsqueda","alerts.save":"Actualizar","alerts.title":"Alertas de monitoreo","alerts.track":"Monitorear","auth.bad_request":"El servidor no aceptó su entrada","auth.server_error":"Error del servidor","auth.success":"Acierto","auth.unauthorized":"No autorizado","auth.unknown_error":"Ha ocurrido un error inesperado","case.choose.name":"Título","case.choose.summary":"Resumen","case.chose.languages":"Idiomas","case.create.login":"Debe iniciar sesión para subir sus propia serie de datos.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Seleccionar idiomas","case.languages.helper":"Se usa para reconocimiento óptico de texto en alfabetos no latinos.","case.save":"Guardar","case.share.with":"Compartir con","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Buscar usuarios","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar al portapapeles","collection.addSchema.placeholder":"Agregar nuevo tipo de entidad","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Administrador","collection.data_updated_at":"Content updated","collection.data_url":"URL de datos","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Borrar","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocesar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoría","collection.edit.info.countries":"Países","collection.edit.info.creator":"Administrador","collection.edit.info.data_url":"URL de la fuente de datos","collection.edit.info.delete":"Borrar","collection.edit.info.foreign_id":"Identificación extranjera","collection.edit.info.frequency":"Frecuencia de actualización","collection.edit.info.info_url":"URL de información","collection.edit.info.label":"Etiqueta","collection.edit.info.languages":"Idiomas","collection.edit.info.placeholder_country":"Seleccionar países","collection.edit.info.placeholder_data_url":"Enlace a datos sin procesar en formato descargable","collection.edit.info.placeholder_info_url":"Enlace a más información","collection.edit.info.placeholder_label":"Una etiqueta","collection.edit.info.placeholder_language":"Seleccionar idiomas","collection.edit.info.placeholder_publisher":"Organismo o persona que publica estos datos","collection.edit.info.placeholder_publisher_url":"Enlace a quien publica","collection.edit.info.placeholder_summary":"Un resumen breve","collection.edit.info.publisher":"Editor","collection.edit.info.publisher_url":"URL del editor","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Guardar cambios","collection.edit.info.summary":"Resumen","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Vista","collection.edit.save_button":"Guardar cambios","collection.edit.save_success":"Sus cambios han sido guardados.","collection.edit.title":"Settings","collection.edit.users":"Usuarios","collection.foreign_id":"Identificación extranjera","collection.frequency":"Actualizaciones","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todos","collection.index.filter.mine":"Creado por mi","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Buscar conjuntos de datos...","collection.index.title":"Conjuntos de datos","collection.info.access":"Compartir","collection.info.browse":"Documents","collection.info.delete":"Eliminar conjunto de datos","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Diagramas de red","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Configuraciones","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Reindexar todo el contenido","collection.info.reingest":"Reintroducir documentos","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de información","collection.last_updated":"Última actualización {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Editor","collection.reconcile":"Conciliación","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Empezar a indexar","collection.reindex.flush":"Borrar el índice antes de reindexar","collection.reindex.processing":"Se inició el indexado.","collection.reingest.confirm":"Empezar a procesar","collection.reingest.index":"Indexar documentos mientras se procesan.","collection.reingest.processing":"Se inició la reintroducción.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mostrar más","collection.status.cancel_button":"Cancelar el proceso","collection.status.collection":"Conjunto de datos","collection.status.finished_tasks":"Terminado","collection.status.jobs":"Trabajos","collection.status.message":"Siga explorando mientras se procesan los datos.","collection.status.no_active":"No hay tareas en proceso","collection.status.pending_tasks":"Pendiente","collection.status.progress":"Tareas","collection.status.title":"Actualización en progreso ({percent}%)","collection.team":"Accesible para","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirmar","collection.xref.empty":"No hay resultados de cruces de bases de datos.","collection.xref.processing":"Se inició el cruce de bases de datos.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cruce de base de datos","dashboard.activity":"Actividad","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Diagramas de red","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificaciones","dashboard.settings":"Configuraciones","dashboard.status":"Estado del sistema","dashboard.subheading":"Verifique el progreso de análisis, carga y procesamiento de datos en curso.","dashboard.timelines":"Timelines","dashboard.title":"Estado del sistema","dashboard.workspace":"Espacio de trabajo","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Importar un diagrama de una red","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"No hay diagramas de una red.","diagrams.title":"Diagramas de una red","document.download":"Descargar","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Descargar el documento original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Se produjo un error al crear la carpeta.","document.folder.new":"New folder","document.folder.save":"Crear","document.folder.title":"Nueva carpeta","document.folder.untitled":"Título de carpeta","document.mapping.start":"Generar entidades","document.paging":"Página {pageInput} de {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Ninguna página de este documento coincide con todos los términos de su búsqueda.","document.upload.button":"Subir","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Elija los archivos a cargar...","document.upload.folder":"Si prefiere subir carpetas, { button }.","document.upload.folder-toggle":"Haga clic aquí","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Subir","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"El sistema no trabaja con este tipo de archivos. Por favor, descárguelo para poder visualizarlo.","document.viewer.no_viewer":"La vista previa para este documento no está disponible","email.body.empty":"Sin cuerpo de mensaje.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Borrar","entity.delete.error":"Ocurrió un error al intentar eliminar esta entidad.","entity.delete.progress":"Eliminando...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Se eliminó correctamente","entity.document.manager.cannot_map":"Seleccione un documento de tabla para generar entidades estructuradas","entity.document.manager.empty":"No hay archivos ni directorios","entity.document.manager.emptyCanUpload":"No hay archivos ni directorios. Arrastre y suelte archivos aquí o haga clic para subirlos.","entity.document.manager.search_placeholder":"Buscar documentos","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Información","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menciones","entity.info.text":"Texto","entity.info.view":"Vista","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No se encontraron documentos que coincidan","entity.manager.bulk_import.placeholder":"Seleccionar un documento de tabla","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Se enlazó exitosamente {source} y {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No se encontraron {schema} que coincidan","entity.manager.search_placeholder":"Buscar {schema}","entity.mapping.view":"Generar entidades","entity.properties.missing":"desconocido","entity.references.no_relationships":"Esta entidad no tiene ninguna relación.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Esta carpeta está vacía","entity.search.no_results_description":"Intente haciendo su búsqueda más general","entity.search.no_results_title":"Sin resultados de búsqueda","entity.similar.empty":"No hay entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No se extrajeron selectores de esta entidad.","entity.viewer.add_link":"Crear enlace","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Importación en bloque","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumen","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Crear","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Borrar","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Borrar","entityset.info.edit":"Configuraciones","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"No se encontró la página solicitada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Direcciones}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categorías}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Países}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {Correos electrónicos}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Idiomas}}","facet.mimetypes":"{count, plural, one {File type} other {Tipos de archivo}}","facet.names":"{count, plural, one {Name} other {Nombres}}","facet.phones":"{count, plural, one {Phone number} other {Números de teléfono}}","facet.schema":"Entity type","file_import.error":"Error al importar archivo","footer.aleph":"Aleph {versión}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Intente buscando: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Buscar registros públicos y filtraciones","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Iniciar sesión vía OAuth","mapping.actions.create":"Generar entidades","mapping.actions.create.toast":"Generando entidades...","mapping.actions.delete":"Borrar","mapping.actions.delete.toast":"Eliminando mapeo y entidades generadas...","mapping.actions.export":"Exportar mapeo","mapping.actions.flush":"Eliminar entidades generadas","mapping.actions.flush.toast":"Eliminando entidades generadas","mapping.actions.save":"Guardar cambios","mapping.actions.save.toast":"Regenerando entidades","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generar","mapping.create.question":"¿Seguro desea generar entidades usando este mapeo?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Borrar","mapping.delete.question":"¿Seguro desea eliminar este mapeo y todas las entidades generadas?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Debe crear un objeto de tipo \"{range}\" para que sea la {property}","mapping.entityAssign.noResults":"No hay objetos disponibles que coincidan","mapping.entityAssign.placeholder":"Seleccionar un objeto","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Error de clave: {id} la entidad debe tener al menos una clave","mapping.error.relationshipMissing":"Error de relación: {id} entidad debe tener una {source} y {target} asignadas","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Eliminar","mapping.flush.question":"¿Seguro desea eliminar las entidades generadas usando este mapeo?","mapping.import.button":"Importar mapeo existente","mapping.import.placeholder":"Coloque un archivo .yml aquí para importar un mapeo existente","mapping.import.querySelect":"Seleccione una consulta de mapeo de este archivo para importar:","mapping.import.submit":"Enviar","mapping.import.success":"Su mapeo se ha importado correctamente.","mapping.import.title":"Exportar un mapeo","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Menos","mapping.keyAssign.additionalHelpToggle.more":"Más información sobre las claves","mapping.keyAssign.helpText":"Especifique qué columnas de los datos fuente se usarán para identificar entidades únicas.","mapping.keyAssign.noResults":"No hay resultados","mapping.keyAssign.placeholder":"Seleccione claves de columnas disponibles","mapping.keys":"Claves","mapping.propAssign.errorBlank":"Las columnas sin encabezado no se pueden asignar","mapping.propAssign.errorDuplicate":"Las columnas con encabezados duplicados no se pueden asignar","mapping.propAssign.literalButtonText":"Agregar un valor fijo","mapping.propAssign.literalPlaceholder":"Agregar texto de valor fijo","mapping.propAssign.other":"Otro","mapping.propAssign.placeholder":"Asignar una propiedad","mapping.propRemove":"Eliminar esta propiedad de la asignación","mapping.props":"Propiedades","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Actualizar mapeo y regenerar","mapping.save.question":"Al actualizar este mapeo se eliminará cualquier entidad generada anteriormente y se regenerarán. ¿Seguro desea continuar?","mapping.section1.title":"1. Seleccione los tipos de entidad a generar","mapping.section2.title":"2. Mapee las columnas con propiedades de entidad","mapping.section3.title":"3. Verifique","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Estado:","mapping.status.updated":"Última actualización:","mapping.title":"Generar entidades estructuradas","mapping.types.objects":"Objetos","mapping.types.relationships":"Relaciones","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de datos","nav.diagrams":"Diagramas de red","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configuraciones","nav.signin":"Iniciar sesión","nav.signout":"Cerrar sesión","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notificaciones","navbar.alert_add":"Haga clic para recibir alertas sobre nuevos resultados para esta búsqueda.","navbar.alert_remove":"Está recibiendo alertas sobre esta búsqueda.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"¿Qué hay de nuevo, {role}?","notifications.no_notifications":"No tiene notificaciones sin leer","notifications.title":"Notificaciones recientes","notifications.type_filter.all":"All","pages.not.found":"Página no encontrada","pass.auth.not_same":"¡Sus contraseñas no coinciden!","password_auth.activate":"Activar","password_auth.confirm":"Confirmar contraseña","password_auth.email":"Dirección de correo electrónico","password_auth.name":"Su nombre","password_auth.password":"Contraseña","password_auth.signin":"Iniciar sesión","password_auth.signup":"Registrarse","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use la clave API para leer y escribir datos a través de aplicaciones remotas.","queryFilters.clearAll":"Borrar todo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Los documentos se están procesando. Por favor, espere...","restricted.explain":"El uso de este conjunto de datos está restringido. Lea la descripción y contacte a {creator} antes de usar este material.","restricted.explain.creator":"el dueño del conjunto de datos","restricted.tag":"RESTRINGIDO","result.error":"Error","result.more_results":"Más de {total} resultados","result.none":"No se encontraron resultados","result.results":"Se encontraron {total} resultados","result.searching":"Buscando...","result.solo":"Se encontró un resultado","role.select.user":"Elija un usuario","schemaSelect.button.relationship":"Agregue una nueva relación","schemaSelect.button.thing":"Agregar un objeto nuevo","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Algunas fuentes permanecen ocultad para los usuarios anónimos. {signInButton} para ver todos los resultados a los que puede acceder.","search.callout_message.button_text":"Iniciar sesión","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} seleccionado","search.facets.hide":"Hide filters","search.facets.no_items":"Sin opciones","search.facets.show":"Show filters","search.facets.showMore":"Mostrar más...","search.filterTag.ancestors":"en:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"no:","search.filterTag.role":"Filtrar por acceso","search.loading":"Loading...","search.no_results_description":"Intente volver su búsqueda más general","search.no_results_title":"Sin resultados de búsqueda","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"resultados","search.screen.dates_title":"Fechas","search.screen.export":"Exportar","search.screen.export_disabled":"No se pueden exportar más de 10.000 resultados a la vez","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"Clave de acceso secreto a la API","settings.confirm":"(confirmar)","settings.current_explain":"Introduzca su contraseña actual para crear una nueva.","settings.current_password":"Contraseña actual","settings.email":"Direcciones de correo electrónico","settings.email.muted":"Recibir notificaciones diarias por correo electrónico","settings.email.no_change":"Su dirección de correo electrónico no puede ser modificada","settings.email.tester":"Pruebe las nuevas funciones antes de que estén terminadas","settings.locale":"Idioma","settings.name":"Nombre","settings.new_password":"Nueva contraseña","settings.password.missmatch":"Las contraseñas no coinciden","settings.password.rules":"Use al menos seis caracteres","settings.password.title":"Cambie su contraseña","settings.save":"Actualizar","settings.saved":"Es oficial, su perfil se actualizó.","settings.title":"Configuraciones","sidebar.open":"Expandir","signup.activate":"Activate your account","signup.inbox.desc":"Le enviaremos un correo electrónico, por favor ingrese al enlace para completar su registro","signup.inbox.title":"Revise su bandeja de entrada","signup.login":"¿Ya posee una cuenta? ¡Ingrese!","signup.register":"Registro","signup.register.question":"¿No tiene cuenta? ¡Regístrese!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Dirección:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Cargando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menciones en {appName}","xref.compute":"Computar","xref.entity":"Referencia","xref.match":"Posible coincidencia","xref.match_collection":"Conjunto de datos","xref.recompute":"Recomputar","xref.score":"Puntuación","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"fr":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Créer une nouvelle alerte de suivi...","alerts.delete":"Remove alert","alerts.heading":"Gérer vos alertes","alerts.no_alerts":"You are not tracking any searches","alerts.save":"Update","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"The Server did not accept your input","auth.server_error":"Erreur du serveur","auth.success":"Success","auth.unauthorized":"Non autorisé","auth.unknown_error":"Une erreur inattendue s'est produite","case.choose.name":"Title","case.choose.summary":"Summary","case.chose.languages":"Langues","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Sauvegarder","case.share.with":"Partager avec","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Chercher des utilisateurs","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copier dans le presse-papier","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Annuler","collection.cancel.button":"Annuler","collection.countries":"Pays","collection.creator":"Gestionnaire","collection.data_updated_at":"Content updated","collection.data_url":"URL des données","collection.delete.cancel":"Annuler","collection.delete.confirm":"Supprimer","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Annuler","collection.edit.groups":"Groupes","collection.edit.info.analyze":"Retraiter","collection.edit.info.cancel":"Annuler","collection.edit.info.category":"Catégorie","collection.edit.info.countries":"Pays","collection.edit.info.creator":"Gestionnaire","collection.edit.info.data_url":"URL de la source de données","collection.edit.info.delete":"Supprimer","collection.edit.info.foreign_id":"Identifiant étranger","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"URL d'information","collection.edit.info.label":"Étiquette","collection.edit.info.languages":"Langues","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Lien vers les données brutes sous forme téléchargeable","collection.edit.info.placeholder_info_url":"Lien vers de plus amples informations","collection.edit.info.placeholder_label":"Une étiquette","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation ou personne qui publie ces données","collection.edit.info.placeholder_publisher_url":"Lien vers le publicateur","collection.edit.info.placeholder_summary":"Un bref résumé","collection.edit.info.publisher":"Publicateur","collection.edit.info.publisher_url":"URL du publicateur","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Sauvegarder les changements","collection.edit.info.summary":"Summary","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Éditer","collection.edit.permissionstable.view":"View","collection.edit.save_button":"Sauvegarder les changements","collection.edit.save_success":"Your changes are saved.","collection.edit.title":"Settings","collection.edit.users":"Users","collection.foreign_id":"Identifiant étranger","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Chercher des jeux de données...","collection.index.title":"Jeux de données","collection.info.access":"Partager","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Réglages","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL d'information","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publicateur","collection.reconcile":"Réconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Annuler","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Montrer plus","collection.status.cancel_button":"Annuler le processus","collection.status.collection":"Jeu de données","collection.status.finished_tasks":"Terminé","collection.status.jobs":"Jobs","collection.status.message":"Continuez à batifoler pendant que les données sont en train d'être traitées.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"En attente","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible à","collection.updated_at":"Metadata updated","collection.xref.cancel":"Annuler","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"La création de références croisées a démarré.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Créer des références croisées","dashboard.activity":"Activité","dashboard.alerts":"Alertes","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Groupes","dashboard.lists":"Lists","dashboard.notifications":"Notifications","dashboard.settings":"Réglages","dashboard.status":"System status","dashboard.subheading":"Vérifiez la progression des tâches d'analyse de données, de téléversement et de traitement en cours.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Télécharger","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Télécharger le document original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Créer","document.folder.title":"Nouveau dossier","document.folder.untitled":"Titre du dossier","document.mapping.start":"Générer des entités","document.paging":"Page {pageInput} sur {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"Aucune page de ce document ne correspond à tous vos termes de recherche.","document.upload.button":"Upload","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Choisissez des fichiers à téléverser...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Upload","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"The system does not work with these types of files. Please download it so you’ll be able to see it.","document.viewer.no_viewer":"Aucune prévisualisation n'est disponible pour ce document","email.body.empty":"Aucun corps de message.","entity.delete.cancel":"Annuler","entity.delete.confirm":"Supprimer","entity.delete.error":"Une erreur s'est produite pendant la tentative de suppression de cette entité.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"Aucun fichier ni aucun dossier.","entity.document.manager.emptyCanUpload":"Aucun fichier ni aucun dossier. Déposez des fichiers ici ou cliquez pour téléverser.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Pièces jointes","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"View","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Générer des entités","entity.properties.missing":"unknown","entity.references.no_relationships":"This entity does not have any relationships.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"Aucun résultat de recherche","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"Aucun sélecteur n'a été extrait de cette entité.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Summary","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Créer","entityset.delete.cancel":"Annuler","entityset.delete.confirm":"Supprimer","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Supprimer","entityset.info.edit":"Réglages","entityset.info.export":"Exporter","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Trouver des enregistrements publics et des fuites","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Générer des entités","mapping.actions.create.toast":"Génération d'entités...","mapping.actions.delete":"Supprimer","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Enlever les entités générées","mapping.actions.flush.toast":"Retrait des entités générées...","mapping.actions.save":"Sauvegarder les changements","mapping.actions.save.toast":"Régénération des entités...","mapping.create.cancel":"Annuler","mapping.create.confirm":"Générer","mapping.create.question":"Êtes-vous sûr d'être prêt à générer des entités en utilisant cette association?","mapping.delete.cancel":"Annuler","mapping.delete.confirm":"Supprimer","mapping.delete.question":"Êtes-vous sûr de vouloir supprimer cette association et toutes les entités générées?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"Aucun objet correspondant disponible","mapping.entityAssign.placeholder":"Sélectionner un objet","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Erreur de clé: l'entité {id} doit avoir au moins une clé","mapping.error.relationshipMissing":"Erreur de relation: l'entité {id} doit s'être vue attribuer une {source} et une {target}","mapping.flush.cancel":"Annuler","mapping.flush.confirm":"Enlever","mapping.flush.question":"Êtes-vous sûr de vouloir supprimer les entités générées en utilisant cette association?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"Aucun résultat","mapping.keyAssign.placeholder":"Sélectionner des clés à partir des colonnes disponibles","mapping.keys":"Clés","mapping.propAssign.errorBlank":"Les colonnes sans intitulé ne peuvent être affectées","mapping.propAssign.errorDuplicate":"Les colonnes avec des intitulés doublons ne peuvent pas être affectées","mapping.propAssign.literalButtonText":"Ajouter une valeur fixe","mapping.propAssign.literalPlaceholder":"Ajouter une valeur textuelle fixe","mapping.propAssign.other":"Autre","mapping.propAssign.placeholder":"Attribuer une propriété","mapping.propRemove":"Enlever cette propriété de l'association","mapping.props":"Propriétés","mapping.save.cancel":"Annuler","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Associer des colonnes à des propriétés d'entités","mapping.section3.title":"3. Vérifier","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Erreur:","mapping.status.status":"Status:","mapping.status.updated":"Dernière mise à jour:","mapping.title":"Générer des entités structurées","mapping.types.objects":"Objets","mapping.types.relationships":"Relations","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertes","nav.cases":"Investigations","nav.collections":"Jeux de données","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Réglages","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifications","navbar.alert_add":"Cliquez pour recevoir des alertes en cas de nouveaux résultats pour cette recherche.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Notifications récentes","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activer","password_auth.confirm":"Confirmez le mot de passe","password_auth.email":"Adresse mail","password_auth.name":"Your Name","password_auth.password":"Mot de passe","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Tout effacer","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Les documents sont en cours de traitement. Veuillez patienter...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Erreur","result.more_results":"Plus de {total} résultats","result.none":"Aucun résultat trouvé","result.results":"Trouvé {total} résultats","result.searching":"Recherche en cours...","result.solo":"Un résultat trouvé","role.select.user":"Choisissez un utilisateur","schemaSelect.button.relationship":"Ajouter une nouvelle relation","schemaSelect.button.thing":"Ajouter un nouvel objet","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"Aucune option","search.facets.show":"Show filters","search.facets.showMore":"Montrer plus...","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filtrer par accès","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"Aucun résultat de recherche","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Exporter","search.screen.export_disabled":"Impossible d'exporter plus de 10 000 résultats à la fois","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"Clé d'accès secrète à l'API","settings.confirm":"(confirmer)","settings.current_explain":"Entrez votre mot de passe actuel pour en définir un nouveau.","settings.current_password":"Mot de passe actuel","settings.email":"Adresse mail","settings.email.muted":"Recevoir des courriels de notification quotidiens","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Langue","settings.name":"Nom","settings.new_password":"Nouveau mot de passe","settings.password.missmatch":"Les mots de passe ne correspondent pas","settings.password.rules":"Use at least six characters","settings.password.title":"Changez votre mot de passe","settings.save":"Update","settings.saved":"C'est officiel, votre profil a été mis à jour.","settings.title":"Réglages","sidebar.open":"Développer","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Vérifiez votre boîte mail","signup.login":"Vous avez déjà un compte? Identifiez-vous!","signup.register":"S'enregistrer","signup.register.question":"Vous n'avez pas encore de compte? Enregistrez-vous!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Chargement...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Calculer","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Jeu de données","xref.recompute":"Re-compute","xref.score":"Évaluer","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"pt_BR":{"alert.manager.description":"Você receberá notificações quando um novo resultado for gerado para qualquer uma das pesquisas utilizadas para criar os alertas abaixo.","alerts.add_placeholder":"Criar novo alerta de monitoramento...","alerts.delete":"Remove alert","alerts.heading":"Gerencie seus alertas","alerts.no_alerts":"Você não está monitorando nenhuma pesquisa","alerts.save":"Atualizar","alerts.title":"Monitorando alertas","alerts.track":"Monitorar","auth.bad_request":"O Servidor não aceitou sua entrada","auth.server_error":"Erro no servidor","auth.success":"Sucesso","auth.unauthorized":"Acesso negado","auth.unknown_error":"Um erro inesperado ocorreu","case.choose.name":"Título","case.choose.summary":"Resumo","case.chose.languages":"Línguas","case.create.login":"Você deve fazer login para enviar seus próprios dados.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Usado para reconhecimento óptico de texto em alfabetos não latinos.","case.save":"Salvar","case.share.with":"Compartilhar com","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pesquisar usuários","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar para a área de transferência","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Gerenciador","collection.data_updated_at":"Content updated","collection.data_url":"URL do dado","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Excluir","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocessar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoria","collection.edit.info.countries":"Países","collection.edit.info.creator":"Gerenciador","collection.edit.info.data_url":"URL da fonte do dado","collection.edit.info.delete":"Excluir","collection.edit.info.foreign_id":"ID externo","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"URL de informação","collection.edit.info.label":"Nome","collection.edit.info.languages":"Línguas","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link para o dado original e disponível pra download","collection.edit.info.placeholder_info_url":"Link para informações adicionais","collection.edit.info.placeholder_label":"Um nome","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organização ou pessoa publicando esses dados","collection.edit.info.placeholder_publisher_url":"Link para o publicador","collection.edit.info.placeholder_summary":"Breve resumo","collection.edit.info.publisher":"Publicador","collection.edit.info.publisher_url":"URL do publicador","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Salvar alterações","collection.edit.info.summary":"Resumo","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Visualizar","collection.edit.save_button":"Salvar alterações","collection.edit.save_success":"Suas alterações foram gravadas.","collection.edit.title":"Settings","collection.edit.users":"Usuários","collection.foreign_id":"ID externo","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Pesquisar conjuntos de dados...","collection.index.title":"Conjuntos de dados","collection.info.access":"Compartilhar","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Configurações","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de informação","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publicador","collection.reconcile":"Reconciliação","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancelar processo","collection.status.collection":"Conjunto de dado","collection.status.finished_tasks":"Finalizado","collection.status.jobs":"Jobs","collection.status.message":"Aguarde enquanto os dados são processados.","collection.status.no_active":"Nãp há tarefas em andamento","collection.status.pending_tasks":"Pendente","collection.status.progress":"Tarefas","collection.status.title":"Atualização em progresso ({percent}%)","collection.team":"Acessível por","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirm","collection.xref.empty":"Nenhum resultado na análise de referenciamento cruzado.","collection.xref.processing":"Cruzamento de dados iniciado.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Referência Cruzada","dashboard.activity":"Ações","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificações","dashboard.settings":"Configurações","dashboard.status":"Status do sistema","dashboard.subheading":"Verifique o progresso das análises de dados, upload e tarefas de processamento em andamento.","dashboard.timelines":"Timelines","dashboard.title":"Status do Sistema","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download do arquivo original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Ocorreu um erro ao criar a pasta.","document.folder.new":"New folder","document.folder.save":"Criar","document.folder.title":"Nova pasta","document.folder.untitled":"Título da pasta","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Nenhuma página desse documento atende aos termos buscados.","document.upload.button":"Enviar","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Escolha os arquivos pra upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Enviar","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"O sistema não trabalha com esses tipos de arquivos. Por favor, faça o download do arquivo para que possa visualizá-lo,.","document.viewer.no_viewer":"Não há pré-visualização disponível para esse documento","email.body.empty":"Sem corpo da mensagem.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Excluir","entity.delete.error":"Um erro ocorreu ao tentar excluir essa entidade.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"Nenhum arquivo ou diretório.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Informação","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menções","entity.info.text":"Texto","entity.info.view":"Visualizar","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"desconhecido","entity.references.no_relationships":"A entidade não possui relacionamentos.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"A pasta está vazia","entity.search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","entity.search.no_results_title":"Nenhum resultado pra busca","entity.similar.empty":"Não há entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"Nenhum seletor foi extraído dessa entidade.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumo","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Criar","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Excluir","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Excluir","entityset.info.edit":"Configurações","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"A página solicitada não foi encontrada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Tente buscar por: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Encontre registros públicos e vazados","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Acessar com OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Excluir","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Salvar alterações","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Excluir","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Outras","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de dados","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configurações","nav.signin":"Acessar","nav.signout":"Sair","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notificações","navbar.alert_add":"Clique para receber alertas de novos resultados para essa busca.","navbar.alert_remove":"Você está recebendo alertas para essa pesquisa.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Quais são as novidades, {role}?","notifications.no_notifications":"Você já viu todas suas notificações","notifications.title":"Notificações recentes","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Suas senhas não são as mesmas!","password_auth.activate":"Ativar","password_auth.confirm":"Confirmar senha","password_auth.email":"Endereço de e-mail","password_auth.name":"Seu Nome","password_auth.password":"Senha","password_auth.signin":"Acessar","password_auth.signup":"Registrar-se","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use a chave da API para ler e gravar dados através de aplicações remotas","queryFilters.clearAll":"Limpar tudo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documentos estão sendo processados. Aguarde...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Erro","result.more_results":"Mais de {total} resultados","result.none":"Nenhum resultado encontrado","result.results":"Encontrado(s) {total} resultados","result.searching":"Pesquisando...","result.solo":"Um resultado encontrado","role.select.user":"Escolha um usuário","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Alguns recursos não são visíveis pelos usuários anônimos. {signInButton} para ver todos os resultados aos quais você tem acesso.","search.callout_message.button_text":"Acessar","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selecionados","search.facets.hide":"Hide filters","search.facets.no_items":"Nenhuma opção","search.facets.show":"Show filters","search.facets.showMore":"Mostrar mais...","search.filterTag.ancestors":"em:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"não:","search.filterTag.role":"Filtrar por acesso","search.loading":"Loading...","search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","search.no_results_title":"Nenhum resultado pra busca","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Exportar","search.screen.export_disabled":"Não é possível exportar mais de 10.000 resultados ao mesmo tempo","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"Chave Secreta de Acesso à API","settings.confirm":"(confirmar)","settings.current_explain":"Insira sua senha atual para definir a nova.","settings.current_password":"Senha atual","settings.email":"Endereços de E-mail","settings.email.muted":"Receber notificações de e-mail diárias","settings.email.no_change":"Seu e-mail não pode ser alterado","settings.email.tester":"Test new features before they are finished","settings.locale":"Língua","settings.name":"Nome","settings.new_password":"Nova senha","settings.password.missmatch":"As senhas não são iguais","settings.password.rules":"Use pelo menos seis caracteres","settings.password.title":"Troque sua senha","settings.save":"Atualizar","settings.saved":"É oficial, seu perfil foi atualizado.","settings.title":"Configurações","sidebar.open":"Expandir","signup.activate":"Activate your account","signup.inbox.desc":"Enviamos um email, por favor acesso o link recebido para completar seu cadastro","signup.inbox.title":"Verifique sua caixa de entrada","signup.login":"Já possui uma conta? Acesse!","signup.register":"Registrar","signup.register.question":"Não possui uma conta? Registre-se!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Carregando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menções em {appName}","xref.compute":"Calcular","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Conjunto de dado","xref.recompute":"Re-compute","xref.score":"Pontuação","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"ru":{"alert.manager.description":"Укажите искомые слова и, в случае, если они будут найдены в новых документах, вы получите уведомление.","alerts.add_placeholder":"Создать новое оповещение","alerts.delete":"Удалить оповещение","alerts.heading":"Оповещения о новых результатах поиска","alerts.no_alerts":"Вы не подписаны на оповещения","alerts.save":"Обновить","alerts.title":"Управление оповещениями","alerts.track":"Отслеживать","auth.bad_request":"Серверу не понравился ваш запрос","auth.server_error":"Ошибка сервера","auth.success":"Вы успешно авторизованы","auth.unauthorized":"Требуется авторизация","auth.unknown_error":"Произошла ошибка","case.choose.name":"Название","case.choose.summary":"Краткое описание","case.chose.languages":"Языки","case.create.login":"Для загрузки данных необходимо авторизоваться.","case.description":"С помощью Расследований вы можете загружать и коллективно использовать документы и данные, относящиеся к определённой истории. Загруженные PDF-файлы, почтовые архивы и таблицы будут представлены в удобном для поиска и изучения виде.","case.label_placeholder":"Безымянное расследование","case.language_placeholder":"Выбрать языки","case.languages.helper":"Для распознавания текстов нелатинских алфавитов.","case.save":"Сохранить","case.share.with":"Предоставить доступ","case.summary":"Краткое описание расследования","case.title":"Создать расследование","case.users":"Искать пользователей","cases.create":"Новое расследование","cases.empty":"У вас пока нет расследований.","cases.no_results":"Расследований, удовлетворяющих запросу, не найдено.","cases.placeholder":"Поиск расследований...","cases.title":"Расследования","clipboard.copy.after":"Скопировано в буфер","clipboard.copy.before":"Скопировать в буфер","collection.addSchema.placeholder":"Добавить новый тип сущности","collection.analyze.alert.text":"Все сущности в {collectionLabel} будут переиндексированы. Иногда это позволяет исправить ошибки в представлении данных.","collection.analyze.cancel":"Отменить","collection.cancel.button":"Отменить","collection.countries":"Страна","collection.creator":"Автор","collection.data_updated_at":"Данные обновлены","collection.data_url":"Ссылка на данные","collection.delete.cancel":"Отменить","collection.delete.confirm":"Удалить","collection.delete.question":"Вы хотите удалить {collectionLabel} и всё содержимое?","collection.edit.access_title":"Управление доступом","collection.edit.cancel_button":"Отменить","collection.edit.groups":"Группы","collection.edit.info.analyze":"Повторный анализ","collection.edit.info.cancel":"Отменить","collection.edit.info.category":"Категория","collection.edit.info.countries":"Страны","collection.edit.info.creator":"Автор","collection.edit.info.data_url":"Ссылка на исходные данные","collection.edit.info.delete":"Удалить","collection.edit.info.foreign_id":"Внешний ID","collection.edit.info.frequency":"Частота обновления","collection.edit.info.info_url":"Ссылка на описание","collection.edit.info.label":"Название","collection.edit.info.languages":"Языки","collection.edit.info.placeholder_country":"Выбрать страны","collection.edit.info.placeholder_data_url":"Ссылка на исходные данные в скачиваемом формате","collection.edit.info.placeholder_info_url":"Ссылка на более подробное описание","collection.edit.info.placeholder_label":"Название","collection.edit.info.placeholder_language":"Выбрать языки","collection.edit.info.placeholder_publisher":"Организация или лицо, опубликовавшее данные","collection.edit.info.placeholder_publisher_url":"Ссылка на источник","collection.edit.info.placeholder_summary":"Краткое описание","collection.edit.info.publisher":"Издатель","collection.edit.info.publisher_url":"Ссылка на издателя","collection.edit.info.restricted":"Доступ к этому набору данных ограничен — об этом необходимо предупреждать новых пользователей.","collection.edit.info.save":"Сохранить изменения","collection.edit.info.summary":"Краткое описание","collection.edit.permissions_warning":"Для доступа необходима учётная запись в Алефе.","collection.edit.permissionstable.edit":"Редактирование","collection.edit.permissionstable.view":"Просмотр","collection.edit.save_button":"Сохранить изменения","collection.edit.save_success":"Изменения сохранены","collection.edit.title":"Настройки","collection.edit.users":"Пользователи","collection.foreign_id":"Внешний ID","collection.frequency":"Обновления","collection.index.empty":"Ничего нет","collection.index.filter.all":"Все","collection.index.filter.mine":"Созданы мной","collection.index.no_results":"Наборы данных, соответствующие запросу, не найдены","collection.index.placeholder":"Поиск наборов данных...","collection.index.title":"Наборы данных","collection.info.access":"Доступ","collection.info.browse":"Документы","collection.info.delete":"Удалить набор данных","collection.info.delete_casefile":"Удалить расследование","collection.info.diagrams":"Диаграммы","collection.info.diagrams_description":"С помощью диаграмм вы можете визуализировать сложные связи внутри набора данных.","collection.info.documents":"Документы","collection.info.edit":"Настройки","collection.info.entities":"Сущности","collection.info.lists":"Списки","collection.info.lists_description":"С помощью списков вы можете организовывать и группировать связанные сущности.","collection.info.mappings":"Маппинги сущностей","collection.info.mappings_description":"С помощью маппинга сущностей вы можете из рядов в таблице или в CSV-документе массово сгенерировать сущности модели Follow the Money (Люди, Компании и взаимоотношения между ними)","collection.info.mentions":"Упоминания","collection.info.mentions_description":"Алеф автоматически извлекает из загружаемых в расследование документов и сущностей слова и фразы, похожие на имена, адреса, телефонные номера и эл. адреса. {br}{br} Нажмите на упоминании ниже, чтобы посмотреть, где оно встречается в вашем расследовании.","collection.info.overview":"Информация","collection.info.reindex":"Переиндексировать всё содержимое","collection.info.reingest":"Перезагрузить документы","collection.info.search":"Поиск","collection.info.source_documents":"Исходные документы","collection.info.timelines":"Хронологии","collection.info.timelines_description":"Хронологии служат для просмотра и организации событий во времени.","collection.info.xref":"Перекрёстное сравнение","collection.info.xref_description":"Перекрёстное сравнение позволяет искать по всему Алефу сущности, похожие на содержащиеся в вашем расследовании.","collection.info_url":"Ссылка на описание","collection.last_updated":"Обновлено {date}","collection.mappings.create":"Создать новый маппинг сущностей","collection.mappings.create_docs_link":"Подробнее см. {link}","collection.overview.empty":"Пустой набор данных.","collection.publisher":"Издатель","collection.reconcile":"Объединение данных","collection.reconcile.description":"Сопоставить данные с сущностями из этой коллекции с помощью свободного инструмента {openrefine}, указав конечную точку слияния.","collection.reindex.cancel":"Отменить","collection.reindex.confirm":"Запустить индексирование","collection.reindex.flush":"Очистить индекс перед переиндексацией","collection.reindex.processing":"Индексирование запущено.","collection.reingest.confirm":"Запустить анализ","collection.reingest.index":"Проиндексировать документы в процессе обработки.","collection.reingest.processing":"Перезагрузка документов запущена.","collection.reingest.text":"Все документы в {collectionLabel} будут проанализированы повторно. Это займёт некоторое время.","collection.statistics.showmore":"Ещё","collection.status.cancel_button":"Отменить процесс","collection.status.collection":"Набор данных","collection.status.finished_tasks":"Выполнено","collection.status.jobs":"Задачи","collection.status.message":"Данные загружаются.","collection.status.no_active":"Нет активных задач","collection.status.pending_tasks":"Обрабатывается","collection.status.progress":"Ход выполнения","collection.status.title":"Обновлено {percent}%","collection.team":"Доступ","collection.updated_at":"Метаданные обновлены","collection.xref.cancel":"Отменить","collection.xref.confirm":"Подтвердить","collection.xref.empty":"Результаты перекрёстного сравнения отсутствуют.","collection.xref.processing":"Перекрёстное сравнение запущено.","collection.xref.text":"Сейчас будет произведено перекрёстное сравнение {collectionLabel} со всеми остальными источниками. Запустите и дождитесь завершения.","collection.xref.title":"Перекрёстное сравнение","dashboard.activity":"События","dashboard.alerts":"Оповещения","dashboard.cases":"Расследования","dashboard.diagrams":"Диаграммы","dashboard.exports":"Экспорт","dashboard.groups":"Группы","dashboard.lists":"Списки","dashboard.notifications":"Уведомления","dashboard.settings":"Настройки","dashboard.status":"Системный статус","dashboard.subheading":"Статус операций анализа, загрузки или обработки данных.","dashboard.timelines":"Хронологии","dashboard.title":"Системный статус","dashboard.workspace":"Рабочая среда","dataset.search.placeholder":"Поиск этом в наборе данных","diagram.create.button":"Новая диаграмма","diagram.create.label_placeholder":"Безымянная диаграмма","diagram.create.login":"Для создания диаграмм необходимо авторизоваться.","diagram.create.success":"Вы создали диаграмму.","diagram.create.summary_placeholder":"Краткое описание диаграммы","diagram.create.title":"Создать диаграмму","diagram.embed.error":"Ошибка создания встраиваемой диаграммы","diagram.export.embed.description":"Создать встраиваемую интерактивную версию диаграммы для вставки в статьи. Сгенерированная встраиваемая диаграмма не будет отражать более поздние изменения в основной диаграмме.","diagram.export.error":"Ошибка экспорта диаграммы","diagram.export.ftm":"Экспорт в формате .ftm","diagram.export.ftm.description":"Скачать диаграмму в виде файла данных, который можно использовать в {link} или на другом сайте с Алефом.","diagram.export.ftm.link":"Алеф Дата Десктоп","diagram.export.iframe":"Вставить iframe","diagram.export.svg":"Экспорт в формате SVG","diagram.export.svg.description":"Скачать векторную графику с содержимым диаграммы.","diagram.export.title":"Настройки экспорта","diagram.import.button":"Импортировать диаграмму","diagram.import.placeholder":"Перенесите .ftm или .vis файл сюда или кликните, чтобы импортировать готовую диаграмму","diagram.import.title":"Импортировать диаграмму","diagram.render.error":"Ошибка отображения диаграммы","diagram.selector.create":"Создать диаграмму","diagram.selector.select_empty":"Диаграммы отсутствуют","diagram.update.label_placeholder":"Безымянная диаграмма","diagram.update.success":"Вы обновили диаграмму.","diagram.update.summary_placeholder":"Краткое описание диаграммы","diagram.update.title":"Настройки диаграммы","diagrams":"Диаграммы","diagrams.description":"С помощью диаграмм вы можете визуализировать сложные связи внутри расследования.","diagrams.no_diagrams":"Диаграммы отсутствуют.","diagrams.title":"Диаграммы","document.download":"Скачать","document.download.cancel":"Отменить","document.download.confirm":"Скачать","document.download.dont_warn":"Больше не показывать предупреждение при скачивании исходных документов.","document.download.tooltip":"Скачать оригинальный документ","document.download.warning":"Вы собираетесь скачать исходный файл. {br}{br} Исходные файлы могут содержать вирусы или выполняемый код, которые известят автора о том, что вы открыли файл. {br}{br}В случае работы с конфиденциальными данными мы рекомендуем открывать подобные файлы на компьютере, отключённом от сети.","document.folder.error":"При создании папки возникла ошибка.","document.folder.new":"Новая папка","document.folder.save":"Создать","document.folder.title":"Новая папка","document.folder.untitled":"Название папки","document.mapping.start":"Создать сущности","document.paging":"Страница {pageInput} из {numberOfPages}","document.pdf.search.page":"Страница {page}","document.search.no_match":"Искомых слов в документе не найдено.","document.upload.button":"Загрузить","document.upload.cancel":"Отменить","document.upload.close":"Закрыть","document.upload.errors":"Не удалось передать некоторые файлы. Нажмите кнопку Повторить и перезапустите загрузку.","document.upload.files":"Выберите файлы для загрузки","document.upload.folder":"Если вы хотите загрузить папки, { button }.","document.upload.folder-toggle":"нажмите здесь","document.upload.notice":"Загрузка завершена. После индексирования документы станут доступны для полнотекстового поиска.","document.upload.progress":"{done} из {total} файлов готовы, ошибок: {errors}.","document.upload.rejected":"Невозможно загрузить {fileName}, поскольку не известен тип файла.","document.upload.retry":"Попробовать ещё раз","document.upload.save":"Загрузить","document.upload.summary":"{numberOfFiles, number} файлов, {totalSize}","document.upload.title":"Загрузить документы","document.upload.title_in_folder":"Загрузить документы в {folder}","document.viewer.ignored_file":"Работа с данным типом файлов не поддерживается. Для просмотра попробуйте скачать файл.","document.viewer.no_viewer":"Просмотр документа невозможен","email.body.empty":"Текст письма отсутствует","entity.delete.cancel":"Отменить","entity.delete.confirm":"Удалить","entity.delete.error":"При удалении сущности возникла ошибка.","entity.delete.progress":"Удаляем...","entity.delete.question.multiple":"Вы уверены, что хотите удалить {count, plural, one {запись} other {записи}}?","entity.delete.success":"Успешно удалено","entity.document.manager.cannot_map":"Выберите документ с таблицей для создания сущностей","entity.document.manager.empty":"Здесь ничего нет.","entity.document.manager.emptyCanUpload":"Файлы или папки отсутствуют. Перетащите файлы сюда или кликните, чтобы загрузить.","entity.document.manager.search_placeholder":"Поиск по документам","entity.document.manager.search_placeholder_document":"Поиск в {label}","entity.info.attachments":"Вложения","entity.info.documents":"Документы","entity.info.info":"Информация","entity.info.last_view":"Последний просмотр","entity.info.similar":"Совпадения","entity.info.tags":"Упоминания","entity.info.text":"Текст","entity.info.view":"Просмотр","entity.info.workbook_warning":"Этот лист является частью рабочей книги {link}","entity.manager.bulk_import.description.1":"Ниже выберите таблицу для импорта новых сущностей {schema}.","entity.manager.bulk_import.description.2":"Выберите колонки из таблицы и сопоставьте с свойствами сгенерированных сущностей.","entity.manager.bulk_import.description.3":"Не видите искомую таблицу? {link}","entity.manager.bulk_import.link_text":"Загрузить документ, содержащий таблицу","entity.manager.bulk_import.no_results":"Совпадений с другими документами нет","entity.manager.bulk_import.placeholder":"Выберите документ, содержащий таблицу","entity.manager.delete":"Удалить","entity.manager.edge_create_success":"{source} и {target} связаны","entity.manager.entity_set_add_success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entity.manager.remove":"Удалить","entity.manager.search_empty":"Никаких совпадений с {schema} не найдено","entity.manager.search_placeholder":"Искать {schema}","entity.mapping.view":"Создать сущности","entity.properties.missing":"неизвестно","entity.references.no_relationships":"У этой сущности отсутствуют связи","entity.references.no_results":"Ничего не найдено для типа {schema}.","entity.references.no_results_default":"Сущности, удовлетворяющие запросу, не найдены.","entity.references.search.placeholder":"Искать в {schema}","entity.references.search.placeholder_default":"Поиск сущностей","entity.remove.confirm":"Удалить","entity.remove.error":"При удалении сущности возникла ошибка.","entity.remove.progress":"Удаление...","entity.remove.question.multiple":"Вы уверены, что хотите удалить\n {count, plural, one {запись} other {записи}}?","entity.remove.success":"Успешно удалено","entity.search.empty_title":"Эта папка пуста","entity.search.no_results_description":"Попробуйте расширить критерии поиска","entity.search.no_results_title":"Ничего не найдено","entity.similar.empty":"Нет похожих записей","entity.similar.entity":"Похожая сущность","entity.similar.found_text":"Найдено {resultCount} {resultCount, plural, one {похожая запись} other {похожие записи}} из {datasetCount} {datasetCount, plural, one {набор данных} other {наборы данных}}","entity.status.error":"Ошибка сохранения","entity.status.in_progress":"Сохраняется...","entity.status.success":"Сохранено","entity.tags.no_tags":"В данной записи селекторов нет","entity.viewer.add_link":"Связать","entity.viewer.add_to":"Добавить к...","entity.viewer.bulk_import":"Массовый импорт","entity.viewer.search_placeholder":"Поиск в {label}","entitySet.last_updated":"Обновлено {date}","entityset.choose.name":"Название","entityset.choose.summary":"Краткое описание","entityset.create.collection":"Расследование","entityset.create.collection.existing":"Выбрать расследование","entityset.create.collection.new":"Не видите искомое расследование? {link}","entityset.create.collection.new_link":"Создать новое расследование","entityset.create.submit":"Создать","entityset.delete.cancel":"Отменить","entityset.delete.confirm":"Удалить","entityset.delete.question":"Вы уверены, что хотите удалить {label}?","entityset.delete.success":"Успешно удалён {title}","entityset.info.delete":"Удалить","entityset.info.edit":"Настройки","entityset.info.export":"Экспорт","entityset.selector.placeholder":"Поиск по существующему","entityset.selector.success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entityset.selector.success_toast_button":"Просмотр","entityset.selector.title":"Добавить {firstCaption} {titleSecondary} к...","entityset.selector.title_default":"Добавить сущности к...","entityset.selector.title_other":"и {count} other {count, plural, one {сущность} other {сущности}}","entityset.update.submit":"Сохранить изменения","error.screen.not_found":"Запрашиваемая страница не найдена","export.dialog.text":"Запустите экспорт. {br}{br} На экспорт данных требуется время. Как только данные буду готовы для скачивания, вы получите е-мейл. {br}{br} Не запускайте процедуру экспорта больше одного раза.","exports.dialog.cancel":"Отменить","exports.dialog.confirm":"Экспорт","exports.dialog.dashboard_link":"Показать статус","exports.dialog.success":"Экспортирование запущено.","exports.expiration":"Срок хранения","exports.manager.description":"Ниже приведён список экспортированных данных. Срок действия ограничен.","exports.name":"Название","exports.no_exports":"Данных для экспорта нет","exports.size":"Размер","exports.status":"Статус","exports.title":"Экспортированные данные для скачивания","facet.addresses":"{count, plural, one {Адрес} few {Адреса} many {Адреса} other {Адреса}}","facet.caption":"Название","facet.category":"{count, plural, one {Категория} few {Категории} many {Категории} other {Категории}}","facet.collection_id":"Набор данных","facet.countries":"{count, plural, one {Страна} few {Страны} many {Страны} other {Страны}}","facet.dates":"{count, plural, one {Дата} few {Даты} many {Даты} other {Даты}}","facet.emails":"{count, plural, one {E-мэйл} few {E-мэйлы} many {E-мэйлы} other {E-мэйлы}}","facet.ibans":"{count, plural, one {IBAN-код} few {IBAN-коды} many {IBAN-коды} other {IBAN-коды}}","facet.languages":"{count, plural, one {Язык} few {Языки} many {Языки} other {Языки}}","facet.mimetypes":"{count, plural, one {Тип файла} few {Типы файлов} many {Типы файлов} other {Типы файлов}}","facet.names":"{count, plural, one {Имя} few {Имена} many {Имена} other {Имена}}","facet.phones":"{count, plural, one {Номер телефона} few {Номера телефонов} many {Номера телефонов} other {Номера телефонов}}","facet.schema":"Тип сущности","file_import.error":"Ошибка импорта файла","footer.aleph":"Алеф {version}","group.page.description":"Список всех наборов данных и расследований, принадлежащих этой группе.","group.page.search.description":"Если вы хотите поискать определённые сущности или документы в наборах данных, относящихся к этой группе, нажмите здесь .","home.access_disabled":"Публичный доступ временно закрыт","home.counts.countries":"Страны и территории","home.counts.datasets":"Общедоступные наборы данных","home.counts.entities":"Общедоступные сущности","home.placeholder":"Например, {samples}","home.statistics.categories":"Категории наборов данных","home.statistics.countries":"Страны и территории","home.statistics.schemata":"Типы сущностей","home.stats.title":"Начните с изучения публичных источников данных","home.title":"Искать публичные записи и секретные документы","hotkeys.judgement.different":"Различаются","hotkeys.judgement.group_label":"Распознавание сущностей","hotkeys.judgement.next":"Выбрать следующий результат","hotkeys.judgement.previous":"Выбрать предыдущий результат","hotkeys.judgement.same":"Одно и то же","hotkeys.judgement.unsure":"Недостаточно информации","hotkeys.search.different":"Просмотр предыдущего результата","hotkeys.search.group_label":"Просмотр результатов поиска","hotkeys.search.unsure":"Просмотр следующего результата","hotkeys.search_focus":"Поиск","infoMode.collection_casefile":"Расследование","infoMode.collection_dataset":"Набор данных","infoMode.createdAt":"Дата создания","infoMode.creator":"Создано ","infoMode.updatedAt":"Последнее обновление","investigation.mentions.empty":"Упоминания отсутствуют в этом расследовании.","investigation.overview.guides":"Подробнее","investigation.overview.guides.access":"Управление доступом","investigation.overview.guides.diagrams":"Создание диаграмм","investigation.overview.guides.documents":"Загрузка документов","investigation.overview.guides.entities":"Создание и редактирование сущностей","investigation.overview.guides.mappings":"Создание сущностей из таблиц","investigation.overview.guides.xref":"Перекрёстное сравнение данных","investigation.overview.notifications":"Недавние события","investigation.overview.shortcuts":"Быстрые ссылки","investigation.overview.shortcuts_empty":"Приступить к работе","investigation.search.placeholder":"Поиск в этом расследовании","investigation.shortcut.diagram":"Создать диаграмму","investigation.shortcut.entities":"Создать новые сущности","investigation.shortcut.entity_create_error":"Не удалось создать сущность","investigation.shortcut.entity_create_success":"Успешно создано: {name}","investigation.shortcut.upload":"Загрузить документы","investigation.shortcut.xref":"Сопоставить с другими наборами данных","judgement.disabled":"Для принятия решений необходимы права на редактирование","judgement.negative":"Различаются","judgement.positive":"Одинаковые","judgement.unsure":"Недостаточно информации","landing.shortcut.alert":"Создать оповещение для поиска","landing.shortcut.datasets":"Просмотр наборов данных","landing.shortcut.investigation":"Начать новое расследование","landing.shortcut.search":"Поиск сущностей","list.create.button":"Новый список","list.create.label_placeholder":"Безымянный список","list.create.login":"Для создания списка необходимо авторизоваться.","list.create.success":"Вы создали список.","list.create.summary_placeholder":"Краткое описание списка","list.create.title":"Создать список","list.selector.create":"Создать новый список","list.selector.select_empty":"Списки отсутствуют","list.update.label_placeholder":"Безымянный список","list.update.success":"Список обновлён","list.update.summary_placeholder":"Краткое описание списка","list.update.title":"Настройки списка","lists":"Списки","lists.description":"С помощью списков вы можете организовывать и группировать связанные сущности","lists.no_lists":"Списки отсутствуют.","lists.title":"Списки","login.oauth":"Войти с помощью OAuth","mapping.actions.create":"Создать сущности","mapping.actions.create.toast":"Создание сущностей...","mapping.actions.delete":"Удалить","mapping.actions.delete.toast":"Удаление маппинга и созданных сущностей...","mapping.actions.export":"Экспорт маппинга","mapping.actions.flush":"Удалить созданные сущности","mapping.actions.flush.toast":"Удаление созданных сущностей","mapping.actions.save":"Сохранить изменения","mapping.actions.save.toast":"Пересоздать сущности...","mapping.create.cancel":"Отменить","mapping.create.confirm":"Создать","mapping.create.question":"Вы уверены, что готовы создать сущности, используя этот маппинг?","mapping.delete.cancel":"Отменить","mapping.delete.confirm":"Удалить","mapping.delete.question":"Вы уверены, что хотите удалить этот маппинг и все созданные сущности?","mapping.docs.link":"Помощь по маппингу сущностей в Алефе","mapping.entityAssign.helpText":"Необходимо создать объект типа \"{range}\" для {property}","mapping.entityAssign.noResults":"Нет совпадений с другими объектами","mapping.entityAssign.placeholder":"Выбрать объект","mapping.entity_set_select":"Выберите список или диаграмму","mapping.entityset.remove":"Удалить","mapping.error.keyMissing":"Ошибка ключа: для сущности {id} должен быть задан хотя бы один ключ","mapping.error.relationshipMissing":"Ошибка связи: для сущности {id} должны быть заданы {source} и {target}.","mapping.flush.cancel":"Отменить","mapping.flush.confirm":"Удалить маппинг","mapping.flush.question":"Вы уверены, что хотите удалить все созданные с помощью этого маппинга сущности?","mapping.import.button":"Импортировать существующие маппинги","mapping.import.placeholder":"Перенесите .yml файл сюда или кликните, чтобы импортировать существующий маппинг-файл","mapping.import.querySelect":"Выберите маппинг-запрос для импорта из этого файла:","mapping.import.submit":"Сохранить","mapping.import.success":"Ваш маппинг импортирован.","mapping.import.title":"Импорт маппинга","mapping.info":"Выполните нижеследующие действия для маппинга данных в этом расследовании с сущностями модели Follow the Money. Подробнее см. {link}","mapping.info.link":"Помощь по маппингу данных в Алефе","mapping.keyAssign.additionalHelpText":"Используйте колонки с идентификационными номерами, телефонными номерами, эл. адресами\n и прочей уникальной информацией. Если колонки с уникальными значениями отсутствуют,\n выберите одновременно несколько колонок, чтобы Алеф сгенерировал уникальные сущности из ваших данных.","mapping.keyAssign.additionalHelpToggle.less":"Меньше","mapping.keyAssign.additionalHelpToggle.more":"Подробнее о ключах","mapping.keyAssign.helpText":"Укажите, какие колонки из исходных данных следует использовать для определения уникальных сущностей.","mapping.keyAssign.noResults":"Результатов нет","mapping.keyAssign.placeholder":"Выбрать ключи из доступных колонок","mapping.keys":"Ключи","mapping.propAssign.errorBlank":"Нельзя назначить свойства колонкам без заголовка","mapping.propAssign.errorDuplicate":"Нельзя назначить свойства колонкам с неуникальными заголовками","mapping.propAssign.literalButtonText":"Добавить заданное значение","mapping.propAssign.literalPlaceholder":"Задать значение","mapping.propAssign.other":"Прочее","mapping.propAssign.placeholder":"Назначить свойство","mapping.propRemove":"Удалить свойство из маппинга","mapping.props":"Свойства","mapping.save.cancel":"Отменить","mapping.save.confirm":"Обновить маппинг и пересоздать сущности","mapping.save.question":"При обновлении маппинга ранее созданные сущности будет удалены и созданы снова. Продолжить?","mapping.section1.title":"1. Выберите типы сущностей","mapping.section2.title":"2. Соотнесите колонки свойствам сущностей","mapping.section3.title":"3. Проверьте результат","mapping.section4.description":"Сгенерированные сущности будут по умолчанию добавлены в {collection}. Если вы также хотите добавить их к списку или к диаграмме в расследовании, выберите ниже возможные варианты.","mapping.section4.title":"4. Выберите, куда добавить сгенерированные сущности (необязательно)","mapping.status.error":"Ошибка:","mapping.status.status":"Статус:","mapping.status.updated":"Последнее обновление:","mapping.title":"Создание структурированных сущностей","mapping.types.objects":"Объекты","mapping.types.relationships":"Связи","mapping.warning.empty":"Необходимо создать хотя бы одну сущность","mappings.no_mappings":"У вас пока нет сгенерированных маппингов","nav.alerts":"Оповещения","nav.cases":"Расследования","nav.collections":"Наборы данных","nav.diagrams":"Диаграммы","nav.exports":"Экспорт","nav.lists":"Списки","nav.menu.cases":"Расследования","nav.settings":"Настройки","nav.signin":"Войти","nav.signout":"Выйти","nav.status":"Системный статус","nav.timelines":"Хронологии","nav.view_notifications":"Уведомления","navbar.alert_add":"Вам будут приходить оповещения о новых результатах этого поискового запроса.","navbar.alert_remove":"Вы подписаны на оповещения для этого поискового запроса.","notification.description":"Показать последние обновления для наборов данных, расследований, групп и оповещений, на которые вы подписаны","notifications.greeting":"Что нового, {role}?","notifications.no_notifications":"У вас нет непросмотренных уведомлений","notifications.title":"Последние уведомления","notifications.type_filter.all":"Все","pages.not.found":"Страница не найдена","pass.auth.not_same":"Пароли не совпадают!","password_auth.activate":"Активировать","password_auth.confirm":"Подтвердить пароль","password_auth.email":"Электронный адрес","password_auth.name":"Ваше имя","password_auth.password":"Пароль","password_auth.signin":"Войти","password_auth.signup":"Зарегистрироваться","profile.callout.details":"В этом профиле собраны аттрибуты и связи из {count} сущностей из прочих наборов данных.","profile.callout.intro":"Вы просматриваете {entity} в виде профиля.","profile.callout.link":"Показать исходной сущности","profile.delete.warning":"(Удаление этого профиля не приведёт к удалению созданных сущностей и принятых решений)","profile.hint":"{entity} объединена с сущностями из других наборов данных в профиль ","profile.info.header":"Профиль","profile.info.items":"Распознавание сущностей","profile.info.similar":"Предлагаемое","profile.items.entity":"Объединённые сущности","profile.items.explanation":"Решайте, какие исходные сущности следует отнести к данному профилю или исключить из него.","profile.similar.no_results":"Дополнительные сведения для профиля не найдены.","profileinfo.api_desc":"API-ключ для редактирования данных через сторонние приложения","queryFilters.clearAll":"Очистить все","queryFilters.showHidden":"Ещё фильтры: {count}...","refresh.callout_message":"Обрабатываем документы. Пожалуйста, подождите...","restricted.explain":"Использование этого набора данных ограничено. Прочтите описание и свяжитесь с {creator}, прежде чем использовать эти материалы.","restricted.explain.creator":"владелец набора данных","restricted.tag":"ОГРАНИЧЕНО","result.error":"Ошибка","result.more_results":"Найдено результатов: более {total}","result.none":"Ничего не найдено","result.results":"Результатов поиска: {total}","result.searching":"Поиск...","result.solo":"Один результат","role.select.user":"Выберите пользователя","schemaSelect.button.relationship":"Добавить новую связь","schemaSelect.button.thing":"Добавить новый объект","screen.load_more":"Ещё","search.advanced.all.helptext":"Будут отображены результаты, в которых есть все искомые слова","search.advanced.all.label":"Все слова (по умолчанию)","search.advanced.any.helptext":"Будут отображены результаты, в которых есть любое из искомых слов","search.advanced.any.label":"Любые из этих слов","search.advanced.clear":"Очистить все","search.advanced.exact.helptext":"Только результаты поиска с точным написанием слова или фразы","search.advanced.exact.label":"Только это слово или фраза","search.advanced.none.helptext":"Исключить результаты с этими словами","search.advanced.none.label":"Ни одно из указанных слов","search.advanced.proximity.distance":"Расстояние","search.advanced.proximity.helptext":"Поиск слов, находящихся на некотором расстоянии друг от друга. Например, поиск употреблений \"Bank\" и \"America\", расположеных на расстоянии двух слов друг от друга, таких как \"Bank of America\", \"Bank in America\" и даже \"America has a Bank\".","search.advanced.proximity.label":"Слова на некотором расстоянии друг от друга","search.advanced.proximity.term":"Первое искомое слово","search.advanced.proximity.term2":"Второе искомое слово","search.advanced.submit":"Поиск","search.advanced.title":"Расширенный поиск","search.advanced.variants.distance":"Отличающиеся буквы","search.advanced.variants.helptext":"Используйте для нечёткого поиска. Например, в ответ на запрос Wladimir~2 вы получите результаты не только соодержащие «Wladimir», но и такие варианты написания, как «Wladimyr» или «Vladimyr». Варианты написания определяются количеством ошибок или побуквенных изменений для получения варианта из исходного слова.","search.advanced.variants.label":"Варианты написания","search.advanced.variants.term":"Искомое слово","search.callout_message":"Некоторые коллекции данных недоступны анонимным пользователям — нажмите {signInButton}, чтобы авторизоваться!","search.callout_message.button_text":"Войти","search.columns.configure":"Настроить колонки","search.columns.configure_placeholder":"Найти колонку...","search.config.groups":"Группы свойств","search.config.properties":"Свойства","search.config.reset":"Настройки по умолчанию","search.facets.clearDates":"Очистить","search.facets.configure":"Настроить фильтры","search.facets.configure_placeholder":"Найти фильтр...","search.facets.filtersSelected":"{count} выбрано","search.facets.hide":"Скрыть фильтры","search.facets.no_items":"Варианты отсутствуют","search.facets.show":"Отобразить фильтры","search.facets.showMore":"Ещё...","search.filterTag.ancestors":"в:","search.filterTag.dates_after":"После","search.filterTag.dates_before":"До","search.filterTag.exclude":"не:","search.filterTag.role":"Фильтровать по доступу","search.loading":"Загрузка...","search.no_results_description":"Попробуйте расширить критерии поиска","search.no_results_title":"Ничего не найдено","search.placeholder":"Искать людей, компании или документы","search.placeholder_default":"Поиск...","search.placeholder_label":"Поиск в {label}","search.screen.dates.show-all":"* Показаны все настройки фильтра дат. { button } отобразить только ближайшие даты.","search.screen.dates.show-hidden":"* В фильтре дат отображены только варианты от {start} до настоящего времени. { button } показать даты за пределами данного диапазона.","search.screen.dates.show-hidden.click":"Нажмите здесь","search.screen.dates_label":"результаты","search.screen.dates_title":"Даты","search.screen.export":"Экспорт","search.screen.export_disabled":"За один раз можно экспортировать не более 10.000 записей","search.screen.export_disabled_empty":"Результатов для экспорта нет.","search.screen.export_helptext":"Экспортировать результаты","search.title":"Поиск: {title}","search.title_emptyq":"Поиск","settings.api_key":"API-ключ","settings.confirm":"(подтверждение)","settings.current_explain":"Введите текущий пароль для установки нового.","settings.current_password":"Действующий пароль","settings.email":"Электронный адрес","settings.email.muted":"Получать ежедневные уведомления по эл. почте","settings.email.no_change":"Ваш эл. адрес не изменён","settings.email.tester":"Принимать участие в тестировании новых функций","settings.locale":"Язык","settings.name":"Название","settings.new_password":"Новый пароль","settings.password.missmatch":"Пароли не совпадают","settings.password.rules":"Минимум 6 символов","settings.password.title":"Поменять пароль","settings.save":"Обновить","settings.saved":"Ваша учётная запись обновлена","settings.title":"Настройки","sidebar.open":"Развернуть","signup.activate":"Активирируйте учётную запись","signup.inbox.desc":"Мы отправили вам письмо с ссылкой для завершения регистрации","signup.inbox.title":"Проверьте почту","signup.login":"Вы уже зарегистрированы? Авторизуйтесь!","signup.register":"Зарегистрироваться","signup.register.question":"У вас нет учётной записи? Зарегистрируйтесь!","signup.title":"Войти","sorting.bar.button.label":"Отобразить:","sorting.bar.caption":"Название","sorting.bar.collection_id":"Набор данных","sorting.bar.count":"Размер","sorting.bar.countries":"Страны","sorting.bar.created_at":"Дата создания","sorting.bar.date":"Дата","sorting.bar.dates":"Даты","sorting.bar.direction":"Направление:","sorting.bar.endDate":"Дата окончания","sorting.bar.label":"Название","sorting.bar.sort":"Отсортировать:","sorting.bar.updated_at":"Дата обновления","sources.index.empty":"Эта группа не привязана к какому-либо набору данных или расследованию.","sources.index.placeholder":"Поиск наборов данных или расследований, относящихся к {group}...","status.no_collection":"Прочие задачи","tags.results":"Количество упоминаний","tags.title":"Искомое слово","text.loading":"Загрузка...","timeline.add_new":"Создать новый объект","timeline.button.collapse":"Краткий вид","timeline.button.show_full":"Подробный вид","timeline.create.button":"Создать хронологию","timeline.create.cancel":"Удалить","timeline.create.label_placeholder":"Безымянная хронология","timeline.create.login":"Для создания хронологии необходимо авторизоваться","timeline.create.submit":"Создать","timeline.create.success":"Вы создали хронологию","timeline.create.summary_placeholder":"Краткое описание хронологии","timeline.create.title":"Создать хронологию","timeline.dates.button_text":"Добавить дату окончания","timeline.empty":"Хронология не содержит событий","timeline.empty_histogram":"Даты не найдены","timeline.item.date":"{start} до {end}","timeline.item.delete":"Удалить из {collection}","timeline.item.link_copy":"Скопировать ссылку на этот объект","timeline.item.link_copy_success":"Ссылка скопирована в буфер обмена.","timeline.item.remove":"Удалить из хронологии","timeline.items_label":"объекты","timeline.no_results":"Нет результатов, удовлетворяющих запросу","timeline.result_text":"Событий в хронологии: {count}","timeline.result_text_query":"Отображено {count} (из {total} всего)","timeline.schema_select.label":"тип","timeline.selector.create":"Создать новую хронологию","timeline.selector.select_empty":"Хронологии отсутствуют","timeline.update.label_placeholder":"Безымянная хронология","timeline.update.success":"Вы обновили хронологию","timeline.update.summary_placeholder":"Краткое описание хронологии","timeline.update.title":"Настройки хронологии","timelines":"Хронологии","timelines.description":"Хронологии служат для просмотра и организации событий во времени.","timelines.no_timelines":"Хронологии отсутствуют.","timelines.title":"Хронологии","valuelink.tooltip":"Упоминаний в {appName}: {count}","xref.compute":"Обработать","xref.entity":"Запись","xref.match":"Вероятное совпадение","xref.match_collection":"Набор данных","xref.recompute":"Перезапустить","xref.score":"Оценка","xref.sort.default":"По умолчанию","xref.sort.label":"Отсортировать:","xref.sort.random":"Произвольно"},"tr":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Manage your alerts","alerts.no_alerts":"You are not tracking any searches","alerts.save":"Update","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"The Server did not accept your input","auth.server_error":"Server error","auth.success":"Success","auth.unauthorized":"Not authorized","auth.unknown_error":"An unexpected error occured","case.choose.name":"Title","case.choose.summary":"Summary","case.chose.languages":"Languages","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Save","case.share.with":"Share with","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Search users","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancel","collection.cancel.button":"Cancel","collection.countries":"Country","collection.creator":"Manager","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Cancel","collection.delete.confirm":"Delete","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancel","collection.edit.groups":"Groups","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Cancel","collection.edit.info.category":"Category","collection.edit.info.countries":"Countries","collection.edit.info.creator":"Manager","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Delete","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Label","collection.edit.info.languages":"Languages","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"A label","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"A brief summary","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Save changes","collection.edit.info.summary":"Summary","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Edit","collection.edit.permissionstable.view":"View","collection.edit.save_button":"Save changes","collection.edit.save_success":"Your changes are saved.","collection.edit.title":"Settings","collection.edit.users":"Users","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Settings","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancel","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancel","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cross-reference","dashboard.activity":"Activity","dashboard.alerts":"Alerts","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Groups","dashboard.lists":"Lists","dashboard.notifications":"Notifications","dashboard.settings":"Settings","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download the original document","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Create","document.folder.title":"New folder","document.folder.untitled":"Folder title","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Upload","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Choose files to upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Upload","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"The system does not work with these types of files. Please download it so you’ll be able to see it.","document.viewer.no_viewer":"No preview is available for this document","email.body.empty":"No message body.","entity.delete.cancel":"Cancel","entity.delete.confirm":"Delete","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Attachments","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"View","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"This entity does not have any relationships.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Summary","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Create","entityset.delete.cancel":"Cancel","entityset.delete.confirm":"Delete","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Delete","entityset.info.edit":"Settings","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Delete","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Save changes","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancel","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancel","mapping.delete.confirm":"Delete","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancel","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancel","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alerts","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Settings","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifications","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Update","settings.saved":"It's official, your profile is updated.","settings.title":"Settings","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"}} \ No newline at end of file +{"ar":{"alert.manager.description":"ستتلقى إشعارات عند إضافة نتيجة جديدة تطابق أي من التنبيهات التي أعددتها أدناه.","alerts.add_placeholder":"إنشاء تنبيه لتتبع جديد ...","alerts.delete":"Remove alert","alerts.heading":"إدارة التنبيهات","alerts.no_alerts":"أنت لا تجري أي عمليات بحث","alerts.save":"تحديث","alerts.title":"تتبع التنبيهات","alerts.track":"تتبع","auth.bad_request":"لم يقبل الخادم المعلومات المدخلة","auth.server_error":"خطأ في الخادم","auth.success":"نجاح","auth.unauthorized":"غير مخول","auth.unknown_error":"خطأ غير متوقع","case.choose.name":"عنوان","case.choose.summary":"ملخص","case.chose.languages":"اللغات","case.create.login":"يجب عليك تسجيل الدخول لتحميل بياناتك","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"اختيار اللغة","case.languages.helper":"تستخدم ميزة التعرف البصري على النصوص غير اللاتينية","case.save":"حفظ","case.share.with":"مشاركة مع","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"البحث عن المستخدمين","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"نسخ إلى الحافظة","collection.addSchema.placeholder":"أضف نوع كيان جديد","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"الغاء","collection.cancel.button":"الغاء","collection.countries":"الدولة","collection.creator":"مدير","collection.data_updated_at":"Content updated","collection.data_url":"رابط البيانات","collection.delete.cancel":"الغاء","collection.delete.confirm":"حذف","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"الغاء","collection.edit.groups":"مجموعات","collection.edit.info.analyze":"إعادة المعالجة","collection.edit.info.cancel":"الغاء","collection.edit.info.category":"الفئة","collection.edit.info.countries":"الدول","collection.edit.info.creator":"مدير","collection.edit.info.data_url":"رابط مصدر البيانات","collection.edit.info.delete":"حذف","collection.edit.info.foreign_id":"هوية أجنبية","collection.edit.info.frequency":"معدل التحديث","collection.edit.info.info_url":"رابط المعلومات","collection.edit.info.label":"الاسم","collection.edit.info.languages":"اللغات","collection.edit.info.placeholder_country":"اختيار الدول","collection.edit.info.placeholder_data_url":"رابط البيانات الأولية في ملف قابل للتحميل","collection.edit.info.placeholder_info_url":"رابط لمزيد من المعلومات","collection.edit.info.placeholder_label":"اسم","collection.edit.info.placeholder_language":"اختيار اللغات","collection.edit.info.placeholder_publisher":"المنظمة أو الشخص الذي ينشر هذه البيانات","collection.edit.info.placeholder_publisher_url":"رابط الناشر","collection.edit.info.placeholder_summary":"ملخص موجز","collection.edit.info.publisher":"الناشر","collection.edit.info.publisher_url":"رابط الناشر","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"حفظ التغييرات","collection.edit.info.summary":"ملخص","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"تعديل","collection.edit.permissionstable.view":"عرض","collection.edit.save_button":"حفظ التغييرات","collection.edit.save_success":"تم حفظ التغييرات","collection.edit.title":"الإعدادات","collection.edit.users":"المستخدمون","collection.foreign_id":"هوية غير معروفة","collection.frequency":"تحديث","collection.index.empty":"No datasets were found.","collection.index.filter.all":"الكل","collection.index.filter.mine":"تم انشاءه بواسطتي","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"البحث في مجموعات البيانات ...","collection.index.title":"مجموعات البيانات","collection.info.access":"مشاركة","collection.info.browse":"الوثائق/ المستندات","collection.info.delete":"حذف قاعدة بيانات","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"مخططات الشبكة","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"الوثائق/ المستندات","collection.info.edit":"الإعدادات","collection.info.entities":"كيانات","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"تذكير","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"نظرة عامة","collection.info.reindex":"أعد فهرسة كل المحتوى","collection.info.reingest":"إعادة استيعاب المستندات","collection.info.search":"بحث","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"تطابق","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"رابط المعلومات","collection.last_updated":"اخر تاريخ تحذيث","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"الناشر","collection.reconcile":"تطابق","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"الغاء","collection.reindex.confirm":"ابدأ الفهرسة","collection.reindex.flush":"حذف الفهرس قبل إعادة الفهرسة","collection.reindex.processing":"بدأت الفهرسة","collection.reingest.confirm":"بدء المعالجة","collection.reingest.index":"فهرسة المستندات فور معالجتها.","collection.reingest.processing":"بدء الإعادة","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"عرض المزيد","collection.status.cancel_button":"إلغاء العملية","collection.status.collection":"مجموعة البيانات","collection.status.finished_tasks":"تم الإنتهاء","collection.status.jobs":"الوظائف","collection.status.message":"استمر في المرح أثناء معالجة البيانات.","collection.status.no_active":"لا توجد مهام حاليا","collection.status.pending_tasks":"قيد الانتظار","collection.status.progress":"المهام","collection.status.title":"جاري التحديث ({percent}٪)","collection.team":"الوصول إلى","collection.updated_at":"Metadata updated","collection.xref.cancel":"الغاء","collection.xref.confirm":"تأكيد","collection.xref.empty":"لا توجد نتائج متطابقة مع مصادر أخرى","collection.xref.processing":"بدأت عملية المطابقة","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"مطابقة","dashboard.activity":"نشاط","dashboard.alerts":"تنبيهات","dashboard.cases":"Investigations","dashboard.diagrams":"مخططات الشبكة","dashboard.exports":"Exports","dashboard.groups":"مجموعات","dashboard.lists":"Lists","dashboard.notifications":"إشعارات","dashboard.settings":"الإعدادات","dashboard.status":"حالة النظام","dashboard.subheading":"تحقق من سير عملية تحليل البيانات وتحميلها ومعالجتها","dashboard.timelines":"Timelines","dashboard.title":"حالة النظام","dashboard.workspace":"مكان العمل","dataset.search.placeholder":"Search this dataset","diagram.create.button":"رسم تخطيطي جديد","diagram.create.label_placeholder":"رسم تخطيطي بدون عنوان","diagram.create.login":"يجب عليك تسجيل الدخول لإنشاء رسم تخطيطي","diagram.create.success":"تم إنشاء الرسم التخطيطي الخاص بك بنجاح.","diagram.create.summary_placeholder":"وصف موجز للرسم البياني","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"استيراد الرسم التخطيطي","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"استيراد رسم بياني من الشبكة","diagram.render.error":"Error rendering diagram","diagram.selector.create":"قم بإنشاء رسم بياني جديد","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"رسم تخطيطي بدون عنوان","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"وصف موجز للرسم البياني","diagram.update.title":"إعدادات الرسم البياني","diagrams":"الرسوم البيانية","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"لا توجد رسوم بيانية للشبكة.","diagrams.title":"رسوم بيانية الشبكة","document.download":"تحميل","document.download.cancel":"الغاء","document.download.confirm":"تحميل","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"تحميل المستند/ الملف الأصلي","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"حدث خطأ أثناء إنشاء المجلد.","document.folder.new":"مجلد جديد","document.folder.save":"إنشاء","document.folder.title":"مجلد جديد","document.folder.untitled":"عنوان المجلد","document.mapping.start":"إنشاء كيانات","document.paging":"الصفحة {pageInput} من {numberOfPages}","document.pdf.search.page":"الصفحة {page}","document.search.no_match":"لا توجد صفحة واحدة في هذا المستند تتطابق مع جميع مصطلحات البحث الخاصة بك","document.upload.button":"تحميل","document.upload.cancel":"الغاء","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"اختر الملفات المراد تحميلها...","document.upload.folder":"إذا كنت ترغب في تحميل المجلدات بدلاً من ذلك ، {button}.","document.upload.folder-toggle":"انقر هنا","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"تحميل","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"لا يتعامل النظام مع هذه الأنواع من الملفات. يرجى تنزيله حتى تتمكن من رؤيته","document.viewer.no_viewer":"لا تتوفر مراجعة لهذا الملف","email.body.empty":"لا يوجد نص الرسالة","entity.delete.cancel":"الغاء","entity.delete.confirm":"حذف","entity.delete.error":"حدث خطأ أثناء محاولة حذف هذا الكيان","entity.delete.progress":"حذف","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"تم الحذف بنجاح","entity.document.manager.cannot_map":"حدد جدول لإنشاء كيانات منتظمة","entity.document.manager.empty":"لا توجد ملفات أو فهرس","entity.document.manager.emptyCanUpload":"لا توجد ملفات أو فهارس. نزل الملفات هنا أو انقر للتحميل","entity.document.manager.search_placeholder":"البحث عن الملفات","entity.document.manager.search_placeholder_document":"بحث في {label}","entity.info.attachments":"مرفقات","entity.info.documents":"الوثائق/ المستندات","entity.info.info":"معلومات","entity.info.last_view":"Last viewed {time}","entity.info.similar":"مشابه","entity.info.tags":"تذكير","entity.info.text":"النص","entity.info.view":"عرض","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"حدد جدولاً أدناه ليتم استيراد كيانات {schema} الجديدة منه.","entity.manager.bulk_import.description.2":"بمجرد الاختيار، ستتم مطالبتك بتعيين أعمدة من هذا الجدول إلى خصائص الكيانات التي تم إنشاؤها","entity.manager.bulk_import.description.3":"هل تجد الجدول الذي تبحث عنه؟ {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"لم يتم العثور على مستندات مطابقة","entity.manager.bulk_import.placeholder":"حدد جدول المستند","entity.manager.delete":"حذف","entity.manager.edge_create_success":"تم ربط {source} و {target} بنجاح","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"إزالة","entity.manager.search_empty":"لم يتم العثور على نتائج مطابقة لـ {schema}","entity.manager.search_placeholder":"بحث في {schema}","entity.mapping.view":"إنشاء كيانات","entity.properties.missing":"غير معروف","entity.references.no_relationships":"هذا الكيان غير مرتبط بالبحث","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"إزالة","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"هذا المجلد فارغ","entity.search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","entity.search.no_results_title":"لم يتم العثور على نتائج","entity.similar.empty":"لا توجد كيانات مشابهة","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"خطأ في الحفظ","entity.status.in_progress":"جاري الحفظ","entity.status.success":"تم الحفط","entity.tags.no_tags":"لم تستخرج أي محددات من هذا الكيان","entity.viewer.add_link":"إنشاء رابط","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"إدخال بالجملة","entity.viewer.search_placeholder":"بحث في {label}","entitySet.last_updated":"تم التحديث {date}","entityset.choose.name":"عنوان","entityset.choose.summary":"ملخص","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"إنشاء","entityset.delete.cancel":"الغاء","entityset.delete.confirm":"حذف","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"حذف","entityset.info.edit":"الإعدادات","entityset.info.export":"تصدير","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"عرض","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"حفظ التغييرات","error.screen.not_found":" لا يمكن العثور على الصفحة المطلوبة","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"الغاء","exports.dialog.confirm":"تصدير","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"الاسم","exports.no_exports":"You have no exports to download","exports.size":"الحجم","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, zero {عناوين} one {عنوان} two {عناوين} few {عناوين} many {عناوين} other {عناوين}}","facet.caption":"الاسم","facet.category":"{count, plural, zero {فئات} one {فئة} two {فئات} few {فئات} many {فئات} other {فئات}}","facet.collection_id":"مجموعة البيانات","facet.countries":"{count, plural, zero {دول} one {دولة} two {دول} few {دول} many {دول} other {دول}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, zero {إيميلات} one {ايميل} two {إيميلات} few {إيميلات} many {إيميلات} other {إيميلات}}","facet.ibans":"{count, plural, zero {أرقام الحسابات} one {رقم الحساب} two {أرقام الحسابات} few {أرقام الحسابات} many {أرقام الحسابات} other {أرقام حسابات IBAN}}","facet.languages":"{count, plural, zero {لغات} one {لغة} two {لغات} few {لغات} many {لغات} other {لغات}}","facet.mimetypes":"{count, plural, zero {نوع الملفات} one {نوع الملف} two {نوع الملفات} few {نوع الملفات} many {نوع الملفات} other {نوع الملفات}}","facet.names":"{count, plural, zero {اسماء} one {اسم} two {اسماء} few {اسماء} many {اسماء} other {اسماء}}","facet.phones":"{count, plural, zero {أرقام هواتف} one {رقم الهاتف} two {أرقام هواتف} few {أرقام هواتف} many {أرقام هواتف} other {أرقام هواتف}}","facet.schema":"Entity type","file_import.error":"خطأ في استيراد الملف","footer.aleph":"أَلِف {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"حاول البحث: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"البحث عن السجلات العامة والتسريبات","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"بحث","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"مجموعة البيانات","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"آخر تحديث","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"تسجيل الدخول عبر OAuth","mapping.actions.create":"إنشاء كيانات","mapping.actions.create.toast":"الكيانات قيد الإنشاء","mapping.actions.delete":"حذف","mapping.actions.delete.toast":"حذف اليحث الشامل وأي كيانات تم إنشاؤها ...","mapping.actions.export":"تصدير البحث الشامل","mapping.actions.flush":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.flush.toast":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.save":"حفظ التغييرات","mapping.actions.save.toast":"إعادة إنشاء الكيانات","mapping.create.cancel":"الغاء","mapping.create.confirm":"إنشاء","mapping.create.question":"هل أنت متأكد من أنك مستعد لإنشاء كيانات باستخدام البحث الشامل؟","mapping.delete.cancel":"الغاء","mapping.delete.confirm":"حذف","mapping.delete.question":"هل أنت متأكد أنك تريد حذف هذا التعيين وجميع الكيانات التي تم إنشاؤها؟","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"يجب إنشاء كائن من النوع \"{range}\" ليكون {property}","mapping.entityAssign.noResults":"لا توجد مواضيع مطابقة متاحة","mapping.entityAssign.placeholder":"حدد موضوع","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"إزالة","mapping.error.keyMissing":"خطأ رئيسي: يجب أن يحتوي {id} الكيان على مفتاح واحد على الأقل","mapping.error.relationshipMissing":"خطأ في العلاقة: {id} يجب أن يكون للكيان {source} و {target} معين","mapping.flush.cancel":"الغاء","mapping.flush.confirm":"إزالة","mapping.flush.question":"هل أنت متأكد من أنك تريد إزالة الكيانات التي تم إنشاؤها باستخدام هذا البحث الشامل؟","mapping.import.button":"استيراد الرسم التخطيطي الموجود","mapping.import.placeholder":"أسقط ملف yml هنا أو اضغط لاستيراد ملف بحث شامل موجود","mapping.import.querySelect":"حدد استعلام بحث شامل من هذا الملف للاستيراد:","mapping.import.submit":"إرسال","mapping.import.success":"تم استيراد بحثك الكامل بنجاح","mapping.import.title":"استيراد البحث الشامل","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"آلف لتوثيق بيانات البحث الشامل","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"أقل","mapping.keyAssign.additionalHelpToggle.more":"المزيد عن المفاتيح","mapping.keyAssign.helpText":"حدد الأعمدة التي سيتم استخدامها لتحديد الكيانات الفريدة","mapping.keyAssign.noResults":"لا توجد نتائج","mapping.keyAssign.placeholder":"حدد المفاتيح من الأعمدة المتاحة","mapping.keys":"المفاتيح الرئيسية","mapping.propAssign.errorBlank":"الأعمدة بدون عناوين لا يمكن تعيينها","mapping.propAssign.errorDuplicate":"الأعمدة بالعناوين المكررة لا يمكن تعيينها","mapping.propAssign.literalButtonText":"أضف قيمة ثابتة","mapping.propAssign.literalPlaceholder":"أضف نصاً ثابتاً","mapping.propAssign.other":"آخر","mapping.propAssign.placeholder":"تعيين ملكية","mapping.propRemove":"إزالة هذه الخاصية من البحث الشامل","mapping.props":"الخصائص","mapping.save.cancel":"الغاء","mapping.save.confirm":"تحديث البحث الشامل او إعادة انشائها","mapping.save.question":"سيؤدي تحديث هذا التعيين إلى حذف أي كيانات تم إنشاؤها سابقًا وإعادة إنشائها. هل أنت متأكد أنك تريد الاستمرار؟","mapping.section1.title":"1.اختار أنواع الكيانات المراد إنشاؤها","mapping.section2.title":"2. تعيين أعمدة للكيان","mapping.section3.title":"3. تحقيق/ تدقيق","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"خطأ:","mapping.status.status":"الحالة:","mapping.status.updated":"آخر تحديث:","mapping.title":"إنشاء كيانات منظمة","mapping.types.objects":"مواضيع","mapping.types.relationships":"علاقات","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"تنبيهات","nav.cases":"Investigations","nav.collections":"مجموعات البيانات","nav.diagrams":"مخططات الشبكة","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"الإعدادات","nav.signin":"تسجيل الدخول","nav.signout":"تسجيل الخروج","nav.status":"حالة النظام","nav.timelines":"Timelines","nav.view_notifications":"إشعارات","navbar.alert_add":"اضغط لتلقي تنبيهات حول النتائج الجديدة بخصوص هذا البحث","navbar.alert_remove":"تتلقى تنبيهات حول هذا البحث","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"ما الجديد {role}؟","notifications.no_notifications":"ليس لديك إشعارات غير مرئية","notifications.title":"اشعارات حديثة","notifications.type_filter.all":"الكل","pages.not.found":"الصفحة غير موجودة","pass.auth.not_same":"كلمات السر الخاصة بك ليست هي نفسها!","password_auth.activate":"تفعيل","password_auth.confirm":"تأكيد كلمة المرور","password_auth.email":"البريد الإلكتروني","password_auth.name":"اسمك","password_auth.password":"كلمة المرور","password_auth.signin":"تسجيل الدخول","password_auth.signup":"تسجيل","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"استخدم مفتاح API لقراءة البيانات وكتابتها عبر التطبيقات عن بعد.","queryFilters.clearAll":"حذف الكل","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":" المستندات قيد المعالجة. ارجوك انتظر...","restricted.explain":"استخدام مجموعة البيانات مقيد. اقرأ الوصف واتصل بـ {creator} قبل استخدام هذه المادة.","restricted.explain.creator":"مالك مجموعة البيانات","restricted.tag":"مقيد","result.error":"خطأ","result.more_results":"أكثر من {total} نتيجة","result.none":"لم يتم العثور على نتائج","result.results":"العثور على {total} من النتائج","result.searching":"جاري البحث","result.solo":"تم العثور على نتيجة واحدة","role.select.user":"اختر اسم المستخدم","schemaSelect.button.relationship":"أضف علاقة جديدة","schemaSelect.button.thing":"أضف موضوعاَ جديداً","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"حذف الكل","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"بحث","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"بعض المصادر مخفية عن المستخدمين المجهولين. اضغط {signInButton} لعرض جميع النتائج المسموح لك بالوصول إليها.","search.callout_message.button_text":"تسجيل الدخول","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"الخصائص","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} محدد","search.facets.hide":"Hide filters","search.facets.no_items":"لا توجد خيارات","search.facets.show":"Show filters","search.facets.showMore":"اعرض المزيد:","search.filterTag.ancestors":"في:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"ليس:","search.filterTag.role":"تصفية حسب الوصول","search.loading":"Loading...","search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","search.no_results_title":"لم يتم العثور على نتائج","search.placeholder":"ابحث عن شركات وأشخاص ومستندات","search.placeholder_default":"Search…","search.placeholder_label":"بحث في {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"نتائج","search.screen.dates_title":"تواريخ","search.screen.export":"تصدير","search.screen.export_disabled":"لا يمكن تصدير أكثر من 10000 نتيجة في المرة الواحدة","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"بحث","settings.api_key":"مفتاح API الوصول السري ","settings.confirm":"(تأكيد)","settings.current_explain":"أدخل كلمة المرور الحالية لتعيين كلمة مرور جديدة.","settings.current_password":"كلمة المرور الحالية","settings.email":"البريد الكتروني","settings.email.muted":"استلام اشعارات رسائل البريد الإلكتروني","settings.email.no_change":"لا يمكن تغيير عنوان بريدك الإلكتروني","settings.email.tester":"اختبر الميزات الجديدة قبل الانتهاء","settings.locale":"اللغة","settings.name":"الاسم","settings.new_password":"كلمة سر جديدة","settings.password.missmatch":"كلمة المرور غير مطابقة","settings.password.rules":"استخدم ستة أحرف على الأقل","settings.password.title":"قم بتغيير كلمة المرور الخاصة بك","settings.save":"تحديث","settings.saved":"إنه رسمي، يتم تحديث ملفك الشخصي.","settings.title":"الإعدادات","sidebar.open":"توسيع النطاق","signup.activate":"فعل حسابك","signup.inbox.desc":"لقد أرسلنا لك بريدًا إلكترونيًا ، يرجى اتباع الرابط لإتمام عملية التسجيل","signup.inbox.title":"تحقق من بريدك الوارد","signup.login":"هل لديك حساب؟ تسجيل الدخول!","signup.register":"تسجيل","signup.register.question":"ليس لديك حساب؟ سجل!","signup.title":"تسجيل الدخول","sorting.bar.button.label":"إظهار","sorting.bar.caption":"العنوان","sorting.bar.collection_id":"مجموعة البيانات","sorting.bar.count":"الحجم","sorting.bar.countries":"الدول","sorting.bar.created_at":"انشاء تاريخ","sorting.bar.date":"التاريخ","sorting.bar.dates":"تواريخ ","sorting.bar.direction":"اتجاه:","sorting.bar.endDate":"End date","sorting.bar.label":"العنوان","sorting.bar.sort":"ترتيب حسب:","sorting.bar.updated_at":"تحديث التاريخ","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"تحميل...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"حذف","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"إنشاء","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"ذكرت {count} في {appName}","xref.compute":"احسب","xref.entity":"مرجع","xref.match":"تطابق محتمل","xref.match_collection":"مجموعة البيانات","xref.recompute":"إعادة الحساب","xref.score":"نتيجة","xref.sort.default":"Default","xref.sort.label":"ترتيب حسب:","xref.sort.random":"Random"},"bs":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Upravljaj pretplatama","alerts.no_alerts":"Ne pratite nijednu pretragu","alerts.save":"Ažuriraj","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"Server nije prihvatio Vaš unos","auth.server_error":"Greška na serveru","auth.success":"Uspješno","auth.unauthorized":"Nije Vam dozvoljen pristup","auth.unknown_error":"Desila se neočekivana greška","case.choose.name":"Title","case.choose.summary":"Opis","case.chose.languages":"Jezici","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Sačuvaj","case.share.with":"Podijeli sa","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pretraži korisnike","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Otkaži","collection.cancel.button":"Otkaži","collection.countries":"Država","collection.creator":"Upravitelj","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Otkaži","collection.delete.confirm":"Izbriši","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Kontrola pristupa","collection.edit.cancel_button":"Otkaži","collection.edit.groups":"Grupe","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Otkaži","collection.edit.info.category":"Kategorija","collection.edit.info.countries":"Države","collection.edit.info.creator":"Upravitelj","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Izbriši","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Oznaka","collection.edit.info.languages":"Jezici","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"Labela","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"Sažetak","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Sačuvaj izmjene","collection.edit.info.summary":"Opis","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Uredi","collection.edit.permissionstable.view":"Pregled","collection.edit.save_button":"Sačuvaj izmjene","collection.edit.save_success":"Vaše izmjene su sačuvane.","collection.edit.title":"Podešavanja","collection.edit.users":"Korisnici","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Podešavanja","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Sažetak","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Pretraži","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Povezane reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Otkaži","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Otkaži","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Povezane reference","dashboard.activity":"Activity","dashboard.alerts":"Pretplata","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupe","dashboard.lists":"Lists","dashboard.notifications":"Notifikacije","dashboard.settings":"Podešavanja","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Preuzmi","document.download.cancel":"Otkaži","document.download.confirm":"Preuzmi","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Preuzmi originalni dokument","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"Nova datoteka","document.folder.save":"Kreiraj","document.folder.title":"Nova datoteka","document.folder.untitled":"Naziv foldera","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Unos","document.upload.cancel":"Otkaži","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Izaberi fajlove za unos...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Unos","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Unos dokumenata","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Sistem ne podržava ovaj tip dokumenta. Molimo vas da ga preuzmete kako bi bili u mogućnosti da ga vidite.","document.viewer.no_viewer":"Pregled ovog dokumenta nije dostupan","email.body.empty":"Nema sadržaja.","entity.delete.cancel":"Otkaži","entity.delete.confirm":"Izbriši","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Prilozi","entity.info.documents":"Documents","entity.info.info":"Informacije","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Slično","entity.info.tags":"Mentions","entity.info.text":"Tekst","entity.info.view":"Pregled","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Izbriši","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Ukloni","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"Entitet nema nikakve veze.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Ukloni","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Ova datoteka je prazna","entity.search.no_results_description":"Pokušajte opširniji pojam za pretragu","entity.search.no_results_title":"Nema rezultata pretrage","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Ažurirano {date}","entityset.choose.name":"Title","entityset.choose.summary":"Opis","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Kreiraj","entityset.delete.cancel":"Otkaži","entityset.delete.confirm":"Izbriši","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Izbriši","entityset.info.edit":"Podešavanja","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Pregled","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Sačuvaj izmjene","error.screen.not_found":"Tražena stranica nije pronađena.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Otkaži","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Ime","exports.no_exports":"You have no exports to download","exports.size":"Veličina","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Ime","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Pokušajte pretražiti: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Pretraži","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Posljednja izmjena","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Unos dokumenata","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Loguj se pomoću OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Izbriši","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Sačuvaj izmjene","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Otkaži","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Otkaži","mapping.delete.confirm":"Izbriši","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Ukloni","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Otkaži","mapping.flush.confirm":"Ukloni","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Drugo","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Otkaži","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Veze","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Pretplata","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Podešavanja","nav.signin":"Prijava","nav.signout":"Odloguj se","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifikacije","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"Dobijate notifikacije u vezi ove pretrage.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Nedavne notifikacije","notifications.type_filter.all":"All","pages.not.found":"Stranica nije pronađena","pass.auth.not_same":"Vaše šifre nisu iste!","password_auth.activate":"Aktiviraj","password_auth.confirm":"Potvrdi šifru","password_auth.email":"E-mail adresa","password_auth.name":"Vaše ime","password_auth.password":"Šifra","password_auth.signin":"Prijava","password_auth.signup":"Registracija","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profil","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Koristi API ključ za čitanje i pisanje podataka pomoću udaljene aplikacije.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Dokumenti se upravo precesuiraju. Molimo sačekajte...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Greška","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Traženje...","result.solo":"One result found","role.select.user":"Izaberi korisnika","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Pretraži","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Prijava","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} odabrano","search.facets.hide":"Hide filters","search.facets.no_items":"Nema opcija","search.facets.show":"Show filters","search.facets.showMore":"Prikaži više...","search.filterTag.ancestors":"unutar:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"osim:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Pokušajte opširniji pojam za pretragu","search.no_results_title":"Nema rezultata pretrage","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Pretraži...","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"rezultata","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Pretraži","settings.api_key":"API tajni pristupni ključ","settings.confirm":"(potvrdi)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail adrese","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Vaša e-mail adresa ne može se promijeniti","settings.email.tester":"Test new features before they are finished","settings.locale":"Jezik","settings.name":"Ime","settings.new_password":"New password","settings.password.missmatch":"Šifre nisu iste","settings.password.rules":"Koristi najmaje šest karaktera","settings.password.title":"Change your password","settings.save":"Ažuriraj","settings.saved":"It's official, your profile is updated.","settings.title":"Podešavanja","sidebar.open":"Expand","signup.activate":"Aktiviraj svoj profil","signup.inbox.desc":"Poslali smo Vam e-mail, molimo da pomoću linka završite svoju registraciju","signup.inbox.title":"Provjeri svoju poštu","signup.login":"Već imate kreiran profil? Logujte se!","signup.register":"Registrujte se","signup.register.question":"Nemate kreiran profil? Registrujte se!","signup.title":"Prijava","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Veličina","sorting.bar.countries":"Države","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Datum","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Učitavanje...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Izbriši","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Kreiraj","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Količina usaglašenosti","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"de":{"alert.manager.description":"Sie erhalten eine Benachrichtigung, sobald ein neues Suchergebnis zu einem ihrer Themen-Abos bereit steht.","alerts.add_placeholder":"Legen sie ein neues Themen-Abo an...","alerts.delete":"Remove alert","alerts.heading":"Verwalten sie sie ihre Themen-Abos","alerts.no_alerts":"Sie haben keine Themen-Abos","alerts.save":"Speichern","alerts.title":"Themen-Abos","alerts.track":"Verfolgen","auth.bad_request":"Der Server hat ihre Eingaben nicht akzeptiert.","auth.server_error":"Serverfehler","auth.success":"Erfolg","auth.unauthorized":"Erlaubnis verweigert","auth.unknown_error":"Ein unerwarteter Fehler ist aufgetreten.","case.choose.name":"Titel","case.choose.summary":"Beschreibung","case.chose.languages":"Sprachen","case.create.login":"Um ihre eigenen Daten hoch zu laden müssen sie sich anmelden.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Sprachen auswählen","case.languages.helper":"Wir zur optischen Erkennung von Schrift in Dokumenten verwendet.","case.save":"Speichern","case.share.with":"Teilen mit","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Nutzersuche","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Recherchen","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"In die Zwischenablage kopieren","collection.addSchema.placeholder":"Neue Objektart hinzufügen","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Abbrechen","collection.cancel.button":"Abbrechen","collection.countries":"Land","collection.creator":"Verwalter","collection.data_updated_at":"Content updated","collection.data_url":"Daten-URL","collection.delete.cancel":"Abbrechen","collection.delete.confirm":"Löschen","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Zugangskontrolle","collection.edit.cancel_button":"Abbrechen","collection.edit.groups":"Gruppen","collection.edit.info.analyze":"Erneut verarbeiten","collection.edit.info.cancel":"Abbrechen","collection.edit.info.category":"Kategorie","collection.edit.info.countries":"Länder","collection.edit.info.creator":"Verwalter","collection.edit.info.data_url":"Quelldaten-URL","collection.edit.info.delete":"Löschen","collection.edit.info.foreign_id":"Foreign-ID","collection.edit.info.frequency":"Aktualisierungsrate","collection.edit.info.info_url":"Informations-URL","collection.edit.info.label":"Titel","collection.edit.info.languages":"Sprachen","collection.edit.info.placeholder_country":"Länder auswählen","collection.edit.info.placeholder_data_url":"Link zu den Rohdaten","collection.edit.info.placeholder_info_url":"Link zu zusätzlichen Informationen","collection.edit.info.placeholder_label":"Ein Titel","collection.edit.info.placeholder_language":"Sprachen auswählen","collection.edit.info.placeholder_publisher":"Die Organisation oder Person, die diese Daten bereitstellt","collection.edit.info.placeholder_publisher_url":"Link zum Herausgeber","collection.edit.info.placeholder_summary":"Eine kurze Beschreibung","collection.edit.info.publisher":"Herausgeber","collection.edit.info.publisher_url":"Herausgeber-URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Speichern","collection.edit.info.summary":"Beschreibung","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Bearbeiten","collection.edit.permissionstable.view":"Darstellung","collection.edit.save_button":"Speichern","collection.edit.save_success":"Ich gebe ihnen mein Ehrenwort!","collection.edit.title":"Einstellungen","collection.edit.users":"Benutzer","collection.foreign_id":"Foreign-ID","collection.frequency":"Aktualisierung","collection.index.empty":"Es wurden keine Datensätze gefunden.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Von mir erstellt","collection.index.no_results":"Es wurden keine Datensätze gefunden, die ihrer Suchanfrage entsprechen.","collection.index.placeholder":"Datensätze durchsuchen...","collection.index.title":"Datensätze","collection.info.access":"Teilen","collection.info.browse":"Dokumente","collection.info.delete":"Datensatz löschen","collection.info.delete_casefile":"Recherche löschen","collection.info.diagrams":"Netzwerkdiagramme","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Dokumente","collection.info.edit":"Einstellungen","collection.info.entities":"Objekte","collection.info.lists":"Listen","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Erwähnungen","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Übersicht","collection.info.reindex":"Alle Daten re-indizieren","collection.info.reingest":"Dokumente erneut verarbeiten","collection.info.search":"Suche","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Rasterfahndung","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Informations-URL","collection.last_updated":"Zuletzt {date} aktualisiert","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Herausgeber","collection.reconcile":"Reconciliation","collection.reconcile.description":"Gleichen sie mithilfe des freien {openrefine}-Tools ihre eigenen Daten mit den Objekten in diesem Datensatz ab.","collection.reindex.cancel":"Abbrechen","collection.reindex.confirm":"Indizieren","collection.reindex.flush":"Index vor dem re-indizieren entleeren","collection.reindex.processing":"Indizierung wurde gestartet.","collection.reingest.confirm":"Verarbeitung starten","collection.reingest.index":"Dokumente nach der Verarbeitung indizieren.","collection.reingest.processing":"Verarbeitung gestartet.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mehr zeigen","collection.status.cancel_button":"Vorgang abbrechen","collection.status.collection":"Datensatz","collection.status.finished_tasks":"Fertig","collection.status.jobs":"Prozesse","collection.status.message":"Tollen sie herum während die Daten verarbeitet werden.","collection.status.no_active":"Es findet keine Datenverarbeitung statt.","collection.status.pending_tasks":"Unerledigt","collection.status.progress":"Aufgaben","collection.status.title":"Wird verarbeitet ({percent}%)","collection.team":"Zugang","collection.updated_at":"Metadata updated","collection.xref.cancel":"Abbrechen","collection.xref.confirm":"Bestätigen","collection.xref.empty":"Er gibt keine Rasterfahndungsergebnisse.","collection.xref.processing":"Rasterfahndung gestartet.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Rasterfahndung","dashboard.activity":"Tätigkeiten","dashboard.alerts":"Themen-Abos","dashboard.cases":"Recherchen","dashboard.diagrams":"Netzwerkdiagramme","dashboard.exports":"Exporte","dashboard.groups":"Gruppen","dashboard.lists":"Listen","dashboard.notifications":"Benachrichtigungen","dashboard.settings":"Einstellungen","dashboard.status":"Systemstatus","dashboard.subheading":"Beobachten sie den Fortschritt von laufenden Datenimports und -analysen.","dashboard.timelines":"Timelines","dashboard.title":"Systemstatus","dashboard.workspace":"Arbeitsplatz","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Neues Netzwerk","diagram.create.label_placeholder":"Unbenanntes Diagramm","diagram.create.login":"Um ein Netzwerkdiagramm anzulegen müssen sie angemeldet sein.","diagram.create.success":"Ihr Diagramm wurde erfolgreich erstellt.","diagram.create.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.create.title":"Neues Diagramm anlegen","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Diagramm importieren","diagram.import.placeholder":"Legen sie hier eine .vis Datei ab, um ein bestehendes Netzwerkdiagramm zu importieren","diagram.import.title":"Netzwerkdiagramm importieren","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Neues Diagramm anlegen","diagram.selector.select_empty":"Keine bestehenden Diagramme","diagram.update.label_placeholder":"Unbenanntes Diagramm","diagram.update.success":"Ihr Diagramm wurde erfolgreich angelegt.","diagram.update.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.update.title":"Diagramm-Einstellungen","diagrams":"Diagramme","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"Es gibt keine Netzwerkdiagramme.","diagrams.title":"Netzwerkdiagramme","document.download":"Herunterladen","document.download.cancel":"Abbrechen","document.download.confirm":"Herunterladen","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Quelldokument herunterladen","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Beim Anlegen des Ordners trat ein Fehler auf.","document.folder.new":"Neuer Ordner","document.folder.save":"Anlegen","document.folder.title":"Neuer Ordner","document.folder.untitled":"Ordnertitel","document.mapping.start":"Entitäten erzeugen","document.paging":"Seite {pageInput} von {numberOfPages}","document.pdf.search.page":"Seite {page}","document.search.no_match":"Keine einzelne Seite in diesem Dokument enthält alle Suchbegriffe.","document.upload.button":"Hochladen","document.upload.cancel":"Abbrechen","document.upload.close":"Schließen","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Wählen sie Dateien für den Upload","document.upload.folder":"Wenn sie stattdessen einen Ordner hochladen wollen: { button }.","document.upload.folder-toggle":"hier drücken","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Hochladen","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Dokumente hochladen","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Das System kann mit diesem Dateityp nicht umgehen. Bitte laden sie die Datei herunter um den Inhalt zu sehen.","document.viewer.no_viewer":"Für dieses Dokument ist keine Vorschau verfügbar","email.body.empty":"Kein Nachrichtentext","entity.delete.cancel":"Abbrechen","entity.delete.confirm":"Löschen","entity.delete.error":"Beim Löschen des Objektes trat ein Fehler auf.","entity.delete.progress":"Lösche...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Erfolgreich gelöscht","entity.document.manager.cannot_map":"Wählen sie eine Tabelle aus der sie strukturierte Daten importieren wollen","entity.document.manager.empty":"Keine Dateien und Verzeichnisse.","entity.document.manager.emptyCanUpload":"Keine Dateien oder Verzeichnisse. Ziehen sie Dateien hier in um sie hoch zu laden.","entity.document.manager.search_placeholder":"Dokumente suchen","entity.document.manager.search_placeholder_document":"Suche in {label}","entity.info.attachments":"Anhänge","entity.info.documents":"Dokumente","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Ähnlich","entity.info.tags":"Erwähnungen","entity.info.text":"Text","entity.info.view":"Darstellung","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Wählen die die Tabelle aus der sie {schema} importieren wollen.","entity.manager.bulk_import.description.2":"Nach der Auswahl können die Spalten aus der Tabelle den Eigenschaften der erzeugten Objekte zuweisen.","entity.manager.bulk_import.description.3":"Haben sie die gesuchte Tabelle nicht gefunden? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"Keine passenden Dokumente gefunden","entity.manager.bulk_import.placeholder":"Wählen sie eine Tabelle aus","entity.manager.delete":"Löschen","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Entfernen","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"{schema} suchen","entity.mapping.view":"Entitäten erzeugen","entity.properties.missing":"unbekannt","entity.references.no_relationships":"Diese Objekt hat keine Verbindungen.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Entfernen","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Dieser Ordner ist leer","entity.search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","entity.search.no_results_title":"Keine Suchergebnisse","entity.similar.empty":"Es gibt keine ähnlichen Einträge.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Speicherfehler","entity.status.in_progress":"Speichere...","entity.status.success":"Gespeichert","entity.tags.no_tags":"Aus diesem Objekt wurden keine Schlagworte extrahiert.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Objektimport","entity.viewer.search_placeholder":"Suche in {label}","entitySet.last_updated":"Aktualisiert am {date}","entityset.choose.name":"Titel","entityset.choose.summary":"Beschreibung","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Anlegen","entityset.delete.cancel":"Abbrechen","entityset.delete.confirm":"Löschen","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Löschen","entityset.info.edit":"Einstellungen","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Darstellung","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Speichern","error.screen.not_found":"Die angeforderte Seite konnte nicht gefunden werden.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Abbrechen","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Größe","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Adresse} other {Adressen}}","facet.caption":"Name","facet.category":"{count, plural, one {Kategorie} other {Kategorien}}","facet.collection_id":"Datensatz","facet.countries":"{count, plural, one {Land} other {Länder}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Sprache} other {Sprachen}}","facet.mimetypes":"{count, plural, one {Dateityp} other {Dateitypen}}","facet.names":"{count, plural, one {Name} other {Namen}}","facet.phones":"{count, plural, one {Telefonnummer} other {Telefonnummern}}","facet.schema":"Entity type","file_import.error":"Fehler beim Datei-Import","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Zum Beispiel: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Objektarten","home.stats.title":"Get started exploring public data","home.title":"Finde öffentliche Dokumente und Leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Suche","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Datensatz","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Aktualisiert","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Neue Objekte anlegen","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Dokumente hochladen","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Ungleich","judgement.positive":"Gleich","judgement.unsure":"Nicht genug Informationen","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"Neue Liste","list.create.label_placeholder":"Unbenannte Liste","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Unbenannte Liste","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"Listeneinstellungen","lists":"Listen","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Listen","login.oauth":"Mit OAuth anmelden","mapping.actions.create":"Entitäten erzeugen","mapping.actions.create.toast":"Entitäten werden erzeugt...","mapping.actions.delete":"Löschen","mapping.actions.delete.toast":"Mapping und erzeugte Entitäten löschen...","mapping.actions.export":"Mapping exportieren","mapping.actions.flush":"Entstandene Entitäten entfernen","mapping.actions.flush.toast":"Entferne erzeugte Entitäten...","mapping.actions.save":"Speichern","mapping.actions.save.toast":"Entitäten werden erneut erzeugt...","mapping.create.cancel":"Abbrechen","mapping.create.confirm":"Erzeugen","mapping.create.question":"Sind sie sicher, dass sie auf der Basis dieses Mappings Objekte erzeugen wollen?","mapping.delete.cancel":"Abbrechen","mapping.delete.confirm":"Löschen","mapping.delete.question":"Sind sie sicher, dass sie dieses Mapping und alle daraus resultierenden Objekte löschen wollen?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Sie benötigen eine \"{range}\" als Zuweisung für die Eigenschaft {property}","mapping.entityAssign.noResults":"Keine passenden Objekte sind verfügbar","mapping.entityAssign.placeholder":"Objekt auswählen","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Entfernen","mapping.error.keyMissing":"Schlüssel-Fehler: Objekt {id} muss mindestens einen Schlüssel haben","mapping.error.relationshipMissing":"Verbindungsfehler: dem Objekt {id} muss sowohl {source} wie {target} zugewiesen werden.","mapping.flush.cancel":"Abbrechen","mapping.flush.confirm":"Entfernen","mapping.flush.question":"Sind sie sicher, dass sie die Entitäten die aus dieses Mapping generiert wurden löschen möchten?","mapping.import.button":"Bestehendes Mapping importieren","mapping.import.placeholder":"Legen sie hier eine YAML-Datei ab um ein bestehendes Mapping zu importieren","mapping.import.querySelect":"Wählen sie die Mapping-Query aus dieser Datei, die sie importieren wollen:","mapping.import.submit":"Speichern","mapping.import.success":"Ihr Mapping wurde erfolgreich importiert.","mapping.import.title":"Mapping importieren","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph Mapping-Dokumentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Weniger","mapping.keyAssign.additionalHelpToggle.more":"Mehr zu Schlüsseln","mapping.keyAssign.helpText":"Wählen sie die Spalten in den Quelldaten aus denen eindeutige Objekt-Kennungen erzeugt werden können.","mapping.keyAssign.noResults":"Keine Treffer","mapping.keyAssign.placeholder":"Wählen sie aus den verfügbaren Spalten einen Schlüssel","mapping.keys":"Schlüssel","mapping.propAssign.errorBlank":"Spalten ohne Kopfzeile können nicht zugewiesen weden","mapping.propAssign.errorDuplicate":"Mehrfach genutzte Kopfzeilen können nicht zugewiesen werden","mapping.propAssign.literalButtonText":"Einen fixen Wert setzen","mapping.propAssign.literalPlaceholder":"Fixen Wert hinzufügen","mapping.propAssign.other":"Andere","mapping.propAssign.placeholder":"Eigenschaft zuweisen","mapping.propRemove":"Diese Eigenschaft aus dem Mapping entfernen","mapping.props":"Eigenschaften","mapping.save.cancel":"Abbrechen","mapping.save.confirm":"Mapping speichern & aktualisieren","mapping.save.question":"Wenn sie dieses Mapping speichern werden alle zuvor erzeugten Entitäten entfernt und neu generiert. Wollen sie fortfahren?","mapping.section1.title":"1. Entitiäten-Typen auswählen","mapping.section2.title":"2. Verknüpfung von Spalten mit Eigenschaften ","mapping.section3.title":"3. Prüfung","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Fehler: ","mapping.status.status":"Status: ","mapping.status.updated":"Aktualisiert: ","mapping.title":"Strukturierte Daten erzeugen","mapping.types.objects":"Objekte","mapping.types.relationships":"Verbindungen","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Themen-Abos","nav.cases":"Recherchen","nav.collections":"Datensätze","nav.diagrams":"Netzwerkdiagramme","nav.exports":"Exporte","nav.lists":"Listen","nav.menu.cases":"Recherchen","nav.settings":"Einstellungen","nav.signin":"Anmelden","nav.signout":"Abmelden","nav.status":"Systemstatus","nav.timelines":"Timelines","nav.view_notifications":"Benachrichtigungen","navbar.alert_add":"Erhalten sie Benachrichtigungen über neue Treffer zu dieser Suche.","navbar.alert_remove":"Zu diesem Suchbegriff erhalten sie Benachrichtigungen","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Was läuft, {role}?","notifications.no_notifications":"Sie haben keine ungesehenen Benachrichtigungen","notifications.title":"Neue Benachrichtigungen","notifications.type_filter.all":"Alle","pages.not.found":"Seite nicht gefunden","pass.auth.not_same":"Die Passwörter stimmen nicht überein!","password_auth.activate":"Aktivieren","password_auth.confirm":"Passwort bestätigen","password_auth.email":"E-Mail-Adresse","password_auth.name":"Ihr Name","password_auth.password":"Passwort","password_auth.signin":"Anmelden","password_auth.signup":"Registrieren","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profil","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Nutzen sie den API-Schlüssel um Daten aus anderen Programmen zu lesen oder schreiben.","queryFilters.clearAll":"Alle entfernen","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Die Dokumente werden verarbeitet. Bitte warten sie...","restricted.explain":"Die Nutzung dieses Datensatzes unterliegt der Vertraulichkeit. Bitte lesen sie die Datensatzbeschreibung und treten sie mit {creator} in Verbindung, bevor sie das Material benutzen.","restricted.explain.creator":"dem Datensatz-Verwalter","restricted.tag":"VERTRAULICH","result.error":"Fehler","result.more_results":"Mehr als {total} Treffer","result.none":"Keine Treffer gefunden","result.results":"{total} Treffer gefunden","result.searching":"Suche...","result.solo":"Ein Treffer gefunden","role.select.user":"Wählen sie einen Nutzer","schemaSelect.button.relationship":"Neue Beziehung hinzufügen","schemaSelect.button.thing":"Neues Objekt hinzufügen","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Alle entfernen","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Suche","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Begriff","search.callout_message":"Einige Quellen sind anonymen Nutzern nicht zugänglich. {signInButton} um alle Resultate zu sehen, zu denen sie Zugang haben.","search.callout_message.button_text":"Anmelden","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Eigenschaften","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} ausgewählt","search.facets.hide":"Hide filters","search.facets.no_items":"Keine Optionen","search.facets.show":"Show filters","search.facets.showMore":"Mehr zeigen...","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"Nach","search.filterTag.dates_before":"Vor","search.filterTag.exclude":"nicht:","search.filterTag.role":"Nach Zugriff gefiltert","search.loading":"Loading...","search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","search.no_results_title":"Keine Suchergebnisse","search.placeholder":"Suche nach Firmen, Personen oder Dokumenten","search.placeholder_default":"Suchen...","search.placeholder_label":"Suche in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"Treffer","search.screen.dates_title":"Zeitleiste","search.screen.export":"Export","search.screen.export_disabled":"Es können nur 10,000 Resultate auf einmal exportiert werden","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Suche","settings.api_key":"API-Zugangsschlüssel","settings.confirm":"(bestätigen)","settings.current_explain":"Geben sie ihr Passwort an um ein Neues zu setzen.","settings.current_password":"Gegenwärtiges Passwort","settings.email":"E-Mail-Adresse","settings.email.muted":"Tägliche Benachrichtigungen per E-Mail erhalten","settings.email.no_change":"Sie können Ihre E-Mail Adresse nicht ändern.","settings.email.tester":"Ich will neue Funktionen der Software testen bevor sie fertig sind","settings.locale":"Sprache","settings.name":"Name","settings.new_password":"Neues Passwort","settings.password.missmatch":"Passwörter stimmen nicht überein","settings.password.rules":"Mindestens sechs Buchstaben","settings.password.title":"Ändern sie ihr Passwort","settings.save":"Speichern","settings.saved":"Nach meiner Kenntnis tritt das sofort, unverzüglich in Kraft.","settings.title":"Einstellungen","sidebar.open":"Erweitern","signup.activate":"Aktivieren sie ihr Nutzerkonto","signup.inbox.desc":"Wir haben ihnen eine E-Mail geschickt, folgen sie dem enthaltenen Link um die Anmeldung abzuschliessen","signup.inbox.title":"Prüfen sie ihr Postfach","signup.login":"Haben sie schon ein Konto? Zur Anmeldung.","signup.register":"Anmelden","signup.register.question":"Sie haben kein Konto? Anmelden!","signup.title":"Anmelden","sorting.bar.button.label":"Show:","sorting.bar.caption":"Titel","sorting.bar.collection_id":"Datensatz","sorting.bar.count":"Größe","sorting.bar.countries":"Länder","sorting.bar.created_at":"Erzeugungsdatum","sorting.bar.date":"Datum","sorting.bar.dates":"Zeitleiste","sorting.bar.direction":"Richtung:","sorting.bar.endDate":"End date","sorting.bar.label":"Titel","sorting.bar.sort":"Sortieren nach:","sorting.bar.updated_at":"Aktualisierungsdatum","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Begriff","text.loading":"Lade...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Löschen","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Anlegen","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} Erwähnungen in {appName}","xref.compute":"Errechnen","xref.entity":"Verweis","xref.match":"Möglicher Treffer","xref.match_collection":"Datensatz","xref.recompute":"Neu berechnen","xref.score":"Qualität","xref.sort.default":"Default","xref.sort.label":"Sortieren nach:","xref.sort.random":"Random"},"es":{"alert.manager.description":"Recibirá notificaciones cuando se agregue un nuevo resultado que coincida con cualquiera de las alertas que ha configurado a continuación.","alerts.add_placeholder":"Crear una nuevo monitor de alertas...","alerts.delete":"Remove alert","alerts.heading":"Administre sus alertas","alerts.no_alerts":"No está haciendo monitoreando ninguna búsqueda","alerts.save":"Actualizar","alerts.title":"Alertas de monitoreo","alerts.track":"Monitorear","auth.bad_request":"El servidor no aceptó su entrada","auth.server_error":"Error del servidor","auth.success":"Acierto","auth.unauthorized":"No autorizado","auth.unknown_error":"Ha ocurrido un error inesperado","case.choose.name":"Título","case.choose.summary":"Resumen","case.chose.languages":"Idiomas","case.create.login":"Debe iniciar sesión para subir sus propia serie de datos.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Seleccionar idiomas","case.languages.helper":"Se usa para reconocimiento óptico de texto en alfabetos no latinos.","case.save":"Guardar","case.share.with":"Compartir con","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Buscar usuarios","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar al portapapeles","collection.addSchema.placeholder":"Agregar nuevo tipo de entidad","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Administrador","collection.data_updated_at":"Content updated","collection.data_url":"URL de datos","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Borrar","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Control de acceso","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocesar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoría","collection.edit.info.countries":"Países","collection.edit.info.creator":"Administrador","collection.edit.info.data_url":"URL de la fuente de datos","collection.edit.info.delete":"Borrar","collection.edit.info.foreign_id":"Identificación extranjera","collection.edit.info.frequency":"Frecuencia de actualización","collection.edit.info.info_url":"URL de información","collection.edit.info.label":"Etiqueta","collection.edit.info.languages":"Idiomas","collection.edit.info.placeholder_country":"Seleccionar países","collection.edit.info.placeholder_data_url":"Enlace a datos sin procesar en formato descargable","collection.edit.info.placeholder_info_url":"Enlace a más información","collection.edit.info.placeholder_label":"Una etiqueta","collection.edit.info.placeholder_language":"Seleccionar idiomas","collection.edit.info.placeholder_publisher":"Organismo o persona que publica estos datos","collection.edit.info.placeholder_publisher_url":"Enlace a quien publica","collection.edit.info.placeholder_summary":"Un resumen breve","collection.edit.info.publisher":"Editor","collection.edit.info.publisher_url":"URL del editor","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Guardar cambios","collection.edit.info.summary":"Resumen","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Vista","collection.edit.save_button":"Guardar cambios","collection.edit.save_success":"Sus cambios han sido guardados.","collection.edit.title":"Configuraciones","collection.edit.users":"Usuarios","collection.foreign_id":"Identificación extranjera","collection.frequency":"Actualizaciones","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todos","collection.index.filter.mine":"Creado por mi","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Buscar conjuntos de datos...","collection.index.title":"Conjuntos de datos","collection.info.access":"Compartir","collection.info.browse":"Documentos","collection.info.delete":"Eliminar conjunto de datos","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Diagramas de red","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documentos","collection.info.edit":"Configuraciones","collection.info.entities":"Entidades","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Menciones","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Resumen","collection.info.reindex":"Reindexar todo el contenido","collection.info.reingest":"Reintroducir documentos","collection.info.search":"Buscar","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cruce de base de datos","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de información","collection.last_updated":"Última actualización {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Editor","collection.reconcile":"Conciliación","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Empezar a indexar","collection.reindex.flush":"Borrar el índice antes de reindexar","collection.reindex.processing":"Se inició el indexado.","collection.reingest.confirm":"Empezar a procesar","collection.reingest.index":"Indexar documentos mientras se procesan.","collection.reingest.processing":"Se inició la reintroducción.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mostrar más","collection.status.cancel_button":"Cancelar el proceso","collection.status.collection":"Conjunto de datos","collection.status.finished_tasks":"Terminado","collection.status.jobs":"Trabajos","collection.status.message":"Siga explorando mientras se procesan los datos.","collection.status.no_active":"No hay tareas en proceso","collection.status.pending_tasks":"Pendiente","collection.status.progress":"Tareas","collection.status.title":"Actualización en progreso ({percent}%)","collection.team":"Accesible para","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirmar","collection.xref.empty":"No hay resultados de cruces de bases de datos.","collection.xref.processing":"Se inició el cruce de bases de datos.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cruce de base de datos","dashboard.activity":"Actividad","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Diagramas de red","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificaciones","dashboard.settings":"Configuraciones","dashboard.status":"Estado del sistema","dashboard.subheading":"Verifique el progreso de análisis, carga y procesamiento de datos en curso.","dashboard.timelines":"Timelines","dashboard.title":"Estado del sistema","dashboard.workspace":"Espacio de trabajo","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Nuevo diagrama","diagram.create.label_placeholder":"Diagrama sin título","diagram.create.login":"Debes iniciar sesión para crear un diagrama","diagram.create.success":"Tu diagrama se ha creado correctamente.","diagram.create.summary_placeholder":"Una breve descripción del diagrama","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Importar diagrama","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Importar un diagrama de una red","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Crear un diagrama nuevo","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Diagrama sin título","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"Una breve descripción del diagrama","diagram.update.title":"Configuración de diagrama","diagrams":"Diagramas","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"No hay diagramas de una red.","diagrams.title":"Diagramas de una red","document.download":"Descargar","document.download.cancel":"Cancelar","document.download.confirm":"Descargar","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Descargar el documento original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Se produjo un error al crear la carpeta.","document.folder.new":"Nueva carpeta","document.folder.save":"Crear","document.folder.title":"Nueva carpeta","document.folder.untitled":"Título de carpeta","document.mapping.start":"Generar entidades","document.paging":"Página {pageInput} de {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Ninguna página de este documento coincide con todos los términos de su búsqueda.","document.upload.button":"Subir","document.upload.cancel":"Cancelar","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Elija los archivos a cargar...","document.upload.folder":"Si prefiere subir carpetas, { button }.","document.upload.folder-toggle":"Haga clic aquí","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Subir","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"El sistema no trabaja con este tipo de archivos. Por favor, descárguelo para poder visualizarlo.","document.viewer.no_viewer":"La vista previa para este documento no está disponible","email.body.empty":"Sin cuerpo de mensaje.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Borrar","entity.delete.error":"Ocurrió un error al intentar eliminar esta entidad.","entity.delete.progress":"Eliminando...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Se eliminó correctamente","entity.document.manager.cannot_map":"Seleccione un documento de tabla para generar entidades estructuradas","entity.document.manager.empty":"No hay archivos ni directorios","entity.document.manager.emptyCanUpload":"No hay archivos ni directorios. Arrastre y suelte archivos aquí o haga clic para subirlos.","entity.document.manager.search_placeholder":"Buscar documentos","entity.document.manager.search_placeholder_document":"Buscar en {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Información","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menciones","entity.info.text":"Texto","entity.info.view":"Vista","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Seleccione una tabla de abajo desde la cual importar nuevas entidades de {schema}.","entity.manager.bulk_import.description.2":"Al seleccionar, se te pedirá que asignes columnas de esa tabla a las propiedades de las entidades generadas.","entity.manager.bulk_import.description.3":"¿No puedes ver la tabla que estás buscando? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No se encontraron documentos que coincidan","entity.manager.bulk_import.placeholder":"Seleccionar un documento de tabla","entity.manager.delete":"Borrar","entity.manager.edge_create_success":"Se enlazó exitosamente {source} y {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Eliminar","entity.manager.search_empty":"No se encontraron {schema} que coincidan","entity.manager.search_placeholder":"Buscar {schema}","entity.mapping.view":"Generar entidades","entity.properties.missing":"desconocido","entity.references.no_relationships":"Esta entidad no tiene ninguna relación.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Eliminar","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Esta carpeta está vacía","entity.search.no_results_description":"Intente haciendo su búsqueda más general","entity.search.no_results_title":"Sin resultados de búsqueda","entity.similar.empty":"No hay entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error al guardar","entity.status.in_progress":"Guardando...","entity.status.success":"Guardado","entity.tags.no_tags":"No se extrajeron selectores de esta entidad.","entity.viewer.add_link":"Crear enlace","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Importación en bloque","entity.viewer.search_placeholder":"Buscar en {label}","entitySet.last_updated":"Actualizado {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumen","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Crear","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Borrar","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Borrar","entityset.info.edit":"Configuraciones","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Vista","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Guardar cambios","error.screen.not_found":"No se encontró la página solicitada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancelar","exports.dialog.confirm":"Exportar","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Nombre","exports.no_exports":"You have no exports to download","exports.size":"Tamaño","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Direcciones}}","facet.caption":"Nombre","facet.category":"{count, plural, one {Category} other {Categorías}}","facet.collection_id":"Conjunto de datos","facet.countries":"{count, plural, one {Country} other {Países}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {Correos electrónicos}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Idiomas}}","facet.mimetypes":"{count, plural, one {File type} other {Tipos de archivo}}","facet.names":"{count, plural, one {Name} other {Nombres}}","facet.phones":"{count, plural, one {Phone number} other {Números de teléfono}}","facet.schema":"Entity type","file_import.error":"Error al importar archivo","footer.aleph":"Aleph {versión}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Intente buscando: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Buscar registros públicos y filtraciones","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Buscar","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Conjunto de datos","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Última actualización","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Iniciar sesión vía OAuth","mapping.actions.create":"Generar entidades","mapping.actions.create.toast":"Generando entidades...","mapping.actions.delete":"Borrar","mapping.actions.delete.toast":"Eliminando mapeo y entidades generadas...","mapping.actions.export":"Exportar mapeo","mapping.actions.flush":"Eliminar entidades generadas","mapping.actions.flush.toast":"Eliminando entidades generadas","mapping.actions.save":"Guardar cambios","mapping.actions.save.toast":"Regenerando entidades","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generar","mapping.create.question":"¿Seguro desea generar entidades usando este mapeo?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Borrar","mapping.delete.question":"¿Seguro desea eliminar este mapeo y todas las entidades generadas?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Debe crear un objeto de tipo \"{range}\" para que sea la {property}","mapping.entityAssign.noResults":"No hay objetos disponibles que coincidan","mapping.entityAssign.placeholder":"Seleccionar un objeto","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Eliminar","mapping.error.keyMissing":"Error de clave: {id} la entidad debe tener al menos una clave","mapping.error.relationshipMissing":"Error de relación: {id} entidad debe tener una {source} y {target} asignadas","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Eliminar","mapping.flush.question":"¿Seguro desea eliminar las entidades generadas usando este mapeo?","mapping.import.button":"Importar mapeo existente","mapping.import.placeholder":"Coloque un archivo .yml aquí para importar un mapeo existente","mapping.import.querySelect":"Seleccione una consulta de mapeo de este archivo para importar:","mapping.import.submit":"Enviar","mapping.import.success":"Su mapeo se ha importado correctamente.","mapping.import.title":"Exportar un mapeo","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Documentación de mapeo de datos de Aleph","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Menos","mapping.keyAssign.additionalHelpToggle.more":"Más información sobre las claves","mapping.keyAssign.helpText":"Especifique qué columnas de los datos fuente se usarán para identificar entidades únicas.","mapping.keyAssign.noResults":"No hay resultados","mapping.keyAssign.placeholder":"Seleccione claves de columnas disponibles","mapping.keys":"Claves","mapping.propAssign.errorBlank":"Las columnas sin encabezado no se pueden asignar","mapping.propAssign.errorDuplicate":"Las columnas con encabezados duplicados no se pueden asignar","mapping.propAssign.literalButtonText":"Agregar un valor fijo","mapping.propAssign.literalPlaceholder":"Agregar texto de valor fijo","mapping.propAssign.other":"Otro","mapping.propAssign.placeholder":"Asignar una propiedad","mapping.propRemove":"Eliminar esta propiedad de la asignación","mapping.props":"Propiedades","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Actualizar mapeo y regenerar","mapping.save.question":"Al actualizar este mapeo se eliminará cualquier entidad generada anteriormente y se regenerarán. ¿Seguro desea continuar?","mapping.section1.title":"1. Seleccione los tipos de entidad a generar","mapping.section2.title":"2. Mapee las columnas con propiedades de entidad","mapping.section3.title":"3. Verifique","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Estado:","mapping.status.updated":"Última actualización:","mapping.title":"Generar entidades estructuradas","mapping.types.objects":"Objetos","mapping.types.relationships":"Relaciones","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de datos","nav.diagrams":"Diagramas de red","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configuraciones","nav.signin":"Iniciar sesión","nav.signout":"Cerrar sesión","nav.status":"Estado del sistema","nav.timelines":"Timelines","nav.view_notifications":"Notificaciones","navbar.alert_add":"Haga clic para recibir alertas sobre nuevos resultados para esta búsqueda.","navbar.alert_remove":"Está recibiendo alertas sobre esta búsqueda.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"¿Qué hay de nuevo, {role}?","notifications.no_notifications":"No tiene notificaciones sin leer","notifications.title":"Notificaciones recientes","notifications.type_filter.all":"Todos","pages.not.found":"Página no encontrada","pass.auth.not_same":"¡Sus contraseñas no coinciden!","password_auth.activate":"Activar","password_auth.confirm":"Confirmar contraseña","password_auth.email":"Dirección de correo electrónico","password_auth.name":"Su nombre","password_auth.password":"Contraseña","password_auth.signin":"Iniciar sesión","password_auth.signup":"Registrarse","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use la clave API para leer y escribir datos a través de aplicaciones remotas.","queryFilters.clearAll":"Borrar todo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Los documentos se están procesando. Por favor, espere...","restricted.explain":"El uso de este conjunto de datos está restringido. Lea la descripción y contacte a {creator} antes de usar este material.","restricted.explain.creator":"el dueño del conjunto de datos","restricted.tag":"RESTRINGIDO","result.error":"Error","result.more_results":"Más de {total} resultados","result.none":"No se encontraron resultados","result.results":"Se encontraron {total} resultados","result.searching":"Buscando...","result.solo":"Se encontró un resultado","role.select.user":"Elija un usuario","schemaSelect.button.relationship":"Agregue una nueva relación","schemaSelect.button.thing":"Agregar un objeto nuevo","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Borrar todo","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Buscar","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Algunas fuentes permanecen ocultad para los usuarios anónimos. {signInButton} para ver todos los resultados a los que puede acceder.","search.callout_message.button_text":"Iniciar sesión","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Propiedades","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} seleccionado","search.facets.hide":"Hide filters","search.facets.no_items":"Sin opciones","search.facets.show":"Show filters","search.facets.showMore":"Mostrar más...","search.filterTag.ancestors":"en:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"no:","search.filterTag.role":"Filtrar por acceso","search.loading":"Loading...","search.no_results_description":"Intente volver su búsqueda más general","search.no_results_title":"Sin resultados de búsqueda","search.placeholder":"Buscar empresas, personas y documentos","search.placeholder_default":"Buscar...","search.placeholder_label":"Buscar en {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"resultados","search.screen.dates_title":"Fechas","search.screen.export":"Exportar","search.screen.export_disabled":"No se pueden exportar más de 10.000 resultados a la vez","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Buscar","settings.api_key":"Clave de acceso secreto a la API","settings.confirm":"(confirmar)","settings.current_explain":"Introduzca su contraseña actual para crear una nueva.","settings.current_password":"Contraseña actual","settings.email":"Direcciones de correo electrónico","settings.email.muted":"Recibir notificaciones diarias por correo electrónico","settings.email.no_change":"Su dirección de correo electrónico no puede ser modificada","settings.email.tester":"Pruebe las nuevas funciones antes de que estén terminadas","settings.locale":"Idioma","settings.name":"Nombre","settings.new_password":"Nueva contraseña","settings.password.missmatch":"Las contraseñas no coinciden","settings.password.rules":"Use al menos seis caracteres","settings.password.title":"Cambie su contraseña","settings.save":"Actualizar","settings.saved":"Es oficial, su perfil se actualizó.","settings.title":"Configuraciones","sidebar.open":"Expandir","signup.activate":"Activar su cuenta","signup.inbox.desc":"Le enviaremos un correo electrónico, por favor ingrese al enlace para completar su registro","signup.inbox.title":"Revise su bandeja de entrada","signup.login":"¿Ya posee una cuenta? ¡Ingrese!","signup.register":"Registro","signup.register.question":"¿No tiene cuenta? ¡Regístrese!","signup.title":"Iniciar sesión","sorting.bar.button.label":"Mostrar:","sorting.bar.caption":"Título","sorting.bar.collection_id":"Conjunto de datos","sorting.bar.count":"Tamaño","sorting.bar.countries":"Países","sorting.bar.created_at":"Fecha de creación","sorting.bar.date":"Fecha","sorting.bar.dates":"Fechas","sorting.bar.direction":"Dirección:","sorting.bar.endDate":"End date","sorting.bar.label":"Título","sorting.bar.sort":"Ordenar por:","sorting.bar.updated_at":"Fecha de actualización","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Cargando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Borrar","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Crear","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menciones en {appName}","xref.compute":"Computar","xref.entity":"Referencia","xref.match":"Posible coincidencia","xref.match_collection":"Conjunto de datos","xref.recompute":"Recomputar","xref.score":"Puntuación","xref.sort.default":"Default","xref.sort.label":"Ordenar por:","xref.sort.random":"Random"},"fr":{"alert.manager.description":"Vous recevrez des notifications en cas d’ajout d’un nouveau résultat correspondant à l’une des alertes créées ci-dessous.","alerts.add_placeholder":"Créer une nouvelle alerte de suivi...","alerts.delete":"Retirer une alerte","alerts.heading":"Gérer vos alertes","alerts.no_alerts":"Vous ne suivez aucune recherche","alerts.save":"Actualiser","alerts.title":"Alertes de suivi","alerts.track":"Suivre","auth.bad_request":"Le serveur n’a pas accepté votre saisie","auth.server_error":"Erreur de serveur","auth.success":"Réussi","auth.unauthorized":"Pas autorisé","auth.unknown_error":"Une erreur inattendue s’est produite","case.choose.name":"Titre","case.choose.summary":"Résumé","case.chose.languages":"Langues","case.create.login":"Vous devez vous connecter pour envoyer vos propres données.","case.description":"Les enquêtes vous permettent d’envoyer et de partager des documents et des données qui portent sur une histoire spécifique. Vous pouvez envoyer des PDF, des fichiers d’e-mails ou des feuilles de calcul, sur lesquels la recherche et la navigation seront simplifiées.","case.label_placeholder":"Enquête sans nom","case.language_placeholder":"Choisir les langues","case.languages.helper":"Utilisé pour la reconnaissance optique de caractère pour les alphabets non latins","case.save":"Enregistrer","case.share.with":"Partager avec","case.summary":"Une brève description de l’enquête","case.title":"Créer une enquête","case.users":"Rechercher des utilisateurs","cases.create":"Nouvelle enquête","cases.empty":"Vous n’avez pas encore d’enquête.","cases.no_results":"Aucune enquête correspondant à votre demande n’a été trouvée.","cases.placeholder":"Rechercher des enquêtes...","cases.title":"Enquêtes","clipboard.copy.after":"Copié avec succès dans le presse-papier","clipboard.copy.before":"Copier dans le presse-papier","collection.addSchema.placeholder":"Ajouter un nouveau type d’entité","collection.analyze.alert.text":"Vous êtes sur le point de réindexer les entités dans {collectionLabel}. Cela peut être utile en cas d’incohérences dans la manière de présenter les données.","collection.analyze.cancel":"Annuler","collection.cancel.button":"Annuler","collection.countries":"Pays","collection.creator":"Directeur","collection.data_updated_at":"Contenu actualisé","collection.data_url":"URL des données","collection.delete.cancel":"Annuler","collection.delete.confirm":"Supprimer","collection.delete.question":"Voulez-vous vraiment supprimer {collectionLabel} et tous les éléments qui y figurent ?","collection.edit.access_title":"Contrôle d’accès","collection.edit.cancel_button":"Annuler","collection.edit.groups":"Groupes","collection.edit.info.analyze":"Retraiter","collection.edit.info.cancel":"Annuler","collection.edit.info.category":"Catégorie","collection.edit.info.countries":"Pays","collection.edit.info.creator":"Directeur","collection.edit.info.data_url":"URL de la source de données","collection.edit.info.delete":"Supprimer","collection.edit.info.foreign_id":"Identification extérieure","collection.edit.info.frequency":"Actualiser la fréquence","collection.edit.info.info_url":"URL des informations","collection.edit.info.label":"Étiquette","collection.edit.info.languages":"Langues","collection.edit.info.placeholder_country":"Sélectionner des pays","collection.edit.info.placeholder_data_url":"Lien vers les données brutes dans un format téléchargeable","collection.edit.info.placeholder_info_url":"Lien vers des informations supplémentaires","collection.edit.info.placeholder_label":"Une étiquette","collection.edit.info.placeholder_language":"Choisir les langues","collection.edit.info.placeholder_publisher":"Organisation ou personne qui publie ces données","collection.edit.info.placeholder_publisher_url":"Lien vers l’organisation/personne à l’origine de la publication","collection.edit.info.placeholder_summary":"Un bref résumé","collection.edit.info.publisher":"Organisation/personne à l’origine de la publication","collection.edit.info.publisher_url":"URL de l’organisation/personne à l’origine de la publication","collection.edit.info.restricted":"Cet ensemble de données est réservé et les personnes qui le consultent doivent en être averties.","collection.edit.info.save":"Enregistrer les changements","collection.edit.info.summary":"Résumé","collection.edit.permissions_warning":"Remarque : l’utilisateur doit déjà disposer d’un compte Aleph pour obtenir l’accès.","collection.edit.permissionstable.edit":"Modifier","collection.edit.permissionstable.view":"Voir","collection.edit.save_button":"Enregistrer les changements","collection.edit.save_success":"Vos changements ont été enregistrés.","collection.edit.title":"Paramètres","collection.edit.users":"Utilisateurs","collection.foreign_id":"Identification extérieure","collection.frequency":"Actualisations","collection.index.empty":"Aucun ensemble de données trouvé.","collection.index.filter.all":"Tout","collection.index.filter.mine":"Créés par moi","collection.index.no_results":"Aucun ensemble de données correspondant à votre demande n’a été trouvé.","collection.index.placeholder":"Rechercher les ensembles de données...","collection.index.title":"Ensembles de données","collection.info.access":"Partager","collection.info.browse":"Documents","collection.info.delete":"Supprimer l’ensemble de données","collection.info.delete_casefile":"Supprimer l’enquête","collection.info.diagrams":"Diagrammes de réseau","collection.info.diagrams_description":"Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.","collection.info.documents":"Documents","collection.info.edit":"Paramètres","collection.info.entities":"Entités","collection.info.lists":"Listes","collection.info.lists_description":"Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.","collection.info.mappings":"Cartographies d’entités","collection.info.mappings_description":"Les cartographies d’entités vous permettent de générer en une fois des entités structurées pour suivre l’argent (comme des personnes, des entreprises et les relations entre elles) à partir des lignes d’une feuille de calcul ou d’un document au format CSV","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph extrait automatiquement les termes qui ressemblent à des noms, des adresses, des numéros de téléphone et des adresses e-mail à partir des documents et des entités envoyés dans votre enquête. {br}{br} Cliquez sur un terme mentionné ci-dessous pour savoir où il apparaît dans votre enquête.","collection.info.overview":"Vue d’ensemble","collection.info.reindex":"Réindexer tout le contenu","collection.info.reingest":"Retraiter les documents","collection.info.search":"Rechercher","collection.info.source_documents":"Documents sources","collection.info.timelines":"Calendriers","collection.info.timelines_description":"Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.","collection.info.xref":"Références croisées","collection.info.xref_description":"Les références croisées vous permettent de rechercher dans le reste d’Aleph des entités similaires à celles qui figurent dans votre enquête.","collection.info_url":"URL des informations","collection.last_updated":"Dernière actualisation le {date}","collection.mappings.create":"Créer une nouvelle cartographie d’entités","collection.mappings.create_docs_link":"Pour plus d’informations, veuillez consulter la page {link}","collection.overview.empty":"Cet ensemble de données est vide.","collection.publisher":"Organisation/personne à l’origine de la publication","collection.reconcile":"Réconciliation","collection.reconcile.description":"Faites correspondre vos propres données avec les entités de cet ensemble à l’aide de l’outil gratuit {openrefine} en ajoutant un critère de réconciliation.","collection.reindex.cancel":"Annuler","collection.reindex.confirm":"Commencer l’indexation","collection.reindex.flush":"Vider l’index avant de réindexer","collection.reindex.processing":"Indexation commencée.","collection.reingest.confirm":"Commencer le traitement","collection.reingest.index":"Indexer les documents pendant leur traitement.","collection.reingest.processing":"Retraitement commencé.","collection.reingest.text":"Vous êtes sur le point de retraiter tous les documents dans {collectionLabel}. Cette opération peut durer un certain temps.","collection.statistics.showmore":"Afficher plus","collection.status.cancel_button":"Annuler le processus","collection.status.collection":"Ensemble de données","collection.status.finished_tasks":"Terminé","collection.status.jobs":"Travaux","collection.status.message":"Poursuivez votre navigation pendant le traitement des données.","collection.status.no_active":"Il n’y a aucune tâche en cours","collection.status.pending_tasks":"En attente","collection.status.progress":"Tâches","collection.status.title":"Actualisation en cours ({percent} %)","collection.team":"Accessible à","collection.updated_at":"Métadonnées actualisées","collection.xref.cancel":"Annuler","collection.xref.confirm":"Confirmer","collection.xref.empty":"Aucun résultat de références croisées.","collection.xref.processing":"Référencement croisé commencé.","collection.xref.text":"Vous allez maintenant rechercher les références croisées de {collectionLabel} avec toutes les autres sources. Veuillez lancer ce processus une fois puis attendre qu’il soit terminé.","collection.xref.title":"Références croisées","dashboard.activity":"Activité","dashboard.alerts":"Alertes","dashboard.cases":"Enquêtes","dashboard.diagrams":"Diagrammes de réseau","dashboard.exports":"Exports","dashboard.groups":"Groupes","dashboard.lists":"Listes","dashboard.notifications":"Notifications","dashboard.settings":"Paramètres","dashboard.status":"État du système","dashboard.subheading":"Consulter l’avancement des tâches d’analyse, d’envoi et de traitement des données en cours.","dashboard.timelines":"Calendriers","dashboard.title":"État du système","dashboard.workspace":"Espace de travail","dataset.search.placeholder":"Rechercher cet ensemble de données","diagram.create.button":"Nouveau diagramme","diagram.create.label_placeholder":"Diagramme sans nom","diagram.create.login":"Vous devez vous connecter pour créer un diagramme","diagram.create.success":"Votre diagramme a été créé avec succès.","diagram.create.summary_placeholder":"Une brève description du diagramme","diagram.create.title":"Créer un diagramme","diagram.embed.error":"Erreur dans la création du diagramme intégré","diagram.export.embed.description":"Générer une version interactive intégrable du diagramme qui pourra être utilisée dans un article. Le diagramme intégré ne contiendra pas les modifications postérieures ajoutées au diagramme.","diagram.export.error":"Erreur dans l’export du diagramme","diagram.export.ftm":"Exporter au format .ftm","diagram.export.ftm.description":"Télécharger le diagramme comme fichier de données qui peut être utilisé dans {link} ou tout autre site d’Aleph.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Intégrer comme iframe","diagram.export.svg":"Exporter au format SVG","diagram.export.svg.description":"Télécharger un graphique vectoriel contenant le diagramme.","diagram.export.title":"Options d’export","diagram.import.button":"Importer un diagramme","diagram.import.placeholder":"Faites glisser un fichier .ftm ou .vis ici ou cliquez pour importer un diagramme existant","diagram.import.title":"Importer un diagramme de réseau","diagram.render.error":"Erreur dans la représentation du diagramme","diagram.selector.create":"Créer un nouveau diagramme","diagram.selector.select_empty":"Pas de diagramme existant","diagram.update.label_placeholder":"Diagramme sans nom","diagram.update.success":"Votre diagramme a été actualisé avec succès.","diagram.update.summary_placeholder":"Une brève description du diagramme","diagram.update.title":"Paramètres du diagramme","diagrams":"Diagrammes","diagrams.description":"Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.","diagrams.no_diagrams":"Il n’y a pas de diagramme de réseau.","diagrams.title":"Diagrammes de réseau","document.download":"Télécharger","document.download.cancel":"Annuler","document.download.confirm":"Télécharger","document.download.dont_warn":"À l’avenir, ne plus me demander en cas de téléchargement de documents sources","document.download.tooltip":"Télécharger le document original","document.download.warning":"Vous êtes sur le point de télécharger un fichier source. {br}{br} Les fichiers sources peuvent contenir des virus et des codes qui avertissent leur auteur quand vous les ouvrez. {br}{br} Pour les données sensibles, nous recommandons d’ouvrir des fichiers sources uniquement depuis un ordinateur qui n’est jamais connecté à Internet.","document.folder.error":"Erreur pendant la création du dossier.","document.folder.new":"Nouveau dossier","document.folder.save":"Créer","document.folder.title":"Nouveau dossier","document.folder.untitled":"Nom du dossier","document.mapping.start":"Générer des entités","document.paging":"Page {pageInput} sur {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"Aucune page de ce document ne correspond à vos critères de recherche.","document.upload.button":"Envoyer","document.upload.cancel":"Annuler","document.upload.close":"Fermer","document.upload.errors":"Certains fichiers n’ont pas pu être transférés. Vous pouvez utiliser le bouton Réessayer pour relancer tous les envois qui ont échoué.","document.upload.files":"Choisir les fichiers à envoyer...","document.upload.folder":"Si vous souhaitez plutôt envoyer des dossiers, { button }.","document.upload.folder-toggle":"cliquez ici","document.upload.notice":"L’envoi est terminé. Le traitement des documents prendra quelque temps avant de pouvoir y réaliser des recherches.","document.upload.progress":"{done} sur {total} fichiers terminés, {errors} erreurs.","document.upload.rejected":"{fileName} ne comporte pas de type de fichier, alors il ne peut être envoyé.","document.upload.retry":"Réessayer","document.upload.save":"Envoyer","document.upload.summary":"{numberOfFiles, number} fichiers, {totalSize}","document.upload.title":"Envoyer des documents","document.upload.title_in_folder":"Envoyer des documents vers {folder}","document.viewer.ignored_file":"Le système ne fonctionne pas avec ces types de fichier. Veuillez le télécharger pour pouvoir le voir.","document.viewer.no_viewer":"Aucun aperçu n’est disponible pour ce document.","email.body.empty":"Aucun corps de message.","entity.delete.cancel":"Annuler","entity.delete.confirm":"Supprimer","entity.delete.error":"Une erreur est survenue en essayant de supprimer cette entité.","entity.delete.progress":"Suppression...","entity.delete.question.multiple":"Voulez-vous vraiment supprimer le/la/les {count, plural, one {item} other {items}} suivant(s) ?","entity.delete.success":"Suppression réussie","entity.document.manager.cannot_map":"Sélectionner un tableau pour générer des entités structurées","entity.document.manager.empty":"Aucun fichier ou répertoire.","entity.document.manager.emptyCanUpload":"Aucun fichier ou répertoire. Faites glisser des fichiers ici ou cliquez pour envoyer.","entity.document.manager.search_placeholder":"Rechercher des documents","entity.document.manager.search_placeholder_document":"Rechercher dans {label}","entity.info.attachments":"Pièces jointes","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Dernière consultation : {time}","entity.info.similar":"Similaire","entity.info.tags":"Mentions","entity.info.text":"Texte","entity.info.view":"Voir","entity.info.workbook_warning":"Cette feuille de calcul fait partie du classeur {link}","entity.manager.bulk_import.description.1":"Sélectionner un tableau ci-dessous à partir duquel importer de nouvelles entités de {schema}.","entity.manager.bulk_import.description.2":"Une fois la sélection effectuée, vous devrez attribuer des colonnes de ce tableau aux propriétés des entités générées.","entity.manager.bulk_import.description.3":"Vous ne voyez pas le tableau que vous cherchez ? {link}","entity.manager.bulk_import.link_text":"Télécharger un nouveau document contenant un tableau","entity.manager.bulk_import.no_results":"Aucun document correspondant trouvé","entity.manager.bulk_import.placeholder":"Sélectionner un document contenant un tableau","entity.manager.delete":"Supprimer","entity.manager.edge_create_success":"Lien réussi entre {source} et {target}","entity.manager.entity_set_add_success":"Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}","entity.manager.remove":"Retirer","entity.manager.search_empty":"Aucun résultat de {schema} correspondant trouvé","entity.manager.search_placeholder":"Rechercher des {schema}","entity.mapping.view":"Générer des entités","entity.properties.missing":"inconnu","entity.references.no_relationships":"Cette entité n’a aucune relation.","entity.references.no_results":"Aucun {schema} ne correspond à cette recherche.","entity.references.no_results_default":"Aucune entité ne correspond à cette recherche.","entity.references.search.placeholder":"Rechercher dans {schema}","entity.references.search.placeholder_default":"Rechercher des entités","entity.remove.confirm":"Retirer","entity.remove.error":"Une erreur est survenue en essayant de retirer cette entité.","entity.remove.progress":"Retrait en cours...","entity.remove.question.multiple":"Voulez-vous vraiment retirer le/la/les {count, plural, one {item} other {items}} suivant(s) ?","entity.remove.success":"Retrait réussi","entity.search.empty_title":"Ce dossier est vide.","entity.search.no_results_description":"Essayez d’élargir votre recherche","entity.search.no_results_title":"Aucun résultat de recherche","entity.similar.empty":"Il n’y a pas d’entité similaire.","entity.similar.entity":"Entité similaire","entity.similar.found_text":"{resultCount} {resultCount, plural, one {similar entity} other {similar entities}} trouvée(s) dans {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Erreur de sauvegarde","entity.status.in_progress":"Enregistrement en cours...","entity.status.success":"Enregistré","entity.tags.no_tags":"Aucun sélecteur n’a été extrait de cette entité.","entity.viewer.add_link":"Créer un lien","entity.viewer.add_to":"Ajouter à...","entity.viewer.bulk_import":"Importation groupée","entity.viewer.search_placeholder":"Rechercher dans {label}","entitySet.last_updated":"Actualisé le {date}","entityset.choose.name":"Titre","entityset.choose.summary":"Résumé","entityset.create.collection":"Enquête","entityset.create.collection.existing":"Sélectionner une enquête","entityset.create.collection.new":"Vous ne voyez pas l’enquête que vous cherchez ? {link}","entityset.create.collection.new_link":"Créer une nouvelle enquête","entityset.create.submit":"Créer","entityset.delete.cancel":"Annuler","entityset.delete.confirm":"Supprimer","entityset.delete.question":"Voulez-vous vraiment supprimer {label} ?","entityset.delete.success":"Suppression réussie de {title}","entityset.info.delete":"Supprimer","entityset.info.edit":"Paramètres","entityset.info.export":"Export","entityset.selector.placeholder":"Rechercher","entityset.selector.success":"Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}","entityset.selector.success_toast_button":"Voir","entityset.selector.title":"Ajouter {firstCaption} {titleSecondary} à...","entityset.selector.title_default":"Ajouter des entités à...","entityset.selector.title_other":"et {count} autre {count, plural, one {entity} other {entities}}","entityset.update.submit":"Enregistrer les changements","error.screen.not_found":"La page demandée n’a pas pu être trouvée.","export.dialog.text":"Lancer votre export. {br}{br} La création des exports peut prendre du temps. Vous recevrez un e-mail une fois les données prêtes. {br}{br} Merci de ne lancer l’export qu’une seule fois.","exports.dialog.cancel":"Annuler","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"Afficher l’avancement","exports.dialog.success":"Votre export a commencé.","exports.expiration":"Expiration","exports.manager.description":"Voici une liste de vos exports. Veillez à les télécharger avant leur expiration.","exports.name":"Nom","exports.no_exports":"Vous n’avez pas d’export à télécharger","exports.size":"Taille","exports.status":"État","exports.title":"Exports prêts au téléchargement","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Nom","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Ensemble de données","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Type d’entité","file_import.error":"Erreur d’import de fichier","footer.aleph":"Aleph {version}","group.page.description":"La liste ci-dessous montre tous les ensembles de données et toutes les enquêtes qui font partie de ce groupe.","group.page.search.description":"Si vous souhaitez rechercher des entités ou des documents spécifiques dans les ensembles de données auxquels ce groupe a accès, veuillez plutôt cliquer ici.","home.access_disabled":"Accès public temporairement désactivé","home.counts.countries":"Pays et territoires","home.counts.datasets":"Ensembles de données publics","home.counts.entities":"Entités publiques","home.placeholder":"Essayez de rechercher : {samples}","home.statistics.categories":"Catégories d’ensembles de données","home.statistics.countries":"Pays et territoires","home.statistics.schemata":"Types d’entité","home.stats.title":"Commencer à explorer des données publiques","home.title":"Trouver des registres publics et des fuites","hotkeys.judgement.different":"Décider que c’est différent","hotkeys.judgement.group_label":"Décisions d’entité","hotkeys.judgement.next":"Sélectionner le résultat suivant","hotkeys.judgement.previous":"Sélectionner le résultat précédent","hotkeys.judgement.same":"Décider que c’est identique","hotkeys.judgement.unsure":"Décider que les informations sont insuffisantes","hotkeys.search.different":"Aperçu du résultat précédent","hotkeys.search.group_label":"Rechercher l’aperçu","hotkeys.search.unsure":"Prévisualiser le résultat suivant","hotkeys.search_focus":"Rechercher","infoMode.collection_casefile":"Enquête","infoMode.collection_dataset":"Ensemble de données","infoMode.createdAt":"Créé à","infoMode.creator":"Créé par","infoMode.updatedAt":"Dernière actualisation","investigation.mentions.empty":"Il n’y a pas encore de mention dans cette enquête.","investigation.overview.guides":"En savoir plus","investigation.overview.guides.access":"Gérer les accès","investigation.overview.guides.diagrams":"Dessiner des diagrammes de réseau","investigation.overview.guides.documents":"Envoyer des documents","investigation.overview.guides.entities":"Créer et modifier des entités","investigation.overview.guides.mappings":"Générer des entités à partir d’une feuille de calcul","investigation.overview.guides.xref":"Référencement croisé de vos données","investigation.overview.notifications":"Activité récente","investigation.overview.shortcuts":"Liens rapides","investigation.overview.shortcuts_empty":"Commencer","investigation.search.placeholder":"Rechercher dans cette enquête","investigation.shortcut.diagram":"Dessiner un diagramme de réseau","investigation.shortcut.entities":"Créer de nouvelles entités","investigation.shortcut.entity_create_error":"Impossible de créer une entité","investigation.shortcut.entity_create_success":"Création réussie de {name}","investigation.shortcut.upload":"Envoyer des documents","investigation.shortcut.xref":"Comparer avec d’autres ensembles de données","judgement.disabled":"Vous devez disposer d’un accès en tant qu’éditeur pour pouvoir émettre des jugements.","judgement.negative":"Différent","judgement.positive":"Identique","judgement.unsure":"Informations insuffisantes","landing.shortcut.alert":"Créer une alerte de recherche","landing.shortcut.datasets":"Parcourir les ensembles de données","landing.shortcut.investigation":"Commencer une enquête","landing.shortcut.search":"Rechercher des entités","list.create.button":"Nouvelle liste","list.create.label_placeholder":"Liste sans nom","list.create.login":"Vous devez vous connecter pour créer une liste","list.create.success":"Votre liste a été créée avec succès.","list.create.summary_placeholder":"Une brève description de la liste","list.create.title":"Créer une liste","list.selector.create":"Créer une nouvelle liste","list.selector.select_empty":"Pas de liste existante","list.update.label_placeholder":"Liste sans nom","list.update.success":"Votre liste a été actualisée avec succès.","list.update.summary_placeholder":"Une brève description de la liste","list.update.title":"Paramètres de la liste","lists":"Listes","lists.description":"Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.","lists.no_lists":"Il n’y a aucune liste.","lists.title":"Listes","login.oauth":"Se connecter via OAuth","mapping.actions.create":"Générer des entités","mapping.actions.create.toast":"Génération d’entités...","mapping.actions.delete":"Supprimer","mapping.actions.delete.toast":"Supprimer les cartographies et toute entité générée...","mapping.actions.export":"Exporter les cartographies","mapping.actions.flush":"Retirer les entités générées","mapping.actions.flush.toast":"Retrait des entités générées...","mapping.actions.save":"Enregistrer les changements","mapping.actions.save.toast":"Nouvelle génération d’entités...","mapping.create.cancel":"Annuler","mapping.create.confirm":"Générer","mapping.create.question":"Êtes-vous vraiment prêt-e à générer des entités à partir de cette cartographie ?","mapping.delete.cancel":"Annuler","mapping.delete.confirm":"Supprimer","mapping.delete.question":"Voulez-vous vraiment supprimer cette cartographie et toutes les entités générées ?","mapping.docs.link":"Documentation sur la cartographie des entités d’Aleph","mapping.entityAssign.helpText":"Vous devez créer un objet de type « {range} » comme {property}","mapping.entityAssign.noResults":"Aucun objet correspondant disponible","mapping.entityAssign.placeholder":"Sélectionner un objet","mapping.entity_set_select":"Sélectionner une liste ou un diagramme","mapping.entityset.remove":"Retirer","mapping.error.keyMissing":"Erreur de clé : {id} l’entité doit avoir au moins une clé","mapping.error.relationshipMissing":"Erreur de relation : {id} il faut assigner une {source} et une {target} à l’entité","mapping.flush.cancel":"Annuler","mapping.flush.confirm":"Retirer","mapping.flush.question":"Voulez-vous vraiment retirer des entités générées à partir de cette cartographie ?","mapping.import.button":"Importer une cartographie existante","mapping.import.placeholder":"Faites glisser un fichier .yml ici ou cliquez pour importer un fichier de cartographie existant","mapping.import.querySelect":"Sélectionner une requête de cartographie à partir de ce fichier à importer :","mapping.import.submit":"Envoyer","mapping.import.success":"Votre cartographie a été importée avec succès.","mapping.import.title":"Importer une cartographie","mapping.info":"Suivez les étapes ci-dessous pour cartographier des éléments de cette enquête en entités structurées pour suivre l’argent. Pour plus d’informations, veuillez consulter la page {link}","mapping.info.link":"Documentation sur la cartographie des données d’Aleph","mapping.keyAssign.additionalHelpText":"Les meilleures clés sont les colonnes issues de vos données qui contiennent des numéros d’identifiant, des numéros de téléphone, des adresses e-mail ou toute autre information d’identification unique. En l’absence de colonne contenant des données uniques, sélectionnez plusieurs colonnes pour permettre à Aleph de générer correctement des entités uniques à partir de vos données.","mapping.keyAssign.additionalHelpToggle.less":"Moins","mapping.keyAssign.additionalHelpToggle.more":"Plus d’informations sur les clés","mapping.keyAssign.helpText":"Veuillez préciser les colonnes des données sources qui seront utilisées pour identifier des entités uniques.","mapping.keyAssign.noResults":"Aucun résultat","mapping.keyAssign.placeholder":"Sélectionnez les clés à partir des colonnes disponibles","mapping.keys":"Clés","mapping.propAssign.errorBlank":"Les colonnes sans entête ne peuvent pas être attribuées","mapping.propAssign.errorDuplicate":"Les colonnes aux entêtes identiques ne peuvent pas être attribuées","mapping.propAssign.literalButtonText":"Ajouter une valeur fixe","mapping.propAssign.literalPlaceholder":"Ajouter une valeur texte fixe","mapping.propAssign.other":"Autre","mapping.propAssign.placeholder":"Attribuer une propriété","mapping.propRemove":"Retirer cette propriété de la cartographie","mapping.props":"Propriétés","mapping.save.cancel":"Annuler","mapping.save.confirm":"Actualiser la cartographie et générer à nouveau","mapping.save.question":"L’actualisation de cette cartographie supprimera toute entité générée précédemment et les génèrera à nouveau. Voulez-vous vraiment continuer ?","mapping.section1.title":"1. Sélectionnez les types d’entité à générer","mapping.section2.title":"2. Associez les colonnes aux propriétés des entités","mapping.section3.title":"3. Vérifiez","mapping.section4.description":"Les entités générées seront ajoutées à {collection} par défaut. Si vous souhaitez également les ajouter à une liste ou un diagramme dans l’enquête, veuillez cliquer ci-dessous et sélectionner les options disponibles.","mapping.section4.title":"4. Sélectionnez une destination pour les entités générées (facultatif)","mapping.status.error":"Erreur :","mapping.status.status":"État :","mapping.status.updated":"Dernière actualisation :","mapping.title":"Générer des entités structurées","mapping.types.objects":"Objets","mapping.types.relationships":"Relations","mapping.warning.empty":"Vous devez créer au moins une entité","mappings.no_mappings":"Vous n’avez pas encore généré de cartographie","nav.alerts":"Alertes","nav.cases":"Enquêtes","nav.collections":"Ensembles de données","nav.diagrams":"Diagrammes de réseau","nav.exports":"Exports","nav.lists":"Listes","nav.menu.cases":"Enquêtes","nav.settings":"Paramètres","nav.signin":"Connexion","nav.signout":"Déconnexion","nav.status":"État du système","nav.timelines":"Calendriers","nav.view_notifications":"Notifications","navbar.alert_add":"Cliquez pour recevoir des alertes sur les nouveaux résultats pour cette recherche.","navbar.alert_remove":"Vous recevez des alertes à propos de cette recherche.","notification.description":"Consultez les dernières actualisations des ensembles de données, enquêtes, groupes et alertes de suivi que vous surveillez.","notifications.greeting":"Quoi de neuf, {role} ?","notifications.no_notifications":"Vous n’avez aucune nouvelle notification","notifications.title":"Notifications récentes","notifications.type_filter.all":"Tout","pages.not.found":"Page non trouvée","pass.auth.not_same":"Vos mots de passe sont différents !","password_auth.activate":"Activer","password_auth.confirm":"Confirmer le mot de passe","password_auth.email":"Adresse e-mail","password_auth.name":"Votre nom","password_auth.password":"Mot de passe","password_auth.signin":"Connexion","password_auth.signup":"Inscription","profile.callout.details":"Ce profil rassemble les attributs et les relations de {count} entités à travers différents ensembles de données.","profile.callout.intro":"Vous voyez {entity} sous forme de profil.","profile.callout.link":"Consultez l’entité originale","profile.delete.warning":"(La suppression de ce profil ne supprimera pas les entités ou les décisions d’entité qu’il contient)","profile.hint":"{entity} a été associée à des entités d’autres ensembles de données dans un profil","profile.info.header":"Profil","profile.info.items":"Décisions d’entité","profile.info.similar":"Suggestion","profile.items.entity":"Entités associées","profile.items.explanation":"Prenez les décisions ci-dessous pour déterminer quelles entités sources doivent être ajoutées ou exclues de ce profil.","profile.similar.no_results":"Aucun ajout suggéré trouvé pour ce profil.","profileinfo.api_desc":"Utilisez la clé d’API pour lire et inscrire des données à partir d’applications à distance.","queryFilters.clearAll":"Effacer tout","queryFilters.showHidden":"Afficher {count} filtres supplémentaires...","refresh.callout_message":"Les documents sont en cours de traitement. Veuillez patienter...","restricted.explain":"L’utilisation de cet ensemble de données est limitée. Veuillez lire la description et contacter {creator} avant d’utiliser ce contenu.","restricted.explain.creator":"le propriétaire de l’ensemble de données","restricted.tag":"LIMITÉ","result.error":"Erreur","result.more_results":"Plus de {total} résultats","result.none":"Aucun résultat trouvé","result.results":"{count} résultats trouvés","result.searching":"Recherche...","result.solo":"Un résultat trouvé","role.select.user":"Choisir un utilisateur","schemaSelect.button.relationship":"Ajouter une nouvelle relation","schemaSelect.button.thing":"Ajouter un nouvel objet","screen.load_more":"Charger plus","search.advanced.all.helptext":"Seuls les résultats contenant tous les termes saisis apparaîtront","search.advanced.all.label":"Tous ces mots (par défaut)","search.advanced.any.helptext":"Les résultats contenant au moins un des termes saisis apparaîtront","search.advanced.any.label":"Au moins un de ces mots","search.advanced.clear":"Effacer tout","search.advanced.exact.helptext":"Seuls les résultats contenant le mot ou l’expression exacts apparaîtront","search.advanced.exact.label":"Ce mot/cette expression exact-e","search.advanced.none.helptext":"Exclure les résultats contenant ces mots","search.advanced.none.label":"Aucun de ces mots","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Rechercher deux termes situés à une certaine distance l’un de l’autre. Par exemple, recherchez les termes « Banque » et « Paris » à une distance de deux mots l’un de l’autre pour trouver des résultats comme « Banque Nationale de Paris », « Banque à Paris », voire « Paris a une Banque ».","search.advanced.proximity.label":"Termes à proximité les uns des autres","search.advanced.proximity.term":"Premier terme","search.advanced.proximity.term2":"Deuxième terme","search.advanced.submit":"Rechercher","search.advanced.title":"Recherche avancée","search.advanced.variants.distance":"Lettres différentes","search.advanced.variants.helptext":"Augmenter l’imprécision d’une recherche. Par exemple, Wladimir~2 donnera non seulement comme résultat « Wladimir », mais aussi des orthographes proches comme « Wladimyr » ou « Vladimyr ». Une variation orthographique est définie en fonction du nombre de fautes d’orthographe qu’il faut faire pour que la variation retrouve le mot original.","search.advanced.variants.label":"Variations orthographiques","search.advanced.variants.term":"Terme","search.callout_message":"Certaines sources sont masquées aux utilisateurs anonymes. Cliquez sur {signInButton} pour voir tous les résultats auxquels vous avez l’autorisation d’accéder.","search.callout_message.button_text":"Connexion","search.columns.configure":"Configurer les colonnes","search.columns.configure_placeholder":"Rechercher une colonne...","search.config.groups":"Groupes de propriétés","search.config.properties":"Propriétés","search.config.reset":"Rétablir les valeurs par défaut","search.facets.clearDates":"Effacer","search.facets.configure":"Configurer les filtres","search.facets.configure_placeholder":"Rechercher un filtre...","search.facets.filtersSelected":"{count} sélectionnés","search.facets.hide":"Masquer les filtres","search.facets.no_items":"Pas d’option","search.facets.show":"Afficher les filtres","search.facets.showMore":"Afficher plus...","search.filterTag.ancestors":"dans :","search.filterTag.dates_after":"Après","search.filterTag.dates_before":"Avant","search.filterTag.exclude":"non :","search.filterTag.role":"Filtrer par accès","search.loading":"Chargement...","search.no_results_description":"Essayez d’élargir votre recherche","search.no_results_title":"Aucun résultat de recherche","search.placeholder":"Rechercher des entreprises, des personnes et des documents","search.placeholder_default":"Rechercher...","search.placeholder_label":"Rechercher dans {label}","search.screen.dates.show-all":"* Afficher toutes les options de filtre de date. { button } pour afficher uniquement les dates récentes","search.screen.dates.show-hidden":"* affiche uniquement les options de filtre de date de {start} à aujourd’hui. { button } pour voir les dates en dehors de cette fourchette.","search.screen.dates.show-hidden.click":"Cliquez ici","search.screen.dates_label":"résultats","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Impossible d’exporter plus de 10 000 résultats à la fois","search.screen.export_disabled_empty":"Pas de résultat à exporter.","search.screen.export_helptext":"Résultats d’export","search.title":"Rechercher : {title}","search.title_emptyq":"Rechercher","settings.api_key":"Clé d’accès secrète API","settings.confirm":"(confirmer)","settings.current_explain":"Saisissez votre mot de passe actuel pour en définir un nouveau.","settings.current_password":"Mot de passe actuel","settings.email":"Adresse e-mail","settings.email.muted":"Recevoir des notifications quotidiennes par e-mail","settings.email.no_change":"Vous ne pouvez pas changer votre adresse e-mail","settings.email.tester":"Tester de nouvelles fonctionnalités avant leur finalisation","settings.locale":"Langue","settings.name":"Nom","settings.new_password":"Nouveau mot de passe","settings.password.missmatch":"Les mots de passe ne sont pas identiques","settings.password.rules":"Veuillez utiliser au moins six caractères","settings.password.title":"Modifier le mot de passe","settings.save":"Actualiser","settings.saved":"C’est officiel : votre profil a été actualisé.","settings.title":"Paramètres","sidebar.open":"Agrandir","signup.activate":"Activez votre compte","signup.inbox.desc":"Nous vous avons envoyé un e-mail, veuillez cliquer sur le lien pour terminer votre enregistrement","signup.inbox.title":"Consultez votre boîte de réception","signup.login":"Vous avez déjà un compte ? Connectez-vous !","signup.register":"Enregistrement","signup.register.question":"Vous n’avez pas de compte ? Enregistrez-vous !","signup.title":"Connexion","sorting.bar.button.label":"Afficher :","sorting.bar.caption":"Titre","sorting.bar.collection_id":"Ensemble de données","sorting.bar.count":"Taille","sorting.bar.countries":"Pays","sorting.bar.created_at":"Date de création","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Adresse :","sorting.bar.endDate":"Date de fin","sorting.bar.label":"Titre","sorting.bar.sort":"Trier par :","sorting.bar.updated_at":"Actualiser la date","sources.index.empty":"Ce groupe n’est lié à aucun ensemble de données ni aucune enquête.","sources.index.placeholder":"Rechercher un ensemble de données ou une enquête appartenant à {group}...","status.no_collection":"Autres tâches","tags.results":"Décompte des mentions","tags.title":"Terme","text.loading":"Chargement...","timeline.add_new":"Créer un nouvel élément","timeline.button.collapse":"Afficher la vue contractée","timeline.button.show_full":"Afficher la vue détaillée","timeline.create.button":"Nouveau calendrier","timeline.create.cancel":"Supprimer","timeline.create.label_placeholder":"Calendrier sans nom","timeline.create.login":"Vous devez vous connecter pour créer un calendrier","timeline.create.submit":"Créer","timeline.create.success":"Votre calendrier a été créé avec succès.","timeline.create.summary_placeholder":"Une brève description du calendrier","timeline.create.title":"Créer un calendrier","timeline.dates.button_text":"Ajouter une date de fin","timeline.empty":"Ce calendrier est vide","timeline.empty_histogram":"Aucune date trouvée","timeline.item.date":"{start}à{end}","timeline.item.delete":"Supprimer de {collection}","timeline.item.link_copy":"Copier le lien vers cet élément","timeline.item.link_copy_success":"Lien copié avec succès dans le presse-papier.","timeline.item.remove":"Retirer du calendrier","timeline.items_label":"éléments","timeline.no_results":"Aucun élément correspondant à votre demande trouvé","timeline.result_text":"{count} éléments de calendrier","timeline.result_text_query":"{count} éléments affichés (sur un total de {total})","timeline.schema_select.label":"type","timeline.selector.create":"Créer un nouveau calendrier","timeline.selector.select_empty":"Pas de calendrier existant","timeline.update.label_placeholder":"Calendrier sans nom","timeline.update.success":"Votre calendrier a été actualisé avec succès.","timeline.update.summary_placeholder":"Une brève description du calendrier","timeline.update.title":"Paramètres de calendrier","timelines":"Calendriers","timelines.description":"Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.","timelines.no_timelines":"Il n’y a pas de calendrier","timelines.title":"Calendriers","valuelink.tooltip":"{count} mentions dans {appName}","xref.compute":"Calculer","xref.entity":"Référence","xref.match":"Correspondance possible","xref.match_collection":"Ensemble de données","xref.recompute":"Recalculer","xref.score":"Score","xref.sort.default":"Par défaut","xref.sort.label":"Trier par :","xref.sort.random":"Aléatoire"},"nb":{"alert.manager.description":"Du vil motta varsler når det dukker opp et nytt søkeresultat som matcher et av de lagrede søkene du har satt opp.","alerts.add_placeholder":"Opprett et nytt lagret søk","alerts.delete":"Fjern varsel","alerts.heading":"Rediger dine lagrede søk","alerts.no_alerts":"Du har ingen lagrede søk","alerts.save":"Oppdater","alerts.title":"Lagrede søk","alerts.track":"Track","auth.bad_request":"Serveren aksepterte ikke det du skrev inn","auth.server_error":"Server-feil","auth.success":"Vellykket","auth.unauthorized":"Ingen tilgang","auth.unknown_error":"En ukjent feil har oppstått","case.choose.name":"Tittel","case.choose.summary":"Sammendrag","case.chose.languages":"Språk","case.create.login":"Du må logge inn for å laste opp egne data","case.description":"Ved å opprette en gransking kan du laste opp og dele dokumenter og data som hører til et prosjekt du jobber med. Du kan laste opp PDFer, e-postarkiver og regneark, og de blir gjort tilgjengelige for raskt søk og oversikt.","case.label_placeholder":"Gransking uten navn","case.language_placeholder":"Velg språk","case.languages.helper":"Brukt for optisk tegngjenkjenning i ikke-latinske alfabeter.","case.save":"Lagre","case.share.with":"Del med","case.summary":"En kort beskrivelse av granskingen","case.title":"Opprett en ny gransking","case.users":"Søk etter brukere","cases.create":"Ny gransking","cases.empty":"Du har ikke opprettet noen granskinger ennå","cases.no_results":"Fant ingen granskinger som passer med ditt søk","cases.placeholder":"Søk etter gransking...","cases.title":"Granskinger","clipboard.copy.after":"Kopiert til utklippstavlen","clipboard.copy.before":"Kopiér til utklippstavlen","collection.addSchema.placeholder":"Legg til ny entitets-type","collection.analyze.alert.text":"Du er i ferd med å re-indeksere entitetene i {collectionLabel}. Dette kan være nyttig hvis det er uregelmessigheter i hvordan dataene blir presentert.","collection.analyze.cancel":"Avbryt","collection.cancel.button":"Avbryt","collection.countries":"Land","collection.creator":"Ansvarlig","collection.data_updated_at":"Innhold oppdatert","collection.data_url":"Data URL","collection.delete.cancel":"Avbryt","collection.delete.confirm":"Slett","collection.delete.question":"Er du sikker på at du vil slette {collectionLabel} og alle enhetene?","collection.edit.access_title":"Tilgangskontroll","collection.edit.cancel_button":"Avbryt","collection.edit.groups":"Grupper","collection.edit.info.analyze":"Re-prosesser","collection.edit.info.cancel":"Avbryt","collection.edit.info.category":"Kategori","collection.edit.info.countries":"Land","collection.edit.info.creator":"Ansvarlig","collection.edit.info.data_url":"Data-kilde URL","collection.edit.info.delete":"Slett","collection.edit.info.foreign_id":"Ekstern ID","collection.edit.info.frequency":"Oppdateringsfrekvens","collection.edit.info.info_url":"Informasjons-URL","collection.edit.info.label":"Merkelapp","collection.edit.info.languages":"Språk","collection.edit.info.placeholder_country":"Velg land","collection.edit.info.placeholder_data_url":"Lenke til nedlastbare rådata","collection.edit.info.placeholder_info_url":"Lenke til ytterligere informasjon","collection.edit.info.placeholder_label":"En merkelapp","collection.edit.info.placeholder_language":"Velg språk","collection.edit.info.placeholder_publisher":"Organisasjon eller person som publiserere disse datene","collection.edit.info.placeholder_publisher_url":"Lenke til publiserings-kilden","collection.edit.info.placeholder_summary":"Et kort sammendrag","collection.edit.info.publisher":"Publisert av","collection.edit.info.publisher_url":"URL til publiserings-kilden","collection.edit.info.restricted":"Dette datasettet er begrenset/sensitivt og brukere bør få opp en advarsel.","collection.edit.info.save":"Lagre endringer","collection.edit.info.summary":"Sammendrag","collection.edit.permissions_warning":"NB: Brukeren må ha en Aleph-bruker for å kunne få tilgang.","collection.edit.permissionstable.edit":"Rediger","collection.edit.permissionstable.view":"Vis","collection.edit.save_button":"Lagre endringer","collection.edit.save_success":"Dine endringer er lagret.","collection.edit.title":"Innstillinger","collection.edit.users":"Brukere","collection.foreign_id":"Ekstern ID","collection.frequency":"Oppdateringer","collection.index.empty":"Fant ingen datasett.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Opprettet av meg","collection.index.no_results":"Fant ingen datasett som passer til ditt søk.","collection.index.placeholder":"Søk etter datasett...","collection.index.title":"Datasett","collection.info.access":"Del","collection.info.browse":"Dokumenter","collection.info.delete":"Slett datasett","collection.info.delete_casefile":"Slett gransking","collection.info.diagrams":"Nettverksdiagram","collection.info.diagrams_description":"Nettverksdiagram lar deg visualisere komplekse relasjoner i en gransking.","collection.info.documents":"Dokumenter","collection.info.edit":"Innstillinger","collection.info.entities":"Entiteter","collection.info.lists":"Lister","collection.info.lists_description":"Lister lar deg organisere og gruppere relaterte entiteter av interesse.","collection.info.mappings":"Kobling av entiteter","collection.info.mappings_description":"Entitetskobling lar deg generere strukturerte data som følger Follow The Money-modellen (slik som personer, selskaper og relasjonene mellom dem). Du kan importere entitetene fra rader i et regneark eller en CSV-fil.","collection.info.mentions":"Henvisninger","collection.info.mentions_description":"Aleph finner automatisk navn, adresser, telefonnummer og e-postadresser som er nevnt i de opplastede dokumentene og entitetene i din gransking. {br}{br} Klikk på et av ordene som er funnet i listen under for å se hvor i dokumentene dine det finnes.","collection.info.overview":"Oversikt","collection.info.reindex":"Re-indekser alt innhold","collection.info.reingest":"Last inn dokumenter på nytt","collection.info.search":"Søk","collection.info.source_documents":"Kildedokumenter","collection.info.timelines":"Tidslinjer","collection.info.timelines_description":"Tidslinjer er en måte å organisere hendelser på kronologisk.","collection.info.xref":"Finn kryssreferanser","collection.info.xref_description":"Finne kryssreferanser lar deg søke i resten av Aleph etter entiteter som likner på de som er i din gransking.","collection.info_url":"Informasjons-URL","collection.last_updated":"Sist oppdatert {date}","collection.mappings.create":"Lag en ny entitetskobling","collection.mappings.create_docs_link":"For mer informasjon, klikk på lenken {link}","collection.overview.empty":"Dette datasettet er tomt.","collection.publisher":"Publisert av","collection.reconcile":"Sammenstilling av data","collection.reconcile.description":"Sammenstill dine egne data med entitetene i denne samlingen ved bruk av {openrefine}-verktøyet og ved å legge til sammenstillings-endepunktet.","collection.reindex.cancel":"Avbryt","collection.reindex.confirm":"Start indeksering","collection.reindex.flush":"Tøm indeks før re-indeksering","collection.reindex.processing":"Indeksering startet.","collection.reingest.confirm":"Start prosessering","collection.reingest.index":"Indekser dokumenter etter hvert som de blir prosessert.","collection.reingest.processing":"Innlasting har startet på nytt","collection.reingest.text":"Du er i ferd med å re-prosessere alle dokumentene i {collectionLabel}. Dette kan ta litt tid.","collection.statistics.showmore":"Vis mer","collection.status.cancel_button":"Avbryt prosesssen","collection.status.collection":"Datasett","collection.status.finished_tasks":"Ferdig","collection.status.jobs":"Jobber","collection.status.message":"Ta deg en trall mens dataene dine blir behandlet.","collection.status.no_active":"Det er ingen pågående oppgaver","collection.status.pending_tasks":"På vent","collection.status.progress":"Oppgaver","collection.status.title":"Oppdatering pågår ({percent}%)","collection.team":"Tilgjengelig for","collection.updated_at":"Metadata oppdatert","collection.xref.cancel":"Avbryt","collection.xref.confirm":"Bekreft","collection.xref.empty":"Det er ingen kryssreferanse-resultater.","collection.xref.processing":"Har startet å lete etter kryssreferanser.","collection.xref.text":"Du vil nå lete etter kryssreferanser mellom {collectionLabel} og andre kilder. Start denne prosessen én gang og vent til den er ferdig.","collection.xref.title":"Finn kryssreferanser","dashboard.activity":"Aktivitet","dashboard.alerts":"Lagrede søk","dashboard.cases":"Granskinger","dashboard.diagrams":"Nettverksdiagram","dashboard.exports":"Eksporter","dashboard.groups":"Grupper","dashboard.lists":"Lists","dashboard.notifications":"Varsler","dashboard.settings":"Innstillinger","dashboard.status":"System status","dashboard.subheading":"Sjekk fremdriften i pågående dataanalyser, opplastinger eller prosseseringsoppgaver.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Arbeidsområde","dataset.search.placeholder":"Søk i dette datasettet","diagram.create.button":"Nytt diagram","diagram.create.label_placeholder":"Diagram uten navn","diagram.create.login":"Du må logge inn for å opprette et diagram","diagram.create.success":"Ditt diagram har blitt opprettet","diagram.create.summary_placeholder":"En kort beskrivelse av diagrammet","diagram.create.title":"Opprett et diagram","diagram.embed.error":"En feil oppsto ved generering av embed-kode for diagrammet.","diagram.export.embed.description":"Generer en interaktiv versjon av diagrammet som kan bygges inn i en artikkel. Denne versjonen vil ikke bli oppdater med eventuelle endringer du gjør i diagrammet i fremtiden.","diagram.export.error":"En feil oppsto ved eksport av diagrammet","diagram.export.ftm":"Eksporter som .ftm","diagram.export.ftm.description":"Last ned diagrammet som en datafil som kan bli brukt i {link} eller en annen Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Eksporter som SVG","diagram.export.svg.description":"Last ned en vektorgrafikk med innholdet fra diagrammet.","diagram.export.title":"Eksport-alternativer","diagram.import.button":"Importer diagram","diagram.import.placeholder":"Slipp en .ftm- eller .vis- fil her eller klikk for å importere et eksisterende diagram.","diagram.import.title":"Importer et nettverksdiagram","diagram.render.error":"Feil ved uttegning av diagrammet","diagram.selector.create":"Opprett et diagram","diagram.selector.select_empty":"Det finnes ikke noe eksisterende diagram","diagram.update.label_placeholder":"Diagram uten navn","diagram.update.success":"Ditt diagram er oppdatert.","diagram.update.summary_placeholder":"En kort beskrivelse av diagrammet","diagram.update.title":"Diagram-innstillinger","diagrams":"Diagrammer","diagrams.description":"Nettverksdiagram lar deg visualisere komplekse relasjoner i en gransking.","diagrams.no_diagrams":"Det finnes ingen nettverksdiagrammer.","diagrams.title":"Nettverksdiagrammer","document.download":"Last ned","document.download.cancel":"Avbryt","document.download.confirm":"Last ned","document.download.dont_warn":"Ikke advar meg om nedlasting av kildedokumenter i fremtiden","document.download.tooltip":"Last ned originaldokumentet","document.download.warning":"Du er i ferd med å last ned et originaldokument. {br}{br} Originaldokumenter kan inneholde virus og kode som varsler de som har laget det om at du har åpnet det. {br}{br} Dersom det er snakk om sensitive data anbefaler vi at du åpner dokumentene på en pc som ikke er eller har vært koblet til internett. ","document.folder.error":"Det oppsto en feil ved opprettelse av mappen.","document.folder.new":"Ny mappe","document.folder.save":"Opprett","document.folder.title":"Ny mappe","document.folder.untitled":"Mappe-navn","document.mapping.start":"Generer entiteter","document.paging":"Side {pageInput} av {numberOfPages}","document.pdf.search.page":"Side {page}","document.search.no_match":"Det er ingen enkeltside i dette dokumentet der det er treff på alle søkeuttrykkene.","document.upload.button":"Last opp","document.upload.cancel":"Avbryt","document.upload.close":"Lukk","document.upload.errors":"Noen filer kunne ikke overføres. Du kan bruke Prøv på nytt-knappen for å starte alle opplastinger som feilet på nytt.","document.upload.files":"Velg filer du vil laste opp...","document.upload.folder":"Hvis du vil laste opp mapper i stedet { button }.","document.upload.folder-toggle":"klikk her","document.upload.notice":"Opplastingen er ferdig. Det tar en liten stund før dokumentene er behandlet og er søkbare. ","document.upload.progress":"{done} av {total} filer ferdig, {errors} feil.","document.upload.rejected":"{fileName} mangler filtype, så den kan ikke lastes opp.","document.upload.retry":"Prøv på nytt","document.upload.save":"Last opp","document.upload.summary":"{numberOfFiles, number} filer, {totalSize}","document.upload.title":"Last opp dokumenter","document.upload.title_in_folder":"Last opp dokumenter til {folder}","document.viewer.ignored_file":"Systemet virker ikke med denne typen filer. Last ned filen for å se den.","document.viewer.no_viewer":"Forhåndsvisning er ikke tilgjengelig for dette dokumentet","email.body.empty":"Ikke noe innhold i meldingen","entity.delete.cancel":"Avbryt","entity.delete.confirm":"Slett","entity.delete.error":"En feil oppsto ved sletting av denne entiteten","entity.delete.progress":"Sletter...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Slettingen var vellykket","entity.document.manager.cannot_map":"Velg en tabell for å opprette strukturerte entiteter","entity.document.manager.empty":"Ingen filer eller mapper","entity.document.manager.emptyCanUpload":"Ingen filer eller mapper. Slipp filer her eller klikk for å laste opp.","entity.document.manager.search_placeholder":"Søk etter dokumenter","entity.document.manager.search_placeholder_document":"Søk i {label}","entity.info.attachments":"Vedlegg","entity.info.documents":"Dokumenter","entity.info.info":"Informasjon","entity.info.last_view":"Sist vist {time}","entity.info.similar":"Liknende","entity.info.tags":"Henvisninger","entity.info.text":"Tekst","entity.info.view":"Vis","entity.info.workbook_warning":"Dette arket er del av arbeidsboken {link}","entity.manager.bulk_import.description.1":"Velg en tabell under som du vil importere nye {schema}-entiteter fra.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Ser du ikke tabellen du leter etter? {link}","entity.manager.bulk_import.link_text":"Last opp et nytt tabell-dokument.","entity.manager.bulk_import.no_results":"Fant ingen dokumenter som samsvarte med søket.","entity.manager.bulk_import.placeholder":"Velg et tabell-dokument","entity.manager.delete":"Slett","entity.manager.edge_create_success":"Opprettelsen av koblingen mellom {source} og {target} var vellykket.","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Fjern","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generer entiteter","entity.properties.missing":"ukjent","entity.references.no_relationships":"Denne entiteten har ikke noen relasjoner","entity.references.no_results":"Det er ingen {schema} som passer til ditt søk","entity.references.no_results_default":"Det er ingen entiteter som passer til søket","entity.references.search.placeholder":"Søk etter {schema}","entity.references.search.placeholder_default":"Søk etter entiteter","entity.remove.confirm":"Fjern","entity.remove.error":"En feil oppsto ved fjerning av denne entiteten","entity.remove.progress":"Fjerner...","entity.remove.question.multiple":"Er du sikker på at du vil fjerne følgende {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Søk i {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Tittel","entityset.choose.summary":"Sammendrag","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Opprett","entityset.delete.cancel":"Avbryt","entityset.delete.confirm":"Slett","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Slett","entityset.info.edit":"Innstillinger","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Vis","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Lagre endringer","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Avbryt","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Datasett","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Søk","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Datasett","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Last opp dokumenter","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Søk etter entiteter","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lister lar deg organisere og gruppere relaterte entiteter av interesse.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generer entiteter","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Slett","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Lagre endringer","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Avbryt","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Avbryt","mapping.delete.confirm":"Slett","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Fjern","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Avbryt","mapping.flush.confirm":"Fjern","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Avbryt","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Lagrede søk","nav.cases":"Granskinger","nav.collections":"Datasett","nav.diagrams":"Nettverksdiagrammer","nav.exports":"Eksporter","nav.lists":"Lists","nav.menu.cases":"Granskinger","nav.settings":"Innstillinger","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Tidslinjer","nav.view_notifications":"Varsler","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"Alle","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Søk","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Søk i {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Søk","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Oppdater","settings.saved":"It's official, your profile is updated.","settings.title":"Innstillinger","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Tittel","sorting.bar.collection_id":"Datasett","sorting.bar.count":"Size","sorting.bar.countries":"Land","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Tittel","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Slett","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Opprett","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Tidslinjer","timelines.description":"Tidslinjer er en måte å organisere hendelser på kronologisk.","timelines.no_timelines":"There are no timelines.","timelines.title":"Tidslinjer","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Datasett","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"pt_BR":{"alert.manager.description":"Você receberá notificações quando um novo resultado for gerado para qualquer uma das pesquisas utilizadas para criar os alertas abaixo.","alerts.add_placeholder":"Criar novo alerta de monitoramento...","alerts.delete":"Remove alert","alerts.heading":"Gerencie seus alertas","alerts.no_alerts":"Você não está monitorando nenhuma pesquisa","alerts.save":"Atualizar","alerts.title":"Monitorando alertas","alerts.track":"Monitorar","auth.bad_request":"O Servidor não aceitou sua entrada","auth.server_error":"Erro no servidor","auth.success":"Sucesso","auth.unauthorized":"Acesso negado","auth.unknown_error":"Um erro inesperado ocorreu","case.choose.name":"Título","case.choose.summary":"Resumo","case.chose.languages":"Línguas","case.create.login":"Você deve fazer login para enviar seus próprios dados.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Usado para reconhecimento óptico de texto em alfabetos não latinos.","case.save":"Salvar","case.share.with":"Compartilhar com","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pesquisar usuários","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar para a área de transferência","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Gerenciador","collection.data_updated_at":"Content updated","collection.data_url":"URL do dado","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Excluir","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Controle de acesso","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocessar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoria","collection.edit.info.countries":"Países","collection.edit.info.creator":"Gerenciador","collection.edit.info.data_url":"URL da fonte do dado","collection.edit.info.delete":"Excluir","collection.edit.info.foreign_id":"ID externo","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"URL de informação","collection.edit.info.label":"Nome","collection.edit.info.languages":"Línguas","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link para o dado original e disponível pra download","collection.edit.info.placeholder_info_url":"Link para informações adicionais","collection.edit.info.placeholder_label":"Um nome","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organização ou pessoa publicando esses dados","collection.edit.info.placeholder_publisher_url":"Link para o publicador","collection.edit.info.placeholder_summary":"Breve resumo","collection.edit.info.publisher":"Publicador","collection.edit.info.publisher_url":"URL do publicador","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Salvar alterações","collection.edit.info.summary":"Resumo","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Visualizar","collection.edit.save_button":"Salvar alterações","collection.edit.save_success":"Suas alterações foram gravadas.","collection.edit.title":"Configurações","collection.edit.users":"Usuários","collection.foreign_id":"ID externo","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todas","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Pesquisar conjuntos de dados...","collection.index.title":"Conjuntos de dados","collection.info.access":"Compartilhar","collection.info.browse":"Documentos","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documentos","collection.info.edit":"Configurações","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Menções","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Pesquisar","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Referência Cruzada","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de informação","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publicador","collection.reconcile":"Reconciliação","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancelar processo","collection.status.collection":"Conjunto de dado","collection.status.finished_tasks":"Finalizado","collection.status.jobs":"Jobs","collection.status.message":"Aguarde enquanto os dados são processados.","collection.status.no_active":"Nãp há tarefas em andamento","collection.status.pending_tasks":"Pendente","collection.status.progress":"Tarefas","collection.status.title":"Atualização em progresso ({percent}%)","collection.team":"Acessível por","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirm","collection.xref.empty":"Nenhum resultado na análise de referenciamento cruzado.","collection.xref.processing":"Cruzamento de dados iniciado.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Referência Cruzada","dashboard.activity":"Ações","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificações","dashboard.settings":"Configurações","dashboard.status":"Status do sistema","dashboard.subheading":"Verifique o progresso das análises de dados, upload e tarefas de processamento em andamento.","dashboard.timelines":"Timelines","dashboard.title":"Status do Sistema","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancelar","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download do arquivo original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Ocorreu um erro ao criar a pasta.","document.folder.new":"Nova pasta","document.folder.save":"Criar","document.folder.title":"Nova pasta","document.folder.untitled":"Título da pasta","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Nenhuma página desse documento atende aos termos buscados.","document.upload.button":"Enviar","document.upload.cancel":"Cancelar","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Escolha os arquivos pra upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Enviar","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Enviar documentos","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"O sistema não trabalha com esses tipos de arquivos. Por favor, faça o download do arquivo para que possa visualizá-lo,.","document.viewer.no_viewer":"Não há pré-visualização disponível para esse documento","email.body.empty":"Sem corpo da mensagem.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Excluir","entity.delete.error":"Um erro ocorreu ao tentar excluir essa entidade.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"Nenhum arquivo ou diretório.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Pesquisar em {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Informação","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menções","entity.info.text":"Texto","entity.info.view":"Visualizar","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Excluir","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"desconhecido","entity.references.no_relationships":"A entidade não possui relacionamentos.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"A pasta está vazia","entity.search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","entity.search.no_results_title":"Nenhum resultado pra busca","entity.similar.empty":"Não há entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"Nenhum seletor foi extraído dessa entidade.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Pesquisar em {label}","entitySet.last_updated":"Atualizado em {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumo","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Criar","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Excluir","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Excluir","entityset.info.edit":"Configurações","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Visualizar","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Salvar alterações","error.screen.not_found":"A página solicitada não foi encontrada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancelar","exports.dialog.confirm":"Exportar","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Nome","exports.no_exports":"You have no exports to download","exports.size":"Tamanho","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Nome","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Conjunto de dado","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Tente buscar por: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Tipos de entidades","home.stats.title":"Get started exploring public data","home.title":"Encontre registros públicos e vazados","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Pesquisar","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Conjunto de dado","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Última atualização","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Enviar documentos","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Acessar com OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Excluir","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Salvar alterações","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Excluir","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Outras","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de dados","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configurações","nav.signin":"Acessar","nav.signout":"Sair","nav.status":"Status do sistema","nav.timelines":"Timelines","nav.view_notifications":"Notificações","navbar.alert_add":"Clique para receber alertas de novos resultados para essa busca.","navbar.alert_remove":"Você está recebendo alertas para essa pesquisa.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Quais são as novidades, {role}?","notifications.no_notifications":"Você já viu todas suas notificações","notifications.title":"Notificações recentes","notifications.type_filter.all":"Todas","pages.not.found":"Page not found","pass.auth.not_same":"Suas senhas não são as mesmas!","password_auth.activate":"Ativar","password_auth.confirm":"Confirmar senha","password_auth.email":"Endereço de e-mail","password_auth.name":"Seu Nome","password_auth.password":"Senha","password_auth.signin":"Acessar","password_auth.signup":"Registrar-se","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use a chave da API para ler e gravar dados através de aplicações remotas","queryFilters.clearAll":"Limpar tudo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documentos estão sendo processados. Aguarde...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Erro","result.more_results":"Mais de {total} resultados","result.none":"Nenhum resultado encontrado","result.results":"Encontrado(s) {total} resultados","result.searching":"Pesquisando...","result.solo":"Um resultado encontrado","role.select.user":"Escolha um usuário","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Limpar tudo","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Pesquisar","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Alguns recursos não são visíveis pelos usuários anônimos. {signInButton} para ver todos os resultados aos quais você tem acesso.","search.callout_message.button_text":"Acessar","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selecionados","search.facets.hide":"Hide filters","search.facets.no_items":"Nenhuma opção","search.facets.show":"Show filters","search.facets.showMore":"Mostrar mais...","search.filterTag.ancestors":"em:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"não:","search.filterTag.role":"Filtrar por acesso","search.loading":"Loading...","search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","search.no_results_title":"Nenhum resultado pra busca","search.placeholder":"Pesquisar empresas, pessoas e documentos","search.placeholder_default":"Pesquisar...","search.placeholder_label":"Pesquisar em {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Exportar","search.screen.export_disabled":"Não é possível exportar mais de 10.000 resultados ao mesmo tempo","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Pesquisar","settings.api_key":"Chave Secreta de Acesso à API","settings.confirm":"(confirmar)","settings.current_explain":"Insira sua senha atual para definir a nova.","settings.current_password":"Senha atual","settings.email":"Endereços de E-mail","settings.email.muted":"Receber notificações de e-mail diárias","settings.email.no_change":"Seu e-mail não pode ser alterado","settings.email.tester":"Test new features before they are finished","settings.locale":"Língua","settings.name":"Nome","settings.new_password":"Nova senha","settings.password.missmatch":"As senhas não são iguais","settings.password.rules":"Use pelo menos seis caracteres","settings.password.title":"Troque sua senha","settings.save":"Atualizar","settings.saved":"É oficial, seu perfil foi atualizado.","settings.title":"Configurações","sidebar.open":"Expandir","signup.activate":"Ative sua conta","signup.inbox.desc":"Enviamos um email, por favor acesso o link recebido para completar seu cadastro","signup.inbox.title":"Verifique sua caixa de entrada","signup.login":"Já possui uma conta? Acesse!","signup.register":"Registrar","signup.register.question":"Não possui uma conta? Registre-se!","signup.title":"Acessar","sorting.bar.button.label":"Show:","sorting.bar.caption":"Título","sorting.bar.collection_id":"Conjunto de dado","sorting.bar.count":"Tamanho","sorting.bar.countries":"Países","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Data","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Título","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Carregando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Excluir","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Criar","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menções em {appName}","xref.compute":"Calcular","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Conjunto de dado","xref.recompute":"Re-compute","xref.score":"Pontuação","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"ru":{"alert.manager.description":"Укажите искомые слова и, в случае, если они будут найдены в новых документах, вы получите уведомление.","alerts.add_placeholder":"Создать новое оповещение","alerts.delete":"Удалить оповещение","alerts.heading":"Оповещения о новых результатах поиска","alerts.no_alerts":"Вы не подписаны на оповещения","alerts.save":"Обновить","alerts.title":"Управление оповещениями","alerts.track":"Отслеживать","auth.bad_request":"Серверу не понравился ваш запрос","auth.server_error":"Ошибка сервера","auth.success":"Вы успешно авторизованы","auth.unauthorized":"Требуется авторизация","auth.unknown_error":"Произошла ошибка","case.choose.name":"Название","case.choose.summary":"Краткое описание","case.chose.languages":"Языки","case.create.login":"Для загрузки данных необходимо авторизоваться.","case.description":"С помощью Расследований вы можете загружать и коллективно использовать документы и данные, относящиеся к определённой истории. Загруженные PDF-файлы, почтовые архивы и таблицы будут представлены в удобном для поиска и изучения виде.","case.label_placeholder":"Безымянное расследование","case.language_placeholder":"Выбрать языки","case.languages.helper":"Для распознавания текстов нелатинских алфавитов.","case.save":"Сохранить","case.share.with":"Предоставить доступ","case.summary":"Краткое описание расследования","case.title":"Создать расследование","case.users":"Искать пользователей","cases.create":"Новое расследование","cases.empty":"У вас пока нет расследований.","cases.no_results":"Расследований, удовлетворяющих запросу, не найдено.","cases.placeholder":"Поиск расследований...","cases.title":"Расследования","clipboard.copy.after":"Скопировано в буфер","clipboard.copy.before":"Скопировать в буфер","collection.addSchema.placeholder":"Добавить новый тип сущности","collection.analyze.alert.text":"Все сущности в {collectionLabel} будут переиндексированы. Иногда это позволяет исправить ошибки в представлении данных.","collection.analyze.cancel":"Отменить","collection.cancel.button":"Отменить","collection.countries":"Страна","collection.creator":"Автор","collection.data_updated_at":"Данные обновлены","collection.data_url":"Ссылка на данные","collection.delete.cancel":"Отменить","collection.delete.confirm":"Удалить","collection.delete.question":"Вы хотите удалить {collectionLabel} и всё содержимое?","collection.edit.access_title":"Управление доступом","collection.edit.cancel_button":"Отменить","collection.edit.groups":"Группы","collection.edit.info.analyze":"Повторный анализ","collection.edit.info.cancel":"Отменить","collection.edit.info.category":"Категория","collection.edit.info.countries":"Страны","collection.edit.info.creator":"Автор","collection.edit.info.data_url":"Ссылка на исходные данные","collection.edit.info.delete":"Удалить","collection.edit.info.foreign_id":"Внешний ID","collection.edit.info.frequency":"Частота обновления","collection.edit.info.info_url":"Ссылка на описание","collection.edit.info.label":"Название","collection.edit.info.languages":"Языки","collection.edit.info.placeholder_country":"Выбрать страны","collection.edit.info.placeholder_data_url":"Ссылка на исходные данные в скачиваемом формате","collection.edit.info.placeholder_info_url":"Ссылка на более подробное описание","collection.edit.info.placeholder_label":"Название","collection.edit.info.placeholder_language":"Выбрать языки","collection.edit.info.placeholder_publisher":"Организация или лицо, опубликовавшее данные","collection.edit.info.placeholder_publisher_url":"Ссылка на источник","collection.edit.info.placeholder_summary":"Краткое описание","collection.edit.info.publisher":"Издатель","collection.edit.info.publisher_url":"Ссылка на издателя","collection.edit.info.restricted":"Доступ к этому набору данных ограничен — об этом необходимо предупреждать новых пользователей.","collection.edit.info.save":"Сохранить изменения","collection.edit.info.summary":"Краткое описание","collection.edit.permissions_warning":"Для доступа необходима учётная запись в Алефе.","collection.edit.permissionstable.edit":"Редактирование","collection.edit.permissionstable.view":"Просмотр","collection.edit.save_button":"Сохранить изменения","collection.edit.save_success":"Изменения сохранены","collection.edit.title":"Настройки","collection.edit.users":"Пользователи","collection.foreign_id":"Внешний ID","collection.frequency":"Обновления","collection.index.empty":"Ничего нет","collection.index.filter.all":"Все","collection.index.filter.mine":"Созданы мной","collection.index.no_results":"Наборы данных, соответствующие запросу, не найдены","collection.index.placeholder":"Поиск наборов данных...","collection.index.title":"Наборы данных","collection.info.access":"Доступ","collection.info.browse":"Документы","collection.info.delete":"Удалить набор данных","collection.info.delete_casefile":"Удалить расследование","collection.info.diagrams":"Диаграммы","collection.info.diagrams_description":"С помощью диаграмм вы можете визуализировать сложные связи внутри набора данных.","collection.info.documents":"Документы","collection.info.edit":"Настройки","collection.info.entities":"Сущности","collection.info.lists":"Списки","collection.info.lists_description":"С помощью списков вы можете организовывать и группировать связанные сущности.","collection.info.mappings":"Маппинги сущностей","collection.info.mappings_description":"С помощью маппинга сущностей вы можете из рядов в таблице или в CSV-документе массово сгенерировать сущности модели Follow the Money (Люди, Компании и взаимоотношения между ними)","collection.info.mentions":"Упоминания","collection.info.mentions_description":"Алеф автоматически извлекает из загружаемых в расследование документов и сущностей слова и фразы, похожие на имена, адреса, телефонные номера и эл. адреса. {br}{br} Нажмите на упоминании ниже, чтобы посмотреть, где оно встречается в вашем расследовании.","collection.info.overview":"Информация","collection.info.reindex":"Переиндексировать всё содержимое","collection.info.reingest":"Перезагрузить документы","collection.info.search":"Поиск","collection.info.source_documents":"Исходные документы","collection.info.timelines":"Хронологии","collection.info.timelines_description":"Хронологии служат для просмотра и организации событий во времени.","collection.info.xref":"Перекрёстное сравнение","collection.info.xref_description":"Перекрёстное сравнение позволяет искать по всему Алефу сущности, похожие на содержащиеся в вашем расследовании.","collection.info_url":"Ссылка на описание","collection.last_updated":"Обновлено {date}","collection.mappings.create":"Создать новый маппинг сущностей","collection.mappings.create_docs_link":"Подробнее см. {link}","collection.overview.empty":"Пустой набор данных.","collection.publisher":"Издатель","collection.reconcile":"Объединение данных","collection.reconcile.description":"Сопоставить данные с сущностями из этой коллекции с помощью свободного инструмента {openrefine}, указав конечную точку слияния.","collection.reindex.cancel":"Отменить","collection.reindex.confirm":"Запустить индексирование","collection.reindex.flush":"Очистить индекс перед переиндексацией","collection.reindex.processing":"Индексирование запущено.","collection.reingest.confirm":"Запустить анализ","collection.reingest.index":"Проиндексировать документы в процессе обработки.","collection.reingest.processing":"Перезагрузка документов запущена.","collection.reingest.text":"Все документы в {collectionLabel} будут проанализированы повторно. Это займёт некоторое время.","collection.statistics.showmore":"Ещё","collection.status.cancel_button":"Отменить процесс","collection.status.collection":"Набор данных","collection.status.finished_tasks":"Выполнено","collection.status.jobs":"Задачи","collection.status.message":"Данные загружаются.","collection.status.no_active":"Нет активных задач","collection.status.pending_tasks":"Обрабатывается","collection.status.progress":"Ход выполнения","collection.status.title":"Обновлено {percent}%","collection.team":"Доступ","collection.updated_at":"Метаданные обновлены","collection.xref.cancel":"Отменить","collection.xref.confirm":"Подтвердить","collection.xref.empty":"Результаты перекрёстного сравнения отсутствуют.","collection.xref.processing":"Перекрёстное сравнение запущено.","collection.xref.text":"Сейчас будет произведено перекрёстное сравнение {collectionLabel} со всеми остальными источниками. Запустите и дождитесь завершения.","collection.xref.title":"Перекрёстное сравнение","dashboard.activity":"События","dashboard.alerts":"Оповещения","dashboard.cases":"Расследования","dashboard.diagrams":"Диаграммы","dashboard.exports":"Экспорт","dashboard.groups":"Группы","dashboard.lists":"Списки","dashboard.notifications":"Уведомления","dashboard.settings":"Настройки","dashboard.status":"Системный статус","dashboard.subheading":"Статус операций анализа, загрузки или обработки данных.","dashboard.timelines":"Хронологии","dashboard.title":"Системный статус","dashboard.workspace":"Рабочая среда","dataset.search.placeholder":"Поиск этом в наборе данных","diagram.create.button":"Новая диаграмма","diagram.create.label_placeholder":"Безымянная диаграмма","diagram.create.login":"Для создания диаграмм необходимо авторизоваться.","diagram.create.success":"Вы создали диаграмму.","diagram.create.summary_placeholder":"Краткое описание диаграммы","diagram.create.title":"Создать диаграмму","diagram.embed.error":"Ошибка создания встраиваемой диаграммы","diagram.export.embed.description":"Создать встраиваемую интерактивную версию диаграммы для вставки в статьи. Сгенерированная встраиваемая диаграмма не будет отражать более поздние изменения в основной диаграмме.","diagram.export.error":"Ошибка экспорта диаграммы","diagram.export.ftm":"Экспорт в формате .ftm","diagram.export.ftm.description":"Скачать диаграмму в виде файла данных, который можно использовать в {link} или на другом сайте с Алефом.","diagram.export.ftm.link":"Алеф Дата Десктоп","diagram.export.iframe":"Вставить iframe","diagram.export.svg":"Экспорт в формате SVG","diagram.export.svg.description":"Скачать векторную графику с содержимым диаграммы.","diagram.export.title":"Настройки экспорта","diagram.import.button":"Импортировать диаграмму","diagram.import.placeholder":"Перенесите .ftm или .vis файл сюда или кликните, чтобы импортировать готовую диаграмму","diagram.import.title":"Импортировать диаграмму","diagram.render.error":"Ошибка отображения диаграммы","diagram.selector.create":"Создать диаграмму","diagram.selector.select_empty":"Диаграммы отсутствуют","diagram.update.label_placeholder":"Безымянная диаграмма","diagram.update.success":"Вы обновили диаграмму.","diagram.update.summary_placeholder":"Краткое описание диаграммы","diagram.update.title":"Настройки диаграммы","diagrams":"Диаграммы","diagrams.description":"С помощью диаграмм вы можете визуализировать сложные связи внутри расследования.","diagrams.no_diagrams":"Диаграммы отсутствуют.","diagrams.title":"Диаграммы","document.download":"Скачать","document.download.cancel":"Отменить","document.download.confirm":"Скачать","document.download.dont_warn":"Больше не показывать предупреждение при скачивании исходных документов.","document.download.tooltip":"Скачать оригинальный документ","document.download.warning":"Вы собираетесь скачать исходный файл. {br}{br} Исходные файлы могут содержать вирусы или выполняемый код, которые известят автора о том, что вы открыли файл. {br}{br}В случае работы с конфиденциальными данными мы рекомендуем открывать подобные файлы на компьютере, отключённом от сети.","document.folder.error":"При создании папки возникла ошибка.","document.folder.new":"Новая папка","document.folder.save":"Создать","document.folder.title":"Новая папка","document.folder.untitled":"Название папки","document.mapping.start":"Создать сущности","document.paging":"Страница {pageInput} из {numberOfPages}","document.pdf.search.page":"Страница {page}","document.search.no_match":"Искомых слов в документе не найдено.","document.upload.button":"Загрузить","document.upload.cancel":"Отменить","document.upload.close":"Закрыть","document.upload.errors":"Не удалось передать некоторые файлы. Нажмите кнопку Повторить и перезапустите загрузку.","document.upload.files":"Выберите файлы для загрузки","document.upload.folder":"Если вы хотите загрузить папки, { button }.","document.upload.folder-toggle":"нажмите здесь","document.upload.notice":"Загрузка завершена. После индексирования документы станут доступны для полнотекстового поиска.","document.upload.progress":"{done} из {total} файлов готовы, ошибок: {errors}.","document.upload.rejected":"Невозможно загрузить {fileName}, поскольку не известен тип файла.","document.upload.retry":"Попробовать ещё раз","document.upload.save":"Загрузить","document.upload.summary":"{numberOfFiles, number} файлов, {totalSize}","document.upload.title":"Загрузить документы","document.upload.title_in_folder":"Загрузить документы в {folder}","document.viewer.ignored_file":"Работа с данным типом файлов не поддерживается. Для просмотра попробуйте скачать файл.","document.viewer.no_viewer":"Просмотр документа невозможен","email.body.empty":"Текст письма отсутствует","entity.delete.cancel":"Отменить","entity.delete.confirm":"Удалить","entity.delete.error":"При удалении сущности возникла ошибка.","entity.delete.progress":"Удаляем...","entity.delete.question.multiple":"Вы уверены, что хотите удалить {count, plural, one {запись} other {записи}}?","entity.delete.success":"Успешно удалено","entity.document.manager.cannot_map":"Выберите документ с таблицей для создания сущностей","entity.document.manager.empty":"Здесь ничего нет.","entity.document.manager.emptyCanUpload":"Файлы или папки отсутствуют. Перетащите файлы сюда или кликните, чтобы загрузить.","entity.document.manager.search_placeholder":"Поиск по документам","entity.document.manager.search_placeholder_document":"Поиск в {label}","entity.info.attachments":"Вложения","entity.info.documents":"Документы","entity.info.info":"Информация","entity.info.last_view":"Последний просмотр","entity.info.similar":"Совпадения","entity.info.tags":"Упоминания","entity.info.text":"Текст","entity.info.view":"Просмотр","entity.info.workbook_warning":"Этот лист является частью рабочей книги {link}","entity.manager.bulk_import.description.1":"Ниже выберите таблицу для импорта новых сущностей {schema}.","entity.manager.bulk_import.description.2":"Выберите колонки из таблицы и сопоставьте с свойствами сгенерированных сущностей.","entity.manager.bulk_import.description.3":"Не видите искомую таблицу? {link}","entity.manager.bulk_import.link_text":"Загрузить документ, содержащий таблицу","entity.manager.bulk_import.no_results":"Совпадений с другими документами нет","entity.manager.bulk_import.placeholder":"Выберите документ, содержащий таблицу","entity.manager.delete":"Удалить","entity.manager.edge_create_success":"{source} и {target} связаны","entity.manager.entity_set_add_success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entity.manager.remove":"Удалить","entity.manager.search_empty":"Никаких совпадений с {schema} не найдено","entity.manager.search_placeholder":"Искать {schema}","entity.mapping.view":"Создать сущности","entity.properties.missing":"неизвестно","entity.references.no_relationships":"У этой сущности отсутствуют связи","entity.references.no_results":"Ничего не найдено для типа {schema}.","entity.references.no_results_default":"Сущности, удовлетворяющие запросу, не найдены.","entity.references.search.placeholder":"Искать в {schema}","entity.references.search.placeholder_default":"Поиск сущностей","entity.remove.confirm":"Удалить","entity.remove.error":"При удалении сущности возникла ошибка.","entity.remove.progress":"Удаление...","entity.remove.question.multiple":"Вы уверены, что хотите удалить\n {count, plural, one {запись} other {записи}}?","entity.remove.success":"Успешно удалено","entity.search.empty_title":"Эта папка пуста","entity.search.no_results_description":"Попробуйте расширить критерии поиска","entity.search.no_results_title":"Ничего не найдено","entity.similar.empty":"Нет похожих записей","entity.similar.entity":"Похожая сущность","entity.similar.found_text":"Найдено {resultCount} {resultCount, plural, one {похожая запись} other {похожие записи}} из {datasetCount} {datasetCount, plural, one {набор данных} other {наборы данных}}","entity.status.error":"Ошибка сохранения","entity.status.in_progress":"Сохраняется...","entity.status.success":"Сохранено","entity.tags.no_tags":"В данной записи селекторов нет","entity.viewer.add_link":"Связать","entity.viewer.add_to":"Добавить к...","entity.viewer.bulk_import":"Массовый импорт","entity.viewer.search_placeholder":"Поиск в {label}","entitySet.last_updated":"Обновлено {date}","entityset.choose.name":"Название","entityset.choose.summary":"Краткое описание","entityset.create.collection":"Расследование","entityset.create.collection.existing":"Выбрать расследование","entityset.create.collection.new":"Не видите искомое расследование? {link}","entityset.create.collection.new_link":"Создать новое расследование","entityset.create.submit":"Создать","entityset.delete.cancel":"Отменить","entityset.delete.confirm":"Удалить","entityset.delete.question":"Вы уверены, что хотите удалить {label}?","entityset.delete.success":"Успешно удалён {title}","entityset.info.delete":"Удалить","entityset.info.edit":"Настройки","entityset.info.export":"Экспорт","entityset.selector.placeholder":"Поиск по существующему","entityset.selector.success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entityset.selector.success_toast_button":"Просмотр","entityset.selector.title":"Добавить {firstCaption} {titleSecondary} к...","entityset.selector.title_default":"Добавить сущности к...","entityset.selector.title_other":"и {count} other {count, plural, one {сущность} other {сущности}}","entityset.update.submit":"Сохранить изменения","error.screen.not_found":"Запрашиваемая страница не найдена","export.dialog.text":"Запустите экспорт. {br}{br} На экспорт данных требуется время. Как только данные буду готовы для скачивания, вы получите е-мейл. {br}{br} Не запускайте процедуру экспорта больше одного раза.","exports.dialog.cancel":"Отменить","exports.dialog.confirm":"Экспорт","exports.dialog.dashboard_link":"Показать статус","exports.dialog.success":"Экспортирование запущено.","exports.expiration":"Срок хранения","exports.manager.description":"Ниже приведён список экспортированных данных. Срок действия ограничен.","exports.name":"Название","exports.no_exports":"Данных для экспорта нет","exports.size":"Размер","exports.status":"Статус","exports.title":"Экспортированные данные для скачивания","facet.addresses":"{count, plural, one {Адрес} few {Адреса} many {Адреса} other {Адреса}}","facet.caption":"Название","facet.category":"{count, plural, one {Категория} few {Категории} many {Категории} other {Категории}}","facet.collection_id":"Набор данных","facet.countries":"{count, plural, one {Страна} few {Страны} many {Страны} other {Страны}}","facet.dates":"{count, plural, one {Дата} few {Даты} many {Даты} other {Даты}}","facet.emails":"{count, plural, one {E-мэйл} few {E-мэйлы} many {E-мэйлы} other {E-мэйлы}}","facet.ibans":"{count, plural, one {IBAN-код} few {IBAN-коды} many {IBAN-коды} other {IBAN-коды}}","facet.languages":"{count, plural, one {Язык} few {Языки} many {Языки} other {Языки}}","facet.mimetypes":"{count, plural, one {Тип файла} few {Типы файлов} many {Типы файлов} other {Типы файлов}}","facet.names":"{count, plural, one {Имя} few {Имена} many {Имена} other {Имена}}","facet.phones":"{count, plural, one {Номер телефона} few {Номера телефонов} many {Номера телефонов} other {Номера телефонов}}","facet.schema":"Тип сущности","file_import.error":"Ошибка импорта файла","footer.aleph":"Алеф {version}","group.page.description":"Список всех наборов данных и расследований, принадлежащих этой группе.","group.page.search.description":"Если вы хотите поискать определённые сущности или документы в наборах данных, относящихся к этой группе, нажмите здесь .","home.access_disabled":"Публичный доступ временно закрыт","home.counts.countries":"Страны и территории","home.counts.datasets":"Общедоступные наборы данных","home.counts.entities":"Общедоступные сущности","home.placeholder":"Например, {samples}","home.statistics.categories":"Категории наборов данных","home.statistics.countries":"Страны и территории","home.statistics.schemata":"Типы сущностей","home.stats.title":"Начните с изучения публичных источников данных","home.title":"Искать публичные записи и секретные документы","hotkeys.judgement.different":"Различаются","hotkeys.judgement.group_label":"Распознавание сущностей","hotkeys.judgement.next":"Выбрать следующий результат","hotkeys.judgement.previous":"Выбрать предыдущий результат","hotkeys.judgement.same":"Одно и то же","hotkeys.judgement.unsure":"Недостаточно информации","hotkeys.search.different":"Просмотр предыдущего результата","hotkeys.search.group_label":"Просмотр результатов поиска","hotkeys.search.unsure":"Просмотр следующего результата","hotkeys.search_focus":"Поиск","infoMode.collection_casefile":"Расследование","infoMode.collection_dataset":"Набор данных","infoMode.createdAt":"Дата создания","infoMode.creator":"Создано ","infoMode.updatedAt":"Последнее обновление","investigation.mentions.empty":"Упоминания отсутствуют в этом расследовании.","investigation.overview.guides":"Подробнее","investigation.overview.guides.access":"Управление доступом","investigation.overview.guides.diagrams":"Создание диаграмм","investigation.overview.guides.documents":"Загрузка документов","investigation.overview.guides.entities":"Создание и редактирование сущностей","investigation.overview.guides.mappings":"Создание сущностей из таблиц","investigation.overview.guides.xref":"Перекрёстное сравнение данных","investigation.overview.notifications":"Недавние события","investigation.overview.shortcuts":"Быстрые ссылки","investigation.overview.shortcuts_empty":"Приступить к работе","investigation.search.placeholder":"Поиск в этом расследовании","investigation.shortcut.diagram":"Создать диаграмму","investigation.shortcut.entities":"Создать новые сущности","investigation.shortcut.entity_create_error":"Не удалось создать сущность","investigation.shortcut.entity_create_success":"Успешно создано: {name}","investigation.shortcut.upload":"Загрузить документы","investigation.shortcut.xref":"Сопоставить с другими наборами данных","judgement.disabled":"Для принятия решений необходимы права на редактирование","judgement.negative":"Различаются","judgement.positive":"Одинаковые","judgement.unsure":"Недостаточно информации","landing.shortcut.alert":"Создать оповещение для поиска","landing.shortcut.datasets":"Просмотр наборов данных","landing.shortcut.investigation":"Начать новое расследование","landing.shortcut.search":"Поиск сущностей","list.create.button":"Новый список","list.create.label_placeholder":"Безымянный список","list.create.login":"Для создания списка необходимо авторизоваться.","list.create.success":"Вы создали список.","list.create.summary_placeholder":"Краткое описание списка","list.create.title":"Создать список","list.selector.create":"Создать новый список","list.selector.select_empty":"Списки отсутствуют","list.update.label_placeholder":"Безымянный список","list.update.success":"Список обновлён","list.update.summary_placeholder":"Краткое описание списка","list.update.title":"Настройки списка","lists":"Списки","lists.description":"С помощью списков вы можете организовывать и группировать связанные сущности","lists.no_lists":"Списки отсутствуют.","lists.title":"Списки","login.oauth":"Войти с помощью OAuth","mapping.actions.create":"Создать сущности","mapping.actions.create.toast":"Создание сущностей...","mapping.actions.delete":"Удалить","mapping.actions.delete.toast":"Удаление маппинга и созданных сущностей...","mapping.actions.export":"Экспорт маппинга","mapping.actions.flush":"Удалить созданные сущности","mapping.actions.flush.toast":"Удаление созданных сущностей","mapping.actions.save":"Сохранить изменения","mapping.actions.save.toast":"Пересоздать сущности...","mapping.create.cancel":"Отменить","mapping.create.confirm":"Создать","mapping.create.question":"Вы уверены, что готовы создать сущности, используя этот маппинг?","mapping.delete.cancel":"Отменить","mapping.delete.confirm":"Удалить","mapping.delete.question":"Вы уверены, что хотите удалить этот маппинг и все созданные сущности?","mapping.docs.link":"Помощь по маппингу сущностей в Алефе","mapping.entityAssign.helpText":"Необходимо создать объект типа \"{range}\" для {property}","mapping.entityAssign.noResults":"Нет совпадений с другими объектами","mapping.entityAssign.placeholder":"Выбрать объект","mapping.entity_set_select":"Выберите список или диаграмму","mapping.entityset.remove":"Удалить","mapping.error.keyMissing":"Ошибка ключа: для сущности {id} должен быть задан хотя бы один ключ","mapping.error.relationshipMissing":"Ошибка связи: для сущности {id} должны быть заданы {source} и {target}.","mapping.flush.cancel":"Отменить","mapping.flush.confirm":"Удалить маппинг","mapping.flush.question":"Вы уверены, что хотите удалить все созданные с помощью этого маппинга сущности?","mapping.import.button":"Импортировать существующие маппинги","mapping.import.placeholder":"Перенесите .yml файл сюда или кликните, чтобы импортировать существующий маппинг-файл","mapping.import.querySelect":"Выберите маппинг-запрос для импорта из этого файла:","mapping.import.submit":"Сохранить","mapping.import.success":"Ваш маппинг импортирован.","mapping.import.title":"Импорт маппинга","mapping.info":"Выполните нижеследующие действия для маппинга данных в этом расследовании с сущностями модели Follow the Money. Подробнее см. {link}","mapping.info.link":"Помощь по маппингу данных в Алефе","mapping.keyAssign.additionalHelpText":"Используйте колонки с идентификационными номерами, телефонными номерами, эл. адресами\n и прочей уникальной информацией. Если колонки с уникальными значениями отсутствуют,\n выберите одновременно несколько колонок, чтобы Алеф сгенерировал уникальные сущности из ваших данных.","mapping.keyAssign.additionalHelpToggle.less":"Меньше","mapping.keyAssign.additionalHelpToggle.more":"Подробнее о ключах","mapping.keyAssign.helpText":"Укажите, какие колонки из исходных данных следует использовать для определения уникальных сущностей.","mapping.keyAssign.noResults":"Результатов нет","mapping.keyAssign.placeholder":"Выбрать ключи из доступных колонок","mapping.keys":"Ключи","mapping.propAssign.errorBlank":"Нельзя назначить свойства колонкам без заголовка","mapping.propAssign.errorDuplicate":"Нельзя назначить свойства колонкам с неуникальными заголовками","mapping.propAssign.literalButtonText":"Добавить заданное значение","mapping.propAssign.literalPlaceholder":"Задать значение","mapping.propAssign.other":"Прочее","mapping.propAssign.placeholder":"Назначить свойство","mapping.propRemove":"Удалить свойство из маппинга","mapping.props":"Свойства","mapping.save.cancel":"Отменить","mapping.save.confirm":"Обновить маппинг и пересоздать сущности","mapping.save.question":"При обновлении маппинга ранее созданные сущности будет удалены и созданы снова. Продолжить?","mapping.section1.title":"1. Выберите типы сущностей","mapping.section2.title":"2. Соотнесите колонки свойствам сущностей","mapping.section3.title":"3. Проверьте результат","mapping.section4.description":"Сгенерированные сущности будут по умолчанию добавлены в {collection}. Если вы также хотите добавить их к списку или к диаграмме в расследовании, выберите ниже возможные варианты.","mapping.section4.title":"4. Выберите, куда добавить сгенерированные сущности (необязательно)","mapping.status.error":"Ошибка:","mapping.status.status":"Статус:","mapping.status.updated":"Последнее обновление:","mapping.title":"Создание структурированных сущностей","mapping.types.objects":"Объекты","mapping.types.relationships":"Связи","mapping.warning.empty":"Необходимо создать хотя бы одну сущность","mappings.no_mappings":"У вас пока нет сгенерированных маппингов","nav.alerts":"Оповещения","nav.cases":"Расследования","nav.collections":"Наборы данных","nav.diagrams":"Диаграммы","nav.exports":"Экспорт","nav.lists":"Списки","nav.menu.cases":"Расследования","nav.settings":"Настройки","nav.signin":"Войти","nav.signout":"Выйти","nav.status":"Системный статус","nav.timelines":"Хронологии","nav.view_notifications":"Уведомления","navbar.alert_add":"Вам будут приходить оповещения о новых результатах этого поискового запроса.","navbar.alert_remove":"Вы подписаны на оповещения для этого поискового запроса.","notification.description":"Показать последние обновления для наборов данных, расследований, групп и оповещений, на которые вы подписаны","notifications.greeting":"Что нового, {role}?","notifications.no_notifications":"У вас нет непросмотренных уведомлений","notifications.title":"Последние уведомления","notifications.type_filter.all":"Все","pages.not.found":"Страница не найдена","pass.auth.not_same":"Пароли не совпадают!","password_auth.activate":"Активировать","password_auth.confirm":"Подтвердить пароль","password_auth.email":"Электронный адрес","password_auth.name":"Ваше имя","password_auth.password":"Пароль","password_auth.signin":"Войти","password_auth.signup":"Зарегистрироваться","profile.callout.details":"В этом профиле собраны аттрибуты и связи из {count} сущностей из прочих наборов данных.","profile.callout.intro":"Вы просматриваете {entity} в виде профиля.","profile.callout.link":"Показать исходной сущности","profile.delete.warning":"(Удаление этого профиля не приведёт к удалению созданных сущностей и принятых решений)","profile.hint":"{entity} объединена с сущностями из других наборов данных в профиль ","profile.info.header":"Профиль","profile.info.items":"Распознавание сущностей","profile.info.similar":"Предлагаемое","profile.items.entity":"Объединённые сущности","profile.items.explanation":"Решайте, какие исходные сущности следует отнести к данному профилю или исключить из него.","profile.similar.no_results":"Дополнительные сведения для профиля не найдены.","profileinfo.api_desc":"API-ключ для редактирования данных через сторонние приложения","queryFilters.clearAll":"Очистить все","queryFilters.showHidden":"Ещё фильтры: {count}...","refresh.callout_message":"Обрабатываем документы. Пожалуйста, подождите...","restricted.explain":"Использование этого набора данных ограничено. Прочтите описание и свяжитесь с {creator}, прежде чем использовать эти материалы.","restricted.explain.creator":"владелец набора данных","restricted.tag":"ОГРАНИЧЕНО","result.error":"Ошибка","result.more_results":"Найдено результатов: более {total}","result.none":"Ничего не найдено","result.results":"Результатов поиска: {total}","result.searching":"Поиск...","result.solo":"Один результат","role.select.user":"Выберите пользователя","schemaSelect.button.relationship":"Добавить новую связь","schemaSelect.button.thing":"Добавить новый объект","screen.load_more":"Ещё","search.advanced.all.helptext":"Будут отображены результаты, в которых есть все искомые слова","search.advanced.all.label":"Все слова (по умолчанию)","search.advanced.any.helptext":"Будут отображены результаты, в которых есть любое из искомых слов","search.advanced.any.label":"Любые из этих слов","search.advanced.clear":"Очистить все","search.advanced.exact.helptext":"Только результаты поиска с точным написанием слова или фразы","search.advanced.exact.label":"Только это слово или фраза","search.advanced.none.helptext":"Исключить результаты с этими словами","search.advanced.none.label":"Ни одно из указанных слов","search.advanced.proximity.distance":"Расстояние","search.advanced.proximity.helptext":"Поиск слов, находящихся на некотором расстоянии друг от друга. Например, поиск употреблений \"Bank\" и \"America\", расположеных на расстоянии двух слов друг от друга, таких как \"Bank of America\", \"Bank in America\" и даже \"America has a Bank\".","search.advanced.proximity.label":"Слова на некотором расстоянии друг от друга","search.advanced.proximity.term":"Первое искомое слово","search.advanced.proximity.term2":"Второе искомое слово","search.advanced.submit":"Поиск","search.advanced.title":"Расширенный поиск","search.advanced.variants.distance":"Отличающиеся буквы","search.advanced.variants.helptext":"Используйте для нечёткого поиска. Например, в ответ на запрос Wladimir~2 вы получите результаты не только соодержащие «Wladimir», но и такие варианты написания, как «Wladimyr» или «Vladimyr». Варианты написания определяются количеством ошибок или побуквенных изменений для получения варианта из исходного слова.","search.advanced.variants.label":"Варианты написания","search.advanced.variants.term":"Искомое слово","search.callout_message":"Некоторые коллекции данных недоступны анонимным пользователям — нажмите {signInButton}, чтобы авторизоваться!","search.callout_message.button_text":"Войти","search.columns.configure":"Настроить колонки","search.columns.configure_placeholder":"Найти колонку...","search.config.groups":"Группы свойств","search.config.properties":"Свойства","search.config.reset":"Настройки по умолчанию","search.facets.clearDates":"Очистить","search.facets.configure":"Настроить фильтры","search.facets.configure_placeholder":"Найти фильтр...","search.facets.filtersSelected":"{count} выбрано","search.facets.hide":"Скрыть фильтры","search.facets.no_items":"Варианты отсутствуют","search.facets.show":"Отобразить фильтры","search.facets.showMore":"Ещё...","search.filterTag.ancestors":"в:","search.filterTag.dates_after":"После","search.filterTag.dates_before":"До","search.filterTag.exclude":"не:","search.filterTag.role":"Фильтровать по доступу","search.loading":"Загрузка...","search.no_results_description":"Попробуйте расширить критерии поиска","search.no_results_title":"Ничего не найдено","search.placeholder":"Искать людей, компании или документы","search.placeholder_default":"Поиск...","search.placeholder_label":"Поиск в {label}","search.screen.dates.show-all":"* Показаны все настройки фильтра дат. { button } отобразить только ближайшие даты.","search.screen.dates.show-hidden":"* В фильтре дат отображены только варианты от {start} до настоящего времени. { button } показать даты за пределами данного диапазона.","search.screen.dates.show-hidden.click":"Нажмите здесь","search.screen.dates_label":"результаты","search.screen.dates_title":"Даты","search.screen.export":"Экспорт","search.screen.export_disabled":"За один раз можно экспортировать не более 10.000 записей","search.screen.export_disabled_empty":"Результатов для экспорта нет.","search.screen.export_helptext":"Экспортировать результаты","search.title":"Поиск: {title}","search.title_emptyq":"Поиск","settings.api_key":"API-ключ","settings.confirm":"(подтверждение)","settings.current_explain":"Введите текущий пароль для установки нового.","settings.current_password":"Действующий пароль","settings.email":"Электронный адрес","settings.email.muted":"Получать ежедневные уведомления по эл. почте","settings.email.no_change":"Ваш эл. адрес не изменён","settings.email.tester":"Принимать участие в тестировании новых функций","settings.locale":"Язык","settings.name":"Название","settings.new_password":"Новый пароль","settings.password.missmatch":"Пароли не совпадают","settings.password.rules":"Минимум 6 символов","settings.password.title":"Поменять пароль","settings.save":"Обновить","settings.saved":"Ваша учётная запись обновлена","settings.title":"Настройки","sidebar.open":"Развернуть","signup.activate":"Активирируйте учётную запись","signup.inbox.desc":"Мы отправили вам письмо с ссылкой для завершения регистрации","signup.inbox.title":"Проверьте почту","signup.login":"Вы уже зарегистрированы? Авторизуйтесь!","signup.register":"Зарегистрироваться","signup.register.question":"У вас нет учётной записи? Зарегистрируйтесь!","signup.title":"Войти","sorting.bar.button.label":"Отобразить:","sorting.bar.caption":"Название","sorting.bar.collection_id":"Набор данных","sorting.bar.count":"Размер","sorting.bar.countries":"Страны","sorting.bar.created_at":"Дата создания","sorting.bar.date":"Дата","sorting.bar.dates":"Даты","sorting.bar.direction":"Направление:","sorting.bar.endDate":"Дата окончания","sorting.bar.label":"Название","sorting.bar.sort":"Отсортировать:","sorting.bar.updated_at":"Дата обновления","sources.index.empty":"Эта группа не привязана к какому-либо набору данных или расследованию.","sources.index.placeholder":"Поиск наборов данных или расследований, относящихся к {group}...","status.no_collection":"Прочие задачи","tags.results":"Количество упоминаний","tags.title":"Искомое слово","text.loading":"Загрузка...","timeline.add_new":"Создать новый объект","timeline.button.collapse":"Краткий вид","timeline.button.show_full":"Подробный вид","timeline.create.button":"Создать хронологию","timeline.create.cancel":"Удалить","timeline.create.label_placeholder":"Безымянная хронология","timeline.create.login":"Для создания хронологии необходимо авторизоваться","timeline.create.submit":"Создать","timeline.create.success":"Вы создали хронологию","timeline.create.summary_placeholder":"Краткое описание хронологии","timeline.create.title":"Создать хронологию","timeline.dates.button_text":"Добавить дату окончания","timeline.empty":"Хронология не содержит событий","timeline.empty_histogram":"Даты не найдены","timeline.item.date":"{start} до {end}","timeline.item.delete":"Удалить из {collection}","timeline.item.link_copy":"Скопировать ссылку на этот объект","timeline.item.link_copy_success":"Ссылка скопирована в буфер обмена.","timeline.item.remove":"Удалить из хронологии","timeline.items_label":"объекты","timeline.no_results":"Нет результатов, удовлетворяющих запросу","timeline.result_text":"Событий в хронологии: {count}","timeline.result_text_query":"Отображено {count} (из {total} всего)","timeline.schema_select.label":"тип","timeline.selector.create":"Создать новую хронологию","timeline.selector.select_empty":"Хронологии отсутствуют","timeline.update.label_placeholder":"Безымянная хронология","timeline.update.success":"Вы обновили хронологию","timeline.update.summary_placeholder":"Краткое описание хронологии","timeline.update.title":"Настройки хронологии","timelines":"Хронологии","timelines.description":"Хронологии служат для просмотра и организации событий во времени.","timelines.no_timelines":"Хронологии отсутствуют.","timelines.title":"Хронологии","valuelink.tooltip":"Упоминаний в {appName}: {count}","xref.compute":"Обработать","xref.entity":"Запись","xref.match":"Вероятное совпадение","xref.match_collection":"Набор данных","xref.recompute":"Перезапустить","xref.score":"Оценка","xref.sort.default":"По умолчанию","xref.sort.label":"Отсортировать:","xref.sort.random":"Произвольно"},"tr":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Manage your alerts","alerts.no_alerts":"You are not tracking any searches","alerts.save":"Update","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"The Server did not accept your input","auth.server_error":"Server error","auth.success":"Success","auth.unauthorized":"Not authorized","auth.unknown_error":"An unexpected error occured","case.choose.name":"Title","case.choose.summary":"Summary","case.chose.languages":"Languages","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Save","case.share.with":"Share with","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Search users","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancel","collection.cancel.button":"Cancel","collection.countries":"Country","collection.creator":"Manager","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Cancel","collection.delete.confirm":"Delete","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancel","collection.edit.groups":"Groups","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Cancel","collection.edit.info.category":"Category","collection.edit.info.countries":"Countries","collection.edit.info.creator":"Manager","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Delete","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Label","collection.edit.info.languages":"Languages","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"A label","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"A brief summary","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Save changes","collection.edit.info.summary":"Summary","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Edit","collection.edit.permissionstable.view":"View","collection.edit.save_button":"Save changes","collection.edit.save_success":"Your changes are saved.","collection.edit.title":"Settings","collection.edit.users":"Users","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Settings","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancel","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancel","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cross-reference","dashboard.activity":"Activity","dashboard.alerts":"Alerts","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Groups","dashboard.lists":"Lists","dashboard.notifications":"Notifications","dashboard.settings":"Settings","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download the original document","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Create","document.folder.title":"New folder","document.folder.untitled":"Folder title","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Upload","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Choose files to upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Upload","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"The system does not work with these types of files. Please download it so you’ll be able to see it.","document.viewer.no_viewer":"No preview is available for this document","email.body.empty":"No message body.","entity.delete.cancel":"Cancel","entity.delete.confirm":"Delete","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Attachments","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"View","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"This entity does not have any relationships.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Summary","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Create","entityset.delete.cancel":"Cancel","entityset.delete.confirm":"Delete","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Delete","entityset.info.edit":"Settings","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Delete","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Save changes","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancel","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancel","mapping.delete.confirm":"Delete","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancel","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancel","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alerts","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Settings","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifications","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Update","settings.saved":"It's official, your profile is updated.","settings.title":"Settings","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"}} \ No newline at end of file From d9cc638c030d4086d66f8acbcba01d1c676f7fb2 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Thu, 24 Mar 2022 14:05:29 +0100 Subject: [PATCH 14/40] Fix helm build following recommendation and switching from using @master to @v0 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 615d84e4da..b9de29ab98 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -17,7 +17,7 @@ jobs: id: get_version run: echo ::set-output name=VERSION::$(cat helm/charts/aleph/Chart.yaml | grep version | awk '{print $2}') - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_CREDENTIALS }} From d121c197e932003053c513e5619e2d16862658d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:00:25 +0000 Subject: [PATCH 15/40] Bump @blueprintjs/core from 3.52.0 to 3.54.0 in /ui (#2172) --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 66ee919072..adc8931c90 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,7 +6,7 @@ "@alephdata/followthemoney": "2.8.4", "@alephdata/react-ftm": "2.6.0", "@blueprintjs/colors": "^3.0.0", - "@blueprintjs/core": "3.52.0", + "@blueprintjs/core": "3.54.0", "@blueprintjs/icons": "3.31.0", "@blueprintjs/popover2": "^0.12.1", "@blueprintjs/select": "3.18.11", From 99004240feaddd8df567cde50ca738381922bb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:03:01 +0000 Subject: [PATCH 16/40] Bump @formatjs/intl-relativetimeformat from 9.5.2 to 10.0.1 in /ui (#2184) --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index adc8931c90..5f4c938426 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@formatjs/cli": "^4.2.2", "@formatjs/intl-locale": "^2.4.14", "@formatjs/intl-pluralrules": "^4.0.6", - "@formatjs/intl-relativetimeformat": "^9.0.0", + "@formatjs/intl-relativetimeformat": "^10.0.1", "@formatjs/intl-utils": "^3.8.4", "@types/jest": "^27.0.1", "@types/node": "^17.0.8", From bea6cb3fe32c4c2e3e5bab2b1f50b7f618129f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:17:33 +0000 Subject: [PATCH 17/40] Bump @blueprintjs/select from 3.18.11 to 3.19.1 in /ui (#2181) --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 5f4c938426..659a6162c4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,7 +9,7 @@ "@blueprintjs/core": "3.54.0", "@blueprintjs/icons": "3.31.0", "@blueprintjs/popover2": "^0.12.1", - "@blueprintjs/select": "3.18.11", + "@blueprintjs/select": "3.19.1", "@blueprintjs/table": "3.9.13", "@formatjs/cli": "^4.2.2", "@formatjs/intl-locale": "^2.4.14", From 4deea2d3cf45e5d89aaaa740600897a94df9cd99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:30:42 +0000 Subject: [PATCH 18/40] Bump flask-talisman from 0.8.1 to 1.0.0 (#2167) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5d150a803..70954c7159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Flask-Mail==0.9.1 Flask-Migrate==3.1.0 Flask-Cors==3.0.10 Flask-Babel==2.0.0 -flask-talisman==0.8.1 +flask-talisman==1.0.0 SQLAlchemy==1.4.32 alembic==1.7.7 authlib==0.15.5 From bdc897e211665372be8fea1409a00f41b7daebca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:32:53 +0000 Subject: [PATCH 19/40] Bump @alephdata/followthemoney from 2.8.4 to 2.9.0 in /ui (#2197) --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 659a6162c4..32147e3373 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "3.12.2", "private": true, "dependencies": { - "@alephdata/followthemoney": "2.8.4", + "@alephdata/followthemoney": "2.9.0", "@alephdata/react-ftm": "2.6.0", "@blueprintjs/colors": "^3.0.0", "@blueprintjs/core": "3.54.0", From 1c358e6e29121f81b61036545536e89ad0274e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:51:26 +0000 Subject: [PATCH 20/40] Bump normality from 2.3.1 to 2.3.2 (#2177) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70954c7159..98e4e4e718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 servicelayer[google,amazon]==1.19.0 -normality==2.3.1 +normality==2.3.2 pantomime==0.5.1 # Flask ecosystem From 52ccc85a0b3813fac0b90d2bfdba58d155acc8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:03:11 +0000 Subject: [PATCH 21/40] Bump followthemoney from 2.8.5 to 2.9.0 (#2186) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98e4e4e718..77cee9af35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Dependencies maintained by OCCRP banal==1.0.6 -followthemoney==2.8.5 +followthemoney==2.9.0 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 From a1e3f6a75abb7685558edfc697b0f7b9242cfdd5 Mon Sep 17 00:00:00 2001 From: PitaHat <79198460+PitaHat@users.noreply.github.com> Date: Sat, 23 Apr 2022 04:09:27 +0100 Subject: [PATCH 22/40] Fixed Gunicorn worker timout issue (#2226) Co-authored-by: Grypus --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ce967d4e1f..df9c19e016 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,7 +81,7 @@ services: api: image: alephdata/aleph:${ALEPH_TAG:-3.12.2} - command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app + command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app expose: - 8000 depends_on: From 5b3ee51a09e8d56861ff5acb77ac368bf20a664c Mon Sep 17 00:00:00 2001 From: Matvey Smychkov Date: Tue, 3 May 2022 10:03:54 +0100 Subject: [PATCH 23/40] Remove ALEPH_SAMPLE_SEARCHES from aleph.env.tmpl (#2242) * Remove ALEPH_APP_TITLE and ALEPH_SAMPLE_SEARCHES from aleph.env.tmpl * ALEPH_APP_TITLE back Co-authored-by: Matvey --- aleph.env.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/aleph.env.tmpl b/aleph.env.tmpl index e265972722..9c29ba9087 100644 --- a/aleph.env.tmpl +++ b/aleph.env.tmpl @@ -17,9 +17,6 @@ ALEPH_UI_URL=http://localhost:8080/ # ALEPH_FAVICON=https://investigativedashboard.org/static/favicon.ico # ALEPH_LOGO=http://assets.pudo.org/img/logo_bigger.png -# Other customisations -ALEPH_SAMPLE_SEARCHES=Vladimir Putin:TeliaSonera - # Set email addresses, separated by colons, that will be made admin. # ALEPH_ADMINS=friedrich@pudo.org:demo@pudo.org From 6003afdbc787fada5c9b0b1543efeacd780466ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:09:20 +0200 Subject: [PATCH 24/40] Bump followthemoney from 2.9.0 to 2.9.1 (#2221) Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: followthemoney dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77cee9af35..da70a35b9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Dependencies maintained by OCCRP banal==1.0.6 -followthemoney==2.9.0 +followthemoney==2.9.1 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 From 9fa9b203870097e90e075b06246606310e8ad696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:13:10 +0200 Subject: [PATCH 25/40] Bump normality from 2.3.2 to 2.3.3 (#2212) Bumps [normality](https://github.com/pudo/normality) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/pudo/normality/releases) - [Commits](https://github.com/pudo/normality/compare/2.3.2...2.3.3) --- updated-dependencies: - dependency-name: normality dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da70a35b9d..3b1c1e8270 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 servicelayer[google,amazon]==1.19.0 -normality==2.3.2 +normality==2.3.3 pantomime==0.5.1 # Flask ecosystem From 76d40512096d5c6abb2e2b78b7ced3f686110342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:14:26 +0200 Subject: [PATCH 26/40] Bump @alephdata/followthemoney from 2.9.0 to 2.9.1 in /ui (#2230) Bumps [@alephdata/followthemoney](https://github.com/alephdata/followthemoney) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: "@alephdata/followthemoney" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 32147e3373..33e8d2bfa1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "3.12.2", "private": true, "dependencies": { - "@alephdata/followthemoney": "2.9.0", + "@alephdata/followthemoney": "2.9.1", "@alephdata/react-ftm": "2.6.0", "@blueprintjs/colors": "^3.0.0", "@blueprintjs/core": "3.54.0", From 07907d07b6c194fd3a47318e0074a89f08c528ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:27:25 +0200 Subject: [PATCH 27/40] Bump jsonschema from 4.4.0 to 4.5.1 (#2258) Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b1c1e8270..9867e90bd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ authlib==0.15.5 elasticsearch==7.17.0 marshmallow==2.19.2 gunicorn[eventlet]==20.1.0 -jsonschema==4.4.0 +jsonschema==4.5.1 apispec==5.1.1 apispec-webframeworks==0.5.2 blinker==1.4 From 5703f8afb216f39bec4d7163836da45a0df1e5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:28:02 +0200 Subject: [PATCH 28/40] Bump file-selector from 0.2.4 to 0.6.0 in /ui (#2253) Bumps [file-selector](https://github.com/react-dropzone/file-selector) from 0.2.4 to 0.6.0. - [Release notes](https://github.com/react-dropzone/file-selector/releases) - [Commits](https://github.com/react-dropzone/file-selector/compare/v0.2.4...v0.6.0) --- updated-dependencies: - dependency-name: file-selector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 33e8d2bfa1..e3456e2915 100644 --- a/ui/package.json +++ b/ui/package.json @@ -80,6 +80,6 @@ ] }, "devDependencies": { - "file-selector": "^0.2.2" + "file-selector": "^0.6.0" } } \ No newline at end of file From 4b993819a529b5f2d490909203e5fc71d988fa3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:28:47 +0200 Subject: [PATCH 29/40] Bump sqlalchemy from 1.4.32 to 1.4.36 (#2240) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.32 to 1.4.36. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9867e90bd6..472e45a827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Flask-Migrate==3.1.0 Flask-Cors==3.0.10 Flask-Babel==2.0.0 flask-talisman==1.0.0 -SQLAlchemy==1.4.32 +SQLAlchemy==1.4.36 alembic==1.7.7 authlib==0.15.5 From e6bdfd210383d45dff14b0d1fa9d2527f096a8dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 09:13:47 +0200 Subject: [PATCH 30/40] Update cryptography requirement (#2241) Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.0...37.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 472e45a827..d0568eda1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ Babel==2.9.1 PyYAML==5.4.1 python-frontmatter==1.0.0 pyjwt >= 2.0.1, < 2.4.0 -cryptography >= 36.0.0, < 37.0.0 +cryptography >= 36.0.0, < 38.0.0 requests[security] >= 2.25.1, < 3.0.0 urllib3==1.26.9 tabulate==0.8.9 From 7100ab100c9cabb857aa440533bad4d91ffc9518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 10:52:27 +0200 Subject: [PATCH 31/40] Bump apispec from 5.1.1 to 5.2.1 (#2247) Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/marshmallow-code/apispec/releases) - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/5.1.1...5.2.1) --- updated-dependencies: - dependency-name: apispec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0568eda1b..9b8f247b9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ elasticsearch==7.17.0 marshmallow==2.19.2 gunicorn[eventlet]==20.1.0 jsonschema==4.5.1 -apispec==5.1.1 +apispec==5.2.1 apispec-webframeworks==0.5.2 blinker==1.4 Babel==2.9.1 From faeffe9eb97203d4a23da4a199f3c4e9317dde46 Mon Sep 17 00:00:00 2001 From: Marina Brown Date: Tue, 10 May 2022 01:17:34 -0400 Subject: [PATCH 32/40] Add config file examples for traefik/keycloak/minio setup (#2260) --- .../.dockerignore | 14 ++ .../aleph-traefik-minio-keycloak/.gitignore | 107 ++++++++ .../aleph-traefik-minio-keycloak/LICENSE.txt | 22 ++ .../aleph-traefik-minio-keycloak/README.rst | 28 +++ .../docker-compose.yml | 236 ++++++++++++++++++ contrib/aleph-traefik-minio-keycloak/start.sh | 5 + contrib/aleph-traefik-minio-keycloak/stop.sh | 3 + .../aleph-traefik-minio-keycloak/traefik.toml | 24 ++ .../traefik_dynamic.toml | 12 + 9 files changed, 451 insertions(+) create mode 100644 contrib/aleph-traefik-minio-keycloak/.dockerignore create mode 100644 contrib/aleph-traefik-minio-keycloak/.gitignore create mode 100644 contrib/aleph-traefik-minio-keycloak/LICENSE.txt create mode 100644 contrib/aleph-traefik-minio-keycloak/README.rst create mode 100644 contrib/aleph-traefik-minio-keycloak/docker-compose.yml create mode 100755 contrib/aleph-traefik-minio-keycloak/start.sh create mode 100755 contrib/aleph-traefik-minio-keycloak/stop.sh create mode 100644 contrib/aleph-traefik-minio-keycloak/traefik.toml create mode 100755 contrib/aleph-traefik-minio-keycloak/traefik_dynamic.toml diff --git a/contrib/aleph-traefik-minio-keycloak/.dockerignore b/contrib/aleph-traefik-minio-keycloak/.dockerignore new file mode 100644 index 0000000000..f1421ffe94 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/.dockerignore @@ -0,0 +1,14 @@ +build +ui +helm +aleph.env +aleph.egg-info +docker-compose.* +celerybeat-schedul* +contrib/allCountries.zip +.git +.vscode +.github +.travis.yml +.env +.tx \ No newline at end of file diff --git a/contrib/aleph-traefik-minio-keycloak/.gitignore b/contrib/aleph-traefik-minio-keycloak/.gitignore new file mode 100644 index 0000000000..27cf2860e3 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/.gitignore @@ -0,0 +1,107 @@ +*.pyc +*.DS_Store +.DS_Store +*.sqlite3 +__pycache__ +balkhashdb + +TODO.md + +build* + +ui/node_modules +ui/build +ui/package-lock.json +ui/i18n/messages.json +ui/i18n/messages.pot +ui/**/*.css + +services/elasticsearch/secrets + +celerybeat-schedule* +aleph.env +test_settings.py +.coverage + +npm-debug.log* +.idea/ +ui/.idea/ +node_modules/* +.eslintcache + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.vscode/ + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject diff --git a/contrib/aleph-traefik-minio-keycloak/LICENSE.txt b/contrib/aleph-traefik-minio-keycloak/LICENSE.txt new file mode 100644 index 0000000000..61e78c4d4d --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/LICENSE.txt @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-2015 Friedrich Lindenberg +Copyright (c) 2016-2020 Journalism Development Network, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/contrib/aleph-traefik-minio-keycloak/README.rst b/contrib/aleph-traefik-minio-keycloak/README.rst new file mode 100644 index 0000000000..e78d866db3 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/README.rst @@ -0,0 +1,28 @@ +Setting up Aleph with Traefik, Minio and keycloak. +-------------------------------------------------- + +Some Tips +--------- + +* Be sure to follow the instructions for a normal install as well as using +these config files. + +* shell into aleph and run 'aleph upgrade' to create the needed database +structures. + +* In the keycloak configuration set HTML Display nameand Frontend URL to +your keycloak dns domain with /auth/ after it. + +* Keycloak account-console under clients needs to be +https://your-auth-domain/auth/realms/aleph-users/account/ + +* Keycloak aleph-ui under clients needs to be https://your-aleph-domain/ + +* Keycloak security-admin-console under clients needs to be https://your-auth-domain/auth/admin/aleph-users/console/ + +* Use minio client on exposed minio port on localhost to create the aleph bucket +if you have trouble with S3. Otherwise leave it alone. + +Misc +---- +There is a start and stop script included. diff --git a/contrib/aleph-traefik-minio-keycloak/docker-compose.yml b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml new file mode 100644 index 0000000000..66274cd3e8 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/docker-compose.yml @@ -0,0 +1,236 @@ +version: "3.3" + +services: + postgres: + image: postgres:13.6 + hostname: postgres + ports: + - "127.0.0.1:15432:5432" + volumes: + - "./DATA/aleph-postgres:/var/lib/postgresql/data" + environment: + POSTGRES_USER: aleph + POSTGRES_PASSWORD: aleph + POSTGRES_DATABASE: aleph + labels: + - "traefik.enable=false" + + elasticsearch: + image: ghcr.io/alephdata/aleph-elasticsearch:3bb5dbed97cfdb9955324d11e5c623a5c5bbc410 + hostname: elasticsearch + environment: + - discovery.type=single-node + ports: + - "127.0.0.1:19200:9200" + volumes: + - "./DATA/elasticsearch-data:/usr/share/elasticsearch/data" + labels: + - "traefik.enable=false" + + redis: + image: redis:alpine + command: [ "redis-server", "--save", "3600", "10" ] + volumes: + - "./DATA/redis-data:/data" + labels: + - "traefik.enable=false" + + convert-document: + image: ghcr.io/alephdata/convert-document:3.16.1 + read_only: true + restart: on-failure + user: app + tmpfs: /tmp + labels: + - "traefik.enable=false" + + ingest-file: + image: ghcr.io/alephdata/ingest-file:3.16.1 + tmpfs: + - /tmp:mode=777 + volumes: + - ./DATA/archive-data:/data + links: + - postgres + - redis + - convert-document + depends_on: + - postgres + - redis + - convert-document + restart: on-failure + env_file: + - aleph.env + labels: + - "traefik.enable=false" + + worker: + image: alephdata/aleph:${ALEPH_TAG:-3.12.2} + command: aleph worker + restart: on-failure + links: + - postgres + - elasticsearch + - redis + - ingest-file + depends_on: + - postgres + - elasticsearch + - redis + - ingest-file + - keycloak-postgres + - keycloak + tmpfs: + - /tmp + volumes: + - "./DATA/archive-data:/data" + env_file: + - aleph.env + labels: + - "traefik.enable=false" + + shell: + image: alephdata/aleph:${ALEPH_TAG:-3.12.2} + command: /bin/bash + depends_on: + - postgres + - elasticsearch + - redis + - ingest-file + - worker + tmpfs: + - /tmp + volumes: + - ./DATA/archive-data:/data + - "./mappings:/aleph/mappings" + - "~:/host" + env_file: + - aleph.env + labels: + - "traefik.enable=false" + + api: + image: alephdata/aleph:${ALEPH_TAG:-3.12.2} + command: gunicorn -w 6 -b 0.0.0.0:8000 --log-level debug --log-file - aleph.wsgi:app + expose: + - 8000 + depends_on: + - postgres + - elasticsearch + - redis + - worker + - ingest-file + - minio + - traefik + tmpfs: + - /tmp + volumes: + - ./DATA/archive-data:/data + env_file: + - aleph.env + labels: + - "traefik.enable=false" + + ui: + image: alephdata/aleph-ui-production:${ALEPH_TAG:-3.12.2} + depends_on: + - api + - traefik + expose: + - 8080 + labels: + - traefik.enable=true + - traefik.http.routers.ui.rule=Host(`your-base-domain`) + - traefik.http.services.ui.loadbalancer.server.port=8080 + - traefik.http.routers.ui.entrypoints=websecure + - traefik.http.routers.ui.tls=true + - traefik.http.routers.ui.tls.certresolver=lets-encrypt + + keycloak-postgres: + image: postgres:13.6 + hostname: keycloak-postgres + ports: + - "127.0.0.1:25432:5432" + volumes: + - "./DATA/keycloak-postgres:/var/lib/postgresql/data" + environment: + POSTGRES_DB: keycloak + POSTGRES_USER: keycloak + POSTGRES_PASSWORD: keycloak + labels: + - "traefik.enable=false" + + keycloak: + image: jboss/keycloak + hostname: keycloak + links: + - keycloak-postgres + volumes: + - "./contrib/keycloak/keycloak-create-realm.sh:/usr/local/bin/keycloak-create-realm.sh" + environment: + DB_VENDOR: POSTGRES + DB_ADDR: keycloak-postgres + DB_DATABASE: keycloak + DB_USER: keycloak + DB_SCHEMA: public + DB_PASSWORD: keycloak + # KEYCLOAK_USER: admin + # KEYCLOAK_PASSWORD: REDACTED + JDBC_PARAMS: "ssl=false" + PROXY_ADDRESS_FORWARDING: "true" + KEYCLOAK_FRONTEND_URL: "https://auth.your-base-domain/auth/" + expose: + - 8080 + labels: + - traefik.enable=true + - traefik.http.routers.keycloak.rule=Host(`auth.your-base-domain`) + - traefik.http.services.keycloak.loadbalancer.server.port=8080 + - traefik.http.routers.keycloak.entrypoints=websecure + - traefik.http.routers.keycloak.tls=true + - traefik.http.routers.keycloak.tls.certresolver=lets-encrypt + + traefik: + image: "traefik:v2.6" + container_name: "traefik" + ports: + - "80:80" + - "443:443" + volumes: + - "/var/run/docker.sock:/var/run/docker.sock:ro" + - "./DATA/LETSENCRYPT/:/letsencrypt" + - "./traefik.toml:/traefik.toml" + - "./traefik_dynamic.toml:/traefik_dynamic.toml" + labels: + - "traefik.enable=true" + + whoami: + image: "traefik/whoami" + container_name: "whoami.your-base-domain" + labels: + - traefik.enable=true + - traefik.http.routers.whoami.rule=Host(`whoami.your-base-domain`) + - traefik.http.routers.whoami.entrypoints=websecure + - traefik.http.routers.whoami.tls=true + - traefik.http.routers.whoami.tls.certresolver=lets-encrypt + + # root user is access_key root password is secret key + minio: + image: 'bitnami/minio:latest' + hostname: minio + ports: + - '127.0.0.1:9000:9000' + - '127.0.0.1:9001:9001' + volumes: + - './DATA/minio_data:/data' + environment: + - MINIO_ROOT_USER=minioadmin + - MINIO_ROOT_PASSWORD=minioadmin + labels: + - "traefik.enable=false" + + +volumes: + archive-data: {} + postgres-data: {} + redis-data: {} + elasticsearch-data: {} diff --git a/contrib/aleph-traefik-minio-keycloak/start.sh b/contrib/aleph-traefik-minio-keycloak/start.sh new file mode 100755 index 0000000000..e09f0923d5 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/start.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +#docker-compose -f docker-compose.yml up -d --scale convert-document=6 --scale worker=6 + +docker-compose -f docker-compose.yml up -d diff --git a/contrib/aleph-traefik-minio-keycloak/stop.sh b/contrib/aleph-traefik-minio-keycloak/stop.sh new file mode 100755 index 0000000000..efe9d3d9c2 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/stop.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker-compose -f docker-compose.yml down diff --git a/contrib/aleph-traefik-minio-keycloak/traefik.toml b/contrib/aleph-traefik-minio-keycloak/traefik.toml new file mode 100644 index 0000000000..eb8804f1f4 --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/traefik.toml @@ -0,0 +1,24 @@ +[entryPoints] + [entryPoints.web] + address = ":80" + [entryPoints.web.http.redirections.entryPoint] + to = "websecure" + scheme = "https" + + [entryPoints.websecure] + address = ":443" + +[api] + dashboard = true + +[certificatesResolvers.lets-encrypt.acme] + email = "redacted@nowhere.nowhen" + storage = "/letsencrypt/acme.json" + [certificatesResolvers.lets-encrypt.acme.tlsChallenge] + +[providers.docker] + watch = true + network = "web" + +[providers.file] + filename = "traefik_dynamic.toml" diff --git a/contrib/aleph-traefik-minio-keycloak/traefik_dynamic.toml b/contrib/aleph-traefik-minio-keycloak/traefik_dynamic.toml new file mode 100755 index 0000000000..a1b70b8cdf --- /dev/null +++ b/contrib/aleph-traefik-minio-keycloak/traefik_dynamic.toml @@ -0,0 +1,12 @@ +[http.middlewares.simpleAuth.basicAuth] + users = [ + "admin:$aThis-Password-REDACTED-6AM/" + ] + +[http.routers.api] + rule = "Host(`traefik.your-base-domain`)" + entrypoints = ["websecure"] + middlewares = ["simpleAuth"] + service = "api@internal" + [http.routers.api.tls] + certResolver = "lets-encrypt" From b63b06efe5d439f416cdffa43eb8ecb868849fe9 Mon Sep 17 00:00:00 2001 From: Matvey Smychkov Date: Tue, 10 May 2022 08:23:13 +0200 Subject: [PATCH 33/40] Pass is_admin to Role#load_or_create() based on ALEPH_ADMINS (#2246) * Pass is_admin to Role#load_or_create() based on ALEPH_ADMINS * Move is_auto_admin to aleph.util * Add newline Co-authored-by: Matvey Co-authored-by: Tarashish Mishra --- aleph/model/role.py | 12 ++---------- aleph/oauth.py | 4 ++-- aleph/util.py | 5 +++++ aleph/views/roles_api.py | 3 ++- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/aleph/model/role.py b/aleph/model/role.py index ccc3ff66c2..3b7e3a3649 100644 --- a/aleph/model/role.py +++ b/aleph/model/role.py @@ -177,7 +177,7 @@ def by_api_key(cls, api_key): return q.first() @classmethod - def load_or_create(cls, foreign_id, type_, name, email=None, is_admin=None): + def load_or_create(cls, foreign_id, type_, name, email=None, is_admin=False): role = cls.by_foreign_id(foreign_id) if role is None: @@ -185,7 +185,7 @@ def load_or_create(cls, foreign_id, type_, name, email=None, is_admin=None): role.foreign_id = foreign_id role.name = name or email role.type = type_ - role.is_admin = False + role.is_admin = is_admin role.is_muted = False role.is_tester = False role.is_blocked = False @@ -197,14 +197,6 @@ def load_or_create(cls, foreign_id, type_, name, email=None, is_admin=None): if email is not None: role.email = email - if is_admin is not None: - role.is_admin = is_admin - - # see: https://github.com/alephdata/aleph/issues/111 - auto_admins = [a.lower() for a in settings.ADMINS] - if email is not None and email.lower() in auto_admins: - role.is_admin = True - db.session.add(role) db.session.flush() return role diff --git a/aleph/oauth.py b/aleph/oauth.py index bf22592f77..0112a75d4f 100644 --- a/aleph/oauth.py +++ b/aleph/oauth.py @@ -1,10 +1,10 @@ import logging -from pprint import pformat # noqa from authlib.jose import JsonWebToken, JsonWebKey from authlib.integrations.flask_client import OAuth from authlib.jose.errors import DecodeError from aleph import settings +from aleph.util import is_auto_admin oauth = OAuth() log = logging.getLogger(__name__) @@ -92,7 +92,7 @@ def handle_oauth(provider, oauth_token): role.foreign_id = role_id role.update({"name": name}) if role is None: - role = Role.load_or_create(role_id, Role.USER, name, email=email) + role = Role.load_or_create(role_id, Role.USER, name, email=email, is_admin=is_auto_admin(email)) if not role.is_actor: return None role.clear_roles() diff --git a/aleph/util.py b/aleph/util.py index 8429cf03a1..126582e6cb 100644 --- a/aleph/util.py +++ b/aleph/util.py @@ -1,5 +1,6 @@ import json import structlog +from aleph import settings from datetime import datetime, date from normality import stringify from flask_babel.speaklater import LazyString @@ -82,3 +83,7 @@ def perform_request(self, method, url, headers=None, params=None, body=None): del payload["es_req_body"] log.debug("Performed ES request", **payload) return result + +def is_auto_admin(email): + auto_admins = [a.lower() for a in settings.ADMINS] + return email is not None and email.lower() in auto_admins diff --git a/aleph/views/roles_api.py b/aleph/views/roles_api.py index 4aaba3ebd3..9f3a42871b 100644 --- a/aleph/views/roles_api.py +++ b/aleph/views/roles_api.py @@ -10,6 +10,7 @@ from aleph.search import QueryParser, DatabaseQueryResult from aleph.model import Role from aleph.logic.roles import challenge_role, update_role, create_user, get_deep_role +from aleph.util import is_auto_admin from aleph.views.serializers import RoleSerializer from aleph.views.util import require, jsonify, parse_request, obj_or_404 from aleph.views.context import tag_request @@ -146,7 +147,7 @@ def create(): status=409, ) - role = create_user(email, data.get("name"), data.get("password")) + role = create_user(email, data.get("name"), data.get("password"), is_admin=is_auto_admin(email)) # Let the serializer return more info about this user request.authz = Authz.from_role(role) tag_request(role_id=role.id) From 46d85ad4d51969425f42e69fa7344c49c7b992a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 08:21:07 +0200 Subject: [PATCH 34/40] Bump followthemoney from 2.9.1 to 2.9.2 (#2267) Bumps [followthemoney](https://github.com/alephdata/followthemoney) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/alephdata/followthemoney/releases) - [Commits](https://github.com/alephdata/followthemoney/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: followthemoney dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b8f247b9a..75a62f11b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Dependencies maintained by OCCRP banal==1.0.6 -followthemoney==2.9.1 +followthemoney==2.9.2 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 From ddd61f10328456f713ceee60554417786ec0d932 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Wed, 18 May 2022 09:40:06 +0200 Subject: [PATCH 35/40] Bump the FtM version, should fix trips (#2279) --- requirements.txt | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 75a62f11b8..0edb6a3ea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Dependencies maintained by OCCRP banal==1.0.6 -followthemoney==2.9.2 +followthemoney==2.9.3 followthemoney-store[postgresql]==3.0.3 followthemoney-compare==0.4.3 fingerprints==1.0.3 diff --git a/ui/package.json b/ui/package.json index e3456e2915..1f847eb8d2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,7 +3,7 @@ "version": "3.12.2", "private": true, "dependencies": { - "@alephdata/followthemoney": "2.9.1", + "@alephdata/followthemoney": "2.9.3", "@alephdata/react-ftm": "2.6.0", "@blueprintjs/colors": "^3.0.0", "@blueprintjs/core": "3.54.0", From 41af2efc7fe737cf84df84137921e35bfbc81af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 16:08:58 +0200 Subject: [PATCH 36/40] Bump apispec from 5.2.1 to 5.2.2 (#2272) Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/marshmallow-code/apispec/releases) - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/apispec/compare/5.2.1...5.2.2) --- updated-dependencies: - dependency-name: apispec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0edb6a3ea2..6b54e84dee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ elasticsearch==7.17.0 marshmallow==2.19.2 gunicorn[eventlet]==20.1.0 jsonschema==4.5.1 -apispec==5.2.1 +apispec==5.2.2 apispec-webframeworks==0.5.2 blinker==1.4 Babel==2.9.1 From cbe5cf2f51ad9d099b4475fd2cee7131135e8531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 16:16:30 +0200 Subject: [PATCH 37/40] Bump babel from 2.9.1 to 2.10.1 (#2224) Bumps [babel](https://github.com/python-babel/babel) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.9.1...v2.10.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b54e84dee..f6661d20ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jsonschema==4.5.1 apispec==5.2.2 apispec-webframeworks==0.5.2 blinker==1.4 -Babel==2.9.1 +Babel==2.10.1 PyYAML==5.4.1 python-frontmatter==1.0.0 pyjwt >= 2.0.1, < 2.4.0 From 3259e0c73513dc4db962d9dc31a2e501f04d5244 Mon Sep 17 00:00:00 2001 From: Matvey Smychkov Date: Fri, 27 May 2022 07:15:05 +0100 Subject: [PATCH 38/40] Concatenate error messages for the same path (#2273) * Concatenate error messages for the same path * Simplify tests Co-authored-by: Matvey --- aleph/tests/test_view_util.py | 27 ++++++++++++++++++++++++++- aleph/views/util.py | 6 ++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/aleph/tests/test_view_util.py b/aleph/tests/test_view_util.py index 508585309f..a5afb28533 100644 --- a/aleph/tests/test_view_util.py +++ b/aleph/tests/test_view_util.py @@ -1,7 +1,10 @@ +import json + from lxml.html import document_fromstring +from werkzeug.exceptions import BadRequest from aleph.logic.html import sanitize_html -from aleph.views.util import get_url_path +from aleph.views.util import get_url_path, validate from aleph.tests.util import TestCase @@ -32,3 +35,25 @@ def test_sanitize_html(self): assert attr == "https://example.org/blockchain", html assert html.find(".//a").get("target") == "_blank", html assert "nofollow" in html.find(".//a").get("rel"), html + + def test_validate_returns_errors_for_paths(self): + # given + schema = "RoleCreate" # name min length 4, password min length 6 + data = json.loads('{"name":"Bob","password":"1234","code":"token"}') + + # then + with self.assertRaises(BadRequest) as ctx: + validate(data, schema) + + self.assertEqual(ctx.exception.response.get_json().get("errors"), {"name": "'Bob' is too short", "password": "'1234' is too short"}) + + def test_validate_concatenates_multiple_errors_for_the_same_path(self): + # given + schema = "RoleCreate" # requires password and code + data = json.loads('{"wrong":"No password, no code"}') + + # then + with self.assertRaises(BadRequest) as ctx: + validate(data, schema) + + self.assertEqual(ctx.exception.response.get_json().get("errors"), {"": "'password' is a required property; 'code' is a required property"}) diff --git a/aleph/views/util.py b/aleph/views/util.py index f1153dedb5..eb51273e3e 100644 --- a/aleph/views/util.py +++ b/aleph/views/util.py @@ -59,11 +59,13 @@ def parse_request(schema): def validate(data, schema): """Validate the data inside a request against a schema.""" validator = get_validator(schema) - # data = clean_object(data) errors = {} for error in validator.iter_errors(data): path = ".".join((str(c) for c in error.path)) - errors[path] = error.message + if path not in errors: + errors[path] = error.message + else: + errors[path] += '; ' + error.message log.info("ERROR [%s]: %s", path, error.message) if not len(errors): From de5409fec4ad325aea934f59e8693b258f3228c7 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Wed, 1 Jun 2022 09:26:22 +0200 Subject: [PATCH 39/40] Update translations --- aleph/translations/ar/LC_MESSAGES/aleph.mo | Bin 6056 -> 6056 bytes aleph/translations/ar/LC_MESSAGES/aleph.po | 14 ++++++------ aleph/translations/bs/LC_MESSAGES/aleph.mo | Bin 3488 -> 3488 bytes aleph/translations/bs/LC_MESSAGES/aleph.po | 18 ++++++---------- aleph/translations/de/LC_MESSAGES/aleph.mo | Bin 6469 -> 6469 bytes aleph/translations/de/LC_MESSAGES/aleph.po | 18 ++++++---------- aleph/translations/es/LC_MESSAGES/aleph.mo | Bin 5434 -> 5473 bytes aleph/translations/es/LC_MESSAGES/aleph.po | 20 +++++++----------- aleph/translations/fr/LC_MESSAGES/aleph.po | 20 +++++++----------- aleph/translations/messages.pot | 18 ++++++---------- aleph/translations/nb/LC_MESSAGES/aleph.po | 14 ++++++------ aleph/translations/pt_BR/LC_MESSAGES/aleph.po | 20 +++++++----------- aleph/translations/ru/LC_MESSAGES/aleph.mo | Bin 8015 -> 8015 bytes aleph/translations/ru/LC_MESSAGES/aleph.po | 18 ++++++---------- aleph/translations/tr/LC_MESSAGES/aleph.mo | Bin 2138 -> 2138 bytes aleph/translations/tr/LC_MESSAGES/aleph.po | 18 ++++++---------- ui/i18n/translations/compiled/es.json | 18 ++++++++-------- ui/i18n/translations/compiled/fr.json | 20 +++++++++--------- ui/i18n/translations/raw/es.json | 18 ++++++++-------- ui/i18n/translations/raw/fr.json | 20 +++++++++--------- ui/src/content/translations.json | 2 +- 21 files changed, 112 insertions(+), 144 deletions(-) diff --git a/aleph/translations/ar/LC_MESSAGES/aleph.mo b/aleph/translations/ar/LC_MESSAGES/aleph.mo index a809159210e6596f3181646bc6198cadb09b3f1d..a398cd0cadc39affd754e7f3194d9ce863350d7d 100644 GIT binary patch delta 23 fcmZ3Xze0b*4sI?pT?0b}14}C-qs@o7pK${KTz&_L delta 23 fcmZ3Xze0b*4sI@ET_XzxLjx;QgUyGypK${KT!9CN diff --git a/aleph/translations/ar/LC_MESSAGES/aleph.po b/aleph/translations/ar/LC_MESSAGES/aleph.po index 3fbb5b5fd5..d1ed9a546d 100644 --- a/aleph/translations/ar/LC_MESSAGES/aleph.po +++ b/aleph/translations/ar/LC_MESSAGES/aleph.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-03-28 10:50+0200\n" +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Mohammed AlKawmani , 2020\n" "Language-Team: Arabic (https://www.transifex.com/aleph/teams/76591/ar/)\n" @@ -367,23 +367,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "مرشح البادئة قصير جدًا" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "للمتابعة ، يرجى مراجعة بريدك الإلكتروني." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "الرمز غير صحيح" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr " البريد الإلكتروني مسجل سابقا" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "كلمة المرور خاطئة" @@ -395,6 +395,6 @@ msgstr "اسم مستخدم أو كلمة مرور غير صحيحة" msgid "Authentication has failed." msgstr "فشل التوثيق " -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "حدث خطأ أثناء التحقق من صحة البيانات" diff --git a/aleph/translations/bs/LC_MESSAGES/aleph.mo b/aleph/translations/bs/LC_MESSAGES/aleph.mo index 29599a23f9dd3b2dcef947e84d5703a5d5b778c6..6f10952b7d1b0bd53ffe87a2d691aa4bf5c62324 100644 GIT binary patch delta 23 ecmZ1=y+C?HGCP-SRz%?0KF delta 23 ecmZ1=y+C?HGCP;Cu91a;p@EgD!RB0cV>SRz&;{iH diff --git a/aleph/translations/bs/LC_MESSAGES/aleph.po b/aleph/translations/bs/LC_MESSAGES/aleph.po index 2bf21a4115..250229bce7 100644 --- a/aleph/translations/bs/LC_MESSAGES/aleph.po +++ b/aleph/translations/bs/LC_MESSAGES/aleph.po @@ -14,11 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Tajna Biscevic , 2019\n" "Language-Team: Bosnian (https://www.transifex.com/aleph/teams/76591/bs/)\n" @@ -372,23 +368,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "prefix filter je previše kratak" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Da biste nastavili, molimo vas provjerite svoj email." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Nevažeći kod" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "Email je već registrovan" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "" @@ -400,6 +396,6 @@ msgstr "" msgid "Authentication has failed." msgstr "" -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "Greška tokom validacije podataka" diff --git a/aleph/translations/de/LC_MESSAGES/aleph.mo b/aleph/translations/de/LC_MESSAGES/aleph.mo index 5b5168eb8cb543b0bb5a670d36309700b7d597f7..59b80dcea0148cd23b2ce138a26a14a6ec3922a3 100644 GIT binary patch delta 23 ecmX?Vbkt~r9UqsOu7RO~fu)s^(Pj_6zgz%Uzgz%U=mzfq diff --git a/aleph/translations/de/LC_MESSAGES/aleph.po b/aleph/translations/de/LC_MESSAGES/aleph.po index dc9f27a299..ba67044173 100644 --- a/aleph/translations/de/LC_MESSAGES/aleph.po +++ b/aleph/translations/de/LC_MESSAGES/aleph.po @@ -11,11 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: pudo , 2020\n" "Language-Team: German (https://www.transifex.com/aleph/teams/76591/de/)\n" @@ -383,23 +379,23 @@ msgstr "Suche: %s" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "prefix-Filter ist zu kurz" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Um fortzufahren reagieren sie bitte auf eine E-Mail." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Ungültiger Code" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "Diese E-Mail ist bereits angemeldet" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "Falsches Passwort." @@ -411,6 +407,6 @@ msgstr "Der Nutzername oder das Passwort ist falsch." msgid "Authentication has failed." msgstr "Die Anmeldung ist fehlgeschlagen." -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "Validierungsfehler" diff --git a/aleph/translations/es/LC_MESSAGES/aleph.mo b/aleph/translations/es/LC_MESSAGES/aleph.mo index 20a7483c4928d198bca19c42e9d85aef5e2fde11..793fea23455e36086d602ea42cede8eb530d9c3b 100644 GIT binary patch delta 636 zcmXZZ&nv@m9LMoDjctC6`H^3-&&oDU3kKi=Pq;9Kx)s5JLkA~IdcEh6L9B0enO zFy7!2mbyeXaTyK1V+T5FM9MILZ5YBPoWOcaU^8a01-CJXC)kP)HIkD?iZ2G7XsZ>W z6c_459jL(=vZhR-<`>Y7S=5bep)Pogop^~|_==i$64smtJvfXy@0>d)(oV6?fEN!? zKRCxKyhGi{3pU_4cB8ZI??h3gNivE0ein&H8ujFPbYKB>!6Vd-UZLinauhujAE>Qq z;jNxv47If@SdOdz&sntdyn*~R$)k2=2epHT7{F81+&%W#6iYUcC zj^Zt9CtS3_LaR7qo3~fQLRQ#V{R5H6-gV_;f8U^4OJ>rEWISc!aT7Kp#xesYWxR0; Xzn{uy!q)Gl0gFJGK%{t5wd?o+pr%E6 delta 597 zcmXZZ&nts*9Ki7pu^%>@4b6`>&qU@CwrPHBrf^Y;Qj){c4w4!zWjT59CybNaTqH@B z11C|OBRz0;Tf*u zC+_34N5sHK3}G4TQM@9ZV8Z}*V>2eP4HvK-H_*gG?7%CpSkg-HN{17_kVmR~bfF*A zL~oM_dx?pfKY>16L_J6rb;ASf!4r(&J!*ahHSZU@Fu-J8cg$yr1PPYt2xA^~LJ{3~ zfqIZTY{54izzXV(Jbn?1BN5c`QDjKwQE#3>2NqB_v``Ovikg3|9YX}qsHOQvy+M#H zE$s~2aPGgoh<4h`$X}BTYGpQ2E4YV!c!ZjFiNkn{DXgGYBE;_6A5Ie_2)1w*&rvH; v#V9&Ut95JkhLOSexDksc6Vc-**M~ozGV;0Ioop^0**3yyBi3JfcNZOhbwEDq diff --git a/aleph/translations/es/LC_MESSAGES/aleph.po b/aleph/translations/es/LC_MESSAGES/aleph.po index 058961610c..1aa7d76331 100644 --- a/aleph/translations/es/LC_MESSAGES/aleph.po +++ b/aleph/translations/es/LC_MESSAGES/aleph.po @@ -13,11 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Nathan Jaccard , 2020\n" "Language-Team: Spanish (https://www.transifex.com/aleph/teams/76591/es/)\n" @@ -26,7 +22,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: aleph/settings.py:31 msgid "Aleph" @@ -377,23 +373,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "el filtro de prefijo es demasiado corto" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Para continuar, revise su correo electrónico." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Código inválido" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "El correo electrónico ya está registrado" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "Contraseña incorrecta." @@ -405,6 +401,6 @@ msgstr "Contraseña o usuario incorrecto." msgid "Authentication has failed." msgstr "Error en la autenticación." -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "Error al validar los datos" diff --git a/aleph/translations/fr/LC_MESSAGES/aleph.po b/aleph/translations/fr/LC_MESSAGES/aleph.po index 9cfa4a9b5f..e2e057d6b5 100644 --- a/aleph/translations/fr/LC_MESSAGES/aleph.po +++ b/aleph/translations/fr/LC_MESSAGES/aleph.po @@ -12,11 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Jean-Philippe Menotti, 2022\n" "Language-Team: French (https://www.transifex.com/aleph/teams/76591/fr/)\n" @@ -25,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: aleph/settings.py:31 msgid "Aleph" @@ -384,23 +380,23 @@ msgstr "Rechercher : %s" msgid "Only diagrams can be embedded!" msgstr "Seuls des diagrammes peuvent être intégrés." -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "le filtre de préfixe est trop court" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Pour continuer, veuillez vérifier votre boîte de réception." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Code invalide" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "L’adresse e-mail est déjà enregistrée" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "Mot de passe incorrect." @@ -412,6 +408,6 @@ msgstr "Nom d’utilisateur ou mot de passe non valable." msgid "Authentication has failed." msgstr "L’authentification a échoué." -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "Erreur pendant la validation des données" diff --git a/aleph/translations/messages.pot b/aleph/translations/messages.pot index cffeee2f73..be11c3a999 100644 --- a/aleph/translations/messages.pot +++ b/aleph/translations/messages.pot @@ -8,11 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -357,23 +353,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "" -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "" @@ -385,7 +381,7 @@ msgstr "" msgid "Authentication has failed." msgstr "" -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "" diff --git a/aleph/translations/nb/LC_MESSAGES/aleph.po b/aleph/translations/nb/LC_MESSAGES/aleph.po index c196bc0e1e..5d7454cc4c 100644 --- a/aleph/translations/nb/LC_MESSAGES/aleph.po +++ b/aleph/translations/nb/LC_MESSAGES/aleph.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-03-28 10:50+0200\n" +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/aleph/teams/76591/nb/)\n" "MIME-Version: 1.0\n" @@ -351,23 +351,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "" -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "" @@ -379,6 +379,6 @@ msgstr "" msgid "Authentication has failed." msgstr "" -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "" diff --git a/aleph/translations/pt_BR/LC_MESSAGES/aleph.po b/aleph/translations/pt_BR/LC_MESSAGES/aleph.po index 7c2641d2a7..d6fe66c278 100644 --- a/aleph/translations/pt_BR/LC_MESSAGES/aleph.po +++ b/aleph/translations/pt_BR/LC_MESSAGES/aleph.po @@ -11,11 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Laura M , 2019\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/aleph/teams/76591/pt_BR/)\n" @@ -24,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: aleph/settings.py:31 msgid "Aleph" @@ -375,23 +371,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "filtro de prefixo muito curto" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Para continuar, por favor verifque seu email." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Código inválido" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "Email já cadastrado" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "Senha incorreta." @@ -403,6 +399,6 @@ msgstr "Usuário ou senha inválida." msgid "Authentication has failed." msgstr "Autenticação falhou." -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "Erro durante a validação do dado" diff --git a/aleph/translations/ru/LC_MESSAGES/aleph.mo b/aleph/translations/ru/LC_MESSAGES/aleph.mo index ade2331c4be2c1dab8f1b66cac9160abc1f92bb9..b49ecf28ac8c1298f9bfa456d5376600848ac8cc 100644 GIT binary patch delta 23 ecmX?aciwJ8E+3bfu7RO~fu)s^(dKf#8v+1dTL)VJ delta 23 ecmX?aciwJ8E+3b%u91a;p@EgD!RB(l8v+1dUI$tL diff --git a/aleph/translations/ru/LC_MESSAGES/aleph.po b/aleph/translations/ru/LC_MESSAGES/aleph.po index 603e95b559..ebd4cef1bc 100644 --- a/aleph/translations/ru/LC_MESSAGES/aleph.po +++ b/aleph/translations/ru/LC_MESSAGES/aleph.po @@ -11,11 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: jen occrp, 2021\n" "Language-Team: Russian (https://www.transifex.com/aleph/teams/76591/ru/)\n" @@ -377,23 +373,23 @@ msgstr "Найти: %s" msgid "Only diagrams can be embedded!" msgstr "Вставлять можно только диаграммы!" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "Префикс слишком короткий" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Пожалуйста, проверьте почту" -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Неверный код" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "Этот электронный адрес уже зарегистрирован" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "Неверный пароль." @@ -405,6 +401,6 @@ msgstr "Неверное имя пользователя или пароль." msgid "Authentication has failed." msgstr "Ошибка авторизации." -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "Ошибка проверки данных" diff --git a/aleph/translations/tr/LC_MESSAGES/aleph.mo b/aleph/translations/tr/LC_MESSAGES/aleph.mo index 53087750ff4b025f766439f17d3bc02977606015..7f60451825b9627db321df0f852217ab058e3941 100644 GIT binary patch delta 23 ecmca5a7$oA0}Gd#u7RO~fu)s^(dI6e3(Npoa0e0q delta 23 ecmca5a7$oA0}Ge2u91a;p@EgD!R9WO3(Npoa|aOs diff --git a/aleph/translations/tr/LC_MESSAGES/aleph.po b/aleph/translations/tr/LC_MESSAGES/aleph.po index 8b3359c559..2b62efd29b 100644 --- a/aleph/translations/tr/LC_MESSAGES/aleph.po +++ b/aleph/translations/tr/LC_MESSAGES/aleph.po @@ -11,11 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -<<<<<<< HEAD -"POT-Creation-Date: 2022-03-24 13:21+0100\n" -======= -"POT-Creation-Date: 2022-03-28 10:50+0200\n" ->>>>>>> main +"POT-Creation-Date: 2022-06-01 09:22+0200\n" "PO-Revision-Date: 2018-03-15 07:37+0000\n" "Last-Translator: Pinar Dag , 2018\n" "Language-Team: Turkish (https://www.transifex.com/aleph/teams/76591/tr/)\n" @@ -368,23 +364,23 @@ msgstr "" msgid "Only diagrams can be embedded!" msgstr "" -#: aleph/views/roles_api.py:61 +#: aleph/views/roles_api.py:62 msgid "prefix filter is too short" msgstr "Önek filtresi çok kısa" -#: aleph/views/roles_api.py:106 +#: aleph/views/roles_api.py:107 msgid "To proceed, please check your email." msgstr "Devam etmek için lütfen e-postanızı kontrol edin." -#: aleph/views/roles_api.py:139 +#: aleph/views/roles_api.py:140 msgid "Invalid code" msgstr "Geçersiz kod" -#: aleph/views/roles_api.py:145 +#: aleph/views/roles_api.py:146 msgid "Email is already registered" msgstr "E-posta zaten kayıtlı" -#: aleph/views/roles_api.py:232 +#: aleph/views/roles_api.py:233 msgid "Incorrect password." msgstr "" @@ -396,6 +392,6 @@ msgstr "" msgid "Authentication has failed." msgstr "" -#: aleph/views/util.py:76 +#: aleph/views/util.py:78 msgid "Error during data validation" msgstr "" diff --git a/ui/i18n/translations/compiled/es.json b/ui/i18n/translations/compiled/es.json index 0b8aa49290..3b55d12169 100644 --- a/ui/i18n/translations/compiled/es.json +++ b/ui/i18n/translations/compiled/es.json @@ -315,18 +315,18 @@ "exports.size": "Tamaño", "exports.status": "Status", "exports.title": "Exports ready for download", - "facet.addresses": "{count, plural, one {Address} other {Direcciones}}", + "facet.addresses": "{count, plural, one {Address} many {Direcciones} other {Direcciones}}", "facet.caption": "Nombre", - "facet.category": "{count, plural, one {Category} other {Categorías}}", + "facet.category": "{count, plural, one {Category} many {Categorías} other {Categorías}}", "facet.collection_id": "Conjunto de datos", - "facet.countries": "{count, plural, one {Country} other {Países}}", + "facet.countries": "{count, plural, one {Country} many {Países} other {Países}}", "facet.dates": "{count, plural, one {Date} other {Dates}}", - "facet.emails": "{count, plural, one {E-Mail} other {Correos electrónicos}}", - "facet.ibans": "{count, plural, one {IBAN} other {IBANs}}", - "facet.languages": "{count, plural, one {Language} other {Idiomas}}", - "facet.mimetypes": "{count, plural, one {File type} other {Tipos de archivo}}", - "facet.names": "{count, plural, one {Name} other {Nombres}}", - "facet.phones": "{count, plural, one {Phone number} other {Números de teléfono}}", + "facet.emails": "{count, plural, one {E-Mail} many {Correos electrónicos} other {Correos electrónicos}}", + "facet.ibans": "{count, plural, one {IBAN} many {IBANs} other {IBANs}}", + "facet.languages": "{count, plural, one {Language} many {Idiomas} other {Idiomas}}", + "facet.mimetypes": "{count, plural, one {File type} many {Tipos de archivo} other {Tipos de archivo}}", + "facet.names": "{count, plural, one {Name} many {Nombres} other {Nombres}}", + "facet.phones": "{count, plural, one {Phone number} many {Números de teléfono} other {Números de teléfono}}", "facet.schema": "Entity type", "file_import.error": "Error al importar archivo", "footer.aleph": "Aleph {versión}", diff --git a/ui/i18n/translations/compiled/fr.json b/ui/i18n/translations/compiled/fr.json index 5305afaa18..77166b6423 100644 --- a/ui/i18n/translations/compiled/fr.json +++ b/ui/i18n/translations/compiled/fr.json @@ -315,18 +315,18 @@ "exports.size": "Taille", "exports.status": "État", "exports.title": "Exports prêts au téléchargement", - "facet.addresses": "{count, plural, one {Address} other {Addresses}}", + "facet.addresses": "{count, plural, one {Address} many {Addresses} other {Addresses}}", "facet.caption": "Nom", - "facet.category": "{count, plural, one {Category} other {Categories}}", + "facet.category": "{count, plural, one {Category} many {Categories} other {Categories}}", "facet.collection_id": "Ensemble de données", - "facet.countries": "{count, plural, one {Country} other {Countries}}", - "facet.dates": "{count, plural, one {Date} other {Dates}}", - "facet.emails": "{count, plural, one {E-Mail} other {E-Mails}}", - "facet.ibans": "{count, plural, one {IBAN} other {IBANs}}", - "facet.languages": "{count, plural, one {Language} other {Languages}}", - "facet.mimetypes": "{count, plural, one {File type} other {File types}}", - "facet.names": "{count, plural, one {Name} other {Names}}", - "facet.phones": "{count, plural, one {Phone number} other {Phone numbers}}", + "facet.countries": "{count, plural, one {Country} many {Countries} other {Countries}}", + "facet.dates": "{count, plural, one {Date} many {Dates} other {Dates}}", + "facet.emails": "{count, plural, one {E-Mail} many {E-Mails} other {E-Mails}}", + "facet.ibans": "{count, plural, one {IBAN} many {IBANs} other {IBANs}}", + "facet.languages": "{count, plural, one {Language} many {Languages} other {Languages}}", + "facet.mimetypes": "{count, plural, one {File type} many {File types} other {File types}}", + "facet.names": "{count, plural, one {Name} many {Names} other {Names}}", + "facet.phones": "{count, plural, one {Phone number} many {Phone numbers} other {Phone numbers}}", "facet.schema": "Type d’entité", "file_import.error": "Erreur d’import de fichier", "footer.aleph": "Aleph {version}", diff --git a/ui/i18n/translations/raw/es.json b/ui/i18n/translations/raw/es.json index 0fc68129f0..4bc37965dc 100644 --- a/ui/i18n/translations/raw/es.json +++ b/ui/i18n/translations/raw/es.json @@ -948,40 +948,40 @@ "defaultMessage": "Exports ready for download" }, "facet.addresses": { - "defaultMessage": "{count, plural, one {Address} other {Direcciones}}" + "defaultMessage": "{count, plural, one {Address} many {Direcciones} other {Direcciones}}" }, "facet.caption": { "defaultMessage": "Nombre" }, "facet.category": { - "defaultMessage": "{count, plural, one {Category} other {Categorías}}" + "defaultMessage": "{count, plural, one {Category} many {Categorías} other {Categorías}}" }, "facet.collection_id": { "defaultMessage": "Conjunto de datos" }, "facet.countries": { - "defaultMessage": "{count, plural, one {Country} other {Países}}" + "defaultMessage": "{count, plural, one {Country} many {Países} other {Países}}" }, "facet.dates": { "defaultMessage": "{count, plural, one {Date} other {Dates}}" }, "facet.emails": { - "defaultMessage": "{count, plural, one {E-Mail} other {Correos electrónicos}}" + "defaultMessage": "{count, plural, one {E-Mail} many {Correos electrónicos} other {Correos electrónicos}}" }, "facet.ibans": { - "defaultMessage": "{count, plural, one {IBAN} other {IBANs}}" + "defaultMessage": "{count, plural, one {IBAN} many {IBANs} other {IBANs}}" }, "facet.languages": { - "defaultMessage": "{count, plural, one {Language} other {Idiomas}}" + "defaultMessage": "{count, plural, one {Language} many {Idiomas} other {Idiomas}}" }, "facet.mimetypes": { - "defaultMessage": "{count, plural, one {File type} other {Tipos de archivo}}" + "defaultMessage": "{count, plural, one {File type} many {Tipos de archivo} other {Tipos de archivo}}" }, "facet.names": { - "defaultMessage": "{count, plural, one {Name} other {Nombres}}" + "defaultMessage": "{count, plural, one {Name} many {Nombres} other {Nombres}}" }, "facet.phones": { - "defaultMessage": "{count, plural, one {Phone number} other {Números de teléfono}}" + "defaultMessage": "{count, plural, one {Phone number} many {Números de teléfono} other {Números de teléfono}}" }, "facet.schema": { "defaultMessage": "Entity type" diff --git a/ui/i18n/translations/raw/fr.json b/ui/i18n/translations/raw/fr.json index c68ab36d71..3ee08a4d8e 100644 --- a/ui/i18n/translations/raw/fr.json +++ b/ui/i18n/translations/raw/fr.json @@ -948,40 +948,40 @@ "defaultMessage": "Exports prêts au téléchargement" }, "facet.addresses": { - "defaultMessage": "{count, plural, one {Address} other {Addresses}}" + "defaultMessage": "{count, plural, one {Address} many {Addresses} other {Addresses}}" }, "facet.caption": { "defaultMessage": "Nom" }, "facet.category": { - "defaultMessage": "{count, plural, one {Category} other {Categories}}" + "defaultMessage": "{count, plural, one {Category} many {Categories} other {Categories}}" }, "facet.collection_id": { "defaultMessage": "Ensemble de données" }, "facet.countries": { - "defaultMessage": "{count, plural, one {Country} other {Countries}}" + "defaultMessage": "{count, plural, one {Country} many {Countries} other {Countries}}" }, "facet.dates": { - "defaultMessage": "{count, plural, one {Date} other {Dates}}" + "defaultMessage": "{count, plural, one {Date} many {Dates} other {Dates}}" }, "facet.emails": { - "defaultMessage": "{count, plural, one {E-Mail} other {E-Mails}}" + "defaultMessage": "{count, plural, one {E-Mail} many {E-Mails} other {E-Mails}}" }, "facet.ibans": { - "defaultMessage": "{count, plural, one {IBAN} other {IBANs}}" + "defaultMessage": "{count, plural, one {IBAN} many {IBANs} other {IBANs}}" }, "facet.languages": { - "defaultMessage": "{count, plural, one {Language} other {Languages}}" + "defaultMessage": "{count, plural, one {Language} many {Languages} other {Languages}}" }, "facet.mimetypes": { - "defaultMessage": "{count, plural, one {File type} other {File types}}" + "defaultMessage": "{count, plural, one {File type} many {File types} other {File types}}" }, "facet.names": { - "defaultMessage": "{count, plural, one {Name} other {Names}}" + "defaultMessage": "{count, plural, one {Name} many {Names} other {Names}}" }, "facet.phones": { - "defaultMessage": "{count, plural, one {Phone number} other {Phone numbers}}" + "defaultMessage": "{count, plural, one {Phone number} many {Phone numbers} other {Phone numbers}}" }, "facet.schema": { "defaultMessage": "Type d’entité" diff --git a/ui/src/content/translations.json b/ui/src/content/translations.json index cd6409d488..d39505af9c 100644 --- a/ui/src/content/translations.json +++ b/ui/src/content/translations.json @@ -1 +1 @@ -{"ar":{"alert.manager.description":"ستتلقى إشعارات عند إضافة نتيجة جديدة تطابق أي من التنبيهات التي أعددتها أدناه.","alerts.add_placeholder":"إنشاء تنبيه لتتبع جديد ...","alerts.delete":"Remove alert","alerts.heading":"إدارة التنبيهات","alerts.no_alerts":"أنت لا تجري أي عمليات بحث","alerts.save":"تحديث","alerts.title":"تتبع التنبيهات","alerts.track":"تتبع","auth.bad_request":"لم يقبل الخادم المعلومات المدخلة","auth.server_error":"خطأ في الخادم","auth.success":"نجاح","auth.unauthorized":"غير مخول","auth.unknown_error":"خطأ غير متوقع","case.choose.name":"عنوان","case.choose.summary":"ملخص","case.chose.languages":"اللغات","case.create.login":"يجب عليك تسجيل الدخول لتحميل بياناتك","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"اختيار اللغة","case.languages.helper":"تستخدم ميزة التعرف البصري على النصوص غير اللاتينية","case.save":"حفظ","case.share.with":"مشاركة مع","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"البحث عن المستخدمين","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"نسخ إلى الحافظة","collection.addSchema.placeholder":"أضف نوع كيان جديد","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"الغاء","collection.cancel.button":"الغاء","collection.countries":"الدولة","collection.creator":"مدير","collection.data_updated_at":"Content updated","collection.data_url":"رابط البيانات","collection.delete.cancel":"الغاء","collection.delete.confirm":"حذف","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"الغاء","collection.edit.groups":"مجموعات","collection.edit.info.analyze":"إعادة المعالجة","collection.edit.info.cancel":"الغاء","collection.edit.info.category":"الفئة","collection.edit.info.countries":"الدول","collection.edit.info.creator":"مدير","collection.edit.info.data_url":"رابط مصدر البيانات","collection.edit.info.delete":"حذف","collection.edit.info.foreign_id":"هوية أجنبية","collection.edit.info.frequency":"معدل التحديث","collection.edit.info.info_url":"رابط المعلومات","collection.edit.info.label":"الاسم","collection.edit.info.languages":"اللغات","collection.edit.info.placeholder_country":"اختيار الدول","collection.edit.info.placeholder_data_url":"رابط البيانات الأولية في ملف قابل للتحميل","collection.edit.info.placeholder_info_url":"رابط لمزيد من المعلومات","collection.edit.info.placeholder_label":"اسم","collection.edit.info.placeholder_language":"اختيار اللغات","collection.edit.info.placeholder_publisher":"المنظمة أو الشخص الذي ينشر هذه البيانات","collection.edit.info.placeholder_publisher_url":"رابط الناشر","collection.edit.info.placeholder_summary":"ملخص موجز","collection.edit.info.publisher":"الناشر","collection.edit.info.publisher_url":"رابط الناشر","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"حفظ التغييرات","collection.edit.info.summary":"ملخص","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"تعديل","collection.edit.permissionstable.view":"عرض","collection.edit.save_button":"حفظ التغييرات","collection.edit.save_success":"تم حفظ التغييرات","collection.edit.title":"الإعدادات","collection.edit.users":"المستخدمون","collection.foreign_id":"هوية غير معروفة","collection.frequency":"تحديث","collection.index.empty":"No datasets were found.","collection.index.filter.all":"الكل","collection.index.filter.mine":"تم انشاءه بواسطتي","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"البحث في مجموعات البيانات ...","collection.index.title":"مجموعات البيانات","collection.info.access":"مشاركة","collection.info.browse":"الوثائق/ المستندات","collection.info.delete":"حذف قاعدة بيانات","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"مخططات الشبكة","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"الوثائق/ المستندات","collection.info.edit":"الإعدادات","collection.info.entities":"كيانات","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"تذكير","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"نظرة عامة","collection.info.reindex":"أعد فهرسة كل المحتوى","collection.info.reingest":"إعادة استيعاب المستندات","collection.info.search":"بحث","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"تطابق","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"رابط المعلومات","collection.last_updated":"اخر تاريخ تحذيث","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"الناشر","collection.reconcile":"تطابق","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"الغاء","collection.reindex.confirm":"ابدأ الفهرسة","collection.reindex.flush":"حذف الفهرس قبل إعادة الفهرسة","collection.reindex.processing":"بدأت الفهرسة","collection.reingest.confirm":"بدء المعالجة","collection.reingest.index":"فهرسة المستندات فور معالجتها.","collection.reingest.processing":"بدء الإعادة","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"عرض المزيد","collection.status.cancel_button":"إلغاء العملية","collection.status.collection":"مجموعة البيانات","collection.status.finished_tasks":"تم الإنتهاء","collection.status.jobs":"الوظائف","collection.status.message":"استمر في المرح أثناء معالجة البيانات.","collection.status.no_active":"لا توجد مهام حاليا","collection.status.pending_tasks":"قيد الانتظار","collection.status.progress":"المهام","collection.status.title":"جاري التحديث ({percent}٪)","collection.team":"الوصول إلى","collection.updated_at":"Metadata updated","collection.xref.cancel":"الغاء","collection.xref.confirm":"تأكيد","collection.xref.empty":"لا توجد نتائج متطابقة مع مصادر أخرى","collection.xref.processing":"بدأت عملية المطابقة","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"مطابقة","dashboard.activity":"نشاط","dashboard.alerts":"تنبيهات","dashboard.cases":"Investigations","dashboard.diagrams":"مخططات الشبكة","dashboard.exports":"Exports","dashboard.groups":"مجموعات","dashboard.lists":"Lists","dashboard.notifications":"إشعارات","dashboard.settings":"الإعدادات","dashboard.status":"حالة النظام","dashboard.subheading":"تحقق من سير عملية تحليل البيانات وتحميلها ومعالجتها","dashboard.timelines":"Timelines","dashboard.title":"حالة النظام","dashboard.workspace":"مكان العمل","dataset.search.placeholder":"Search this dataset","diagram.create.button":"رسم تخطيطي جديد","diagram.create.label_placeholder":"رسم تخطيطي بدون عنوان","diagram.create.login":"يجب عليك تسجيل الدخول لإنشاء رسم تخطيطي","diagram.create.success":"تم إنشاء الرسم التخطيطي الخاص بك بنجاح.","diagram.create.summary_placeholder":"وصف موجز للرسم البياني","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"استيراد الرسم التخطيطي","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"استيراد رسم بياني من الشبكة","diagram.render.error":"Error rendering diagram","diagram.selector.create":"قم بإنشاء رسم بياني جديد","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"رسم تخطيطي بدون عنوان","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"وصف موجز للرسم البياني","diagram.update.title":"إعدادات الرسم البياني","diagrams":"الرسوم البيانية","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"لا توجد رسوم بيانية للشبكة.","diagrams.title":"رسوم بيانية الشبكة","document.download":"تحميل","document.download.cancel":"الغاء","document.download.confirm":"تحميل","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"تحميل المستند/ الملف الأصلي","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"حدث خطأ أثناء إنشاء المجلد.","document.folder.new":"مجلد جديد","document.folder.save":"إنشاء","document.folder.title":"مجلد جديد","document.folder.untitled":"عنوان المجلد","document.mapping.start":"إنشاء كيانات","document.paging":"الصفحة {pageInput} من {numberOfPages}","document.pdf.search.page":"الصفحة {page}","document.search.no_match":"لا توجد صفحة واحدة في هذا المستند تتطابق مع جميع مصطلحات البحث الخاصة بك","document.upload.button":"تحميل","document.upload.cancel":"الغاء","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"اختر الملفات المراد تحميلها...","document.upload.folder":"إذا كنت ترغب في تحميل المجلدات بدلاً من ذلك ، {button}.","document.upload.folder-toggle":"انقر هنا","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"تحميل","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"لا يتعامل النظام مع هذه الأنواع من الملفات. يرجى تنزيله حتى تتمكن من رؤيته","document.viewer.no_viewer":"لا تتوفر مراجعة لهذا الملف","email.body.empty":"لا يوجد نص الرسالة","entity.delete.cancel":"الغاء","entity.delete.confirm":"حذف","entity.delete.error":"حدث خطأ أثناء محاولة حذف هذا الكيان","entity.delete.progress":"حذف","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"تم الحذف بنجاح","entity.document.manager.cannot_map":"حدد جدول لإنشاء كيانات منتظمة","entity.document.manager.empty":"لا توجد ملفات أو فهرس","entity.document.manager.emptyCanUpload":"لا توجد ملفات أو فهارس. نزل الملفات هنا أو انقر للتحميل","entity.document.manager.search_placeholder":"البحث عن الملفات","entity.document.manager.search_placeholder_document":"بحث في {label}","entity.info.attachments":"مرفقات","entity.info.documents":"الوثائق/ المستندات","entity.info.info":"معلومات","entity.info.last_view":"Last viewed {time}","entity.info.similar":"مشابه","entity.info.tags":"تذكير","entity.info.text":"النص","entity.info.view":"عرض","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"حدد جدولاً أدناه ليتم استيراد كيانات {schema} الجديدة منه.","entity.manager.bulk_import.description.2":"بمجرد الاختيار، ستتم مطالبتك بتعيين أعمدة من هذا الجدول إلى خصائص الكيانات التي تم إنشاؤها","entity.manager.bulk_import.description.3":"هل تجد الجدول الذي تبحث عنه؟ {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"لم يتم العثور على مستندات مطابقة","entity.manager.bulk_import.placeholder":"حدد جدول المستند","entity.manager.delete":"حذف","entity.manager.edge_create_success":"تم ربط {source} و {target} بنجاح","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"إزالة","entity.manager.search_empty":"لم يتم العثور على نتائج مطابقة لـ {schema}","entity.manager.search_placeholder":"بحث في {schema}","entity.mapping.view":"إنشاء كيانات","entity.properties.missing":"غير معروف","entity.references.no_relationships":"هذا الكيان غير مرتبط بالبحث","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"إزالة","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"هذا المجلد فارغ","entity.search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","entity.search.no_results_title":"لم يتم العثور على نتائج","entity.similar.empty":"لا توجد كيانات مشابهة","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"خطأ في الحفظ","entity.status.in_progress":"جاري الحفظ","entity.status.success":"تم الحفط","entity.tags.no_tags":"لم تستخرج أي محددات من هذا الكيان","entity.viewer.add_link":"إنشاء رابط","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"إدخال بالجملة","entity.viewer.search_placeholder":"بحث في {label}","entitySet.last_updated":"تم التحديث {date}","entityset.choose.name":"عنوان","entityset.choose.summary":"ملخص","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"إنشاء","entityset.delete.cancel":"الغاء","entityset.delete.confirm":"حذف","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"حذف","entityset.info.edit":"الإعدادات","entityset.info.export":"تصدير","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"عرض","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"حفظ التغييرات","error.screen.not_found":" لا يمكن العثور على الصفحة المطلوبة","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"الغاء","exports.dialog.confirm":"تصدير","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"الاسم","exports.no_exports":"You have no exports to download","exports.size":"الحجم","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, zero {عناوين} one {عنوان} two {عناوين} few {عناوين} many {عناوين} other {عناوين}}","facet.caption":"الاسم","facet.category":"{count, plural, zero {فئات} one {فئة} two {فئات} few {فئات} many {فئات} other {فئات}}","facet.collection_id":"مجموعة البيانات","facet.countries":"{count, plural, zero {دول} one {دولة} two {دول} few {دول} many {دول} other {دول}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, zero {إيميلات} one {ايميل} two {إيميلات} few {إيميلات} many {إيميلات} other {إيميلات}}","facet.ibans":"{count, plural, zero {أرقام الحسابات} one {رقم الحساب} two {أرقام الحسابات} few {أرقام الحسابات} many {أرقام الحسابات} other {أرقام حسابات IBAN}}","facet.languages":"{count, plural, zero {لغات} one {لغة} two {لغات} few {لغات} many {لغات} other {لغات}}","facet.mimetypes":"{count, plural, zero {نوع الملفات} one {نوع الملف} two {نوع الملفات} few {نوع الملفات} many {نوع الملفات} other {نوع الملفات}}","facet.names":"{count, plural, zero {اسماء} one {اسم} two {اسماء} few {اسماء} many {اسماء} other {اسماء}}","facet.phones":"{count, plural, zero {أرقام هواتف} one {رقم الهاتف} two {أرقام هواتف} few {أرقام هواتف} many {أرقام هواتف} other {أرقام هواتف}}","facet.schema":"Entity type","file_import.error":"خطأ في استيراد الملف","footer.aleph":"أَلِف {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"حاول البحث: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"البحث عن السجلات العامة والتسريبات","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"بحث","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"مجموعة البيانات","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"آخر تحديث","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"تسجيل الدخول عبر OAuth","mapping.actions.create":"إنشاء كيانات","mapping.actions.create.toast":"الكيانات قيد الإنشاء","mapping.actions.delete":"حذف","mapping.actions.delete.toast":"حذف اليحث الشامل وأي كيانات تم إنشاؤها ...","mapping.actions.export":"تصدير البحث الشامل","mapping.actions.flush":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.flush.toast":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.save":"حفظ التغييرات","mapping.actions.save.toast":"إعادة إنشاء الكيانات","mapping.create.cancel":"الغاء","mapping.create.confirm":"إنشاء","mapping.create.question":"هل أنت متأكد من أنك مستعد لإنشاء كيانات باستخدام البحث الشامل؟","mapping.delete.cancel":"الغاء","mapping.delete.confirm":"حذف","mapping.delete.question":"هل أنت متأكد أنك تريد حذف هذا التعيين وجميع الكيانات التي تم إنشاؤها؟","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"يجب إنشاء كائن من النوع \"{range}\" ليكون {property}","mapping.entityAssign.noResults":"لا توجد مواضيع مطابقة متاحة","mapping.entityAssign.placeholder":"حدد موضوع","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"إزالة","mapping.error.keyMissing":"خطأ رئيسي: يجب أن يحتوي {id} الكيان على مفتاح واحد على الأقل","mapping.error.relationshipMissing":"خطأ في العلاقة: {id} يجب أن يكون للكيان {source} و {target} معين","mapping.flush.cancel":"الغاء","mapping.flush.confirm":"إزالة","mapping.flush.question":"هل أنت متأكد من أنك تريد إزالة الكيانات التي تم إنشاؤها باستخدام هذا البحث الشامل؟","mapping.import.button":"استيراد الرسم التخطيطي الموجود","mapping.import.placeholder":"أسقط ملف yml هنا أو اضغط لاستيراد ملف بحث شامل موجود","mapping.import.querySelect":"حدد استعلام بحث شامل من هذا الملف للاستيراد:","mapping.import.submit":"إرسال","mapping.import.success":"تم استيراد بحثك الكامل بنجاح","mapping.import.title":"استيراد البحث الشامل","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"آلف لتوثيق بيانات البحث الشامل","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"أقل","mapping.keyAssign.additionalHelpToggle.more":"المزيد عن المفاتيح","mapping.keyAssign.helpText":"حدد الأعمدة التي سيتم استخدامها لتحديد الكيانات الفريدة","mapping.keyAssign.noResults":"لا توجد نتائج","mapping.keyAssign.placeholder":"حدد المفاتيح من الأعمدة المتاحة","mapping.keys":"المفاتيح الرئيسية","mapping.propAssign.errorBlank":"الأعمدة بدون عناوين لا يمكن تعيينها","mapping.propAssign.errorDuplicate":"الأعمدة بالعناوين المكررة لا يمكن تعيينها","mapping.propAssign.literalButtonText":"أضف قيمة ثابتة","mapping.propAssign.literalPlaceholder":"أضف نصاً ثابتاً","mapping.propAssign.other":"آخر","mapping.propAssign.placeholder":"تعيين ملكية","mapping.propRemove":"إزالة هذه الخاصية من البحث الشامل","mapping.props":"الخصائص","mapping.save.cancel":"الغاء","mapping.save.confirm":"تحديث البحث الشامل او إعادة انشائها","mapping.save.question":"سيؤدي تحديث هذا التعيين إلى حذف أي كيانات تم إنشاؤها سابقًا وإعادة إنشائها. هل أنت متأكد أنك تريد الاستمرار؟","mapping.section1.title":"1.اختار أنواع الكيانات المراد إنشاؤها","mapping.section2.title":"2. تعيين أعمدة للكيان","mapping.section3.title":"3. تحقيق/ تدقيق","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"خطأ:","mapping.status.status":"الحالة:","mapping.status.updated":"آخر تحديث:","mapping.title":"إنشاء كيانات منظمة","mapping.types.objects":"مواضيع","mapping.types.relationships":"علاقات","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"تنبيهات","nav.cases":"Investigations","nav.collections":"مجموعات البيانات","nav.diagrams":"مخططات الشبكة","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"الإعدادات","nav.signin":"تسجيل الدخول","nav.signout":"تسجيل الخروج","nav.status":"حالة النظام","nav.timelines":"Timelines","nav.view_notifications":"إشعارات","navbar.alert_add":"اضغط لتلقي تنبيهات حول النتائج الجديدة بخصوص هذا البحث","navbar.alert_remove":"تتلقى تنبيهات حول هذا البحث","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"ما الجديد {role}؟","notifications.no_notifications":"ليس لديك إشعارات غير مرئية","notifications.title":"اشعارات حديثة","notifications.type_filter.all":"الكل","pages.not.found":"الصفحة غير موجودة","pass.auth.not_same":"كلمات السر الخاصة بك ليست هي نفسها!","password_auth.activate":"تفعيل","password_auth.confirm":"تأكيد كلمة المرور","password_auth.email":"البريد الإلكتروني","password_auth.name":"اسمك","password_auth.password":"كلمة المرور","password_auth.signin":"تسجيل الدخول","password_auth.signup":"تسجيل","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"استخدم مفتاح API لقراءة البيانات وكتابتها عبر التطبيقات عن بعد.","queryFilters.clearAll":"حذف الكل","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":" المستندات قيد المعالجة. ارجوك انتظر...","restricted.explain":"استخدام مجموعة البيانات مقيد. اقرأ الوصف واتصل بـ {creator} قبل استخدام هذه المادة.","restricted.explain.creator":"مالك مجموعة البيانات","restricted.tag":"مقيد","result.error":"خطأ","result.more_results":"أكثر من {total} نتيجة","result.none":"لم يتم العثور على نتائج","result.results":"العثور على {total} من النتائج","result.searching":"جاري البحث","result.solo":"تم العثور على نتيجة واحدة","role.select.user":"اختر اسم المستخدم","schemaSelect.button.relationship":"أضف علاقة جديدة","schemaSelect.button.thing":"أضف موضوعاَ جديداً","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"حذف الكل","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"بحث","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"بعض المصادر مخفية عن المستخدمين المجهولين. اضغط {signInButton} لعرض جميع النتائج المسموح لك بالوصول إليها.","search.callout_message.button_text":"تسجيل الدخول","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"الخصائص","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} محدد","search.facets.hide":"Hide filters","search.facets.no_items":"لا توجد خيارات","search.facets.show":"Show filters","search.facets.showMore":"اعرض المزيد:","search.filterTag.ancestors":"في:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"ليس:","search.filterTag.role":"تصفية حسب الوصول","search.loading":"Loading...","search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","search.no_results_title":"لم يتم العثور على نتائج","search.placeholder":"ابحث عن شركات وأشخاص ومستندات","search.placeholder_default":"Search…","search.placeholder_label":"بحث في {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"نتائج","search.screen.dates_title":"تواريخ","search.screen.export":"تصدير","search.screen.export_disabled":"لا يمكن تصدير أكثر من 10000 نتيجة في المرة الواحدة","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"بحث","settings.api_key":"مفتاح API الوصول السري ","settings.confirm":"(تأكيد)","settings.current_explain":"أدخل كلمة المرور الحالية لتعيين كلمة مرور جديدة.","settings.current_password":"كلمة المرور الحالية","settings.email":"البريد الكتروني","settings.email.muted":"استلام اشعارات رسائل البريد الإلكتروني","settings.email.no_change":"لا يمكن تغيير عنوان بريدك الإلكتروني","settings.email.tester":"اختبر الميزات الجديدة قبل الانتهاء","settings.locale":"اللغة","settings.name":"الاسم","settings.new_password":"كلمة سر جديدة","settings.password.missmatch":"كلمة المرور غير مطابقة","settings.password.rules":"استخدم ستة أحرف على الأقل","settings.password.title":"قم بتغيير كلمة المرور الخاصة بك","settings.save":"تحديث","settings.saved":"إنه رسمي، يتم تحديث ملفك الشخصي.","settings.title":"الإعدادات","sidebar.open":"توسيع النطاق","signup.activate":"فعل حسابك","signup.inbox.desc":"لقد أرسلنا لك بريدًا إلكترونيًا ، يرجى اتباع الرابط لإتمام عملية التسجيل","signup.inbox.title":"تحقق من بريدك الوارد","signup.login":"هل لديك حساب؟ تسجيل الدخول!","signup.register":"تسجيل","signup.register.question":"ليس لديك حساب؟ سجل!","signup.title":"تسجيل الدخول","sorting.bar.button.label":"إظهار","sorting.bar.caption":"العنوان","sorting.bar.collection_id":"مجموعة البيانات","sorting.bar.count":"الحجم","sorting.bar.countries":"الدول","sorting.bar.created_at":"انشاء تاريخ","sorting.bar.date":"التاريخ","sorting.bar.dates":"تواريخ ","sorting.bar.direction":"اتجاه:","sorting.bar.endDate":"End date","sorting.bar.label":"العنوان","sorting.bar.sort":"ترتيب حسب:","sorting.bar.updated_at":"تحديث التاريخ","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"تحميل...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"حذف","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"إنشاء","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"ذكرت {count} في {appName}","xref.compute":"احسب","xref.entity":"مرجع","xref.match":"تطابق محتمل","xref.match_collection":"مجموعة البيانات","xref.recompute":"إعادة الحساب","xref.score":"نتيجة","xref.sort.default":"Default","xref.sort.label":"ترتيب حسب:","xref.sort.random":"Random"},"bs":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Upravljaj pretplatama","alerts.no_alerts":"Ne pratite nijednu pretragu","alerts.save":"Ažuriraj","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"Server nije prihvatio Vaš unos","auth.server_error":"Greška na serveru","auth.success":"Uspješno","auth.unauthorized":"Nije Vam dozvoljen pristup","auth.unknown_error":"Desila se neočekivana greška","case.choose.name":"Title","case.choose.summary":"Opis","case.chose.languages":"Jezici","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Sačuvaj","case.share.with":"Podijeli sa","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pretraži korisnike","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Otkaži","collection.cancel.button":"Otkaži","collection.countries":"Država","collection.creator":"Upravitelj","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Otkaži","collection.delete.confirm":"Izbriši","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Kontrola pristupa","collection.edit.cancel_button":"Otkaži","collection.edit.groups":"Grupe","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Otkaži","collection.edit.info.category":"Kategorija","collection.edit.info.countries":"Države","collection.edit.info.creator":"Upravitelj","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Izbriši","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Oznaka","collection.edit.info.languages":"Jezici","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"Labela","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"Sažetak","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Sačuvaj izmjene","collection.edit.info.summary":"Opis","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Uredi","collection.edit.permissionstable.view":"Pregled","collection.edit.save_button":"Sačuvaj izmjene","collection.edit.save_success":"Vaše izmjene su sačuvane.","collection.edit.title":"Podešavanja","collection.edit.users":"Korisnici","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Podešavanja","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Sažetak","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Pretraži","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Povezane reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Otkaži","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Otkaži","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Povezane reference","dashboard.activity":"Activity","dashboard.alerts":"Pretplata","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupe","dashboard.lists":"Lists","dashboard.notifications":"Notifikacije","dashboard.settings":"Podešavanja","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Preuzmi","document.download.cancel":"Otkaži","document.download.confirm":"Preuzmi","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Preuzmi originalni dokument","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"Nova datoteka","document.folder.save":"Kreiraj","document.folder.title":"Nova datoteka","document.folder.untitled":"Naziv foldera","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Unos","document.upload.cancel":"Otkaži","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Izaberi fajlove za unos...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Unos","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Unos dokumenata","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Sistem ne podržava ovaj tip dokumenta. Molimo vas da ga preuzmete kako bi bili u mogućnosti da ga vidite.","document.viewer.no_viewer":"Pregled ovog dokumenta nije dostupan","email.body.empty":"Nema sadržaja.","entity.delete.cancel":"Otkaži","entity.delete.confirm":"Izbriši","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Prilozi","entity.info.documents":"Documents","entity.info.info":"Informacije","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Slično","entity.info.tags":"Mentions","entity.info.text":"Tekst","entity.info.view":"Pregled","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Izbriši","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Ukloni","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"Entitet nema nikakve veze.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Ukloni","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Ova datoteka je prazna","entity.search.no_results_description":"Pokušajte opširniji pojam za pretragu","entity.search.no_results_title":"Nema rezultata pretrage","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Ažurirano {date}","entityset.choose.name":"Title","entityset.choose.summary":"Opis","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Kreiraj","entityset.delete.cancel":"Otkaži","entityset.delete.confirm":"Izbriši","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Izbriši","entityset.info.edit":"Podešavanja","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Pregled","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Sačuvaj izmjene","error.screen.not_found":"Tražena stranica nije pronađena.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Otkaži","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Ime","exports.no_exports":"You have no exports to download","exports.size":"Veličina","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Ime","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Pokušajte pretražiti: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Pretraži","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Posljednja izmjena","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Unos dokumenata","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Loguj se pomoću OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Izbriši","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Sačuvaj izmjene","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Otkaži","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Otkaži","mapping.delete.confirm":"Izbriši","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Ukloni","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Otkaži","mapping.flush.confirm":"Ukloni","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Drugo","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Otkaži","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Veze","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Pretplata","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Podešavanja","nav.signin":"Prijava","nav.signout":"Odloguj se","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifikacije","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"Dobijate notifikacije u vezi ove pretrage.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Nedavne notifikacije","notifications.type_filter.all":"All","pages.not.found":"Stranica nije pronađena","pass.auth.not_same":"Vaše šifre nisu iste!","password_auth.activate":"Aktiviraj","password_auth.confirm":"Potvrdi šifru","password_auth.email":"E-mail adresa","password_auth.name":"Vaše ime","password_auth.password":"Šifra","password_auth.signin":"Prijava","password_auth.signup":"Registracija","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profil","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Koristi API ključ za čitanje i pisanje podataka pomoću udaljene aplikacije.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Dokumenti se upravo precesuiraju. Molimo sačekajte...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Greška","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Traženje...","result.solo":"One result found","role.select.user":"Izaberi korisnika","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Pretraži","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Prijava","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} odabrano","search.facets.hide":"Hide filters","search.facets.no_items":"Nema opcija","search.facets.show":"Show filters","search.facets.showMore":"Prikaži više...","search.filterTag.ancestors":"unutar:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"osim:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Pokušajte opširniji pojam za pretragu","search.no_results_title":"Nema rezultata pretrage","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Pretraži...","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"rezultata","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Pretraži","settings.api_key":"API tajni pristupni ključ","settings.confirm":"(potvrdi)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail adrese","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Vaša e-mail adresa ne može se promijeniti","settings.email.tester":"Test new features before they are finished","settings.locale":"Jezik","settings.name":"Ime","settings.new_password":"New password","settings.password.missmatch":"Šifre nisu iste","settings.password.rules":"Koristi najmaje šest karaktera","settings.password.title":"Change your password","settings.save":"Ažuriraj","settings.saved":"It's official, your profile is updated.","settings.title":"Podešavanja","sidebar.open":"Expand","signup.activate":"Aktiviraj svoj profil","signup.inbox.desc":"Poslali smo Vam e-mail, molimo da pomoću linka završite svoju registraciju","signup.inbox.title":"Provjeri svoju poštu","signup.login":"Već imate kreiran profil? Logujte se!","signup.register":"Registrujte se","signup.register.question":"Nemate kreiran profil? Registrujte se!","signup.title":"Prijava","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Veličina","sorting.bar.countries":"Države","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Datum","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Učitavanje...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Izbriši","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Kreiraj","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Količina usaglašenosti","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"de":{"alert.manager.description":"Sie erhalten eine Benachrichtigung, sobald ein neues Suchergebnis zu einem ihrer Themen-Abos bereit steht.","alerts.add_placeholder":"Legen sie ein neues Themen-Abo an...","alerts.delete":"Remove alert","alerts.heading":"Verwalten sie sie ihre Themen-Abos","alerts.no_alerts":"Sie haben keine Themen-Abos","alerts.save":"Speichern","alerts.title":"Themen-Abos","alerts.track":"Verfolgen","auth.bad_request":"Der Server hat ihre Eingaben nicht akzeptiert.","auth.server_error":"Serverfehler","auth.success":"Erfolg","auth.unauthorized":"Erlaubnis verweigert","auth.unknown_error":"Ein unerwarteter Fehler ist aufgetreten.","case.choose.name":"Titel","case.choose.summary":"Beschreibung","case.chose.languages":"Sprachen","case.create.login":"Um ihre eigenen Daten hoch zu laden müssen sie sich anmelden.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Sprachen auswählen","case.languages.helper":"Wir zur optischen Erkennung von Schrift in Dokumenten verwendet.","case.save":"Speichern","case.share.with":"Teilen mit","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Nutzersuche","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Recherchen","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"In die Zwischenablage kopieren","collection.addSchema.placeholder":"Neue Objektart hinzufügen","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Abbrechen","collection.cancel.button":"Abbrechen","collection.countries":"Land","collection.creator":"Verwalter","collection.data_updated_at":"Content updated","collection.data_url":"Daten-URL","collection.delete.cancel":"Abbrechen","collection.delete.confirm":"Löschen","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Zugangskontrolle","collection.edit.cancel_button":"Abbrechen","collection.edit.groups":"Gruppen","collection.edit.info.analyze":"Erneut verarbeiten","collection.edit.info.cancel":"Abbrechen","collection.edit.info.category":"Kategorie","collection.edit.info.countries":"Länder","collection.edit.info.creator":"Verwalter","collection.edit.info.data_url":"Quelldaten-URL","collection.edit.info.delete":"Löschen","collection.edit.info.foreign_id":"Foreign-ID","collection.edit.info.frequency":"Aktualisierungsrate","collection.edit.info.info_url":"Informations-URL","collection.edit.info.label":"Titel","collection.edit.info.languages":"Sprachen","collection.edit.info.placeholder_country":"Länder auswählen","collection.edit.info.placeholder_data_url":"Link zu den Rohdaten","collection.edit.info.placeholder_info_url":"Link zu zusätzlichen Informationen","collection.edit.info.placeholder_label":"Ein Titel","collection.edit.info.placeholder_language":"Sprachen auswählen","collection.edit.info.placeholder_publisher":"Die Organisation oder Person, die diese Daten bereitstellt","collection.edit.info.placeholder_publisher_url":"Link zum Herausgeber","collection.edit.info.placeholder_summary":"Eine kurze Beschreibung","collection.edit.info.publisher":"Herausgeber","collection.edit.info.publisher_url":"Herausgeber-URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Speichern","collection.edit.info.summary":"Beschreibung","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Bearbeiten","collection.edit.permissionstable.view":"Darstellung","collection.edit.save_button":"Speichern","collection.edit.save_success":"Ich gebe ihnen mein Ehrenwort!","collection.edit.title":"Einstellungen","collection.edit.users":"Benutzer","collection.foreign_id":"Foreign-ID","collection.frequency":"Aktualisierung","collection.index.empty":"Es wurden keine Datensätze gefunden.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Von mir erstellt","collection.index.no_results":"Es wurden keine Datensätze gefunden, die ihrer Suchanfrage entsprechen.","collection.index.placeholder":"Datensätze durchsuchen...","collection.index.title":"Datensätze","collection.info.access":"Teilen","collection.info.browse":"Dokumente","collection.info.delete":"Datensatz löschen","collection.info.delete_casefile":"Recherche löschen","collection.info.diagrams":"Netzwerkdiagramme","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Dokumente","collection.info.edit":"Einstellungen","collection.info.entities":"Objekte","collection.info.lists":"Listen","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Erwähnungen","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Übersicht","collection.info.reindex":"Alle Daten re-indizieren","collection.info.reingest":"Dokumente erneut verarbeiten","collection.info.search":"Suche","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Rasterfahndung","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Informations-URL","collection.last_updated":"Zuletzt {date} aktualisiert","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Herausgeber","collection.reconcile":"Reconciliation","collection.reconcile.description":"Gleichen sie mithilfe des freien {openrefine}-Tools ihre eigenen Daten mit den Objekten in diesem Datensatz ab.","collection.reindex.cancel":"Abbrechen","collection.reindex.confirm":"Indizieren","collection.reindex.flush":"Index vor dem re-indizieren entleeren","collection.reindex.processing":"Indizierung wurde gestartet.","collection.reingest.confirm":"Verarbeitung starten","collection.reingest.index":"Dokumente nach der Verarbeitung indizieren.","collection.reingest.processing":"Verarbeitung gestartet.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mehr zeigen","collection.status.cancel_button":"Vorgang abbrechen","collection.status.collection":"Datensatz","collection.status.finished_tasks":"Fertig","collection.status.jobs":"Prozesse","collection.status.message":"Tollen sie herum während die Daten verarbeitet werden.","collection.status.no_active":"Es findet keine Datenverarbeitung statt.","collection.status.pending_tasks":"Unerledigt","collection.status.progress":"Aufgaben","collection.status.title":"Wird verarbeitet ({percent}%)","collection.team":"Zugang","collection.updated_at":"Metadata updated","collection.xref.cancel":"Abbrechen","collection.xref.confirm":"Bestätigen","collection.xref.empty":"Er gibt keine Rasterfahndungsergebnisse.","collection.xref.processing":"Rasterfahndung gestartet.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Rasterfahndung","dashboard.activity":"Tätigkeiten","dashboard.alerts":"Themen-Abos","dashboard.cases":"Recherchen","dashboard.diagrams":"Netzwerkdiagramme","dashboard.exports":"Exporte","dashboard.groups":"Gruppen","dashboard.lists":"Listen","dashboard.notifications":"Benachrichtigungen","dashboard.settings":"Einstellungen","dashboard.status":"Systemstatus","dashboard.subheading":"Beobachten sie den Fortschritt von laufenden Datenimports und -analysen.","dashboard.timelines":"Timelines","dashboard.title":"Systemstatus","dashboard.workspace":"Arbeitsplatz","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Neues Netzwerk","diagram.create.label_placeholder":"Unbenanntes Diagramm","diagram.create.login":"Um ein Netzwerkdiagramm anzulegen müssen sie angemeldet sein.","diagram.create.success":"Ihr Diagramm wurde erfolgreich erstellt.","diagram.create.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.create.title":"Neues Diagramm anlegen","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Diagramm importieren","diagram.import.placeholder":"Legen sie hier eine .vis Datei ab, um ein bestehendes Netzwerkdiagramm zu importieren","diagram.import.title":"Netzwerkdiagramm importieren","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Neues Diagramm anlegen","diagram.selector.select_empty":"Keine bestehenden Diagramme","diagram.update.label_placeholder":"Unbenanntes Diagramm","diagram.update.success":"Ihr Diagramm wurde erfolgreich angelegt.","diagram.update.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.update.title":"Diagramm-Einstellungen","diagrams":"Diagramme","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"Es gibt keine Netzwerkdiagramme.","diagrams.title":"Netzwerkdiagramme","document.download":"Herunterladen","document.download.cancel":"Abbrechen","document.download.confirm":"Herunterladen","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Quelldokument herunterladen","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Beim Anlegen des Ordners trat ein Fehler auf.","document.folder.new":"Neuer Ordner","document.folder.save":"Anlegen","document.folder.title":"Neuer Ordner","document.folder.untitled":"Ordnertitel","document.mapping.start":"Entitäten erzeugen","document.paging":"Seite {pageInput} von {numberOfPages}","document.pdf.search.page":"Seite {page}","document.search.no_match":"Keine einzelne Seite in diesem Dokument enthält alle Suchbegriffe.","document.upload.button":"Hochladen","document.upload.cancel":"Abbrechen","document.upload.close":"Schließen","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Wählen sie Dateien für den Upload","document.upload.folder":"Wenn sie stattdessen einen Ordner hochladen wollen: { button }.","document.upload.folder-toggle":"hier drücken","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Hochladen","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Dokumente hochladen","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Das System kann mit diesem Dateityp nicht umgehen. Bitte laden sie die Datei herunter um den Inhalt zu sehen.","document.viewer.no_viewer":"Für dieses Dokument ist keine Vorschau verfügbar","email.body.empty":"Kein Nachrichtentext","entity.delete.cancel":"Abbrechen","entity.delete.confirm":"Löschen","entity.delete.error":"Beim Löschen des Objektes trat ein Fehler auf.","entity.delete.progress":"Lösche...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Erfolgreich gelöscht","entity.document.manager.cannot_map":"Wählen sie eine Tabelle aus der sie strukturierte Daten importieren wollen","entity.document.manager.empty":"Keine Dateien und Verzeichnisse.","entity.document.manager.emptyCanUpload":"Keine Dateien oder Verzeichnisse. Ziehen sie Dateien hier in um sie hoch zu laden.","entity.document.manager.search_placeholder":"Dokumente suchen","entity.document.manager.search_placeholder_document":"Suche in {label}","entity.info.attachments":"Anhänge","entity.info.documents":"Dokumente","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Ähnlich","entity.info.tags":"Erwähnungen","entity.info.text":"Text","entity.info.view":"Darstellung","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Wählen die die Tabelle aus der sie {schema} importieren wollen.","entity.manager.bulk_import.description.2":"Nach der Auswahl können die Spalten aus der Tabelle den Eigenschaften der erzeugten Objekte zuweisen.","entity.manager.bulk_import.description.3":"Haben sie die gesuchte Tabelle nicht gefunden? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"Keine passenden Dokumente gefunden","entity.manager.bulk_import.placeholder":"Wählen sie eine Tabelle aus","entity.manager.delete":"Löschen","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Entfernen","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"{schema} suchen","entity.mapping.view":"Entitäten erzeugen","entity.properties.missing":"unbekannt","entity.references.no_relationships":"Diese Objekt hat keine Verbindungen.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Entfernen","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Dieser Ordner ist leer","entity.search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","entity.search.no_results_title":"Keine Suchergebnisse","entity.similar.empty":"Es gibt keine ähnlichen Einträge.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Speicherfehler","entity.status.in_progress":"Speichere...","entity.status.success":"Gespeichert","entity.tags.no_tags":"Aus diesem Objekt wurden keine Schlagworte extrahiert.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Objektimport","entity.viewer.search_placeholder":"Suche in {label}","entitySet.last_updated":"Aktualisiert am {date}","entityset.choose.name":"Titel","entityset.choose.summary":"Beschreibung","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Anlegen","entityset.delete.cancel":"Abbrechen","entityset.delete.confirm":"Löschen","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Löschen","entityset.info.edit":"Einstellungen","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Darstellung","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Speichern","error.screen.not_found":"Die angeforderte Seite konnte nicht gefunden werden.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Abbrechen","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Größe","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Adresse} other {Adressen}}","facet.caption":"Name","facet.category":"{count, plural, one {Kategorie} other {Kategorien}}","facet.collection_id":"Datensatz","facet.countries":"{count, plural, one {Land} other {Länder}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Sprache} other {Sprachen}}","facet.mimetypes":"{count, plural, one {Dateityp} other {Dateitypen}}","facet.names":"{count, plural, one {Name} other {Namen}}","facet.phones":"{count, plural, one {Telefonnummer} other {Telefonnummern}}","facet.schema":"Entity type","file_import.error":"Fehler beim Datei-Import","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Zum Beispiel: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Objektarten","home.stats.title":"Get started exploring public data","home.title":"Finde öffentliche Dokumente und Leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Suche","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Datensatz","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Aktualisiert","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Neue Objekte anlegen","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Dokumente hochladen","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Ungleich","judgement.positive":"Gleich","judgement.unsure":"Nicht genug Informationen","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"Neue Liste","list.create.label_placeholder":"Unbenannte Liste","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Unbenannte Liste","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"Listeneinstellungen","lists":"Listen","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Listen","login.oauth":"Mit OAuth anmelden","mapping.actions.create":"Entitäten erzeugen","mapping.actions.create.toast":"Entitäten werden erzeugt...","mapping.actions.delete":"Löschen","mapping.actions.delete.toast":"Mapping und erzeugte Entitäten löschen...","mapping.actions.export":"Mapping exportieren","mapping.actions.flush":"Entstandene Entitäten entfernen","mapping.actions.flush.toast":"Entferne erzeugte Entitäten...","mapping.actions.save":"Speichern","mapping.actions.save.toast":"Entitäten werden erneut erzeugt...","mapping.create.cancel":"Abbrechen","mapping.create.confirm":"Erzeugen","mapping.create.question":"Sind sie sicher, dass sie auf der Basis dieses Mappings Objekte erzeugen wollen?","mapping.delete.cancel":"Abbrechen","mapping.delete.confirm":"Löschen","mapping.delete.question":"Sind sie sicher, dass sie dieses Mapping und alle daraus resultierenden Objekte löschen wollen?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Sie benötigen eine \"{range}\" als Zuweisung für die Eigenschaft {property}","mapping.entityAssign.noResults":"Keine passenden Objekte sind verfügbar","mapping.entityAssign.placeholder":"Objekt auswählen","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Entfernen","mapping.error.keyMissing":"Schlüssel-Fehler: Objekt {id} muss mindestens einen Schlüssel haben","mapping.error.relationshipMissing":"Verbindungsfehler: dem Objekt {id} muss sowohl {source} wie {target} zugewiesen werden.","mapping.flush.cancel":"Abbrechen","mapping.flush.confirm":"Entfernen","mapping.flush.question":"Sind sie sicher, dass sie die Entitäten die aus dieses Mapping generiert wurden löschen möchten?","mapping.import.button":"Bestehendes Mapping importieren","mapping.import.placeholder":"Legen sie hier eine YAML-Datei ab um ein bestehendes Mapping zu importieren","mapping.import.querySelect":"Wählen sie die Mapping-Query aus dieser Datei, die sie importieren wollen:","mapping.import.submit":"Speichern","mapping.import.success":"Ihr Mapping wurde erfolgreich importiert.","mapping.import.title":"Mapping importieren","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph Mapping-Dokumentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Weniger","mapping.keyAssign.additionalHelpToggle.more":"Mehr zu Schlüsseln","mapping.keyAssign.helpText":"Wählen sie die Spalten in den Quelldaten aus denen eindeutige Objekt-Kennungen erzeugt werden können.","mapping.keyAssign.noResults":"Keine Treffer","mapping.keyAssign.placeholder":"Wählen sie aus den verfügbaren Spalten einen Schlüssel","mapping.keys":"Schlüssel","mapping.propAssign.errorBlank":"Spalten ohne Kopfzeile können nicht zugewiesen weden","mapping.propAssign.errorDuplicate":"Mehrfach genutzte Kopfzeilen können nicht zugewiesen werden","mapping.propAssign.literalButtonText":"Einen fixen Wert setzen","mapping.propAssign.literalPlaceholder":"Fixen Wert hinzufügen","mapping.propAssign.other":"Andere","mapping.propAssign.placeholder":"Eigenschaft zuweisen","mapping.propRemove":"Diese Eigenschaft aus dem Mapping entfernen","mapping.props":"Eigenschaften","mapping.save.cancel":"Abbrechen","mapping.save.confirm":"Mapping speichern & aktualisieren","mapping.save.question":"Wenn sie dieses Mapping speichern werden alle zuvor erzeugten Entitäten entfernt und neu generiert. Wollen sie fortfahren?","mapping.section1.title":"1. Entitiäten-Typen auswählen","mapping.section2.title":"2. Verknüpfung von Spalten mit Eigenschaften ","mapping.section3.title":"3. Prüfung","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Fehler: ","mapping.status.status":"Status: ","mapping.status.updated":"Aktualisiert: ","mapping.title":"Strukturierte Daten erzeugen","mapping.types.objects":"Objekte","mapping.types.relationships":"Verbindungen","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Themen-Abos","nav.cases":"Recherchen","nav.collections":"Datensätze","nav.diagrams":"Netzwerkdiagramme","nav.exports":"Exporte","nav.lists":"Listen","nav.menu.cases":"Recherchen","nav.settings":"Einstellungen","nav.signin":"Anmelden","nav.signout":"Abmelden","nav.status":"Systemstatus","nav.timelines":"Timelines","nav.view_notifications":"Benachrichtigungen","navbar.alert_add":"Erhalten sie Benachrichtigungen über neue Treffer zu dieser Suche.","navbar.alert_remove":"Zu diesem Suchbegriff erhalten sie Benachrichtigungen","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Was läuft, {role}?","notifications.no_notifications":"Sie haben keine ungesehenen Benachrichtigungen","notifications.title":"Neue Benachrichtigungen","notifications.type_filter.all":"Alle","pages.not.found":"Seite nicht gefunden","pass.auth.not_same":"Die Passwörter stimmen nicht überein!","password_auth.activate":"Aktivieren","password_auth.confirm":"Passwort bestätigen","password_auth.email":"E-Mail-Adresse","password_auth.name":"Ihr Name","password_auth.password":"Passwort","password_auth.signin":"Anmelden","password_auth.signup":"Registrieren","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profil","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Nutzen sie den API-Schlüssel um Daten aus anderen Programmen zu lesen oder schreiben.","queryFilters.clearAll":"Alle entfernen","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Die Dokumente werden verarbeitet. Bitte warten sie...","restricted.explain":"Die Nutzung dieses Datensatzes unterliegt der Vertraulichkeit. Bitte lesen sie die Datensatzbeschreibung und treten sie mit {creator} in Verbindung, bevor sie das Material benutzen.","restricted.explain.creator":"dem Datensatz-Verwalter","restricted.tag":"VERTRAULICH","result.error":"Fehler","result.more_results":"Mehr als {total} Treffer","result.none":"Keine Treffer gefunden","result.results":"{total} Treffer gefunden","result.searching":"Suche...","result.solo":"Ein Treffer gefunden","role.select.user":"Wählen sie einen Nutzer","schemaSelect.button.relationship":"Neue Beziehung hinzufügen","schemaSelect.button.thing":"Neues Objekt hinzufügen","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Alle entfernen","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Suche","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Begriff","search.callout_message":"Einige Quellen sind anonymen Nutzern nicht zugänglich. {signInButton} um alle Resultate zu sehen, zu denen sie Zugang haben.","search.callout_message.button_text":"Anmelden","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Eigenschaften","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} ausgewählt","search.facets.hide":"Hide filters","search.facets.no_items":"Keine Optionen","search.facets.show":"Show filters","search.facets.showMore":"Mehr zeigen...","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"Nach","search.filterTag.dates_before":"Vor","search.filterTag.exclude":"nicht:","search.filterTag.role":"Nach Zugriff gefiltert","search.loading":"Loading...","search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","search.no_results_title":"Keine Suchergebnisse","search.placeholder":"Suche nach Firmen, Personen oder Dokumenten","search.placeholder_default":"Suchen...","search.placeholder_label":"Suche in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"Treffer","search.screen.dates_title":"Zeitleiste","search.screen.export":"Export","search.screen.export_disabled":"Es können nur 10,000 Resultate auf einmal exportiert werden","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Suche","settings.api_key":"API-Zugangsschlüssel","settings.confirm":"(bestätigen)","settings.current_explain":"Geben sie ihr Passwort an um ein Neues zu setzen.","settings.current_password":"Gegenwärtiges Passwort","settings.email":"E-Mail-Adresse","settings.email.muted":"Tägliche Benachrichtigungen per E-Mail erhalten","settings.email.no_change":"Sie können Ihre E-Mail Adresse nicht ändern.","settings.email.tester":"Ich will neue Funktionen der Software testen bevor sie fertig sind","settings.locale":"Sprache","settings.name":"Name","settings.new_password":"Neues Passwort","settings.password.missmatch":"Passwörter stimmen nicht überein","settings.password.rules":"Mindestens sechs Buchstaben","settings.password.title":"Ändern sie ihr Passwort","settings.save":"Speichern","settings.saved":"Nach meiner Kenntnis tritt das sofort, unverzüglich in Kraft.","settings.title":"Einstellungen","sidebar.open":"Erweitern","signup.activate":"Aktivieren sie ihr Nutzerkonto","signup.inbox.desc":"Wir haben ihnen eine E-Mail geschickt, folgen sie dem enthaltenen Link um die Anmeldung abzuschliessen","signup.inbox.title":"Prüfen sie ihr Postfach","signup.login":"Haben sie schon ein Konto? Zur Anmeldung.","signup.register":"Anmelden","signup.register.question":"Sie haben kein Konto? Anmelden!","signup.title":"Anmelden","sorting.bar.button.label":"Show:","sorting.bar.caption":"Titel","sorting.bar.collection_id":"Datensatz","sorting.bar.count":"Größe","sorting.bar.countries":"Länder","sorting.bar.created_at":"Erzeugungsdatum","sorting.bar.date":"Datum","sorting.bar.dates":"Zeitleiste","sorting.bar.direction":"Richtung:","sorting.bar.endDate":"End date","sorting.bar.label":"Titel","sorting.bar.sort":"Sortieren nach:","sorting.bar.updated_at":"Aktualisierungsdatum","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Begriff","text.loading":"Lade...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Löschen","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Anlegen","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} Erwähnungen in {appName}","xref.compute":"Errechnen","xref.entity":"Verweis","xref.match":"Möglicher Treffer","xref.match_collection":"Datensatz","xref.recompute":"Neu berechnen","xref.score":"Qualität","xref.sort.default":"Default","xref.sort.label":"Sortieren nach:","xref.sort.random":"Random"},"es":{"alert.manager.description":"Recibirá notificaciones cuando se agregue un nuevo resultado que coincida con cualquiera de las alertas que ha configurado a continuación.","alerts.add_placeholder":"Crear una nuevo monitor de alertas...","alerts.delete":"Remove alert","alerts.heading":"Administre sus alertas","alerts.no_alerts":"No está haciendo monitoreando ninguna búsqueda","alerts.save":"Actualizar","alerts.title":"Alertas de monitoreo","alerts.track":"Monitorear","auth.bad_request":"El servidor no aceptó su entrada","auth.server_error":"Error del servidor","auth.success":"Acierto","auth.unauthorized":"No autorizado","auth.unknown_error":"Ha ocurrido un error inesperado","case.choose.name":"Título","case.choose.summary":"Resumen","case.chose.languages":"Idiomas","case.create.login":"Debe iniciar sesión para subir sus propia serie de datos.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Seleccionar idiomas","case.languages.helper":"Se usa para reconocimiento óptico de texto en alfabetos no latinos.","case.save":"Guardar","case.share.with":"Compartir con","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Buscar usuarios","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar al portapapeles","collection.addSchema.placeholder":"Agregar nuevo tipo de entidad","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Administrador","collection.data_updated_at":"Content updated","collection.data_url":"URL de datos","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Borrar","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Control de acceso","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocesar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoría","collection.edit.info.countries":"Países","collection.edit.info.creator":"Administrador","collection.edit.info.data_url":"URL de la fuente de datos","collection.edit.info.delete":"Borrar","collection.edit.info.foreign_id":"Identificación extranjera","collection.edit.info.frequency":"Frecuencia de actualización","collection.edit.info.info_url":"URL de información","collection.edit.info.label":"Etiqueta","collection.edit.info.languages":"Idiomas","collection.edit.info.placeholder_country":"Seleccionar países","collection.edit.info.placeholder_data_url":"Enlace a datos sin procesar en formato descargable","collection.edit.info.placeholder_info_url":"Enlace a más información","collection.edit.info.placeholder_label":"Una etiqueta","collection.edit.info.placeholder_language":"Seleccionar idiomas","collection.edit.info.placeholder_publisher":"Organismo o persona que publica estos datos","collection.edit.info.placeholder_publisher_url":"Enlace a quien publica","collection.edit.info.placeholder_summary":"Un resumen breve","collection.edit.info.publisher":"Editor","collection.edit.info.publisher_url":"URL del editor","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Guardar cambios","collection.edit.info.summary":"Resumen","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Vista","collection.edit.save_button":"Guardar cambios","collection.edit.save_success":"Sus cambios han sido guardados.","collection.edit.title":"Configuraciones","collection.edit.users":"Usuarios","collection.foreign_id":"Identificación extranjera","collection.frequency":"Actualizaciones","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todos","collection.index.filter.mine":"Creado por mi","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Buscar conjuntos de datos...","collection.index.title":"Conjuntos de datos","collection.info.access":"Compartir","collection.info.browse":"Documentos","collection.info.delete":"Eliminar conjunto de datos","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Diagramas de red","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documentos","collection.info.edit":"Configuraciones","collection.info.entities":"Entidades","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Menciones","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Resumen","collection.info.reindex":"Reindexar todo el contenido","collection.info.reingest":"Reintroducir documentos","collection.info.search":"Buscar","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cruce de base de datos","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de información","collection.last_updated":"Última actualización {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Editor","collection.reconcile":"Conciliación","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Empezar a indexar","collection.reindex.flush":"Borrar el índice antes de reindexar","collection.reindex.processing":"Se inició el indexado.","collection.reingest.confirm":"Empezar a procesar","collection.reingest.index":"Indexar documentos mientras se procesan.","collection.reingest.processing":"Se inició la reintroducción.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mostrar más","collection.status.cancel_button":"Cancelar el proceso","collection.status.collection":"Conjunto de datos","collection.status.finished_tasks":"Terminado","collection.status.jobs":"Trabajos","collection.status.message":"Siga explorando mientras se procesan los datos.","collection.status.no_active":"No hay tareas en proceso","collection.status.pending_tasks":"Pendiente","collection.status.progress":"Tareas","collection.status.title":"Actualización en progreso ({percent}%)","collection.team":"Accesible para","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirmar","collection.xref.empty":"No hay resultados de cruces de bases de datos.","collection.xref.processing":"Se inició el cruce de bases de datos.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cruce de base de datos","dashboard.activity":"Actividad","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Diagramas de red","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificaciones","dashboard.settings":"Configuraciones","dashboard.status":"Estado del sistema","dashboard.subheading":"Verifique el progreso de análisis, carga y procesamiento de datos en curso.","dashboard.timelines":"Timelines","dashboard.title":"Estado del sistema","dashboard.workspace":"Espacio de trabajo","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Nuevo diagrama","diagram.create.label_placeholder":"Diagrama sin título","diagram.create.login":"Debes iniciar sesión para crear un diagrama","diagram.create.success":"Tu diagrama se ha creado correctamente.","diagram.create.summary_placeholder":"Una breve descripción del diagrama","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Importar diagrama","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Importar un diagrama de una red","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Crear un diagrama nuevo","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Diagrama sin título","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"Una breve descripción del diagrama","diagram.update.title":"Configuración de diagrama","diagrams":"Diagramas","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"No hay diagramas de una red.","diagrams.title":"Diagramas de una red","document.download":"Descargar","document.download.cancel":"Cancelar","document.download.confirm":"Descargar","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Descargar el documento original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Se produjo un error al crear la carpeta.","document.folder.new":"Nueva carpeta","document.folder.save":"Crear","document.folder.title":"Nueva carpeta","document.folder.untitled":"Título de carpeta","document.mapping.start":"Generar entidades","document.paging":"Página {pageInput} de {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Ninguna página de este documento coincide con todos los términos de su búsqueda.","document.upload.button":"Subir","document.upload.cancel":"Cancelar","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Elija los archivos a cargar...","document.upload.folder":"Si prefiere subir carpetas, { button }.","document.upload.folder-toggle":"Haga clic aquí","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Subir","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"El sistema no trabaja con este tipo de archivos. Por favor, descárguelo para poder visualizarlo.","document.viewer.no_viewer":"La vista previa para este documento no está disponible","email.body.empty":"Sin cuerpo de mensaje.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Borrar","entity.delete.error":"Ocurrió un error al intentar eliminar esta entidad.","entity.delete.progress":"Eliminando...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Se eliminó correctamente","entity.document.manager.cannot_map":"Seleccione un documento de tabla para generar entidades estructuradas","entity.document.manager.empty":"No hay archivos ni directorios","entity.document.manager.emptyCanUpload":"No hay archivos ni directorios. Arrastre y suelte archivos aquí o haga clic para subirlos.","entity.document.manager.search_placeholder":"Buscar documentos","entity.document.manager.search_placeholder_document":"Buscar en {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Información","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menciones","entity.info.text":"Texto","entity.info.view":"Vista","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Seleccione una tabla de abajo desde la cual importar nuevas entidades de {schema}.","entity.manager.bulk_import.description.2":"Al seleccionar, se te pedirá que asignes columnas de esa tabla a las propiedades de las entidades generadas.","entity.manager.bulk_import.description.3":"¿No puedes ver la tabla que estás buscando? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No se encontraron documentos que coincidan","entity.manager.bulk_import.placeholder":"Seleccionar un documento de tabla","entity.manager.delete":"Borrar","entity.manager.edge_create_success":"Se enlazó exitosamente {source} y {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Eliminar","entity.manager.search_empty":"No se encontraron {schema} que coincidan","entity.manager.search_placeholder":"Buscar {schema}","entity.mapping.view":"Generar entidades","entity.properties.missing":"desconocido","entity.references.no_relationships":"Esta entidad no tiene ninguna relación.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Eliminar","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Esta carpeta está vacía","entity.search.no_results_description":"Intente haciendo su búsqueda más general","entity.search.no_results_title":"Sin resultados de búsqueda","entity.similar.empty":"No hay entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error al guardar","entity.status.in_progress":"Guardando...","entity.status.success":"Guardado","entity.tags.no_tags":"No se extrajeron selectores de esta entidad.","entity.viewer.add_link":"Crear enlace","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Importación en bloque","entity.viewer.search_placeholder":"Buscar en {label}","entitySet.last_updated":"Actualizado {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumen","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Crear","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Borrar","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Borrar","entityset.info.edit":"Configuraciones","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Vista","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Guardar cambios","error.screen.not_found":"No se encontró la página solicitada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancelar","exports.dialog.confirm":"Exportar","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Nombre","exports.no_exports":"You have no exports to download","exports.size":"Tamaño","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Direcciones}}","facet.caption":"Nombre","facet.category":"{count, plural, one {Category} other {Categorías}}","facet.collection_id":"Conjunto de datos","facet.countries":"{count, plural, one {Country} other {Países}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {Correos electrónicos}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Idiomas}}","facet.mimetypes":"{count, plural, one {File type} other {Tipos de archivo}}","facet.names":"{count, plural, one {Name} other {Nombres}}","facet.phones":"{count, plural, one {Phone number} other {Números de teléfono}}","facet.schema":"Entity type","file_import.error":"Error al importar archivo","footer.aleph":"Aleph {versión}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Intente buscando: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Buscar registros públicos y filtraciones","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Buscar","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Conjunto de datos","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Última actualización","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Iniciar sesión vía OAuth","mapping.actions.create":"Generar entidades","mapping.actions.create.toast":"Generando entidades...","mapping.actions.delete":"Borrar","mapping.actions.delete.toast":"Eliminando mapeo y entidades generadas...","mapping.actions.export":"Exportar mapeo","mapping.actions.flush":"Eliminar entidades generadas","mapping.actions.flush.toast":"Eliminando entidades generadas","mapping.actions.save":"Guardar cambios","mapping.actions.save.toast":"Regenerando entidades","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generar","mapping.create.question":"¿Seguro desea generar entidades usando este mapeo?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Borrar","mapping.delete.question":"¿Seguro desea eliminar este mapeo y todas las entidades generadas?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Debe crear un objeto de tipo \"{range}\" para que sea la {property}","mapping.entityAssign.noResults":"No hay objetos disponibles que coincidan","mapping.entityAssign.placeholder":"Seleccionar un objeto","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Eliminar","mapping.error.keyMissing":"Error de clave: {id} la entidad debe tener al menos una clave","mapping.error.relationshipMissing":"Error de relación: {id} entidad debe tener una {source} y {target} asignadas","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Eliminar","mapping.flush.question":"¿Seguro desea eliminar las entidades generadas usando este mapeo?","mapping.import.button":"Importar mapeo existente","mapping.import.placeholder":"Coloque un archivo .yml aquí para importar un mapeo existente","mapping.import.querySelect":"Seleccione una consulta de mapeo de este archivo para importar:","mapping.import.submit":"Enviar","mapping.import.success":"Su mapeo se ha importado correctamente.","mapping.import.title":"Exportar un mapeo","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Documentación de mapeo de datos de Aleph","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Menos","mapping.keyAssign.additionalHelpToggle.more":"Más información sobre las claves","mapping.keyAssign.helpText":"Especifique qué columnas de los datos fuente se usarán para identificar entidades únicas.","mapping.keyAssign.noResults":"No hay resultados","mapping.keyAssign.placeholder":"Seleccione claves de columnas disponibles","mapping.keys":"Claves","mapping.propAssign.errorBlank":"Las columnas sin encabezado no se pueden asignar","mapping.propAssign.errorDuplicate":"Las columnas con encabezados duplicados no se pueden asignar","mapping.propAssign.literalButtonText":"Agregar un valor fijo","mapping.propAssign.literalPlaceholder":"Agregar texto de valor fijo","mapping.propAssign.other":"Otro","mapping.propAssign.placeholder":"Asignar una propiedad","mapping.propRemove":"Eliminar esta propiedad de la asignación","mapping.props":"Propiedades","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Actualizar mapeo y regenerar","mapping.save.question":"Al actualizar este mapeo se eliminará cualquier entidad generada anteriormente y se regenerarán. ¿Seguro desea continuar?","mapping.section1.title":"1. Seleccione los tipos de entidad a generar","mapping.section2.title":"2. Mapee las columnas con propiedades de entidad","mapping.section3.title":"3. Verifique","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Estado:","mapping.status.updated":"Última actualización:","mapping.title":"Generar entidades estructuradas","mapping.types.objects":"Objetos","mapping.types.relationships":"Relaciones","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de datos","nav.diagrams":"Diagramas de red","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configuraciones","nav.signin":"Iniciar sesión","nav.signout":"Cerrar sesión","nav.status":"Estado del sistema","nav.timelines":"Timelines","nav.view_notifications":"Notificaciones","navbar.alert_add":"Haga clic para recibir alertas sobre nuevos resultados para esta búsqueda.","navbar.alert_remove":"Está recibiendo alertas sobre esta búsqueda.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"¿Qué hay de nuevo, {role}?","notifications.no_notifications":"No tiene notificaciones sin leer","notifications.title":"Notificaciones recientes","notifications.type_filter.all":"Todos","pages.not.found":"Página no encontrada","pass.auth.not_same":"¡Sus contraseñas no coinciden!","password_auth.activate":"Activar","password_auth.confirm":"Confirmar contraseña","password_auth.email":"Dirección de correo electrónico","password_auth.name":"Su nombre","password_auth.password":"Contraseña","password_auth.signin":"Iniciar sesión","password_auth.signup":"Registrarse","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use la clave API para leer y escribir datos a través de aplicaciones remotas.","queryFilters.clearAll":"Borrar todo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Los documentos se están procesando. Por favor, espere...","restricted.explain":"El uso de este conjunto de datos está restringido. Lea la descripción y contacte a {creator} antes de usar este material.","restricted.explain.creator":"el dueño del conjunto de datos","restricted.tag":"RESTRINGIDO","result.error":"Error","result.more_results":"Más de {total} resultados","result.none":"No se encontraron resultados","result.results":"Se encontraron {total} resultados","result.searching":"Buscando...","result.solo":"Se encontró un resultado","role.select.user":"Elija un usuario","schemaSelect.button.relationship":"Agregue una nueva relación","schemaSelect.button.thing":"Agregar un objeto nuevo","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Borrar todo","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Buscar","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Algunas fuentes permanecen ocultad para los usuarios anónimos. {signInButton} para ver todos los resultados a los que puede acceder.","search.callout_message.button_text":"Iniciar sesión","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Propiedades","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} seleccionado","search.facets.hide":"Hide filters","search.facets.no_items":"Sin opciones","search.facets.show":"Show filters","search.facets.showMore":"Mostrar más...","search.filterTag.ancestors":"en:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"no:","search.filterTag.role":"Filtrar por acceso","search.loading":"Loading...","search.no_results_description":"Intente volver su búsqueda más general","search.no_results_title":"Sin resultados de búsqueda","search.placeholder":"Buscar empresas, personas y documentos","search.placeholder_default":"Buscar...","search.placeholder_label":"Buscar en {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"resultados","search.screen.dates_title":"Fechas","search.screen.export":"Exportar","search.screen.export_disabled":"No se pueden exportar más de 10.000 resultados a la vez","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Buscar","settings.api_key":"Clave de acceso secreto a la API","settings.confirm":"(confirmar)","settings.current_explain":"Introduzca su contraseña actual para crear una nueva.","settings.current_password":"Contraseña actual","settings.email":"Direcciones de correo electrónico","settings.email.muted":"Recibir notificaciones diarias por correo electrónico","settings.email.no_change":"Su dirección de correo electrónico no puede ser modificada","settings.email.tester":"Pruebe las nuevas funciones antes de que estén terminadas","settings.locale":"Idioma","settings.name":"Nombre","settings.new_password":"Nueva contraseña","settings.password.missmatch":"Las contraseñas no coinciden","settings.password.rules":"Use al menos seis caracteres","settings.password.title":"Cambie su contraseña","settings.save":"Actualizar","settings.saved":"Es oficial, su perfil se actualizó.","settings.title":"Configuraciones","sidebar.open":"Expandir","signup.activate":"Activar su cuenta","signup.inbox.desc":"Le enviaremos un correo electrónico, por favor ingrese al enlace para completar su registro","signup.inbox.title":"Revise su bandeja de entrada","signup.login":"¿Ya posee una cuenta? ¡Ingrese!","signup.register":"Registro","signup.register.question":"¿No tiene cuenta? ¡Regístrese!","signup.title":"Iniciar sesión","sorting.bar.button.label":"Mostrar:","sorting.bar.caption":"Título","sorting.bar.collection_id":"Conjunto de datos","sorting.bar.count":"Tamaño","sorting.bar.countries":"Países","sorting.bar.created_at":"Fecha de creación","sorting.bar.date":"Fecha","sorting.bar.dates":"Fechas","sorting.bar.direction":"Dirección:","sorting.bar.endDate":"End date","sorting.bar.label":"Título","sorting.bar.sort":"Ordenar por:","sorting.bar.updated_at":"Fecha de actualización","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Cargando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Borrar","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Crear","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menciones en {appName}","xref.compute":"Computar","xref.entity":"Referencia","xref.match":"Posible coincidencia","xref.match_collection":"Conjunto de datos","xref.recompute":"Recomputar","xref.score":"Puntuación","xref.sort.default":"Default","xref.sort.label":"Ordenar por:","xref.sort.random":"Random"},"fr":{"alert.manager.description":"Vous recevrez des notifications en cas d’ajout d’un nouveau résultat correspondant à l’une des alertes créées ci-dessous.","alerts.add_placeholder":"Créer une nouvelle alerte de suivi...","alerts.delete":"Retirer une alerte","alerts.heading":"Gérer vos alertes","alerts.no_alerts":"Vous ne suivez aucune recherche","alerts.save":"Actualiser","alerts.title":"Alertes de suivi","alerts.track":"Suivre","auth.bad_request":"Le serveur n’a pas accepté votre saisie","auth.server_error":"Erreur de serveur","auth.success":"Réussi","auth.unauthorized":"Pas autorisé","auth.unknown_error":"Une erreur inattendue s’est produite","case.choose.name":"Titre","case.choose.summary":"Résumé","case.chose.languages":"Langues","case.create.login":"Vous devez vous connecter pour envoyer vos propres données.","case.description":"Les enquêtes vous permettent d’envoyer et de partager des documents et des données qui portent sur une histoire spécifique. Vous pouvez envoyer des PDF, des fichiers d’e-mails ou des feuilles de calcul, sur lesquels la recherche et la navigation seront simplifiées.","case.label_placeholder":"Enquête sans nom","case.language_placeholder":"Choisir les langues","case.languages.helper":"Utilisé pour la reconnaissance optique de caractère pour les alphabets non latins","case.save":"Enregistrer","case.share.with":"Partager avec","case.summary":"Une brève description de l’enquête","case.title":"Créer une enquête","case.users":"Rechercher des utilisateurs","cases.create":"Nouvelle enquête","cases.empty":"Vous n’avez pas encore d’enquête.","cases.no_results":"Aucune enquête correspondant à votre demande n’a été trouvée.","cases.placeholder":"Rechercher des enquêtes...","cases.title":"Enquêtes","clipboard.copy.after":"Copié avec succès dans le presse-papier","clipboard.copy.before":"Copier dans le presse-papier","collection.addSchema.placeholder":"Ajouter un nouveau type d’entité","collection.analyze.alert.text":"Vous êtes sur le point de réindexer les entités dans {collectionLabel}. Cela peut être utile en cas d’incohérences dans la manière de présenter les données.","collection.analyze.cancel":"Annuler","collection.cancel.button":"Annuler","collection.countries":"Pays","collection.creator":"Directeur","collection.data_updated_at":"Contenu actualisé","collection.data_url":"URL des données","collection.delete.cancel":"Annuler","collection.delete.confirm":"Supprimer","collection.delete.question":"Voulez-vous vraiment supprimer {collectionLabel} et tous les éléments qui y figurent ?","collection.edit.access_title":"Contrôle d’accès","collection.edit.cancel_button":"Annuler","collection.edit.groups":"Groupes","collection.edit.info.analyze":"Retraiter","collection.edit.info.cancel":"Annuler","collection.edit.info.category":"Catégorie","collection.edit.info.countries":"Pays","collection.edit.info.creator":"Directeur","collection.edit.info.data_url":"URL de la source de données","collection.edit.info.delete":"Supprimer","collection.edit.info.foreign_id":"Identification extérieure","collection.edit.info.frequency":"Actualiser la fréquence","collection.edit.info.info_url":"URL des informations","collection.edit.info.label":"Étiquette","collection.edit.info.languages":"Langues","collection.edit.info.placeholder_country":"Sélectionner des pays","collection.edit.info.placeholder_data_url":"Lien vers les données brutes dans un format téléchargeable","collection.edit.info.placeholder_info_url":"Lien vers des informations supplémentaires","collection.edit.info.placeholder_label":"Une étiquette","collection.edit.info.placeholder_language":"Choisir les langues","collection.edit.info.placeholder_publisher":"Organisation ou personne qui publie ces données","collection.edit.info.placeholder_publisher_url":"Lien vers l’organisation/personne à l’origine de la publication","collection.edit.info.placeholder_summary":"Un bref résumé","collection.edit.info.publisher":"Organisation/personne à l’origine de la publication","collection.edit.info.publisher_url":"URL de l’organisation/personne à l’origine de la publication","collection.edit.info.restricted":"Cet ensemble de données est réservé et les personnes qui le consultent doivent en être averties.","collection.edit.info.save":"Enregistrer les changements","collection.edit.info.summary":"Résumé","collection.edit.permissions_warning":"Remarque : l’utilisateur doit déjà disposer d’un compte Aleph pour obtenir l’accès.","collection.edit.permissionstable.edit":"Modifier","collection.edit.permissionstable.view":"Voir","collection.edit.save_button":"Enregistrer les changements","collection.edit.save_success":"Vos changements ont été enregistrés.","collection.edit.title":"Paramètres","collection.edit.users":"Utilisateurs","collection.foreign_id":"Identification extérieure","collection.frequency":"Actualisations","collection.index.empty":"Aucun ensemble de données trouvé.","collection.index.filter.all":"Tout","collection.index.filter.mine":"Créés par moi","collection.index.no_results":"Aucun ensemble de données correspondant à votre demande n’a été trouvé.","collection.index.placeholder":"Rechercher les ensembles de données...","collection.index.title":"Ensembles de données","collection.info.access":"Partager","collection.info.browse":"Documents","collection.info.delete":"Supprimer l’ensemble de données","collection.info.delete_casefile":"Supprimer l’enquête","collection.info.diagrams":"Diagrammes de réseau","collection.info.diagrams_description":"Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.","collection.info.documents":"Documents","collection.info.edit":"Paramètres","collection.info.entities":"Entités","collection.info.lists":"Listes","collection.info.lists_description":"Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.","collection.info.mappings":"Cartographies d’entités","collection.info.mappings_description":"Les cartographies d’entités vous permettent de générer en une fois des entités structurées pour suivre l’argent (comme des personnes, des entreprises et les relations entre elles) à partir des lignes d’une feuille de calcul ou d’un document au format CSV","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph extrait automatiquement les termes qui ressemblent à des noms, des adresses, des numéros de téléphone et des adresses e-mail à partir des documents et des entités envoyés dans votre enquête. {br}{br} Cliquez sur un terme mentionné ci-dessous pour savoir où il apparaît dans votre enquête.","collection.info.overview":"Vue d’ensemble","collection.info.reindex":"Réindexer tout le contenu","collection.info.reingest":"Retraiter les documents","collection.info.search":"Rechercher","collection.info.source_documents":"Documents sources","collection.info.timelines":"Calendriers","collection.info.timelines_description":"Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.","collection.info.xref":"Références croisées","collection.info.xref_description":"Les références croisées vous permettent de rechercher dans le reste d’Aleph des entités similaires à celles qui figurent dans votre enquête.","collection.info_url":"URL des informations","collection.last_updated":"Dernière actualisation le {date}","collection.mappings.create":"Créer une nouvelle cartographie d’entités","collection.mappings.create_docs_link":"Pour plus d’informations, veuillez consulter la page {link}","collection.overview.empty":"Cet ensemble de données est vide.","collection.publisher":"Organisation/personne à l’origine de la publication","collection.reconcile":"Réconciliation","collection.reconcile.description":"Faites correspondre vos propres données avec les entités de cet ensemble à l’aide de l’outil gratuit {openrefine} en ajoutant un critère de réconciliation.","collection.reindex.cancel":"Annuler","collection.reindex.confirm":"Commencer l’indexation","collection.reindex.flush":"Vider l’index avant de réindexer","collection.reindex.processing":"Indexation commencée.","collection.reingest.confirm":"Commencer le traitement","collection.reingest.index":"Indexer les documents pendant leur traitement.","collection.reingest.processing":"Retraitement commencé.","collection.reingest.text":"Vous êtes sur le point de retraiter tous les documents dans {collectionLabel}. Cette opération peut durer un certain temps.","collection.statistics.showmore":"Afficher plus","collection.status.cancel_button":"Annuler le processus","collection.status.collection":"Ensemble de données","collection.status.finished_tasks":"Terminé","collection.status.jobs":"Travaux","collection.status.message":"Poursuivez votre navigation pendant le traitement des données.","collection.status.no_active":"Il n’y a aucune tâche en cours","collection.status.pending_tasks":"En attente","collection.status.progress":"Tâches","collection.status.title":"Actualisation en cours ({percent} %)","collection.team":"Accessible à","collection.updated_at":"Métadonnées actualisées","collection.xref.cancel":"Annuler","collection.xref.confirm":"Confirmer","collection.xref.empty":"Aucun résultat de références croisées.","collection.xref.processing":"Référencement croisé commencé.","collection.xref.text":"Vous allez maintenant rechercher les références croisées de {collectionLabel} avec toutes les autres sources. Veuillez lancer ce processus une fois puis attendre qu’il soit terminé.","collection.xref.title":"Références croisées","dashboard.activity":"Activité","dashboard.alerts":"Alertes","dashboard.cases":"Enquêtes","dashboard.diagrams":"Diagrammes de réseau","dashboard.exports":"Exports","dashboard.groups":"Groupes","dashboard.lists":"Listes","dashboard.notifications":"Notifications","dashboard.settings":"Paramètres","dashboard.status":"État du système","dashboard.subheading":"Consulter l’avancement des tâches d’analyse, d’envoi et de traitement des données en cours.","dashboard.timelines":"Calendriers","dashboard.title":"État du système","dashboard.workspace":"Espace de travail","dataset.search.placeholder":"Rechercher cet ensemble de données","diagram.create.button":"Nouveau diagramme","diagram.create.label_placeholder":"Diagramme sans nom","diagram.create.login":"Vous devez vous connecter pour créer un diagramme","diagram.create.success":"Votre diagramme a été créé avec succès.","diagram.create.summary_placeholder":"Une brève description du diagramme","diagram.create.title":"Créer un diagramme","diagram.embed.error":"Erreur dans la création du diagramme intégré","diagram.export.embed.description":"Générer une version interactive intégrable du diagramme qui pourra être utilisée dans un article. Le diagramme intégré ne contiendra pas les modifications postérieures ajoutées au diagramme.","diagram.export.error":"Erreur dans l’export du diagramme","diagram.export.ftm":"Exporter au format .ftm","diagram.export.ftm.description":"Télécharger le diagramme comme fichier de données qui peut être utilisé dans {link} ou tout autre site d’Aleph.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Intégrer comme iframe","diagram.export.svg":"Exporter au format SVG","diagram.export.svg.description":"Télécharger un graphique vectoriel contenant le diagramme.","diagram.export.title":"Options d’export","diagram.import.button":"Importer un diagramme","diagram.import.placeholder":"Faites glisser un fichier .ftm ou .vis ici ou cliquez pour importer un diagramme existant","diagram.import.title":"Importer un diagramme de réseau","diagram.render.error":"Erreur dans la représentation du diagramme","diagram.selector.create":"Créer un nouveau diagramme","diagram.selector.select_empty":"Pas de diagramme existant","diagram.update.label_placeholder":"Diagramme sans nom","diagram.update.success":"Votre diagramme a été actualisé avec succès.","diagram.update.summary_placeholder":"Une brève description du diagramme","diagram.update.title":"Paramètres du diagramme","diagrams":"Diagrammes","diagrams.description":"Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.","diagrams.no_diagrams":"Il n’y a pas de diagramme de réseau.","diagrams.title":"Diagrammes de réseau","document.download":"Télécharger","document.download.cancel":"Annuler","document.download.confirm":"Télécharger","document.download.dont_warn":"À l’avenir, ne plus me demander en cas de téléchargement de documents sources","document.download.tooltip":"Télécharger le document original","document.download.warning":"Vous êtes sur le point de télécharger un fichier source. {br}{br} Les fichiers sources peuvent contenir des virus et des codes qui avertissent leur auteur quand vous les ouvrez. {br}{br} Pour les données sensibles, nous recommandons d’ouvrir des fichiers sources uniquement depuis un ordinateur qui n’est jamais connecté à Internet.","document.folder.error":"Erreur pendant la création du dossier.","document.folder.new":"Nouveau dossier","document.folder.save":"Créer","document.folder.title":"Nouveau dossier","document.folder.untitled":"Nom du dossier","document.mapping.start":"Générer des entités","document.paging":"Page {pageInput} sur {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"Aucune page de ce document ne correspond à vos critères de recherche.","document.upload.button":"Envoyer","document.upload.cancel":"Annuler","document.upload.close":"Fermer","document.upload.errors":"Certains fichiers n’ont pas pu être transférés. Vous pouvez utiliser le bouton Réessayer pour relancer tous les envois qui ont échoué.","document.upload.files":"Choisir les fichiers à envoyer...","document.upload.folder":"Si vous souhaitez plutôt envoyer des dossiers, { button }.","document.upload.folder-toggle":"cliquez ici","document.upload.notice":"L’envoi est terminé. Le traitement des documents prendra quelque temps avant de pouvoir y réaliser des recherches.","document.upload.progress":"{done} sur {total} fichiers terminés, {errors} erreurs.","document.upload.rejected":"{fileName} ne comporte pas de type de fichier, alors il ne peut être envoyé.","document.upload.retry":"Réessayer","document.upload.save":"Envoyer","document.upload.summary":"{numberOfFiles, number} fichiers, {totalSize}","document.upload.title":"Envoyer des documents","document.upload.title_in_folder":"Envoyer des documents vers {folder}","document.viewer.ignored_file":"Le système ne fonctionne pas avec ces types de fichier. Veuillez le télécharger pour pouvoir le voir.","document.viewer.no_viewer":"Aucun aperçu n’est disponible pour ce document.","email.body.empty":"Aucun corps de message.","entity.delete.cancel":"Annuler","entity.delete.confirm":"Supprimer","entity.delete.error":"Une erreur est survenue en essayant de supprimer cette entité.","entity.delete.progress":"Suppression...","entity.delete.question.multiple":"Voulez-vous vraiment supprimer le/la/les {count, plural, one {item} other {items}} suivant(s) ?","entity.delete.success":"Suppression réussie","entity.document.manager.cannot_map":"Sélectionner un tableau pour générer des entités structurées","entity.document.manager.empty":"Aucun fichier ou répertoire.","entity.document.manager.emptyCanUpload":"Aucun fichier ou répertoire. Faites glisser des fichiers ici ou cliquez pour envoyer.","entity.document.manager.search_placeholder":"Rechercher des documents","entity.document.manager.search_placeholder_document":"Rechercher dans {label}","entity.info.attachments":"Pièces jointes","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Dernière consultation : {time}","entity.info.similar":"Similaire","entity.info.tags":"Mentions","entity.info.text":"Texte","entity.info.view":"Voir","entity.info.workbook_warning":"Cette feuille de calcul fait partie du classeur {link}","entity.manager.bulk_import.description.1":"Sélectionner un tableau ci-dessous à partir duquel importer de nouvelles entités de {schema}.","entity.manager.bulk_import.description.2":"Une fois la sélection effectuée, vous devrez attribuer des colonnes de ce tableau aux propriétés des entités générées.","entity.manager.bulk_import.description.3":"Vous ne voyez pas le tableau que vous cherchez ? {link}","entity.manager.bulk_import.link_text":"Télécharger un nouveau document contenant un tableau","entity.manager.bulk_import.no_results":"Aucun document correspondant trouvé","entity.manager.bulk_import.placeholder":"Sélectionner un document contenant un tableau","entity.manager.delete":"Supprimer","entity.manager.edge_create_success":"Lien réussi entre {source} et {target}","entity.manager.entity_set_add_success":"Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}","entity.manager.remove":"Retirer","entity.manager.search_empty":"Aucun résultat de {schema} correspondant trouvé","entity.manager.search_placeholder":"Rechercher des {schema}","entity.mapping.view":"Générer des entités","entity.properties.missing":"inconnu","entity.references.no_relationships":"Cette entité n’a aucune relation.","entity.references.no_results":"Aucun {schema} ne correspond à cette recherche.","entity.references.no_results_default":"Aucune entité ne correspond à cette recherche.","entity.references.search.placeholder":"Rechercher dans {schema}","entity.references.search.placeholder_default":"Rechercher des entités","entity.remove.confirm":"Retirer","entity.remove.error":"Une erreur est survenue en essayant de retirer cette entité.","entity.remove.progress":"Retrait en cours...","entity.remove.question.multiple":"Voulez-vous vraiment retirer le/la/les {count, plural, one {item} other {items}} suivant(s) ?","entity.remove.success":"Retrait réussi","entity.search.empty_title":"Ce dossier est vide.","entity.search.no_results_description":"Essayez d’élargir votre recherche","entity.search.no_results_title":"Aucun résultat de recherche","entity.similar.empty":"Il n’y a pas d’entité similaire.","entity.similar.entity":"Entité similaire","entity.similar.found_text":"{resultCount} {resultCount, plural, one {similar entity} other {similar entities}} trouvée(s) dans {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Erreur de sauvegarde","entity.status.in_progress":"Enregistrement en cours...","entity.status.success":"Enregistré","entity.tags.no_tags":"Aucun sélecteur n’a été extrait de cette entité.","entity.viewer.add_link":"Créer un lien","entity.viewer.add_to":"Ajouter à...","entity.viewer.bulk_import":"Importation groupée","entity.viewer.search_placeholder":"Rechercher dans {label}","entitySet.last_updated":"Actualisé le {date}","entityset.choose.name":"Titre","entityset.choose.summary":"Résumé","entityset.create.collection":"Enquête","entityset.create.collection.existing":"Sélectionner une enquête","entityset.create.collection.new":"Vous ne voyez pas l’enquête que vous cherchez ? {link}","entityset.create.collection.new_link":"Créer une nouvelle enquête","entityset.create.submit":"Créer","entityset.delete.cancel":"Annuler","entityset.delete.confirm":"Supprimer","entityset.delete.question":"Voulez-vous vraiment supprimer {label} ?","entityset.delete.success":"Suppression réussie de {title}","entityset.info.delete":"Supprimer","entityset.info.edit":"Paramètres","entityset.info.export":"Export","entityset.selector.placeholder":"Rechercher","entityset.selector.success":"Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}","entityset.selector.success_toast_button":"Voir","entityset.selector.title":"Ajouter {firstCaption} {titleSecondary} à...","entityset.selector.title_default":"Ajouter des entités à...","entityset.selector.title_other":"et {count} autre {count, plural, one {entity} other {entities}}","entityset.update.submit":"Enregistrer les changements","error.screen.not_found":"La page demandée n’a pas pu être trouvée.","export.dialog.text":"Lancer votre export. {br}{br} La création des exports peut prendre du temps. Vous recevrez un e-mail une fois les données prêtes. {br}{br} Merci de ne lancer l’export qu’une seule fois.","exports.dialog.cancel":"Annuler","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"Afficher l’avancement","exports.dialog.success":"Votre export a commencé.","exports.expiration":"Expiration","exports.manager.description":"Voici une liste de vos exports. Veillez à les télécharger avant leur expiration.","exports.name":"Nom","exports.no_exports":"Vous n’avez pas d’export à télécharger","exports.size":"Taille","exports.status":"État","exports.title":"Exports prêts au téléchargement","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Nom","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Ensemble de données","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Type d’entité","file_import.error":"Erreur d’import de fichier","footer.aleph":"Aleph {version}","group.page.description":"La liste ci-dessous montre tous les ensembles de données et toutes les enquêtes qui font partie de ce groupe.","group.page.search.description":"Si vous souhaitez rechercher des entités ou des documents spécifiques dans les ensembles de données auxquels ce groupe a accès, veuillez plutôt cliquer ici.","home.access_disabled":"Accès public temporairement désactivé","home.counts.countries":"Pays et territoires","home.counts.datasets":"Ensembles de données publics","home.counts.entities":"Entités publiques","home.placeholder":"Essayez de rechercher : {samples}","home.statistics.categories":"Catégories d’ensembles de données","home.statistics.countries":"Pays et territoires","home.statistics.schemata":"Types d’entité","home.stats.title":"Commencer à explorer des données publiques","home.title":"Trouver des registres publics et des fuites","hotkeys.judgement.different":"Décider que c’est différent","hotkeys.judgement.group_label":"Décisions d’entité","hotkeys.judgement.next":"Sélectionner le résultat suivant","hotkeys.judgement.previous":"Sélectionner le résultat précédent","hotkeys.judgement.same":"Décider que c’est identique","hotkeys.judgement.unsure":"Décider que les informations sont insuffisantes","hotkeys.search.different":"Aperçu du résultat précédent","hotkeys.search.group_label":"Rechercher l’aperçu","hotkeys.search.unsure":"Prévisualiser le résultat suivant","hotkeys.search_focus":"Rechercher","infoMode.collection_casefile":"Enquête","infoMode.collection_dataset":"Ensemble de données","infoMode.createdAt":"Créé à","infoMode.creator":"Créé par","infoMode.updatedAt":"Dernière actualisation","investigation.mentions.empty":"Il n’y a pas encore de mention dans cette enquête.","investigation.overview.guides":"En savoir plus","investigation.overview.guides.access":"Gérer les accès","investigation.overview.guides.diagrams":"Dessiner des diagrammes de réseau","investigation.overview.guides.documents":"Envoyer des documents","investigation.overview.guides.entities":"Créer et modifier des entités","investigation.overview.guides.mappings":"Générer des entités à partir d’une feuille de calcul","investigation.overview.guides.xref":"Référencement croisé de vos données","investigation.overview.notifications":"Activité récente","investigation.overview.shortcuts":"Liens rapides","investigation.overview.shortcuts_empty":"Commencer","investigation.search.placeholder":"Rechercher dans cette enquête","investigation.shortcut.diagram":"Dessiner un diagramme de réseau","investigation.shortcut.entities":"Créer de nouvelles entités","investigation.shortcut.entity_create_error":"Impossible de créer une entité","investigation.shortcut.entity_create_success":"Création réussie de {name}","investigation.shortcut.upload":"Envoyer des documents","investigation.shortcut.xref":"Comparer avec d’autres ensembles de données","judgement.disabled":"Vous devez disposer d’un accès en tant qu’éditeur pour pouvoir émettre des jugements.","judgement.negative":"Différent","judgement.positive":"Identique","judgement.unsure":"Informations insuffisantes","landing.shortcut.alert":"Créer une alerte de recherche","landing.shortcut.datasets":"Parcourir les ensembles de données","landing.shortcut.investigation":"Commencer une enquête","landing.shortcut.search":"Rechercher des entités","list.create.button":"Nouvelle liste","list.create.label_placeholder":"Liste sans nom","list.create.login":"Vous devez vous connecter pour créer une liste","list.create.success":"Votre liste a été créée avec succès.","list.create.summary_placeholder":"Une brève description de la liste","list.create.title":"Créer une liste","list.selector.create":"Créer une nouvelle liste","list.selector.select_empty":"Pas de liste existante","list.update.label_placeholder":"Liste sans nom","list.update.success":"Votre liste a été actualisée avec succès.","list.update.summary_placeholder":"Une brève description de la liste","list.update.title":"Paramètres de la liste","lists":"Listes","lists.description":"Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.","lists.no_lists":"Il n’y a aucune liste.","lists.title":"Listes","login.oauth":"Se connecter via OAuth","mapping.actions.create":"Générer des entités","mapping.actions.create.toast":"Génération d’entités...","mapping.actions.delete":"Supprimer","mapping.actions.delete.toast":"Supprimer les cartographies et toute entité générée...","mapping.actions.export":"Exporter les cartographies","mapping.actions.flush":"Retirer les entités générées","mapping.actions.flush.toast":"Retrait des entités générées...","mapping.actions.save":"Enregistrer les changements","mapping.actions.save.toast":"Nouvelle génération d’entités...","mapping.create.cancel":"Annuler","mapping.create.confirm":"Générer","mapping.create.question":"Êtes-vous vraiment prêt-e à générer des entités à partir de cette cartographie ?","mapping.delete.cancel":"Annuler","mapping.delete.confirm":"Supprimer","mapping.delete.question":"Voulez-vous vraiment supprimer cette cartographie et toutes les entités générées ?","mapping.docs.link":"Documentation sur la cartographie des entités d’Aleph","mapping.entityAssign.helpText":"Vous devez créer un objet de type « {range} » comme {property}","mapping.entityAssign.noResults":"Aucun objet correspondant disponible","mapping.entityAssign.placeholder":"Sélectionner un objet","mapping.entity_set_select":"Sélectionner une liste ou un diagramme","mapping.entityset.remove":"Retirer","mapping.error.keyMissing":"Erreur de clé : {id} l’entité doit avoir au moins une clé","mapping.error.relationshipMissing":"Erreur de relation : {id} il faut assigner une {source} et une {target} à l’entité","mapping.flush.cancel":"Annuler","mapping.flush.confirm":"Retirer","mapping.flush.question":"Voulez-vous vraiment retirer des entités générées à partir de cette cartographie ?","mapping.import.button":"Importer une cartographie existante","mapping.import.placeholder":"Faites glisser un fichier .yml ici ou cliquez pour importer un fichier de cartographie existant","mapping.import.querySelect":"Sélectionner une requête de cartographie à partir de ce fichier à importer :","mapping.import.submit":"Envoyer","mapping.import.success":"Votre cartographie a été importée avec succès.","mapping.import.title":"Importer une cartographie","mapping.info":"Suivez les étapes ci-dessous pour cartographier des éléments de cette enquête en entités structurées pour suivre l’argent. Pour plus d’informations, veuillez consulter la page {link}","mapping.info.link":"Documentation sur la cartographie des données d’Aleph","mapping.keyAssign.additionalHelpText":"Les meilleures clés sont les colonnes issues de vos données qui contiennent des numéros d’identifiant, des numéros de téléphone, des adresses e-mail ou toute autre information d’identification unique. En l’absence de colonne contenant des données uniques, sélectionnez plusieurs colonnes pour permettre à Aleph de générer correctement des entités uniques à partir de vos données.","mapping.keyAssign.additionalHelpToggle.less":"Moins","mapping.keyAssign.additionalHelpToggle.more":"Plus d’informations sur les clés","mapping.keyAssign.helpText":"Veuillez préciser les colonnes des données sources qui seront utilisées pour identifier des entités uniques.","mapping.keyAssign.noResults":"Aucun résultat","mapping.keyAssign.placeholder":"Sélectionnez les clés à partir des colonnes disponibles","mapping.keys":"Clés","mapping.propAssign.errorBlank":"Les colonnes sans entête ne peuvent pas être attribuées","mapping.propAssign.errorDuplicate":"Les colonnes aux entêtes identiques ne peuvent pas être attribuées","mapping.propAssign.literalButtonText":"Ajouter une valeur fixe","mapping.propAssign.literalPlaceholder":"Ajouter une valeur texte fixe","mapping.propAssign.other":"Autre","mapping.propAssign.placeholder":"Attribuer une propriété","mapping.propRemove":"Retirer cette propriété de la cartographie","mapping.props":"Propriétés","mapping.save.cancel":"Annuler","mapping.save.confirm":"Actualiser la cartographie et générer à nouveau","mapping.save.question":"L’actualisation de cette cartographie supprimera toute entité générée précédemment et les génèrera à nouveau. Voulez-vous vraiment continuer ?","mapping.section1.title":"1. Sélectionnez les types d’entité à générer","mapping.section2.title":"2. Associez les colonnes aux propriétés des entités","mapping.section3.title":"3. Vérifiez","mapping.section4.description":"Les entités générées seront ajoutées à {collection} par défaut. Si vous souhaitez également les ajouter à une liste ou un diagramme dans l’enquête, veuillez cliquer ci-dessous et sélectionner les options disponibles.","mapping.section4.title":"4. Sélectionnez une destination pour les entités générées (facultatif)","mapping.status.error":"Erreur :","mapping.status.status":"État :","mapping.status.updated":"Dernière actualisation :","mapping.title":"Générer des entités structurées","mapping.types.objects":"Objets","mapping.types.relationships":"Relations","mapping.warning.empty":"Vous devez créer au moins une entité","mappings.no_mappings":"Vous n’avez pas encore généré de cartographie","nav.alerts":"Alertes","nav.cases":"Enquêtes","nav.collections":"Ensembles de données","nav.diagrams":"Diagrammes de réseau","nav.exports":"Exports","nav.lists":"Listes","nav.menu.cases":"Enquêtes","nav.settings":"Paramètres","nav.signin":"Connexion","nav.signout":"Déconnexion","nav.status":"État du système","nav.timelines":"Calendriers","nav.view_notifications":"Notifications","navbar.alert_add":"Cliquez pour recevoir des alertes sur les nouveaux résultats pour cette recherche.","navbar.alert_remove":"Vous recevez des alertes à propos de cette recherche.","notification.description":"Consultez les dernières actualisations des ensembles de données, enquêtes, groupes et alertes de suivi que vous surveillez.","notifications.greeting":"Quoi de neuf, {role} ?","notifications.no_notifications":"Vous n’avez aucune nouvelle notification","notifications.title":"Notifications récentes","notifications.type_filter.all":"Tout","pages.not.found":"Page non trouvée","pass.auth.not_same":"Vos mots de passe sont différents !","password_auth.activate":"Activer","password_auth.confirm":"Confirmer le mot de passe","password_auth.email":"Adresse e-mail","password_auth.name":"Votre nom","password_auth.password":"Mot de passe","password_auth.signin":"Connexion","password_auth.signup":"Inscription","profile.callout.details":"Ce profil rassemble les attributs et les relations de {count} entités à travers différents ensembles de données.","profile.callout.intro":"Vous voyez {entity} sous forme de profil.","profile.callout.link":"Consultez l’entité originale","profile.delete.warning":"(La suppression de ce profil ne supprimera pas les entités ou les décisions d’entité qu’il contient)","profile.hint":"{entity} a été associée à des entités d’autres ensembles de données dans un profil","profile.info.header":"Profil","profile.info.items":"Décisions d’entité","profile.info.similar":"Suggestion","profile.items.entity":"Entités associées","profile.items.explanation":"Prenez les décisions ci-dessous pour déterminer quelles entités sources doivent être ajoutées ou exclues de ce profil.","profile.similar.no_results":"Aucun ajout suggéré trouvé pour ce profil.","profileinfo.api_desc":"Utilisez la clé d’API pour lire et inscrire des données à partir d’applications à distance.","queryFilters.clearAll":"Effacer tout","queryFilters.showHidden":"Afficher {count} filtres supplémentaires...","refresh.callout_message":"Les documents sont en cours de traitement. Veuillez patienter...","restricted.explain":"L’utilisation de cet ensemble de données est limitée. Veuillez lire la description et contacter {creator} avant d’utiliser ce contenu.","restricted.explain.creator":"le propriétaire de l’ensemble de données","restricted.tag":"LIMITÉ","result.error":"Erreur","result.more_results":"Plus de {total} résultats","result.none":"Aucun résultat trouvé","result.results":"{count} résultats trouvés","result.searching":"Recherche...","result.solo":"Un résultat trouvé","role.select.user":"Choisir un utilisateur","schemaSelect.button.relationship":"Ajouter une nouvelle relation","schemaSelect.button.thing":"Ajouter un nouvel objet","screen.load_more":"Charger plus","search.advanced.all.helptext":"Seuls les résultats contenant tous les termes saisis apparaîtront","search.advanced.all.label":"Tous ces mots (par défaut)","search.advanced.any.helptext":"Les résultats contenant au moins un des termes saisis apparaîtront","search.advanced.any.label":"Au moins un de ces mots","search.advanced.clear":"Effacer tout","search.advanced.exact.helptext":"Seuls les résultats contenant le mot ou l’expression exacts apparaîtront","search.advanced.exact.label":"Ce mot/cette expression exact-e","search.advanced.none.helptext":"Exclure les résultats contenant ces mots","search.advanced.none.label":"Aucun de ces mots","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Rechercher deux termes situés à une certaine distance l’un de l’autre. Par exemple, recherchez les termes « Banque » et « Paris » à une distance de deux mots l’un de l’autre pour trouver des résultats comme « Banque Nationale de Paris », « Banque à Paris », voire « Paris a une Banque ».","search.advanced.proximity.label":"Termes à proximité les uns des autres","search.advanced.proximity.term":"Premier terme","search.advanced.proximity.term2":"Deuxième terme","search.advanced.submit":"Rechercher","search.advanced.title":"Recherche avancée","search.advanced.variants.distance":"Lettres différentes","search.advanced.variants.helptext":"Augmenter l’imprécision d’une recherche. Par exemple, Wladimir~2 donnera non seulement comme résultat « Wladimir », mais aussi des orthographes proches comme « Wladimyr » ou « Vladimyr ». Une variation orthographique est définie en fonction du nombre de fautes d’orthographe qu’il faut faire pour que la variation retrouve le mot original.","search.advanced.variants.label":"Variations orthographiques","search.advanced.variants.term":"Terme","search.callout_message":"Certaines sources sont masquées aux utilisateurs anonymes. Cliquez sur {signInButton} pour voir tous les résultats auxquels vous avez l’autorisation d’accéder.","search.callout_message.button_text":"Connexion","search.columns.configure":"Configurer les colonnes","search.columns.configure_placeholder":"Rechercher une colonne...","search.config.groups":"Groupes de propriétés","search.config.properties":"Propriétés","search.config.reset":"Rétablir les valeurs par défaut","search.facets.clearDates":"Effacer","search.facets.configure":"Configurer les filtres","search.facets.configure_placeholder":"Rechercher un filtre...","search.facets.filtersSelected":"{count} sélectionnés","search.facets.hide":"Masquer les filtres","search.facets.no_items":"Pas d’option","search.facets.show":"Afficher les filtres","search.facets.showMore":"Afficher plus...","search.filterTag.ancestors":"dans :","search.filterTag.dates_after":"Après","search.filterTag.dates_before":"Avant","search.filterTag.exclude":"non :","search.filterTag.role":"Filtrer par accès","search.loading":"Chargement...","search.no_results_description":"Essayez d’élargir votre recherche","search.no_results_title":"Aucun résultat de recherche","search.placeholder":"Rechercher des entreprises, des personnes et des documents","search.placeholder_default":"Rechercher...","search.placeholder_label":"Rechercher dans {label}","search.screen.dates.show-all":"* Afficher toutes les options de filtre de date. { button } pour afficher uniquement les dates récentes","search.screen.dates.show-hidden":"* affiche uniquement les options de filtre de date de {start} à aujourd’hui. { button } pour voir les dates en dehors de cette fourchette.","search.screen.dates.show-hidden.click":"Cliquez ici","search.screen.dates_label":"résultats","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Impossible d’exporter plus de 10 000 résultats à la fois","search.screen.export_disabled_empty":"Pas de résultat à exporter.","search.screen.export_helptext":"Résultats d’export","search.title":"Rechercher : {title}","search.title_emptyq":"Rechercher","settings.api_key":"Clé d’accès secrète API","settings.confirm":"(confirmer)","settings.current_explain":"Saisissez votre mot de passe actuel pour en définir un nouveau.","settings.current_password":"Mot de passe actuel","settings.email":"Adresse e-mail","settings.email.muted":"Recevoir des notifications quotidiennes par e-mail","settings.email.no_change":"Vous ne pouvez pas changer votre adresse e-mail","settings.email.tester":"Tester de nouvelles fonctionnalités avant leur finalisation","settings.locale":"Langue","settings.name":"Nom","settings.new_password":"Nouveau mot de passe","settings.password.missmatch":"Les mots de passe ne sont pas identiques","settings.password.rules":"Veuillez utiliser au moins six caractères","settings.password.title":"Modifier le mot de passe","settings.save":"Actualiser","settings.saved":"C’est officiel : votre profil a été actualisé.","settings.title":"Paramètres","sidebar.open":"Agrandir","signup.activate":"Activez votre compte","signup.inbox.desc":"Nous vous avons envoyé un e-mail, veuillez cliquer sur le lien pour terminer votre enregistrement","signup.inbox.title":"Consultez votre boîte de réception","signup.login":"Vous avez déjà un compte ? Connectez-vous !","signup.register":"Enregistrement","signup.register.question":"Vous n’avez pas de compte ? Enregistrez-vous !","signup.title":"Connexion","sorting.bar.button.label":"Afficher :","sorting.bar.caption":"Titre","sorting.bar.collection_id":"Ensemble de données","sorting.bar.count":"Taille","sorting.bar.countries":"Pays","sorting.bar.created_at":"Date de création","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Adresse :","sorting.bar.endDate":"Date de fin","sorting.bar.label":"Titre","sorting.bar.sort":"Trier par :","sorting.bar.updated_at":"Actualiser la date","sources.index.empty":"Ce groupe n’est lié à aucun ensemble de données ni aucune enquête.","sources.index.placeholder":"Rechercher un ensemble de données ou une enquête appartenant à {group}...","status.no_collection":"Autres tâches","tags.results":"Décompte des mentions","tags.title":"Terme","text.loading":"Chargement...","timeline.add_new":"Créer un nouvel élément","timeline.button.collapse":"Afficher la vue contractée","timeline.button.show_full":"Afficher la vue détaillée","timeline.create.button":"Nouveau calendrier","timeline.create.cancel":"Supprimer","timeline.create.label_placeholder":"Calendrier sans nom","timeline.create.login":"Vous devez vous connecter pour créer un calendrier","timeline.create.submit":"Créer","timeline.create.success":"Votre calendrier a été créé avec succès.","timeline.create.summary_placeholder":"Une brève description du calendrier","timeline.create.title":"Créer un calendrier","timeline.dates.button_text":"Ajouter une date de fin","timeline.empty":"Ce calendrier est vide","timeline.empty_histogram":"Aucune date trouvée","timeline.item.date":"{start}à{end}","timeline.item.delete":"Supprimer de {collection}","timeline.item.link_copy":"Copier le lien vers cet élément","timeline.item.link_copy_success":"Lien copié avec succès dans le presse-papier.","timeline.item.remove":"Retirer du calendrier","timeline.items_label":"éléments","timeline.no_results":"Aucun élément correspondant à votre demande trouvé","timeline.result_text":"{count} éléments de calendrier","timeline.result_text_query":"{count} éléments affichés (sur un total de {total})","timeline.schema_select.label":"type","timeline.selector.create":"Créer un nouveau calendrier","timeline.selector.select_empty":"Pas de calendrier existant","timeline.update.label_placeholder":"Calendrier sans nom","timeline.update.success":"Votre calendrier a été actualisé avec succès.","timeline.update.summary_placeholder":"Une brève description du calendrier","timeline.update.title":"Paramètres de calendrier","timelines":"Calendriers","timelines.description":"Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.","timelines.no_timelines":"Il n’y a pas de calendrier","timelines.title":"Calendriers","valuelink.tooltip":"{count} mentions dans {appName}","xref.compute":"Calculer","xref.entity":"Référence","xref.match":"Correspondance possible","xref.match_collection":"Ensemble de données","xref.recompute":"Recalculer","xref.score":"Score","xref.sort.default":"Par défaut","xref.sort.label":"Trier par :","xref.sort.random":"Aléatoire"},"nb":{"alert.manager.description":"Du vil motta varsler når det dukker opp et nytt søkeresultat som matcher et av de lagrede søkene du har satt opp.","alerts.add_placeholder":"Opprett et nytt lagret søk","alerts.delete":"Fjern varsel","alerts.heading":"Rediger dine lagrede søk","alerts.no_alerts":"Du har ingen lagrede søk","alerts.save":"Oppdater","alerts.title":"Lagrede søk","alerts.track":"Track","auth.bad_request":"Serveren aksepterte ikke det du skrev inn","auth.server_error":"Server-feil","auth.success":"Vellykket","auth.unauthorized":"Ingen tilgang","auth.unknown_error":"En ukjent feil har oppstått","case.choose.name":"Tittel","case.choose.summary":"Sammendrag","case.chose.languages":"Språk","case.create.login":"Du må logge inn for å laste opp egne data","case.description":"Ved å opprette en gransking kan du laste opp og dele dokumenter og data som hører til et prosjekt du jobber med. Du kan laste opp PDFer, e-postarkiver og regneark, og de blir gjort tilgjengelige for raskt søk og oversikt.","case.label_placeholder":"Gransking uten navn","case.language_placeholder":"Velg språk","case.languages.helper":"Brukt for optisk tegngjenkjenning i ikke-latinske alfabeter.","case.save":"Lagre","case.share.with":"Del med","case.summary":"En kort beskrivelse av granskingen","case.title":"Opprett en ny gransking","case.users":"Søk etter brukere","cases.create":"Ny gransking","cases.empty":"Du har ikke opprettet noen granskinger ennå","cases.no_results":"Fant ingen granskinger som passer med ditt søk","cases.placeholder":"Søk etter gransking...","cases.title":"Granskinger","clipboard.copy.after":"Kopiert til utklippstavlen","clipboard.copy.before":"Kopiér til utklippstavlen","collection.addSchema.placeholder":"Legg til ny entitets-type","collection.analyze.alert.text":"Du er i ferd med å re-indeksere entitetene i {collectionLabel}. Dette kan være nyttig hvis det er uregelmessigheter i hvordan dataene blir presentert.","collection.analyze.cancel":"Avbryt","collection.cancel.button":"Avbryt","collection.countries":"Land","collection.creator":"Ansvarlig","collection.data_updated_at":"Innhold oppdatert","collection.data_url":"Data URL","collection.delete.cancel":"Avbryt","collection.delete.confirm":"Slett","collection.delete.question":"Er du sikker på at du vil slette {collectionLabel} og alle enhetene?","collection.edit.access_title":"Tilgangskontroll","collection.edit.cancel_button":"Avbryt","collection.edit.groups":"Grupper","collection.edit.info.analyze":"Re-prosesser","collection.edit.info.cancel":"Avbryt","collection.edit.info.category":"Kategori","collection.edit.info.countries":"Land","collection.edit.info.creator":"Ansvarlig","collection.edit.info.data_url":"Data-kilde URL","collection.edit.info.delete":"Slett","collection.edit.info.foreign_id":"Ekstern ID","collection.edit.info.frequency":"Oppdateringsfrekvens","collection.edit.info.info_url":"Informasjons-URL","collection.edit.info.label":"Merkelapp","collection.edit.info.languages":"Språk","collection.edit.info.placeholder_country":"Velg land","collection.edit.info.placeholder_data_url":"Lenke til nedlastbare rådata","collection.edit.info.placeholder_info_url":"Lenke til ytterligere informasjon","collection.edit.info.placeholder_label":"En merkelapp","collection.edit.info.placeholder_language":"Velg språk","collection.edit.info.placeholder_publisher":"Organisasjon eller person som publiserere disse datene","collection.edit.info.placeholder_publisher_url":"Lenke til publiserings-kilden","collection.edit.info.placeholder_summary":"Et kort sammendrag","collection.edit.info.publisher":"Publisert av","collection.edit.info.publisher_url":"URL til publiserings-kilden","collection.edit.info.restricted":"Dette datasettet er begrenset/sensitivt og brukere bør få opp en advarsel.","collection.edit.info.save":"Lagre endringer","collection.edit.info.summary":"Sammendrag","collection.edit.permissions_warning":"NB: Brukeren må ha en Aleph-bruker for å kunne få tilgang.","collection.edit.permissionstable.edit":"Rediger","collection.edit.permissionstable.view":"Vis","collection.edit.save_button":"Lagre endringer","collection.edit.save_success":"Dine endringer er lagret.","collection.edit.title":"Innstillinger","collection.edit.users":"Brukere","collection.foreign_id":"Ekstern ID","collection.frequency":"Oppdateringer","collection.index.empty":"Fant ingen datasett.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Opprettet av meg","collection.index.no_results":"Fant ingen datasett som passer til ditt søk.","collection.index.placeholder":"Søk etter datasett...","collection.index.title":"Datasett","collection.info.access":"Del","collection.info.browse":"Dokumenter","collection.info.delete":"Slett datasett","collection.info.delete_casefile":"Slett gransking","collection.info.diagrams":"Nettverksdiagram","collection.info.diagrams_description":"Nettverksdiagram lar deg visualisere komplekse relasjoner i en gransking.","collection.info.documents":"Dokumenter","collection.info.edit":"Innstillinger","collection.info.entities":"Entiteter","collection.info.lists":"Lister","collection.info.lists_description":"Lister lar deg organisere og gruppere relaterte entiteter av interesse.","collection.info.mappings":"Kobling av entiteter","collection.info.mappings_description":"Entitetskobling lar deg generere strukturerte data som følger Follow The Money-modellen (slik som personer, selskaper og relasjonene mellom dem). Du kan importere entitetene fra rader i et regneark eller en CSV-fil.","collection.info.mentions":"Henvisninger","collection.info.mentions_description":"Aleph finner automatisk navn, adresser, telefonnummer og e-postadresser som er nevnt i de opplastede dokumentene og entitetene i din gransking. {br}{br} Klikk på et av ordene som er funnet i listen under for å se hvor i dokumentene dine det finnes.","collection.info.overview":"Oversikt","collection.info.reindex":"Re-indekser alt innhold","collection.info.reingest":"Last inn dokumenter på nytt","collection.info.search":"Søk","collection.info.source_documents":"Kildedokumenter","collection.info.timelines":"Tidslinjer","collection.info.timelines_description":"Tidslinjer er en måte å organisere hendelser på kronologisk.","collection.info.xref":"Finn kryssreferanser","collection.info.xref_description":"Finne kryssreferanser lar deg søke i resten av Aleph etter entiteter som likner på de som er i din gransking.","collection.info_url":"Informasjons-URL","collection.last_updated":"Sist oppdatert {date}","collection.mappings.create":"Lag en ny entitetskobling","collection.mappings.create_docs_link":"For mer informasjon, klikk på lenken {link}","collection.overview.empty":"Dette datasettet er tomt.","collection.publisher":"Publisert av","collection.reconcile":"Sammenstilling av data","collection.reconcile.description":"Sammenstill dine egne data med entitetene i denne samlingen ved bruk av {openrefine}-verktøyet og ved å legge til sammenstillings-endepunktet.","collection.reindex.cancel":"Avbryt","collection.reindex.confirm":"Start indeksering","collection.reindex.flush":"Tøm indeks før re-indeksering","collection.reindex.processing":"Indeksering startet.","collection.reingest.confirm":"Start prosessering","collection.reingest.index":"Indekser dokumenter etter hvert som de blir prosessert.","collection.reingest.processing":"Innlasting har startet på nytt","collection.reingest.text":"Du er i ferd med å re-prosessere alle dokumentene i {collectionLabel}. Dette kan ta litt tid.","collection.statistics.showmore":"Vis mer","collection.status.cancel_button":"Avbryt prosesssen","collection.status.collection":"Datasett","collection.status.finished_tasks":"Ferdig","collection.status.jobs":"Jobber","collection.status.message":"Ta deg en trall mens dataene dine blir behandlet.","collection.status.no_active":"Det er ingen pågående oppgaver","collection.status.pending_tasks":"På vent","collection.status.progress":"Oppgaver","collection.status.title":"Oppdatering pågår ({percent}%)","collection.team":"Tilgjengelig for","collection.updated_at":"Metadata oppdatert","collection.xref.cancel":"Avbryt","collection.xref.confirm":"Bekreft","collection.xref.empty":"Det er ingen kryssreferanse-resultater.","collection.xref.processing":"Har startet å lete etter kryssreferanser.","collection.xref.text":"Du vil nå lete etter kryssreferanser mellom {collectionLabel} og andre kilder. Start denne prosessen én gang og vent til den er ferdig.","collection.xref.title":"Finn kryssreferanser","dashboard.activity":"Aktivitet","dashboard.alerts":"Lagrede søk","dashboard.cases":"Granskinger","dashboard.diagrams":"Nettverksdiagram","dashboard.exports":"Eksporter","dashboard.groups":"Grupper","dashboard.lists":"Lists","dashboard.notifications":"Varsler","dashboard.settings":"Innstillinger","dashboard.status":"System status","dashboard.subheading":"Sjekk fremdriften i pågående dataanalyser, opplastinger eller prosseseringsoppgaver.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Arbeidsområde","dataset.search.placeholder":"Søk i dette datasettet","diagram.create.button":"Nytt diagram","diagram.create.label_placeholder":"Diagram uten navn","diagram.create.login":"Du må logge inn for å opprette et diagram","diagram.create.success":"Ditt diagram har blitt opprettet","diagram.create.summary_placeholder":"En kort beskrivelse av diagrammet","diagram.create.title":"Opprett et diagram","diagram.embed.error":"En feil oppsto ved generering av embed-kode for diagrammet.","diagram.export.embed.description":"Generer en interaktiv versjon av diagrammet som kan bygges inn i en artikkel. Denne versjonen vil ikke bli oppdater med eventuelle endringer du gjør i diagrammet i fremtiden.","diagram.export.error":"En feil oppsto ved eksport av diagrammet","diagram.export.ftm":"Eksporter som .ftm","diagram.export.ftm.description":"Last ned diagrammet som en datafil som kan bli brukt i {link} eller en annen Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Eksporter som SVG","diagram.export.svg.description":"Last ned en vektorgrafikk med innholdet fra diagrammet.","diagram.export.title":"Eksport-alternativer","diagram.import.button":"Importer diagram","diagram.import.placeholder":"Slipp en .ftm- eller .vis- fil her eller klikk for å importere et eksisterende diagram.","diagram.import.title":"Importer et nettverksdiagram","diagram.render.error":"Feil ved uttegning av diagrammet","diagram.selector.create":"Opprett et diagram","diagram.selector.select_empty":"Det finnes ikke noe eksisterende diagram","diagram.update.label_placeholder":"Diagram uten navn","diagram.update.success":"Ditt diagram er oppdatert.","diagram.update.summary_placeholder":"En kort beskrivelse av diagrammet","diagram.update.title":"Diagram-innstillinger","diagrams":"Diagrammer","diagrams.description":"Nettverksdiagram lar deg visualisere komplekse relasjoner i en gransking.","diagrams.no_diagrams":"Det finnes ingen nettverksdiagrammer.","diagrams.title":"Nettverksdiagrammer","document.download":"Last ned","document.download.cancel":"Avbryt","document.download.confirm":"Last ned","document.download.dont_warn":"Ikke advar meg om nedlasting av kildedokumenter i fremtiden","document.download.tooltip":"Last ned originaldokumentet","document.download.warning":"Du er i ferd med å last ned et originaldokument. {br}{br} Originaldokumenter kan inneholde virus og kode som varsler de som har laget det om at du har åpnet det. {br}{br} Dersom det er snakk om sensitive data anbefaler vi at du åpner dokumentene på en pc som ikke er eller har vært koblet til internett. ","document.folder.error":"Det oppsto en feil ved opprettelse av mappen.","document.folder.new":"Ny mappe","document.folder.save":"Opprett","document.folder.title":"Ny mappe","document.folder.untitled":"Mappe-navn","document.mapping.start":"Generer entiteter","document.paging":"Side {pageInput} av {numberOfPages}","document.pdf.search.page":"Side {page}","document.search.no_match":"Det er ingen enkeltside i dette dokumentet der det er treff på alle søkeuttrykkene.","document.upload.button":"Last opp","document.upload.cancel":"Avbryt","document.upload.close":"Lukk","document.upload.errors":"Noen filer kunne ikke overføres. Du kan bruke Prøv på nytt-knappen for å starte alle opplastinger som feilet på nytt.","document.upload.files":"Velg filer du vil laste opp...","document.upload.folder":"Hvis du vil laste opp mapper i stedet { button }.","document.upload.folder-toggle":"klikk her","document.upload.notice":"Opplastingen er ferdig. Det tar en liten stund før dokumentene er behandlet og er søkbare. ","document.upload.progress":"{done} av {total} filer ferdig, {errors} feil.","document.upload.rejected":"{fileName} mangler filtype, så den kan ikke lastes opp.","document.upload.retry":"Prøv på nytt","document.upload.save":"Last opp","document.upload.summary":"{numberOfFiles, number} filer, {totalSize}","document.upload.title":"Last opp dokumenter","document.upload.title_in_folder":"Last opp dokumenter til {folder}","document.viewer.ignored_file":"Systemet virker ikke med denne typen filer. Last ned filen for å se den.","document.viewer.no_viewer":"Forhåndsvisning er ikke tilgjengelig for dette dokumentet","email.body.empty":"Ikke noe innhold i meldingen","entity.delete.cancel":"Avbryt","entity.delete.confirm":"Slett","entity.delete.error":"En feil oppsto ved sletting av denne entiteten","entity.delete.progress":"Sletter...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Slettingen var vellykket","entity.document.manager.cannot_map":"Velg en tabell for å opprette strukturerte entiteter","entity.document.manager.empty":"Ingen filer eller mapper","entity.document.manager.emptyCanUpload":"Ingen filer eller mapper. Slipp filer her eller klikk for å laste opp.","entity.document.manager.search_placeholder":"Søk etter dokumenter","entity.document.manager.search_placeholder_document":"Søk i {label}","entity.info.attachments":"Vedlegg","entity.info.documents":"Dokumenter","entity.info.info":"Informasjon","entity.info.last_view":"Sist vist {time}","entity.info.similar":"Liknende","entity.info.tags":"Henvisninger","entity.info.text":"Tekst","entity.info.view":"Vis","entity.info.workbook_warning":"Dette arket er del av arbeidsboken {link}","entity.manager.bulk_import.description.1":"Velg en tabell under som du vil importere nye {schema}-entiteter fra.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Ser du ikke tabellen du leter etter? {link}","entity.manager.bulk_import.link_text":"Last opp et nytt tabell-dokument.","entity.manager.bulk_import.no_results":"Fant ingen dokumenter som samsvarte med søket.","entity.manager.bulk_import.placeholder":"Velg et tabell-dokument","entity.manager.delete":"Slett","entity.manager.edge_create_success":"Opprettelsen av koblingen mellom {source} og {target} var vellykket.","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Fjern","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generer entiteter","entity.properties.missing":"ukjent","entity.references.no_relationships":"Denne entiteten har ikke noen relasjoner","entity.references.no_results":"Det er ingen {schema} som passer til ditt søk","entity.references.no_results_default":"Det er ingen entiteter som passer til søket","entity.references.search.placeholder":"Søk etter {schema}","entity.references.search.placeholder_default":"Søk etter entiteter","entity.remove.confirm":"Fjern","entity.remove.error":"En feil oppsto ved fjerning av denne entiteten","entity.remove.progress":"Fjerner...","entity.remove.question.multiple":"Er du sikker på at du vil fjerne følgende {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Søk i {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Tittel","entityset.choose.summary":"Sammendrag","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Opprett","entityset.delete.cancel":"Avbryt","entityset.delete.confirm":"Slett","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Slett","entityset.info.edit":"Innstillinger","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Vis","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Lagre endringer","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Avbryt","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Datasett","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Søk","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Datasett","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Last opp dokumenter","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Søk etter entiteter","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lister lar deg organisere og gruppere relaterte entiteter av interesse.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generer entiteter","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Slett","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Lagre endringer","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Avbryt","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Avbryt","mapping.delete.confirm":"Slett","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Fjern","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Avbryt","mapping.flush.confirm":"Fjern","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Avbryt","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Lagrede søk","nav.cases":"Granskinger","nav.collections":"Datasett","nav.diagrams":"Nettverksdiagrammer","nav.exports":"Eksporter","nav.lists":"Lists","nav.menu.cases":"Granskinger","nav.settings":"Innstillinger","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Tidslinjer","nav.view_notifications":"Varsler","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"Alle","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Søk","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Søk i {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Søk","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Oppdater","settings.saved":"It's official, your profile is updated.","settings.title":"Innstillinger","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Tittel","sorting.bar.collection_id":"Datasett","sorting.bar.count":"Size","sorting.bar.countries":"Land","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Tittel","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Slett","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Opprett","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Tidslinjer","timelines.description":"Tidslinjer er en måte å organisere hendelser på kronologisk.","timelines.no_timelines":"There are no timelines.","timelines.title":"Tidslinjer","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Datasett","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"pt_BR":{"alert.manager.description":"Você receberá notificações quando um novo resultado for gerado para qualquer uma das pesquisas utilizadas para criar os alertas abaixo.","alerts.add_placeholder":"Criar novo alerta de monitoramento...","alerts.delete":"Remove alert","alerts.heading":"Gerencie seus alertas","alerts.no_alerts":"Você não está monitorando nenhuma pesquisa","alerts.save":"Atualizar","alerts.title":"Monitorando alertas","alerts.track":"Monitorar","auth.bad_request":"O Servidor não aceitou sua entrada","auth.server_error":"Erro no servidor","auth.success":"Sucesso","auth.unauthorized":"Acesso negado","auth.unknown_error":"Um erro inesperado ocorreu","case.choose.name":"Título","case.choose.summary":"Resumo","case.chose.languages":"Línguas","case.create.login":"Você deve fazer login para enviar seus próprios dados.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Usado para reconhecimento óptico de texto em alfabetos não latinos.","case.save":"Salvar","case.share.with":"Compartilhar com","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pesquisar usuários","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar para a área de transferência","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Gerenciador","collection.data_updated_at":"Content updated","collection.data_url":"URL do dado","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Excluir","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Controle de acesso","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocessar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoria","collection.edit.info.countries":"Países","collection.edit.info.creator":"Gerenciador","collection.edit.info.data_url":"URL da fonte do dado","collection.edit.info.delete":"Excluir","collection.edit.info.foreign_id":"ID externo","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"URL de informação","collection.edit.info.label":"Nome","collection.edit.info.languages":"Línguas","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link para o dado original e disponível pra download","collection.edit.info.placeholder_info_url":"Link para informações adicionais","collection.edit.info.placeholder_label":"Um nome","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organização ou pessoa publicando esses dados","collection.edit.info.placeholder_publisher_url":"Link para o publicador","collection.edit.info.placeholder_summary":"Breve resumo","collection.edit.info.publisher":"Publicador","collection.edit.info.publisher_url":"URL do publicador","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Salvar alterações","collection.edit.info.summary":"Resumo","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Visualizar","collection.edit.save_button":"Salvar alterações","collection.edit.save_success":"Suas alterações foram gravadas.","collection.edit.title":"Configurações","collection.edit.users":"Usuários","collection.foreign_id":"ID externo","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todas","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Pesquisar conjuntos de dados...","collection.index.title":"Conjuntos de dados","collection.info.access":"Compartilhar","collection.info.browse":"Documentos","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documentos","collection.info.edit":"Configurações","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Menções","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Pesquisar","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Referência Cruzada","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de informação","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publicador","collection.reconcile":"Reconciliação","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancelar processo","collection.status.collection":"Conjunto de dado","collection.status.finished_tasks":"Finalizado","collection.status.jobs":"Jobs","collection.status.message":"Aguarde enquanto os dados são processados.","collection.status.no_active":"Nãp há tarefas em andamento","collection.status.pending_tasks":"Pendente","collection.status.progress":"Tarefas","collection.status.title":"Atualização em progresso ({percent}%)","collection.team":"Acessível por","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirm","collection.xref.empty":"Nenhum resultado na análise de referenciamento cruzado.","collection.xref.processing":"Cruzamento de dados iniciado.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Referência Cruzada","dashboard.activity":"Ações","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificações","dashboard.settings":"Configurações","dashboard.status":"Status do sistema","dashboard.subheading":"Verifique o progresso das análises de dados, upload e tarefas de processamento em andamento.","dashboard.timelines":"Timelines","dashboard.title":"Status do Sistema","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancelar","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download do arquivo original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Ocorreu um erro ao criar a pasta.","document.folder.new":"Nova pasta","document.folder.save":"Criar","document.folder.title":"Nova pasta","document.folder.untitled":"Título da pasta","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Nenhuma página desse documento atende aos termos buscados.","document.upload.button":"Enviar","document.upload.cancel":"Cancelar","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Escolha os arquivos pra upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Enviar","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Enviar documentos","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"O sistema não trabalha com esses tipos de arquivos. Por favor, faça o download do arquivo para que possa visualizá-lo,.","document.viewer.no_viewer":"Não há pré-visualização disponível para esse documento","email.body.empty":"Sem corpo da mensagem.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Excluir","entity.delete.error":"Um erro ocorreu ao tentar excluir essa entidade.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"Nenhum arquivo ou diretório.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Pesquisar em {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Informação","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menções","entity.info.text":"Texto","entity.info.view":"Visualizar","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Excluir","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"desconhecido","entity.references.no_relationships":"A entidade não possui relacionamentos.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"A pasta está vazia","entity.search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","entity.search.no_results_title":"Nenhum resultado pra busca","entity.similar.empty":"Não há entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"Nenhum seletor foi extraído dessa entidade.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Pesquisar em {label}","entitySet.last_updated":"Atualizado em {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumo","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Criar","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Excluir","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Excluir","entityset.info.edit":"Configurações","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Visualizar","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Salvar alterações","error.screen.not_found":"A página solicitada não foi encontrada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancelar","exports.dialog.confirm":"Exportar","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Nome","exports.no_exports":"You have no exports to download","exports.size":"Tamanho","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Nome","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Conjunto de dado","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Tente buscar por: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Tipos de entidades","home.stats.title":"Get started exploring public data","home.title":"Encontre registros públicos e vazados","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Pesquisar","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Conjunto de dado","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Última atualização","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Enviar documentos","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Acessar com OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Excluir","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Salvar alterações","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Excluir","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Outras","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de dados","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configurações","nav.signin":"Acessar","nav.signout":"Sair","nav.status":"Status do sistema","nav.timelines":"Timelines","nav.view_notifications":"Notificações","navbar.alert_add":"Clique para receber alertas de novos resultados para essa busca.","navbar.alert_remove":"Você está recebendo alertas para essa pesquisa.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Quais são as novidades, {role}?","notifications.no_notifications":"Você já viu todas suas notificações","notifications.title":"Notificações recentes","notifications.type_filter.all":"Todas","pages.not.found":"Page not found","pass.auth.not_same":"Suas senhas não são as mesmas!","password_auth.activate":"Ativar","password_auth.confirm":"Confirmar senha","password_auth.email":"Endereço de e-mail","password_auth.name":"Seu Nome","password_auth.password":"Senha","password_auth.signin":"Acessar","password_auth.signup":"Registrar-se","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use a chave da API para ler e gravar dados através de aplicações remotas","queryFilters.clearAll":"Limpar tudo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documentos estão sendo processados. Aguarde...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Erro","result.more_results":"Mais de {total} resultados","result.none":"Nenhum resultado encontrado","result.results":"Encontrado(s) {total} resultados","result.searching":"Pesquisando...","result.solo":"Um resultado encontrado","role.select.user":"Escolha um usuário","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Limpar tudo","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Pesquisar","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Alguns recursos não são visíveis pelos usuários anônimos. {signInButton} para ver todos os resultados aos quais você tem acesso.","search.callout_message.button_text":"Acessar","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selecionados","search.facets.hide":"Hide filters","search.facets.no_items":"Nenhuma opção","search.facets.show":"Show filters","search.facets.showMore":"Mostrar mais...","search.filterTag.ancestors":"em:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"não:","search.filterTag.role":"Filtrar por acesso","search.loading":"Loading...","search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","search.no_results_title":"Nenhum resultado pra busca","search.placeholder":"Pesquisar empresas, pessoas e documentos","search.placeholder_default":"Pesquisar...","search.placeholder_label":"Pesquisar em {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Exportar","search.screen.export_disabled":"Não é possível exportar mais de 10.000 resultados ao mesmo tempo","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Pesquisar","settings.api_key":"Chave Secreta de Acesso à API","settings.confirm":"(confirmar)","settings.current_explain":"Insira sua senha atual para definir a nova.","settings.current_password":"Senha atual","settings.email":"Endereços de E-mail","settings.email.muted":"Receber notificações de e-mail diárias","settings.email.no_change":"Seu e-mail não pode ser alterado","settings.email.tester":"Test new features before they are finished","settings.locale":"Língua","settings.name":"Nome","settings.new_password":"Nova senha","settings.password.missmatch":"As senhas não são iguais","settings.password.rules":"Use pelo menos seis caracteres","settings.password.title":"Troque sua senha","settings.save":"Atualizar","settings.saved":"É oficial, seu perfil foi atualizado.","settings.title":"Configurações","sidebar.open":"Expandir","signup.activate":"Ative sua conta","signup.inbox.desc":"Enviamos um email, por favor acesso o link recebido para completar seu cadastro","signup.inbox.title":"Verifique sua caixa de entrada","signup.login":"Já possui uma conta? Acesse!","signup.register":"Registrar","signup.register.question":"Não possui uma conta? Registre-se!","signup.title":"Acessar","sorting.bar.button.label":"Show:","sorting.bar.caption":"Título","sorting.bar.collection_id":"Conjunto de dado","sorting.bar.count":"Tamanho","sorting.bar.countries":"Países","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Data","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Título","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Carregando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Excluir","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Criar","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menções em {appName}","xref.compute":"Calcular","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Conjunto de dado","xref.recompute":"Re-compute","xref.score":"Pontuação","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"ru":{"alert.manager.description":"Укажите искомые слова и, в случае, если они будут найдены в новых документах, вы получите уведомление.","alerts.add_placeholder":"Создать новое оповещение","alerts.delete":"Удалить оповещение","alerts.heading":"Оповещения о новых результатах поиска","alerts.no_alerts":"Вы не подписаны на оповещения","alerts.save":"Обновить","alerts.title":"Управление оповещениями","alerts.track":"Отслеживать","auth.bad_request":"Серверу не понравился ваш запрос","auth.server_error":"Ошибка сервера","auth.success":"Вы успешно авторизованы","auth.unauthorized":"Требуется авторизация","auth.unknown_error":"Произошла ошибка","case.choose.name":"Название","case.choose.summary":"Краткое описание","case.chose.languages":"Языки","case.create.login":"Для загрузки данных необходимо авторизоваться.","case.description":"С помощью Расследований вы можете загружать и коллективно использовать документы и данные, относящиеся к определённой истории. Загруженные PDF-файлы, почтовые архивы и таблицы будут представлены в удобном для поиска и изучения виде.","case.label_placeholder":"Безымянное расследование","case.language_placeholder":"Выбрать языки","case.languages.helper":"Для распознавания текстов нелатинских алфавитов.","case.save":"Сохранить","case.share.with":"Предоставить доступ","case.summary":"Краткое описание расследования","case.title":"Создать расследование","case.users":"Искать пользователей","cases.create":"Новое расследование","cases.empty":"У вас пока нет расследований.","cases.no_results":"Расследований, удовлетворяющих запросу, не найдено.","cases.placeholder":"Поиск расследований...","cases.title":"Расследования","clipboard.copy.after":"Скопировано в буфер","clipboard.copy.before":"Скопировать в буфер","collection.addSchema.placeholder":"Добавить новый тип сущности","collection.analyze.alert.text":"Все сущности в {collectionLabel} будут переиндексированы. Иногда это позволяет исправить ошибки в представлении данных.","collection.analyze.cancel":"Отменить","collection.cancel.button":"Отменить","collection.countries":"Страна","collection.creator":"Автор","collection.data_updated_at":"Данные обновлены","collection.data_url":"Ссылка на данные","collection.delete.cancel":"Отменить","collection.delete.confirm":"Удалить","collection.delete.question":"Вы хотите удалить {collectionLabel} и всё содержимое?","collection.edit.access_title":"Управление доступом","collection.edit.cancel_button":"Отменить","collection.edit.groups":"Группы","collection.edit.info.analyze":"Повторный анализ","collection.edit.info.cancel":"Отменить","collection.edit.info.category":"Категория","collection.edit.info.countries":"Страны","collection.edit.info.creator":"Автор","collection.edit.info.data_url":"Ссылка на исходные данные","collection.edit.info.delete":"Удалить","collection.edit.info.foreign_id":"Внешний ID","collection.edit.info.frequency":"Частота обновления","collection.edit.info.info_url":"Ссылка на описание","collection.edit.info.label":"Название","collection.edit.info.languages":"Языки","collection.edit.info.placeholder_country":"Выбрать страны","collection.edit.info.placeholder_data_url":"Ссылка на исходные данные в скачиваемом формате","collection.edit.info.placeholder_info_url":"Ссылка на более подробное описание","collection.edit.info.placeholder_label":"Название","collection.edit.info.placeholder_language":"Выбрать языки","collection.edit.info.placeholder_publisher":"Организация или лицо, опубликовавшее данные","collection.edit.info.placeholder_publisher_url":"Ссылка на источник","collection.edit.info.placeholder_summary":"Краткое описание","collection.edit.info.publisher":"Издатель","collection.edit.info.publisher_url":"Ссылка на издателя","collection.edit.info.restricted":"Доступ к этому набору данных ограничен — об этом необходимо предупреждать новых пользователей.","collection.edit.info.save":"Сохранить изменения","collection.edit.info.summary":"Краткое описание","collection.edit.permissions_warning":"Для доступа необходима учётная запись в Алефе.","collection.edit.permissionstable.edit":"Редактирование","collection.edit.permissionstable.view":"Просмотр","collection.edit.save_button":"Сохранить изменения","collection.edit.save_success":"Изменения сохранены","collection.edit.title":"Настройки","collection.edit.users":"Пользователи","collection.foreign_id":"Внешний ID","collection.frequency":"Обновления","collection.index.empty":"Ничего нет","collection.index.filter.all":"Все","collection.index.filter.mine":"Созданы мной","collection.index.no_results":"Наборы данных, соответствующие запросу, не найдены","collection.index.placeholder":"Поиск наборов данных...","collection.index.title":"Наборы данных","collection.info.access":"Доступ","collection.info.browse":"Документы","collection.info.delete":"Удалить набор данных","collection.info.delete_casefile":"Удалить расследование","collection.info.diagrams":"Диаграммы","collection.info.diagrams_description":"С помощью диаграмм вы можете визуализировать сложные связи внутри набора данных.","collection.info.documents":"Документы","collection.info.edit":"Настройки","collection.info.entities":"Сущности","collection.info.lists":"Списки","collection.info.lists_description":"С помощью списков вы можете организовывать и группировать связанные сущности.","collection.info.mappings":"Маппинги сущностей","collection.info.mappings_description":"С помощью маппинга сущностей вы можете из рядов в таблице или в CSV-документе массово сгенерировать сущности модели Follow the Money (Люди, Компании и взаимоотношения между ними)","collection.info.mentions":"Упоминания","collection.info.mentions_description":"Алеф автоматически извлекает из загружаемых в расследование документов и сущностей слова и фразы, похожие на имена, адреса, телефонные номера и эл. адреса. {br}{br} Нажмите на упоминании ниже, чтобы посмотреть, где оно встречается в вашем расследовании.","collection.info.overview":"Информация","collection.info.reindex":"Переиндексировать всё содержимое","collection.info.reingest":"Перезагрузить документы","collection.info.search":"Поиск","collection.info.source_documents":"Исходные документы","collection.info.timelines":"Хронологии","collection.info.timelines_description":"Хронологии служат для просмотра и организации событий во времени.","collection.info.xref":"Перекрёстное сравнение","collection.info.xref_description":"Перекрёстное сравнение позволяет искать по всему Алефу сущности, похожие на содержащиеся в вашем расследовании.","collection.info_url":"Ссылка на описание","collection.last_updated":"Обновлено {date}","collection.mappings.create":"Создать новый маппинг сущностей","collection.mappings.create_docs_link":"Подробнее см. {link}","collection.overview.empty":"Пустой набор данных.","collection.publisher":"Издатель","collection.reconcile":"Объединение данных","collection.reconcile.description":"Сопоставить данные с сущностями из этой коллекции с помощью свободного инструмента {openrefine}, указав конечную точку слияния.","collection.reindex.cancel":"Отменить","collection.reindex.confirm":"Запустить индексирование","collection.reindex.flush":"Очистить индекс перед переиндексацией","collection.reindex.processing":"Индексирование запущено.","collection.reingest.confirm":"Запустить анализ","collection.reingest.index":"Проиндексировать документы в процессе обработки.","collection.reingest.processing":"Перезагрузка документов запущена.","collection.reingest.text":"Все документы в {collectionLabel} будут проанализированы повторно. Это займёт некоторое время.","collection.statistics.showmore":"Ещё","collection.status.cancel_button":"Отменить процесс","collection.status.collection":"Набор данных","collection.status.finished_tasks":"Выполнено","collection.status.jobs":"Задачи","collection.status.message":"Данные загружаются.","collection.status.no_active":"Нет активных задач","collection.status.pending_tasks":"Обрабатывается","collection.status.progress":"Ход выполнения","collection.status.title":"Обновлено {percent}%","collection.team":"Доступ","collection.updated_at":"Метаданные обновлены","collection.xref.cancel":"Отменить","collection.xref.confirm":"Подтвердить","collection.xref.empty":"Результаты перекрёстного сравнения отсутствуют.","collection.xref.processing":"Перекрёстное сравнение запущено.","collection.xref.text":"Сейчас будет произведено перекрёстное сравнение {collectionLabel} со всеми остальными источниками. Запустите и дождитесь завершения.","collection.xref.title":"Перекрёстное сравнение","dashboard.activity":"События","dashboard.alerts":"Оповещения","dashboard.cases":"Расследования","dashboard.diagrams":"Диаграммы","dashboard.exports":"Экспорт","dashboard.groups":"Группы","dashboard.lists":"Списки","dashboard.notifications":"Уведомления","dashboard.settings":"Настройки","dashboard.status":"Системный статус","dashboard.subheading":"Статус операций анализа, загрузки или обработки данных.","dashboard.timelines":"Хронологии","dashboard.title":"Системный статус","dashboard.workspace":"Рабочая среда","dataset.search.placeholder":"Поиск этом в наборе данных","diagram.create.button":"Новая диаграмма","diagram.create.label_placeholder":"Безымянная диаграмма","diagram.create.login":"Для создания диаграмм необходимо авторизоваться.","diagram.create.success":"Вы создали диаграмму.","diagram.create.summary_placeholder":"Краткое описание диаграммы","diagram.create.title":"Создать диаграмму","diagram.embed.error":"Ошибка создания встраиваемой диаграммы","diagram.export.embed.description":"Создать встраиваемую интерактивную версию диаграммы для вставки в статьи. Сгенерированная встраиваемая диаграмма не будет отражать более поздние изменения в основной диаграмме.","diagram.export.error":"Ошибка экспорта диаграммы","diagram.export.ftm":"Экспорт в формате .ftm","diagram.export.ftm.description":"Скачать диаграмму в виде файла данных, который можно использовать в {link} или на другом сайте с Алефом.","diagram.export.ftm.link":"Алеф Дата Десктоп","diagram.export.iframe":"Вставить iframe","diagram.export.svg":"Экспорт в формате SVG","diagram.export.svg.description":"Скачать векторную графику с содержимым диаграммы.","diagram.export.title":"Настройки экспорта","diagram.import.button":"Импортировать диаграмму","diagram.import.placeholder":"Перенесите .ftm или .vis файл сюда или кликните, чтобы импортировать готовую диаграмму","diagram.import.title":"Импортировать диаграмму","diagram.render.error":"Ошибка отображения диаграммы","diagram.selector.create":"Создать диаграмму","diagram.selector.select_empty":"Диаграммы отсутствуют","diagram.update.label_placeholder":"Безымянная диаграмма","diagram.update.success":"Вы обновили диаграмму.","diagram.update.summary_placeholder":"Краткое описание диаграммы","diagram.update.title":"Настройки диаграммы","diagrams":"Диаграммы","diagrams.description":"С помощью диаграмм вы можете визуализировать сложные связи внутри расследования.","diagrams.no_diagrams":"Диаграммы отсутствуют.","diagrams.title":"Диаграммы","document.download":"Скачать","document.download.cancel":"Отменить","document.download.confirm":"Скачать","document.download.dont_warn":"Больше не показывать предупреждение при скачивании исходных документов.","document.download.tooltip":"Скачать оригинальный документ","document.download.warning":"Вы собираетесь скачать исходный файл. {br}{br} Исходные файлы могут содержать вирусы или выполняемый код, которые известят автора о том, что вы открыли файл. {br}{br}В случае работы с конфиденциальными данными мы рекомендуем открывать подобные файлы на компьютере, отключённом от сети.","document.folder.error":"При создании папки возникла ошибка.","document.folder.new":"Новая папка","document.folder.save":"Создать","document.folder.title":"Новая папка","document.folder.untitled":"Название папки","document.mapping.start":"Создать сущности","document.paging":"Страница {pageInput} из {numberOfPages}","document.pdf.search.page":"Страница {page}","document.search.no_match":"Искомых слов в документе не найдено.","document.upload.button":"Загрузить","document.upload.cancel":"Отменить","document.upload.close":"Закрыть","document.upload.errors":"Не удалось передать некоторые файлы. Нажмите кнопку Повторить и перезапустите загрузку.","document.upload.files":"Выберите файлы для загрузки","document.upload.folder":"Если вы хотите загрузить папки, { button }.","document.upload.folder-toggle":"нажмите здесь","document.upload.notice":"Загрузка завершена. После индексирования документы станут доступны для полнотекстового поиска.","document.upload.progress":"{done} из {total} файлов готовы, ошибок: {errors}.","document.upload.rejected":"Невозможно загрузить {fileName}, поскольку не известен тип файла.","document.upload.retry":"Попробовать ещё раз","document.upload.save":"Загрузить","document.upload.summary":"{numberOfFiles, number} файлов, {totalSize}","document.upload.title":"Загрузить документы","document.upload.title_in_folder":"Загрузить документы в {folder}","document.viewer.ignored_file":"Работа с данным типом файлов не поддерживается. Для просмотра попробуйте скачать файл.","document.viewer.no_viewer":"Просмотр документа невозможен","email.body.empty":"Текст письма отсутствует","entity.delete.cancel":"Отменить","entity.delete.confirm":"Удалить","entity.delete.error":"При удалении сущности возникла ошибка.","entity.delete.progress":"Удаляем...","entity.delete.question.multiple":"Вы уверены, что хотите удалить {count, plural, one {запись} other {записи}}?","entity.delete.success":"Успешно удалено","entity.document.manager.cannot_map":"Выберите документ с таблицей для создания сущностей","entity.document.manager.empty":"Здесь ничего нет.","entity.document.manager.emptyCanUpload":"Файлы или папки отсутствуют. Перетащите файлы сюда или кликните, чтобы загрузить.","entity.document.manager.search_placeholder":"Поиск по документам","entity.document.manager.search_placeholder_document":"Поиск в {label}","entity.info.attachments":"Вложения","entity.info.documents":"Документы","entity.info.info":"Информация","entity.info.last_view":"Последний просмотр","entity.info.similar":"Совпадения","entity.info.tags":"Упоминания","entity.info.text":"Текст","entity.info.view":"Просмотр","entity.info.workbook_warning":"Этот лист является частью рабочей книги {link}","entity.manager.bulk_import.description.1":"Ниже выберите таблицу для импорта новых сущностей {schema}.","entity.manager.bulk_import.description.2":"Выберите колонки из таблицы и сопоставьте с свойствами сгенерированных сущностей.","entity.manager.bulk_import.description.3":"Не видите искомую таблицу? {link}","entity.manager.bulk_import.link_text":"Загрузить документ, содержащий таблицу","entity.manager.bulk_import.no_results":"Совпадений с другими документами нет","entity.manager.bulk_import.placeholder":"Выберите документ, содержащий таблицу","entity.manager.delete":"Удалить","entity.manager.edge_create_success":"{source} и {target} связаны","entity.manager.entity_set_add_success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entity.manager.remove":"Удалить","entity.manager.search_empty":"Никаких совпадений с {schema} не найдено","entity.manager.search_placeholder":"Искать {schema}","entity.mapping.view":"Создать сущности","entity.properties.missing":"неизвестно","entity.references.no_relationships":"У этой сущности отсутствуют связи","entity.references.no_results":"Ничего не найдено для типа {schema}.","entity.references.no_results_default":"Сущности, удовлетворяющие запросу, не найдены.","entity.references.search.placeholder":"Искать в {schema}","entity.references.search.placeholder_default":"Поиск сущностей","entity.remove.confirm":"Удалить","entity.remove.error":"При удалении сущности возникла ошибка.","entity.remove.progress":"Удаление...","entity.remove.question.multiple":"Вы уверены, что хотите удалить\n {count, plural, one {запись} other {записи}}?","entity.remove.success":"Успешно удалено","entity.search.empty_title":"Эта папка пуста","entity.search.no_results_description":"Попробуйте расширить критерии поиска","entity.search.no_results_title":"Ничего не найдено","entity.similar.empty":"Нет похожих записей","entity.similar.entity":"Похожая сущность","entity.similar.found_text":"Найдено {resultCount} {resultCount, plural, one {похожая запись} other {похожие записи}} из {datasetCount} {datasetCount, plural, one {набор данных} other {наборы данных}}","entity.status.error":"Ошибка сохранения","entity.status.in_progress":"Сохраняется...","entity.status.success":"Сохранено","entity.tags.no_tags":"В данной записи селекторов нет","entity.viewer.add_link":"Связать","entity.viewer.add_to":"Добавить к...","entity.viewer.bulk_import":"Массовый импорт","entity.viewer.search_placeholder":"Поиск в {label}","entitySet.last_updated":"Обновлено {date}","entityset.choose.name":"Название","entityset.choose.summary":"Краткое описание","entityset.create.collection":"Расследование","entityset.create.collection.existing":"Выбрать расследование","entityset.create.collection.new":"Не видите искомое расследование? {link}","entityset.create.collection.new_link":"Создать новое расследование","entityset.create.submit":"Создать","entityset.delete.cancel":"Отменить","entityset.delete.confirm":"Удалить","entityset.delete.question":"Вы уверены, что хотите удалить {label}?","entityset.delete.success":"Успешно удалён {title}","entityset.info.delete":"Удалить","entityset.info.edit":"Настройки","entityset.info.export":"Экспорт","entityset.selector.placeholder":"Поиск по существующему","entityset.selector.success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entityset.selector.success_toast_button":"Просмотр","entityset.selector.title":"Добавить {firstCaption} {titleSecondary} к...","entityset.selector.title_default":"Добавить сущности к...","entityset.selector.title_other":"и {count} other {count, plural, one {сущность} other {сущности}}","entityset.update.submit":"Сохранить изменения","error.screen.not_found":"Запрашиваемая страница не найдена","export.dialog.text":"Запустите экспорт. {br}{br} На экспорт данных требуется время. Как только данные буду готовы для скачивания, вы получите е-мейл. {br}{br} Не запускайте процедуру экспорта больше одного раза.","exports.dialog.cancel":"Отменить","exports.dialog.confirm":"Экспорт","exports.dialog.dashboard_link":"Показать статус","exports.dialog.success":"Экспортирование запущено.","exports.expiration":"Срок хранения","exports.manager.description":"Ниже приведён список экспортированных данных. Срок действия ограничен.","exports.name":"Название","exports.no_exports":"Данных для экспорта нет","exports.size":"Размер","exports.status":"Статус","exports.title":"Экспортированные данные для скачивания","facet.addresses":"{count, plural, one {Адрес} few {Адреса} many {Адреса} other {Адреса}}","facet.caption":"Название","facet.category":"{count, plural, one {Категория} few {Категории} many {Категории} other {Категории}}","facet.collection_id":"Набор данных","facet.countries":"{count, plural, one {Страна} few {Страны} many {Страны} other {Страны}}","facet.dates":"{count, plural, one {Дата} few {Даты} many {Даты} other {Даты}}","facet.emails":"{count, plural, one {E-мэйл} few {E-мэйлы} many {E-мэйлы} other {E-мэйлы}}","facet.ibans":"{count, plural, one {IBAN-код} few {IBAN-коды} many {IBAN-коды} other {IBAN-коды}}","facet.languages":"{count, plural, one {Язык} few {Языки} many {Языки} other {Языки}}","facet.mimetypes":"{count, plural, one {Тип файла} few {Типы файлов} many {Типы файлов} other {Типы файлов}}","facet.names":"{count, plural, one {Имя} few {Имена} many {Имена} other {Имена}}","facet.phones":"{count, plural, one {Номер телефона} few {Номера телефонов} many {Номера телефонов} other {Номера телефонов}}","facet.schema":"Тип сущности","file_import.error":"Ошибка импорта файла","footer.aleph":"Алеф {version}","group.page.description":"Список всех наборов данных и расследований, принадлежащих этой группе.","group.page.search.description":"Если вы хотите поискать определённые сущности или документы в наборах данных, относящихся к этой группе, нажмите здесь .","home.access_disabled":"Публичный доступ временно закрыт","home.counts.countries":"Страны и территории","home.counts.datasets":"Общедоступные наборы данных","home.counts.entities":"Общедоступные сущности","home.placeholder":"Например, {samples}","home.statistics.categories":"Категории наборов данных","home.statistics.countries":"Страны и территории","home.statistics.schemata":"Типы сущностей","home.stats.title":"Начните с изучения публичных источников данных","home.title":"Искать публичные записи и секретные документы","hotkeys.judgement.different":"Различаются","hotkeys.judgement.group_label":"Распознавание сущностей","hotkeys.judgement.next":"Выбрать следующий результат","hotkeys.judgement.previous":"Выбрать предыдущий результат","hotkeys.judgement.same":"Одно и то же","hotkeys.judgement.unsure":"Недостаточно информации","hotkeys.search.different":"Просмотр предыдущего результата","hotkeys.search.group_label":"Просмотр результатов поиска","hotkeys.search.unsure":"Просмотр следующего результата","hotkeys.search_focus":"Поиск","infoMode.collection_casefile":"Расследование","infoMode.collection_dataset":"Набор данных","infoMode.createdAt":"Дата создания","infoMode.creator":"Создано ","infoMode.updatedAt":"Последнее обновление","investigation.mentions.empty":"Упоминания отсутствуют в этом расследовании.","investigation.overview.guides":"Подробнее","investigation.overview.guides.access":"Управление доступом","investigation.overview.guides.diagrams":"Создание диаграмм","investigation.overview.guides.documents":"Загрузка документов","investigation.overview.guides.entities":"Создание и редактирование сущностей","investigation.overview.guides.mappings":"Создание сущностей из таблиц","investigation.overview.guides.xref":"Перекрёстное сравнение данных","investigation.overview.notifications":"Недавние события","investigation.overview.shortcuts":"Быстрые ссылки","investigation.overview.shortcuts_empty":"Приступить к работе","investigation.search.placeholder":"Поиск в этом расследовании","investigation.shortcut.diagram":"Создать диаграмму","investigation.shortcut.entities":"Создать новые сущности","investigation.shortcut.entity_create_error":"Не удалось создать сущность","investigation.shortcut.entity_create_success":"Успешно создано: {name}","investigation.shortcut.upload":"Загрузить документы","investigation.shortcut.xref":"Сопоставить с другими наборами данных","judgement.disabled":"Для принятия решений необходимы права на редактирование","judgement.negative":"Различаются","judgement.positive":"Одинаковые","judgement.unsure":"Недостаточно информации","landing.shortcut.alert":"Создать оповещение для поиска","landing.shortcut.datasets":"Просмотр наборов данных","landing.shortcut.investigation":"Начать новое расследование","landing.shortcut.search":"Поиск сущностей","list.create.button":"Новый список","list.create.label_placeholder":"Безымянный список","list.create.login":"Для создания списка необходимо авторизоваться.","list.create.success":"Вы создали список.","list.create.summary_placeholder":"Краткое описание списка","list.create.title":"Создать список","list.selector.create":"Создать новый список","list.selector.select_empty":"Списки отсутствуют","list.update.label_placeholder":"Безымянный список","list.update.success":"Список обновлён","list.update.summary_placeholder":"Краткое описание списка","list.update.title":"Настройки списка","lists":"Списки","lists.description":"С помощью списков вы можете организовывать и группировать связанные сущности","lists.no_lists":"Списки отсутствуют.","lists.title":"Списки","login.oauth":"Войти с помощью OAuth","mapping.actions.create":"Создать сущности","mapping.actions.create.toast":"Создание сущностей...","mapping.actions.delete":"Удалить","mapping.actions.delete.toast":"Удаление маппинга и созданных сущностей...","mapping.actions.export":"Экспорт маппинга","mapping.actions.flush":"Удалить созданные сущности","mapping.actions.flush.toast":"Удаление созданных сущностей","mapping.actions.save":"Сохранить изменения","mapping.actions.save.toast":"Пересоздать сущности...","mapping.create.cancel":"Отменить","mapping.create.confirm":"Создать","mapping.create.question":"Вы уверены, что готовы создать сущности, используя этот маппинг?","mapping.delete.cancel":"Отменить","mapping.delete.confirm":"Удалить","mapping.delete.question":"Вы уверены, что хотите удалить этот маппинг и все созданные сущности?","mapping.docs.link":"Помощь по маппингу сущностей в Алефе","mapping.entityAssign.helpText":"Необходимо создать объект типа \"{range}\" для {property}","mapping.entityAssign.noResults":"Нет совпадений с другими объектами","mapping.entityAssign.placeholder":"Выбрать объект","mapping.entity_set_select":"Выберите список или диаграмму","mapping.entityset.remove":"Удалить","mapping.error.keyMissing":"Ошибка ключа: для сущности {id} должен быть задан хотя бы один ключ","mapping.error.relationshipMissing":"Ошибка связи: для сущности {id} должны быть заданы {source} и {target}.","mapping.flush.cancel":"Отменить","mapping.flush.confirm":"Удалить маппинг","mapping.flush.question":"Вы уверены, что хотите удалить все созданные с помощью этого маппинга сущности?","mapping.import.button":"Импортировать существующие маппинги","mapping.import.placeholder":"Перенесите .yml файл сюда или кликните, чтобы импортировать существующий маппинг-файл","mapping.import.querySelect":"Выберите маппинг-запрос для импорта из этого файла:","mapping.import.submit":"Сохранить","mapping.import.success":"Ваш маппинг импортирован.","mapping.import.title":"Импорт маппинга","mapping.info":"Выполните нижеследующие действия для маппинга данных в этом расследовании с сущностями модели Follow the Money. Подробнее см. {link}","mapping.info.link":"Помощь по маппингу данных в Алефе","mapping.keyAssign.additionalHelpText":"Используйте колонки с идентификационными номерами, телефонными номерами, эл. адресами\n и прочей уникальной информацией. Если колонки с уникальными значениями отсутствуют,\n выберите одновременно несколько колонок, чтобы Алеф сгенерировал уникальные сущности из ваших данных.","mapping.keyAssign.additionalHelpToggle.less":"Меньше","mapping.keyAssign.additionalHelpToggle.more":"Подробнее о ключах","mapping.keyAssign.helpText":"Укажите, какие колонки из исходных данных следует использовать для определения уникальных сущностей.","mapping.keyAssign.noResults":"Результатов нет","mapping.keyAssign.placeholder":"Выбрать ключи из доступных колонок","mapping.keys":"Ключи","mapping.propAssign.errorBlank":"Нельзя назначить свойства колонкам без заголовка","mapping.propAssign.errorDuplicate":"Нельзя назначить свойства колонкам с неуникальными заголовками","mapping.propAssign.literalButtonText":"Добавить заданное значение","mapping.propAssign.literalPlaceholder":"Задать значение","mapping.propAssign.other":"Прочее","mapping.propAssign.placeholder":"Назначить свойство","mapping.propRemove":"Удалить свойство из маппинга","mapping.props":"Свойства","mapping.save.cancel":"Отменить","mapping.save.confirm":"Обновить маппинг и пересоздать сущности","mapping.save.question":"При обновлении маппинга ранее созданные сущности будет удалены и созданы снова. Продолжить?","mapping.section1.title":"1. Выберите типы сущностей","mapping.section2.title":"2. Соотнесите колонки свойствам сущностей","mapping.section3.title":"3. Проверьте результат","mapping.section4.description":"Сгенерированные сущности будут по умолчанию добавлены в {collection}. Если вы также хотите добавить их к списку или к диаграмме в расследовании, выберите ниже возможные варианты.","mapping.section4.title":"4. Выберите, куда добавить сгенерированные сущности (необязательно)","mapping.status.error":"Ошибка:","mapping.status.status":"Статус:","mapping.status.updated":"Последнее обновление:","mapping.title":"Создание структурированных сущностей","mapping.types.objects":"Объекты","mapping.types.relationships":"Связи","mapping.warning.empty":"Необходимо создать хотя бы одну сущность","mappings.no_mappings":"У вас пока нет сгенерированных маппингов","nav.alerts":"Оповещения","nav.cases":"Расследования","nav.collections":"Наборы данных","nav.diagrams":"Диаграммы","nav.exports":"Экспорт","nav.lists":"Списки","nav.menu.cases":"Расследования","nav.settings":"Настройки","nav.signin":"Войти","nav.signout":"Выйти","nav.status":"Системный статус","nav.timelines":"Хронологии","nav.view_notifications":"Уведомления","navbar.alert_add":"Вам будут приходить оповещения о новых результатах этого поискового запроса.","navbar.alert_remove":"Вы подписаны на оповещения для этого поискового запроса.","notification.description":"Показать последние обновления для наборов данных, расследований, групп и оповещений, на которые вы подписаны","notifications.greeting":"Что нового, {role}?","notifications.no_notifications":"У вас нет непросмотренных уведомлений","notifications.title":"Последние уведомления","notifications.type_filter.all":"Все","pages.not.found":"Страница не найдена","pass.auth.not_same":"Пароли не совпадают!","password_auth.activate":"Активировать","password_auth.confirm":"Подтвердить пароль","password_auth.email":"Электронный адрес","password_auth.name":"Ваше имя","password_auth.password":"Пароль","password_auth.signin":"Войти","password_auth.signup":"Зарегистрироваться","profile.callout.details":"В этом профиле собраны аттрибуты и связи из {count} сущностей из прочих наборов данных.","profile.callout.intro":"Вы просматриваете {entity} в виде профиля.","profile.callout.link":"Показать исходной сущности","profile.delete.warning":"(Удаление этого профиля не приведёт к удалению созданных сущностей и принятых решений)","profile.hint":"{entity} объединена с сущностями из других наборов данных в профиль ","profile.info.header":"Профиль","profile.info.items":"Распознавание сущностей","profile.info.similar":"Предлагаемое","profile.items.entity":"Объединённые сущности","profile.items.explanation":"Решайте, какие исходные сущности следует отнести к данному профилю или исключить из него.","profile.similar.no_results":"Дополнительные сведения для профиля не найдены.","profileinfo.api_desc":"API-ключ для редактирования данных через сторонние приложения","queryFilters.clearAll":"Очистить все","queryFilters.showHidden":"Ещё фильтры: {count}...","refresh.callout_message":"Обрабатываем документы. Пожалуйста, подождите...","restricted.explain":"Использование этого набора данных ограничено. Прочтите описание и свяжитесь с {creator}, прежде чем использовать эти материалы.","restricted.explain.creator":"владелец набора данных","restricted.tag":"ОГРАНИЧЕНО","result.error":"Ошибка","result.more_results":"Найдено результатов: более {total}","result.none":"Ничего не найдено","result.results":"Результатов поиска: {total}","result.searching":"Поиск...","result.solo":"Один результат","role.select.user":"Выберите пользователя","schemaSelect.button.relationship":"Добавить новую связь","schemaSelect.button.thing":"Добавить новый объект","screen.load_more":"Ещё","search.advanced.all.helptext":"Будут отображены результаты, в которых есть все искомые слова","search.advanced.all.label":"Все слова (по умолчанию)","search.advanced.any.helptext":"Будут отображены результаты, в которых есть любое из искомых слов","search.advanced.any.label":"Любые из этих слов","search.advanced.clear":"Очистить все","search.advanced.exact.helptext":"Только результаты поиска с точным написанием слова или фразы","search.advanced.exact.label":"Только это слово или фраза","search.advanced.none.helptext":"Исключить результаты с этими словами","search.advanced.none.label":"Ни одно из указанных слов","search.advanced.proximity.distance":"Расстояние","search.advanced.proximity.helptext":"Поиск слов, находящихся на некотором расстоянии друг от друга. Например, поиск употреблений \"Bank\" и \"America\", расположеных на расстоянии двух слов друг от друга, таких как \"Bank of America\", \"Bank in America\" и даже \"America has a Bank\".","search.advanced.proximity.label":"Слова на некотором расстоянии друг от друга","search.advanced.proximity.term":"Первое искомое слово","search.advanced.proximity.term2":"Второе искомое слово","search.advanced.submit":"Поиск","search.advanced.title":"Расширенный поиск","search.advanced.variants.distance":"Отличающиеся буквы","search.advanced.variants.helptext":"Используйте для нечёткого поиска. Например, в ответ на запрос Wladimir~2 вы получите результаты не только соодержащие «Wladimir», но и такие варианты написания, как «Wladimyr» или «Vladimyr». Варианты написания определяются количеством ошибок или побуквенных изменений для получения варианта из исходного слова.","search.advanced.variants.label":"Варианты написания","search.advanced.variants.term":"Искомое слово","search.callout_message":"Некоторые коллекции данных недоступны анонимным пользователям — нажмите {signInButton}, чтобы авторизоваться!","search.callout_message.button_text":"Войти","search.columns.configure":"Настроить колонки","search.columns.configure_placeholder":"Найти колонку...","search.config.groups":"Группы свойств","search.config.properties":"Свойства","search.config.reset":"Настройки по умолчанию","search.facets.clearDates":"Очистить","search.facets.configure":"Настроить фильтры","search.facets.configure_placeholder":"Найти фильтр...","search.facets.filtersSelected":"{count} выбрано","search.facets.hide":"Скрыть фильтры","search.facets.no_items":"Варианты отсутствуют","search.facets.show":"Отобразить фильтры","search.facets.showMore":"Ещё...","search.filterTag.ancestors":"в:","search.filterTag.dates_after":"После","search.filterTag.dates_before":"До","search.filterTag.exclude":"не:","search.filterTag.role":"Фильтровать по доступу","search.loading":"Загрузка...","search.no_results_description":"Попробуйте расширить критерии поиска","search.no_results_title":"Ничего не найдено","search.placeholder":"Искать людей, компании или документы","search.placeholder_default":"Поиск...","search.placeholder_label":"Поиск в {label}","search.screen.dates.show-all":"* Показаны все настройки фильтра дат. { button } отобразить только ближайшие даты.","search.screen.dates.show-hidden":"* В фильтре дат отображены только варианты от {start} до настоящего времени. { button } показать даты за пределами данного диапазона.","search.screen.dates.show-hidden.click":"Нажмите здесь","search.screen.dates_label":"результаты","search.screen.dates_title":"Даты","search.screen.export":"Экспорт","search.screen.export_disabled":"За один раз можно экспортировать не более 10.000 записей","search.screen.export_disabled_empty":"Результатов для экспорта нет.","search.screen.export_helptext":"Экспортировать результаты","search.title":"Поиск: {title}","search.title_emptyq":"Поиск","settings.api_key":"API-ключ","settings.confirm":"(подтверждение)","settings.current_explain":"Введите текущий пароль для установки нового.","settings.current_password":"Действующий пароль","settings.email":"Электронный адрес","settings.email.muted":"Получать ежедневные уведомления по эл. почте","settings.email.no_change":"Ваш эл. адрес не изменён","settings.email.tester":"Принимать участие в тестировании новых функций","settings.locale":"Язык","settings.name":"Название","settings.new_password":"Новый пароль","settings.password.missmatch":"Пароли не совпадают","settings.password.rules":"Минимум 6 символов","settings.password.title":"Поменять пароль","settings.save":"Обновить","settings.saved":"Ваша учётная запись обновлена","settings.title":"Настройки","sidebar.open":"Развернуть","signup.activate":"Активирируйте учётную запись","signup.inbox.desc":"Мы отправили вам письмо с ссылкой для завершения регистрации","signup.inbox.title":"Проверьте почту","signup.login":"Вы уже зарегистрированы? Авторизуйтесь!","signup.register":"Зарегистрироваться","signup.register.question":"У вас нет учётной записи? Зарегистрируйтесь!","signup.title":"Войти","sorting.bar.button.label":"Отобразить:","sorting.bar.caption":"Название","sorting.bar.collection_id":"Набор данных","sorting.bar.count":"Размер","sorting.bar.countries":"Страны","sorting.bar.created_at":"Дата создания","sorting.bar.date":"Дата","sorting.bar.dates":"Даты","sorting.bar.direction":"Направление:","sorting.bar.endDate":"Дата окончания","sorting.bar.label":"Название","sorting.bar.sort":"Отсортировать:","sorting.bar.updated_at":"Дата обновления","sources.index.empty":"Эта группа не привязана к какому-либо набору данных или расследованию.","sources.index.placeholder":"Поиск наборов данных или расследований, относящихся к {group}...","status.no_collection":"Прочие задачи","tags.results":"Количество упоминаний","tags.title":"Искомое слово","text.loading":"Загрузка...","timeline.add_new":"Создать новый объект","timeline.button.collapse":"Краткий вид","timeline.button.show_full":"Подробный вид","timeline.create.button":"Создать хронологию","timeline.create.cancel":"Удалить","timeline.create.label_placeholder":"Безымянная хронология","timeline.create.login":"Для создания хронологии необходимо авторизоваться","timeline.create.submit":"Создать","timeline.create.success":"Вы создали хронологию","timeline.create.summary_placeholder":"Краткое описание хронологии","timeline.create.title":"Создать хронологию","timeline.dates.button_text":"Добавить дату окончания","timeline.empty":"Хронология не содержит событий","timeline.empty_histogram":"Даты не найдены","timeline.item.date":"{start} до {end}","timeline.item.delete":"Удалить из {collection}","timeline.item.link_copy":"Скопировать ссылку на этот объект","timeline.item.link_copy_success":"Ссылка скопирована в буфер обмена.","timeline.item.remove":"Удалить из хронологии","timeline.items_label":"объекты","timeline.no_results":"Нет результатов, удовлетворяющих запросу","timeline.result_text":"Событий в хронологии: {count}","timeline.result_text_query":"Отображено {count} (из {total} всего)","timeline.schema_select.label":"тип","timeline.selector.create":"Создать новую хронологию","timeline.selector.select_empty":"Хронологии отсутствуют","timeline.update.label_placeholder":"Безымянная хронология","timeline.update.success":"Вы обновили хронологию","timeline.update.summary_placeholder":"Краткое описание хронологии","timeline.update.title":"Настройки хронологии","timelines":"Хронологии","timelines.description":"Хронологии служат для просмотра и организации событий во времени.","timelines.no_timelines":"Хронологии отсутствуют.","timelines.title":"Хронологии","valuelink.tooltip":"Упоминаний в {appName}: {count}","xref.compute":"Обработать","xref.entity":"Запись","xref.match":"Вероятное совпадение","xref.match_collection":"Набор данных","xref.recompute":"Перезапустить","xref.score":"Оценка","xref.sort.default":"По умолчанию","xref.sort.label":"Отсортировать:","xref.sort.random":"Произвольно"},"tr":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Manage your alerts","alerts.no_alerts":"You are not tracking any searches","alerts.save":"Update","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"The Server did not accept your input","auth.server_error":"Server error","auth.success":"Success","auth.unauthorized":"Not authorized","auth.unknown_error":"An unexpected error occured","case.choose.name":"Title","case.choose.summary":"Summary","case.chose.languages":"Languages","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Save","case.share.with":"Share with","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Search users","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancel","collection.cancel.button":"Cancel","collection.countries":"Country","collection.creator":"Manager","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Cancel","collection.delete.confirm":"Delete","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancel","collection.edit.groups":"Groups","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Cancel","collection.edit.info.category":"Category","collection.edit.info.countries":"Countries","collection.edit.info.creator":"Manager","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Delete","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Label","collection.edit.info.languages":"Languages","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"A label","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"A brief summary","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Save changes","collection.edit.info.summary":"Summary","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Edit","collection.edit.permissionstable.view":"View","collection.edit.save_button":"Save changes","collection.edit.save_success":"Your changes are saved.","collection.edit.title":"Settings","collection.edit.users":"Users","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Settings","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancel","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancel","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cross-reference","dashboard.activity":"Activity","dashboard.alerts":"Alerts","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Groups","dashboard.lists":"Lists","dashboard.notifications":"Notifications","dashboard.settings":"Settings","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download the original document","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Create","document.folder.title":"New folder","document.folder.untitled":"Folder title","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Upload","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Choose files to upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Upload","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"The system does not work with these types of files. Please download it so you’ll be able to see it.","document.viewer.no_viewer":"No preview is available for this document","email.body.empty":"No message body.","entity.delete.cancel":"Cancel","entity.delete.confirm":"Delete","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Attachments","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"View","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"This entity does not have any relationships.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Summary","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Create","entityset.delete.cancel":"Cancel","entityset.delete.confirm":"Delete","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Delete","entityset.info.edit":"Settings","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Delete","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Save changes","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancel","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancel","mapping.delete.confirm":"Delete","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancel","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancel","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alerts","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Settings","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifications","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Update","settings.saved":"It's official, your profile is updated.","settings.title":"Settings","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"}} \ No newline at end of file +{"ar":{"alert.manager.description":"ستتلقى إشعارات عند إضافة نتيجة جديدة تطابق أي من التنبيهات التي أعددتها أدناه.","alerts.add_placeholder":"إنشاء تنبيه لتتبع جديد ...","alerts.delete":"Remove alert","alerts.heading":"إدارة التنبيهات","alerts.no_alerts":"أنت لا تجري أي عمليات بحث","alerts.save":"تحديث","alerts.title":"تتبع التنبيهات","alerts.track":"تتبع","auth.bad_request":"لم يقبل الخادم المعلومات المدخلة","auth.server_error":"خطأ في الخادم","auth.success":"نجاح","auth.unauthorized":"غير مخول","auth.unknown_error":"خطأ غير متوقع","case.choose.name":"عنوان","case.choose.summary":"ملخص","case.chose.languages":"اللغات","case.create.login":"يجب عليك تسجيل الدخول لتحميل بياناتك","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"اختيار اللغة","case.languages.helper":"تستخدم ميزة التعرف البصري على النصوص غير اللاتينية","case.save":"حفظ","case.share.with":"مشاركة مع","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"البحث عن المستخدمين","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"نسخ إلى الحافظة","collection.addSchema.placeholder":"أضف نوع كيان جديد","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"الغاء","collection.cancel.button":"الغاء","collection.countries":"الدولة","collection.creator":"مدير","collection.data_updated_at":"Content updated","collection.data_url":"رابط البيانات","collection.delete.cancel":"الغاء","collection.delete.confirm":"حذف","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"الغاء","collection.edit.groups":"مجموعات","collection.edit.info.analyze":"إعادة المعالجة","collection.edit.info.cancel":"الغاء","collection.edit.info.category":"الفئة","collection.edit.info.countries":"الدول","collection.edit.info.creator":"مدير","collection.edit.info.data_url":"رابط مصدر البيانات","collection.edit.info.delete":"حذف","collection.edit.info.foreign_id":"هوية أجنبية","collection.edit.info.frequency":"معدل التحديث","collection.edit.info.info_url":"رابط المعلومات","collection.edit.info.label":"الاسم","collection.edit.info.languages":"اللغات","collection.edit.info.placeholder_country":"اختيار الدول","collection.edit.info.placeholder_data_url":"رابط البيانات الأولية في ملف قابل للتحميل","collection.edit.info.placeholder_info_url":"رابط لمزيد من المعلومات","collection.edit.info.placeholder_label":"اسم","collection.edit.info.placeholder_language":"اختيار اللغات","collection.edit.info.placeholder_publisher":"المنظمة أو الشخص الذي ينشر هذه البيانات","collection.edit.info.placeholder_publisher_url":"رابط الناشر","collection.edit.info.placeholder_summary":"ملخص موجز","collection.edit.info.publisher":"الناشر","collection.edit.info.publisher_url":"رابط الناشر","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"حفظ التغييرات","collection.edit.info.summary":"ملخص","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"تعديل","collection.edit.permissionstable.view":"عرض","collection.edit.save_button":"حفظ التغييرات","collection.edit.save_success":"تم حفظ التغييرات","collection.edit.title":"الإعدادات","collection.edit.users":"المستخدمون","collection.foreign_id":"هوية غير معروفة","collection.frequency":"تحديث","collection.index.empty":"No datasets were found.","collection.index.filter.all":"الكل","collection.index.filter.mine":"تم انشاءه بواسطتي","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"البحث في مجموعات البيانات ...","collection.index.title":"مجموعات البيانات","collection.info.access":"مشاركة","collection.info.browse":"الوثائق/ المستندات","collection.info.delete":"حذف قاعدة بيانات","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"مخططات الشبكة","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"الوثائق/ المستندات","collection.info.edit":"الإعدادات","collection.info.entities":"كيانات","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"تذكير","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"نظرة عامة","collection.info.reindex":"أعد فهرسة كل المحتوى","collection.info.reingest":"إعادة استيعاب المستندات","collection.info.search":"بحث","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"تطابق","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"رابط المعلومات","collection.last_updated":"اخر تاريخ تحذيث","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"الناشر","collection.reconcile":"تطابق","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"الغاء","collection.reindex.confirm":"ابدأ الفهرسة","collection.reindex.flush":"حذف الفهرس قبل إعادة الفهرسة","collection.reindex.processing":"بدأت الفهرسة","collection.reingest.confirm":"بدء المعالجة","collection.reingest.index":"فهرسة المستندات فور معالجتها.","collection.reingest.processing":"بدء الإعادة","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"عرض المزيد","collection.status.cancel_button":"إلغاء العملية","collection.status.collection":"مجموعة البيانات","collection.status.finished_tasks":"تم الإنتهاء","collection.status.jobs":"الوظائف","collection.status.message":"استمر في المرح أثناء معالجة البيانات.","collection.status.no_active":"لا توجد مهام حاليا","collection.status.pending_tasks":"قيد الانتظار","collection.status.progress":"المهام","collection.status.title":"جاري التحديث ({percent}٪)","collection.team":"الوصول إلى","collection.updated_at":"Metadata updated","collection.xref.cancel":"الغاء","collection.xref.confirm":"تأكيد","collection.xref.empty":"لا توجد نتائج متطابقة مع مصادر أخرى","collection.xref.processing":"بدأت عملية المطابقة","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"مطابقة","dashboard.activity":"نشاط","dashboard.alerts":"تنبيهات","dashboard.cases":"Investigations","dashboard.diagrams":"مخططات الشبكة","dashboard.exports":"Exports","dashboard.groups":"مجموعات","dashboard.lists":"Lists","dashboard.notifications":"إشعارات","dashboard.settings":"الإعدادات","dashboard.status":"حالة النظام","dashboard.subheading":"تحقق من سير عملية تحليل البيانات وتحميلها ومعالجتها","dashboard.timelines":"Timelines","dashboard.title":"حالة النظام","dashboard.workspace":"مكان العمل","dataset.search.placeholder":"Search this dataset","diagram.create.button":"رسم تخطيطي جديد","diagram.create.label_placeholder":"رسم تخطيطي بدون عنوان","diagram.create.login":"يجب عليك تسجيل الدخول لإنشاء رسم تخطيطي","diagram.create.success":"تم إنشاء الرسم التخطيطي الخاص بك بنجاح.","diagram.create.summary_placeholder":"وصف موجز للرسم البياني","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"استيراد الرسم التخطيطي","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"استيراد رسم بياني من الشبكة","diagram.render.error":"Error rendering diagram","diagram.selector.create":"قم بإنشاء رسم بياني جديد","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"رسم تخطيطي بدون عنوان","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"وصف موجز للرسم البياني","diagram.update.title":"إعدادات الرسم البياني","diagrams":"الرسوم البيانية","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"لا توجد رسوم بيانية للشبكة.","diagrams.title":"رسوم بيانية الشبكة","document.download":"تحميل","document.download.cancel":"الغاء","document.download.confirm":"تحميل","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"تحميل المستند/ الملف الأصلي","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"حدث خطأ أثناء إنشاء المجلد.","document.folder.new":"مجلد جديد","document.folder.save":"إنشاء","document.folder.title":"مجلد جديد","document.folder.untitled":"عنوان المجلد","document.mapping.start":"إنشاء كيانات","document.paging":"الصفحة {pageInput} من {numberOfPages}","document.pdf.search.page":"الصفحة {page}","document.search.no_match":"لا توجد صفحة واحدة في هذا المستند تتطابق مع جميع مصطلحات البحث الخاصة بك","document.upload.button":"تحميل","document.upload.cancel":"الغاء","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"اختر الملفات المراد تحميلها...","document.upload.folder":"إذا كنت ترغب في تحميل المجلدات بدلاً من ذلك ، {button}.","document.upload.folder-toggle":"انقر هنا","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"تحميل","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"لا يتعامل النظام مع هذه الأنواع من الملفات. يرجى تنزيله حتى تتمكن من رؤيته","document.viewer.no_viewer":"لا تتوفر مراجعة لهذا الملف","email.body.empty":"لا يوجد نص الرسالة","entity.delete.cancel":"الغاء","entity.delete.confirm":"حذف","entity.delete.error":"حدث خطأ أثناء محاولة حذف هذا الكيان","entity.delete.progress":"حذف","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"تم الحذف بنجاح","entity.document.manager.cannot_map":"حدد جدول لإنشاء كيانات منتظمة","entity.document.manager.empty":"لا توجد ملفات أو فهرس","entity.document.manager.emptyCanUpload":"لا توجد ملفات أو فهارس. نزل الملفات هنا أو انقر للتحميل","entity.document.manager.search_placeholder":"البحث عن الملفات","entity.document.manager.search_placeholder_document":"بحث في {label}","entity.info.attachments":"مرفقات","entity.info.documents":"الوثائق/ المستندات","entity.info.info":"معلومات","entity.info.last_view":"Last viewed {time}","entity.info.similar":"مشابه","entity.info.tags":"تذكير","entity.info.text":"النص","entity.info.view":"عرض","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"حدد جدولاً أدناه ليتم استيراد كيانات {schema} الجديدة منه.","entity.manager.bulk_import.description.2":"بمجرد الاختيار، ستتم مطالبتك بتعيين أعمدة من هذا الجدول إلى خصائص الكيانات التي تم إنشاؤها","entity.manager.bulk_import.description.3":"هل تجد الجدول الذي تبحث عنه؟ {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"لم يتم العثور على مستندات مطابقة","entity.manager.bulk_import.placeholder":"حدد جدول المستند","entity.manager.delete":"حذف","entity.manager.edge_create_success":"تم ربط {source} و {target} بنجاح","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"إزالة","entity.manager.search_empty":"لم يتم العثور على نتائج مطابقة لـ {schema}","entity.manager.search_placeholder":"بحث في {schema}","entity.mapping.view":"إنشاء كيانات","entity.properties.missing":"غير معروف","entity.references.no_relationships":"هذا الكيان غير مرتبط بالبحث","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"إزالة","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"هذا المجلد فارغ","entity.search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","entity.search.no_results_title":"لم يتم العثور على نتائج","entity.similar.empty":"لا توجد كيانات مشابهة","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"خطأ في الحفظ","entity.status.in_progress":"جاري الحفظ","entity.status.success":"تم الحفط","entity.tags.no_tags":"لم تستخرج أي محددات من هذا الكيان","entity.viewer.add_link":"إنشاء رابط","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"إدخال بالجملة","entity.viewer.search_placeholder":"بحث في {label}","entitySet.last_updated":"تم التحديث {date}","entityset.choose.name":"عنوان","entityset.choose.summary":"ملخص","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"إنشاء","entityset.delete.cancel":"الغاء","entityset.delete.confirm":"حذف","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"حذف","entityset.info.edit":"الإعدادات","entityset.info.export":"تصدير","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"عرض","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"حفظ التغييرات","error.screen.not_found":" لا يمكن العثور على الصفحة المطلوبة","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"الغاء","exports.dialog.confirm":"تصدير","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"الاسم","exports.no_exports":"You have no exports to download","exports.size":"الحجم","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, zero {عناوين} one {عنوان} two {عناوين} few {عناوين} many {عناوين} other {عناوين}}","facet.caption":"الاسم","facet.category":"{count, plural, zero {فئات} one {فئة} two {فئات} few {فئات} many {فئات} other {فئات}}","facet.collection_id":"مجموعة البيانات","facet.countries":"{count, plural, zero {دول} one {دولة} two {دول} few {دول} many {دول} other {دول}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, zero {إيميلات} one {ايميل} two {إيميلات} few {إيميلات} many {إيميلات} other {إيميلات}}","facet.ibans":"{count, plural, zero {أرقام الحسابات} one {رقم الحساب} two {أرقام الحسابات} few {أرقام الحسابات} many {أرقام الحسابات} other {أرقام حسابات IBAN}}","facet.languages":"{count, plural, zero {لغات} one {لغة} two {لغات} few {لغات} many {لغات} other {لغات}}","facet.mimetypes":"{count, plural, zero {نوع الملفات} one {نوع الملف} two {نوع الملفات} few {نوع الملفات} many {نوع الملفات} other {نوع الملفات}}","facet.names":"{count, plural, zero {اسماء} one {اسم} two {اسماء} few {اسماء} many {اسماء} other {اسماء}}","facet.phones":"{count, plural, zero {أرقام هواتف} one {رقم الهاتف} two {أرقام هواتف} few {أرقام هواتف} many {أرقام هواتف} other {أرقام هواتف}}","facet.schema":"Entity type","file_import.error":"خطأ في استيراد الملف","footer.aleph":"أَلِف {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"حاول البحث: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"البحث عن السجلات العامة والتسريبات","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"بحث","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"مجموعة البيانات","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"آخر تحديث","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"تسجيل الدخول عبر OAuth","mapping.actions.create":"إنشاء كيانات","mapping.actions.create.toast":"الكيانات قيد الإنشاء","mapping.actions.delete":"حذف","mapping.actions.delete.toast":"حذف اليحث الشامل وأي كيانات تم إنشاؤها ...","mapping.actions.export":"تصدير البحث الشامل","mapping.actions.flush":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.flush.toast":"إزالة الكيانات التي تم إنشاؤها","mapping.actions.save":"حفظ التغييرات","mapping.actions.save.toast":"إعادة إنشاء الكيانات","mapping.create.cancel":"الغاء","mapping.create.confirm":"إنشاء","mapping.create.question":"هل أنت متأكد من أنك مستعد لإنشاء كيانات باستخدام البحث الشامل؟","mapping.delete.cancel":"الغاء","mapping.delete.confirm":"حذف","mapping.delete.question":"هل أنت متأكد أنك تريد حذف هذا التعيين وجميع الكيانات التي تم إنشاؤها؟","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"يجب إنشاء كائن من النوع \"{range}\" ليكون {property}","mapping.entityAssign.noResults":"لا توجد مواضيع مطابقة متاحة","mapping.entityAssign.placeholder":"حدد موضوع","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"إزالة","mapping.error.keyMissing":"خطأ رئيسي: يجب أن يحتوي {id} الكيان على مفتاح واحد على الأقل","mapping.error.relationshipMissing":"خطأ في العلاقة: {id} يجب أن يكون للكيان {source} و {target} معين","mapping.flush.cancel":"الغاء","mapping.flush.confirm":"إزالة","mapping.flush.question":"هل أنت متأكد من أنك تريد إزالة الكيانات التي تم إنشاؤها باستخدام هذا البحث الشامل؟","mapping.import.button":"استيراد الرسم التخطيطي الموجود","mapping.import.placeholder":"أسقط ملف yml هنا أو اضغط لاستيراد ملف بحث شامل موجود","mapping.import.querySelect":"حدد استعلام بحث شامل من هذا الملف للاستيراد:","mapping.import.submit":"إرسال","mapping.import.success":"تم استيراد بحثك الكامل بنجاح","mapping.import.title":"استيراد البحث الشامل","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"آلف لتوثيق بيانات البحث الشامل","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"أقل","mapping.keyAssign.additionalHelpToggle.more":"المزيد عن المفاتيح","mapping.keyAssign.helpText":"حدد الأعمدة التي سيتم استخدامها لتحديد الكيانات الفريدة","mapping.keyAssign.noResults":"لا توجد نتائج","mapping.keyAssign.placeholder":"حدد المفاتيح من الأعمدة المتاحة","mapping.keys":"المفاتيح الرئيسية","mapping.propAssign.errorBlank":"الأعمدة بدون عناوين لا يمكن تعيينها","mapping.propAssign.errorDuplicate":"الأعمدة بالعناوين المكررة لا يمكن تعيينها","mapping.propAssign.literalButtonText":"أضف قيمة ثابتة","mapping.propAssign.literalPlaceholder":"أضف نصاً ثابتاً","mapping.propAssign.other":"آخر","mapping.propAssign.placeholder":"تعيين ملكية","mapping.propRemove":"إزالة هذه الخاصية من البحث الشامل","mapping.props":"الخصائص","mapping.save.cancel":"الغاء","mapping.save.confirm":"تحديث البحث الشامل او إعادة انشائها","mapping.save.question":"سيؤدي تحديث هذا التعيين إلى حذف أي كيانات تم إنشاؤها سابقًا وإعادة إنشائها. هل أنت متأكد أنك تريد الاستمرار؟","mapping.section1.title":"1.اختار أنواع الكيانات المراد إنشاؤها","mapping.section2.title":"2. تعيين أعمدة للكيان","mapping.section3.title":"3. تحقيق/ تدقيق","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"خطأ:","mapping.status.status":"الحالة:","mapping.status.updated":"آخر تحديث:","mapping.title":"إنشاء كيانات منظمة","mapping.types.objects":"مواضيع","mapping.types.relationships":"علاقات","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"تنبيهات","nav.cases":"Investigations","nav.collections":"مجموعات البيانات","nav.diagrams":"مخططات الشبكة","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"الإعدادات","nav.signin":"تسجيل الدخول","nav.signout":"تسجيل الخروج","nav.status":"حالة النظام","nav.timelines":"Timelines","nav.view_notifications":"إشعارات","navbar.alert_add":"اضغط لتلقي تنبيهات حول النتائج الجديدة بخصوص هذا البحث","navbar.alert_remove":"تتلقى تنبيهات حول هذا البحث","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"ما الجديد {role}؟","notifications.no_notifications":"ليس لديك إشعارات غير مرئية","notifications.title":"اشعارات حديثة","notifications.type_filter.all":"الكل","pages.not.found":"الصفحة غير موجودة","pass.auth.not_same":"كلمات السر الخاصة بك ليست هي نفسها!","password_auth.activate":"تفعيل","password_auth.confirm":"تأكيد كلمة المرور","password_auth.email":"البريد الإلكتروني","password_auth.name":"اسمك","password_auth.password":"كلمة المرور","password_auth.signin":"تسجيل الدخول","password_auth.signup":"تسجيل","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"استخدم مفتاح API لقراءة البيانات وكتابتها عبر التطبيقات عن بعد.","queryFilters.clearAll":"حذف الكل","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":" المستندات قيد المعالجة. ارجوك انتظر...","restricted.explain":"استخدام مجموعة البيانات مقيد. اقرأ الوصف واتصل بـ {creator} قبل استخدام هذه المادة.","restricted.explain.creator":"مالك مجموعة البيانات","restricted.tag":"مقيد","result.error":"خطأ","result.more_results":"أكثر من {total} نتيجة","result.none":"لم يتم العثور على نتائج","result.results":"العثور على {total} من النتائج","result.searching":"جاري البحث","result.solo":"تم العثور على نتيجة واحدة","role.select.user":"اختر اسم المستخدم","schemaSelect.button.relationship":"أضف علاقة جديدة","schemaSelect.button.thing":"أضف موضوعاَ جديداً","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"حذف الكل","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"بحث","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"بعض المصادر مخفية عن المستخدمين المجهولين. اضغط {signInButton} لعرض جميع النتائج المسموح لك بالوصول إليها.","search.callout_message.button_text":"تسجيل الدخول","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"الخصائص","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} محدد","search.facets.hide":"Hide filters","search.facets.no_items":"لا توجد خيارات","search.facets.show":"Show filters","search.facets.showMore":"اعرض المزيد:","search.filterTag.ancestors":"في:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"ليس:","search.filterTag.role":"تصفية حسب الوصول","search.loading":"Loading...","search.no_results_description":"حاول أن تجعل بحثك أكثر عمومية","search.no_results_title":"لم يتم العثور على نتائج","search.placeholder":"ابحث عن شركات وأشخاص ومستندات","search.placeholder_default":"Search…","search.placeholder_label":"بحث في {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"نتائج","search.screen.dates_title":"تواريخ","search.screen.export":"تصدير","search.screen.export_disabled":"لا يمكن تصدير أكثر من 10000 نتيجة في المرة الواحدة","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"بحث","settings.api_key":"مفتاح API الوصول السري ","settings.confirm":"(تأكيد)","settings.current_explain":"أدخل كلمة المرور الحالية لتعيين كلمة مرور جديدة.","settings.current_password":"كلمة المرور الحالية","settings.email":"البريد الكتروني","settings.email.muted":"استلام اشعارات رسائل البريد الإلكتروني","settings.email.no_change":"لا يمكن تغيير عنوان بريدك الإلكتروني","settings.email.tester":"اختبر الميزات الجديدة قبل الانتهاء","settings.locale":"اللغة","settings.name":"الاسم","settings.new_password":"كلمة سر جديدة","settings.password.missmatch":"كلمة المرور غير مطابقة","settings.password.rules":"استخدم ستة أحرف على الأقل","settings.password.title":"قم بتغيير كلمة المرور الخاصة بك","settings.save":"تحديث","settings.saved":"إنه رسمي، يتم تحديث ملفك الشخصي.","settings.title":"الإعدادات","sidebar.open":"توسيع النطاق","signup.activate":"فعل حسابك","signup.inbox.desc":"لقد أرسلنا لك بريدًا إلكترونيًا ، يرجى اتباع الرابط لإتمام عملية التسجيل","signup.inbox.title":"تحقق من بريدك الوارد","signup.login":"هل لديك حساب؟ تسجيل الدخول!","signup.register":"تسجيل","signup.register.question":"ليس لديك حساب؟ سجل!","signup.title":"تسجيل الدخول","sorting.bar.button.label":"إظهار","sorting.bar.caption":"العنوان","sorting.bar.collection_id":"مجموعة البيانات","sorting.bar.count":"الحجم","sorting.bar.countries":"الدول","sorting.bar.created_at":"انشاء تاريخ","sorting.bar.date":"التاريخ","sorting.bar.dates":"تواريخ ","sorting.bar.direction":"اتجاه:","sorting.bar.endDate":"End date","sorting.bar.label":"العنوان","sorting.bar.sort":"ترتيب حسب:","sorting.bar.updated_at":"تحديث التاريخ","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"تحميل...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"حذف","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"إنشاء","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"ذكرت {count} في {appName}","xref.compute":"احسب","xref.entity":"مرجع","xref.match":"تطابق محتمل","xref.match_collection":"مجموعة البيانات","xref.recompute":"إعادة الحساب","xref.score":"نتيجة","xref.sort.default":"Default","xref.sort.label":"ترتيب حسب:","xref.sort.random":"Random"},"bs":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Upravljaj pretplatama","alerts.no_alerts":"Ne pratite nijednu pretragu","alerts.save":"Ažuriraj","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"Server nije prihvatio Vaš unos","auth.server_error":"Greška na serveru","auth.success":"Uspješno","auth.unauthorized":"Nije Vam dozvoljen pristup","auth.unknown_error":"Desila se neočekivana greška","case.choose.name":"Title","case.choose.summary":"Opis","case.chose.languages":"Jezici","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Sačuvaj","case.share.with":"Podijeli sa","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pretraži korisnike","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Otkaži","collection.cancel.button":"Otkaži","collection.countries":"Država","collection.creator":"Upravitelj","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Otkaži","collection.delete.confirm":"Izbriši","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Kontrola pristupa","collection.edit.cancel_button":"Otkaži","collection.edit.groups":"Grupe","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Otkaži","collection.edit.info.category":"Kategorija","collection.edit.info.countries":"Države","collection.edit.info.creator":"Upravitelj","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Izbriši","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Oznaka","collection.edit.info.languages":"Jezici","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"Labela","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"Sažetak","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Sačuvaj izmjene","collection.edit.info.summary":"Opis","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Uredi","collection.edit.permissionstable.view":"Pregled","collection.edit.save_button":"Sačuvaj izmjene","collection.edit.save_success":"Vaše izmjene su sačuvane.","collection.edit.title":"Podešavanja","collection.edit.users":"Korisnici","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Podešavanja","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Sažetak","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Pretraži","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Povezane reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Otkaži","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Otkaži","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Povezane reference","dashboard.activity":"Activity","dashboard.alerts":"Pretplata","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupe","dashboard.lists":"Lists","dashboard.notifications":"Notifikacije","dashboard.settings":"Podešavanja","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Preuzmi","document.download.cancel":"Otkaži","document.download.confirm":"Preuzmi","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Preuzmi originalni dokument","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"Nova datoteka","document.folder.save":"Kreiraj","document.folder.title":"Nova datoteka","document.folder.untitled":"Naziv foldera","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Unos","document.upload.cancel":"Otkaži","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Izaberi fajlove za unos...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Unos","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Unos dokumenata","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Sistem ne podržava ovaj tip dokumenta. Molimo vas da ga preuzmete kako bi bili u mogućnosti da ga vidite.","document.viewer.no_viewer":"Pregled ovog dokumenta nije dostupan","email.body.empty":"Nema sadržaja.","entity.delete.cancel":"Otkaži","entity.delete.confirm":"Izbriši","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Prilozi","entity.info.documents":"Documents","entity.info.info":"Informacije","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Slično","entity.info.tags":"Mentions","entity.info.text":"Tekst","entity.info.view":"Pregled","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Izbriši","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Ukloni","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"Entitet nema nikakve veze.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Ukloni","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Ova datoteka je prazna","entity.search.no_results_description":"Pokušajte opširniji pojam za pretragu","entity.search.no_results_title":"Nema rezultata pretrage","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Ažurirano {date}","entityset.choose.name":"Title","entityset.choose.summary":"Opis","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Kreiraj","entityset.delete.cancel":"Otkaži","entityset.delete.confirm":"Izbriši","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Izbriši","entityset.info.edit":"Podešavanja","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Pregled","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Sačuvaj izmjene","error.screen.not_found":"Tražena stranica nije pronađena.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Otkaži","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Ime","exports.no_exports":"You have no exports to download","exports.size":"Veličina","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Ime","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Pokušajte pretražiti: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Pretraži","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Posljednja izmjena","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Unos dokumenata","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Loguj se pomoću OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Izbriši","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Sačuvaj izmjene","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Otkaži","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Otkaži","mapping.delete.confirm":"Izbriši","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Ukloni","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Otkaži","mapping.flush.confirm":"Ukloni","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Drugo","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Otkaži","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Veze","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Pretplata","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Podešavanja","nav.signin":"Prijava","nav.signout":"Odloguj se","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifikacije","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"Dobijate notifikacije u vezi ove pretrage.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Nedavne notifikacije","notifications.type_filter.all":"All","pages.not.found":"Stranica nije pronađena","pass.auth.not_same":"Vaše šifre nisu iste!","password_auth.activate":"Aktiviraj","password_auth.confirm":"Potvrdi šifru","password_auth.email":"E-mail adresa","password_auth.name":"Vaše ime","password_auth.password":"Šifra","password_auth.signin":"Prijava","password_auth.signup":"Registracija","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profil","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Koristi API ključ za čitanje i pisanje podataka pomoću udaljene aplikacije.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Dokumenti se upravo precesuiraju. Molimo sačekajte...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Greška","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Traženje...","result.solo":"One result found","role.select.user":"Izaberi korisnika","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Pretraži","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Prijava","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} odabrano","search.facets.hide":"Hide filters","search.facets.no_items":"Nema opcija","search.facets.show":"Show filters","search.facets.showMore":"Prikaži više...","search.filterTag.ancestors":"unutar:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"osim:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Pokušajte opširniji pojam za pretragu","search.no_results_title":"Nema rezultata pretrage","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Pretraži...","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"rezultata","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Pretraži","settings.api_key":"API tajni pristupni ključ","settings.confirm":"(potvrdi)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail adrese","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Vaša e-mail adresa ne može se promijeniti","settings.email.tester":"Test new features before they are finished","settings.locale":"Jezik","settings.name":"Ime","settings.new_password":"New password","settings.password.missmatch":"Šifre nisu iste","settings.password.rules":"Koristi najmaje šest karaktera","settings.password.title":"Change your password","settings.save":"Ažuriraj","settings.saved":"It's official, your profile is updated.","settings.title":"Podešavanja","sidebar.open":"Expand","signup.activate":"Aktiviraj svoj profil","signup.inbox.desc":"Poslali smo Vam e-mail, molimo da pomoću linka završite svoju registraciju","signup.inbox.title":"Provjeri svoju poštu","signup.login":"Već imate kreiran profil? Logujte se!","signup.register":"Registrujte se","signup.register.question":"Nemate kreiran profil? Registrujte se!","signup.title":"Prijava","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Veličina","sorting.bar.countries":"Države","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Datum","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Učitavanje...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Izbriši","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Kreiraj","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Količina usaglašenosti","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"de":{"alert.manager.description":"Sie erhalten eine Benachrichtigung, sobald ein neues Suchergebnis zu einem ihrer Themen-Abos bereit steht.","alerts.add_placeholder":"Legen sie ein neues Themen-Abo an...","alerts.delete":"Remove alert","alerts.heading":"Verwalten sie sie ihre Themen-Abos","alerts.no_alerts":"Sie haben keine Themen-Abos","alerts.save":"Speichern","alerts.title":"Themen-Abos","alerts.track":"Verfolgen","auth.bad_request":"Der Server hat ihre Eingaben nicht akzeptiert.","auth.server_error":"Serverfehler","auth.success":"Erfolg","auth.unauthorized":"Erlaubnis verweigert","auth.unknown_error":"Ein unerwarteter Fehler ist aufgetreten.","case.choose.name":"Titel","case.choose.summary":"Beschreibung","case.chose.languages":"Sprachen","case.create.login":"Um ihre eigenen Daten hoch zu laden müssen sie sich anmelden.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Sprachen auswählen","case.languages.helper":"Wir zur optischen Erkennung von Schrift in Dokumenten verwendet.","case.save":"Speichern","case.share.with":"Teilen mit","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Nutzersuche","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Recherchen","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"In die Zwischenablage kopieren","collection.addSchema.placeholder":"Neue Objektart hinzufügen","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Abbrechen","collection.cancel.button":"Abbrechen","collection.countries":"Land","collection.creator":"Verwalter","collection.data_updated_at":"Content updated","collection.data_url":"Daten-URL","collection.delete.cancel":"Abbrechen","collection.delete.confirm":"Löschen","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Zugangskontrolle","collection.edit.cancel_button":"Abbrechen","collection.edit.groups":"Gruppen","collection.edit.info.analyze":"Erneut verarbeiten","collection.edit.info.cancel":"Abbrechen","collection.edit.info.category":"Kategorie","collection.edit.info.countries":"Länder","collection.edit.info.creator":"Verwalter","collection.edit.info.data_url":"Quelldaten-URL","collection.edit.info.delete":"Löschen","collection.edit.info.foreign_id":"Foreign-ID","collection.edit.info.frequency":"Aktualisierungsrate","collection.edit.info.info_url":"Informations-URL","collection.edit.info.label":"Titel","collection.edit.info.languages":"Sprachen","collection.edit.info.placeholder_country":"Länder auswählen","collection.edit.info.placeholder_data_url":"Link zu den Rohdaten","collection.edit.info.placeholder_info_url":"Link zu zusätzlichen Informationen","collection.edit.info.placeholder_label":"Ein Titel","collection.edit.info.placeholder_language":"Sprachen auswählen","collection.edit.info.placeholder_publisher":"Die Organisation oder Person, die diese Daten bereitstellt","collection.edit.info.placeholder_publisher_url":"Link zum Herausgeber","collection.edit.info.placeholder_summary":"Eine kurze Beschreibung","collection.edit.info.publisher":"Herausgeber","collection.edit.info.publisher_url":"Herausgeber-URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Speichern","collection.edit.info.summary":"Beschreibung","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Bearbeiten","collection.edit.permissionstable.view":"Darstellung","collection.edit.save_button":"Speichern","collection.edit.save_success":"Ich gebe ihnen mein Ehrenwort!","collection.edit.title":"Einstellungen","collection.edit.users":"Benutzer","collection.foreign_id":"Foreign-ID","collection.frequency":"Aktualisierung","collection.index.empty":"Es wurden keine Datensätze gefunden.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Von mir erstellt","collection.index.no_results":"Es wurden keine Datensätze gefunden, die ihrer Suchanfrage entsprechen.","collection.index.placeholder":"Datensätze durchsuchen...","collection.index.title":"Datensätze","collection.info.access":"Teilen","collection.info.browse":"Dokumente","collection.info.delete":"Datensatz löschen","collection.info.delete_casefile":"Recherche löschen","collection.info.diagrams":"Netzwerkdiagramme","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Dokumente","collection.info.edit":"Einstellungen","collection.info.entities":"Objekte","collection.info.lists":"Listen","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Erwähnungen","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Übersicht","collection.info.reindex":"Alle Daten re-indizieren","collection.info.reingest":"Dokumente erneut verarbeiten","collection.info.search":"Suche","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Rasterfahndung","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Informations-URL","collection.last_updated":"Zuletzt {date} aktualisiert","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Herausgeber","collection.reconcile":"Reconciliation","collection.reconcile.description":"Gleichen sie mithilfe des freien {openrefine}-Tools ihre eigenen Daten mit den Objekten in diesem Datensatz ab.","collection.reindex.cancel":"Abbrechen","collection.reindex.confirm":"Indizieren","collection.reindex.flush":"Index vor dem re-indizieren entleeren","collection.reindex.processing":"Indizierung wurde gestartet.","collection.reingest.confirm":"Verarbeitung starten","collection.reingest.index":"Dokumente nach der Verarbeitung indizieren.","collection.reingest.processing":"Verarbeitung gestartet.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mehr zeigen","collection.status.cancel_button":"Vorgang abbrechen","collection.status.collection":"Datensatz","collection.status.finished_tasks":"Fertig","collection.status.jobs":"Prozesse","collection.status.message":"Tollen sie herum während die Daten verarbeitet werden.","collection.status.no_active":"Es findet keine Datenverarbeitung statt.","collection.status.pending_tasks":"Unerledigt","collection.status.progress":"Aufgaben","collection.status.title":"Wird verarbeitet ({percent}%)","collection.team":"Zugang","collection.updated_at":"Metadata updated","collection.xref.cancel":"Abbrechen","collection.xref.confirm":"Bestätigen","collection.xref.empty":"Er gibt keine Rasterfahndungsergebnisse.","collection.xref.processing":"Rasterfahndung gestartet.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Rasterfahndung","dashboard.activity":"Tätigkeiten","dashboard.alerts":"Themen-Abos","dashboard.cases":"Recherchen","dashboard.diagrams":"Netzwerkdiagramme","dashboard.exports":"Exporte","dashboard.groups":"Gruppen","dashboard.lists":"Listen","dashboard.notifications":"Benachrichtigungen","dashboard.settings":"Einstellungen","dashboard.status":"Systemstatus","dashboard.subheading":"Beobachten sie den Fortschritt von laufenden Datenimports und -analysen.","dashboard.timelines":"Timelines","dashboard.title":"Systemstatus","dashboard.workspace":"Arbeitsplatz","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Neues Netzwerk","diagram.create.label_placeholder":"Unbenanntes Diagramm","diagram.create.login":"Um ein Netzwerkdiagramm anzulegen müssen sie angemeldet sein.","diagram.create.success":"Ihr Diagramm wurde erfolgreich erstellt.","diagram.create.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.create.title":"Neues Diagramm anlegen","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Diagramm importieren","diagram.import.placeholder":"Legen sie hier eine .vis Datei ab, um ein bestehendes Netzwerkdiagramm zu importieren","diagram.import.title":"Netzwerkdiagramm importieren","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Neues Diagramm anlegen","diagram.selector.select_empty":"Keine bestehenden Diagramme","diagram.update.label_placeholder":"Unbenanntes Diagramm","diagram.update.success":"Ihr Diagramm wurde erfolgreich angelegt.","diagram.update.summary_placeholder":"Eine kurze Beschreibung des Diagramms","diagram.update.title":"Diagramm-Einstellungen","diagrams":"Diagramme","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"Es gibt keine Netzwerkdiagramme.","diagrams.title":"Netzwerkdiagramme","document.download":"Herunterladen","document.download.cancel":"Abbrechen","document.download.confirm":"Herunterladen","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Quelldokument herunterladen","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Beim Anlegen des Ordners trat ein Fehler auf.","document.folder.new":"Neuer Ordner","document.folder.save":"Anlegen","document.folder.title":"Neuer Ordner","document.folder.untitled":"Ordnertitel","document.mapping.start":"Entitäten erzeugen","document.paging":"Seite {pageInput} von {numberOfPages}","document.pdf.search.page":"Seite {page}","document.search.no_match":"Keine einzelne Seite in diesem Dokument enthält alle Suchbegriffe.","document.upload.button":"Hochladen","document.upload.cancel":"Abbrechen","document.upload.close":"Schließen","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Wählen sie Dateien für den Upload","document.upload.folder":"Wenn sie stattdessen einen Ordner hochladen wollen: { button }.","document.upload.folder-toggle":"hier drücken","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Hochladen","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Dokumente hochladen","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"Das System kann mit diesem Dateityp nicht umgehen. Bitte laden sie die Datei herunter um den Inhalt zu sehen.","document.viewer.no_viewer":"Für dieses Dokument ist keine Vorschau verfügbar","email.body.empty":"Kein Nachrichtentext","entity.delete.cancel":"Abbrechen","entity.delete.confirm":"Löschen","entity.delete.error":"Beim Löschen des Objektes trat ein Fehler auf.","entity.delete.progress":"Lösche...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Erfolgreich gelöscht","entity.document.manager.cannot_map":"Wählen sie eine Tabelle aus der sie strukturierte Daten importieren wollen","entity.document.manager.empty":"Keine Dateien und Verzeichnisse.","entity.document.manager.emptyCanUpload":"Keine Dateien oder Verzeichnisse. Ziehen sie Dateien hier in um sie hoch zu laden.","entity.document.manager.search_placeholder":"Dokumente suchen","entity.document.manager.search_placeholder_document":"Suche in {label}","entity.info.attachments":"Anhänge","entity.info.documents":"Dokumente","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Ähnlich","entity.info.tags":"Erwähnungen","entity.info.text":"Text","entity.info.view":"Darstellung","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Wählen die die Tabelle aus der sie {schema} importieren wollen.","entity.manager.bulk_import.description.2":"Nach der Auswahl können die Spalten aus der Tabelle den Eigenschaften der erzeugten Objekte zuweisen.","entity.manager.bulk_import.description.3":"Haben sie die gesuchte Tabelle nicht gefunden? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"Keine passenden Dokumente gefunden","entity.manager.bulk_import.placeholder":"Wählen sie eine Tabelle aus","entity.manager.delete":"Löschen","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Entfernen","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"{schema} suchen","entity.mapping.view":"Entitäten erzeugen","entity.properties.missing":"unbekannt","entity.references.no_relationships":"Diese Objekt hat keine Verbindungen.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Entfernen","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Dieser Ordner ist leer","entity.search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","entity.search.no_results_title":"Keine Suchergebnisse","entity.similar.empty":"Es gibt keine ähnlichen Einträge.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Speicherfehler","entity.status.in_progress":"Speichere...","entity.status.success":"Gespeichert","entity.tags.no_tags":"Aus diesem Objekt wurden keine Schlagworte extrahiert.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Objektimport","entity.viewer.search_placeholder":"Suche in {label}","entitySet.last_updated":"Aktualisiert am {date}","entityset.choose.name":"Titel","entityset.choose.summary":"Beschreibung","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Anlegen","entityset.delete.cancel":"Abbrechen","entityset.delete.confirm":"Löschen","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Löschen","entityset.info.edit":"Einstellungen","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Darstellung","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Speichern","error.screen.not_found":"Die angeforderte Seite konnte nicht gefunden werden.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Abbrechen","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Größe","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Adresse} other {Adressen}}","facet.caption":"Name","facet.category":"{count, plural, one {Kategorie} other {Kategorien}}","facet.collection_id":"Datensatz","facet.countries":"{count, plural, one {Land} other {Länder}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Sprache} other {Sprachen}}","facet.mimetypes":"{count, plural, one {Dateityp} other {Dateitypen}}","facet.names":"{count, plural, one {Name} other {Namen}}","facet.phones":"{count, plural, one {Telefonnummer} other {Telefonnummern}}","facet.schema":"Entity type","file_import.error":"Fehler beim Datei-Import","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Zum Beispiel: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Objektarten","home.stats.title":"Get started exploring public data","home.title":"Finde öffentliche Dokumente und Leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Suche","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Datensatz","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Aktualisiert","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Neue Objekte anlegen","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Dokumente hochladen","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Ungleich","judgement.positive":"Gleich","judgement.unsure":"Nicht genug Informationen","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"Neue Liste","list.create.label_placeholder":"Unbenannte Liste","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Unbenannte Liste","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"Listeneinstellungen","lists":"Listen","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Listen","login.oauth":"Mit OAuth anmelden","mapping.actions.create":"Entitäten erzeugen","mapping.actions.create.toast":"Entitäten werden erzeugt...","mapping.actions.delete":"Löschen","mapping.actions.delete.toast":"Mapping und erzeugte Entitäten löschen...","mapping.actions.export":"Mapping exportieren","mapping.actions.flush":"Entstandene Entitäten entfernen","mapping.actions.flush.toast":"Entferne erzeugte Entitäten...","mapping.actions.save":"Speichern","mapping.actions.save.toast":"Entitäten werden erneut erzeugt...","mapping.create.cancel":"Abbrechen","mapping.create.confirm":"Erzeugen","mapping.create.question":"Sind sie sicher, dass sie auf der Basis dieses Mappings Objekte erzeugen wollen?","mapping.delete.cancel":"Abbrechen","mapping.delete.confirm":"Löschen","mapping.delete.question":"Sind sie sicher, dass sie dieses Mapping und alle daraus resultierenden Objekte löschen wollen?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Sie benötigen eine \"{range}\" als Zuweisung für die Eigenschaft {property}","mapping.entityAssign.noResults":"Keine passenden Objekte sind verfügbar","mapping.entityAssign.placeholder":"Objekt auswählen","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Entfernen","mapping.error.keyMissing":"Schlüssel-Fehler: Objekt {id} muss mindestens einen Schlüssel haben","mapping.error.relationshipMissing":"Verbindungsfehler: dem Objekt {id} muss sowohl {source} wie {target} zugewiesen werden.","mapping.flush.cancel":"Abbrechen","mapping.flush.confirm":"Entfernen","mapping.flush.question":"Sind sie sicher, dass sie die Entitäten die aus dieses Mapping generiert wurden löschen möchten?","mapping.import.button":"Bestehendes Mapping importieren","mapping.import.placeholder":"Legen sie hier eine YAML-Datei ab um ein bestehendes Mapping zu importieren","mapping.import.querySelect":"Wählen sie die Mapping-Query aus dieser Datei, die sie importieren wollen:","mapping.import.submit":"Speichern","mapping.import.success":"Ihr Mapping wurde erfolgreich importiert.","mapping.import.title":"Mapping importieren","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph Mapping-Dokumentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Weniger","mapping.keyAssign.additionalHelpToggle.more":"Mehr zu Schlüsseln","mapping.keyAssign.helpText":"Wählen sie die Spalten in den Quelldaten aus denen eindeutige Objekt-Kennungen erzeugt werden können.","mapping.keyAssign.noResults":"Keine Treffer","mapping.keyAssign.placeholder":"Wählen sie aus den verfügbaren Spalten einen Schlüssel","mapping.keys":"Schlüssel","mapping.propAssign.errorBlank":"Spalten ohne Kopfzeile können nicht zugewiesen weden","mapping.propAssign.errorDuplicate":"Mehrfach genutzte Kopfzeilen können nicht zugewiesen werden","mapping.propAssign.literalButtonText":"Einen fixen Wert setzen","mapping.propAssign.literalPlaceholder":"Fixen Wert hinzufügen","mapping.propAssign.other":"Andere","mapping.propAssign.placeholder":"Eigenschaft zuweisen","mapping.propRemove":"Diese Eigenschaft aus dem Mapping entfernen","mapping.props":"Eigenschaften","mapping.save.cancel":"Abbrechen","mapping.save.confirm":"Mapping speichern & aktualisieren","mapping.save.question":"Wenn sie dieses Mapping speichern werden alle zuvor erzeugten Entitäten entfernt und neu generiert. Wollen sie fortfahren?","mapping.section1.title":"1. Entitiäten-Typen auswählen","mapping.section2.title":"2. Verknüpfung von Spalten mit Eigenschaften ","mapping.section3.title":"3. Prüfung","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Fehler: ","mapping.status.status":"Status: ","mapping.status.updated":"Aktualisiert: ","mapping.title":"Strukturierte Daten erzeugen","mapping.types.objects":"Objekte","mapping.types.relationships":"Verbindungen","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Themen-Abos","nav.cases":"Recherchen","nav.collections":"Datensätze","nav.diagrams":"Netzwerkdiagramme","nav.exports":"Exporte","nav.lists":"Listen","nav.menu.cases":"Recherchen","nav.settings":"Einstellungen","nav.signin":"Anmelden","nav.signout":"Abmelden","nav.status":"Systemstatus","nav.timelines":"Timelines","nav.view_notifications":"Benachrichtigungen","navbar.alert_add":"Erhalten sie Benachrichtigungen über neue Treffer zu dieser Suche.","navbar.alert_remove":"Zu diesem Suchbegriff erhalten sie Benachrichtigungen","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Was läuft, {role}?","notifications.no_notifications":"Sie haben keine ungesehenen Benachrichtigungen","notifications.title":"Neue Benachrichtigungen","notifications.type_filter.all":"Alle","pages.not.found":"Seite nicht gefunden","pass.auth.not_same":"Die Passwörter stimmen nicht überein!","password_auth.activate":"Aktivieren","password_auth.confirm":"Passwort bestätigen","password_auth.email":"E-Mail-Adresse","password_auth.name":"Ihr Name","password_auth.password":"Passwort","password_auth.signin":"Anmelden","password_auth.signup":"Registrieren","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profil","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Nutzen sie den API-Schlüssel um Daten aus anderen Programmen zu lesen oder schreiben.","queryFilters.clearAll":"Alle entfernen","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Die Dokumente werden verarbeitet. Bitte warten sie...","restricted.explain":"Die Nutzung dieses Datensatzes unterliegt der Vertraulichkeit. Bitte lesen sie die Datensatzbeschreibung und treten sie mit {creator} in Verbindung, bevor sie das Material benutzen.","restricted.explain.creator":"dem Datensatz-Verwalter","restricted.tag":"VERTRAULICH","result.error":"Fehler","result.more_results":"Mehr als {total} Treffer","result.none":"Keine Treffer gefunden","result.results":"{total} Treffer gefunden","result.searching":"Suche...","result.solo":"Ein Treffer gefunden","role.select.user":"Wählen sie einen Nutzer","schemaSelect.button.relationship":"Neue Beziehung hinzufügen","schemaSelect.button.thing":"Neues Objekt hinzufügen","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Alle entfernen","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Suche","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Begriff","search.callout_message":"Einige Quellen sind anonymen Nutzern nicht zugänglich. {signInButton} um alle Resultate zu sehen, zu denen sie Zugang haben.","search.callout_message.button_text":"Anmelden","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Eigenschaften","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} ausgewählt","search.facets.hide":"Hide filters","search.facets.no_items":"Keine Optionen","search.facets.show":"Show filters","search.facets.showMore":"Mehr zeigen...","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"Nach","search.filterTag.dates_before":"Vor","search.filterTag.exclude":"nicht:","search.filterTag.role":"Nach Zugriff gefiltert","search.loading":"Loading...","search.no_results_description":"Versuchen sie eine ungenauere Suchanfrage","search.no_results_title":"Keine Suchergebnisse","search.placeholder":"Suche nach Firmen, Personen oder Dokumenten","search.placeholder_default":"Suchen...","search.placeholder_label":"Suche in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"Treffer","search.screen.dates_title":"Zeitleiste","search.screen.export":"Export","search.screen.export_disabled":"Es können nur 10,000 Resultate auf einmal exportiert werden","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Suche","settings.api_key":"API-Zugangsschlüssel","settings.confirm":"(bestätigen)","settings.current_explain":"Geben sie ihr Passwort an um ein Neues zu setzen.","settings.current_password":"Gegenwärtiges Passwort","settings.email":"E-Mail-Adresse","settings.email.muted":"Tägliche Benachrichtigungen per E-Mail erhalten","settings.email.no_change":"Sie können Ihre E-Mail Adresse nicht ändern.","settings.email.tester":"Ich will neue Funktionen der Software testen bevor sie fertig sind","settings.locale":"Sprache","settings.name":"Name","settings.new_password":"Neues Passwort","settings.password.missmatch":"Passwörter stimmen nicht überein","settings.password.rules":"Mindestens sechs Buchstaben","settings.password.title":"Ändern sie ihr Passwort","settings.save":"Speichern","settings.saved":"Nach meiner Kenntnis tritt das sofort, unverzüglich in Kraft.","settings.title":"Einstellungen","sidebar.open":"Erweitern","signup.activate":"Aktivieren sie ihr Nutzerkonto","signup.inbox.desc":"Wir haben ihnen eine E-Mail geschickt, folgen sie dem enthaltenen Link um die Anmeldung abzuschliessen","signup.inbox.title":"Prüfen sie ihr Postfach","signup.login":"Haben sie schon ein Konto? Zur Anmeldung.","signup.register":"Anmelden","signup.register.question":"Sie haben kein Konto? Anmelden!","signup.title":"Anmelden","sorting.bar.button.label":"Show:","sorting.bar.caption":"Titel","sorting.bar.collection_id":"Datensatz","sorting.bar.count":"Größe","sorting.bar.countries":"Länder","sorting.bar.created_at":"Erzeugungsdatum","sorting.bar.date":"Datum","sorting.bar.dates":"Zeitleiste","sorting.bar.direction":"Richtung:","sorting.bar.endDate":"End date","sorting.bar.label":"Titel","sorting.bar.sort":"Sortieren nach:","sorting.bar.updated_at":"Aktualisierungsdatum","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Begriff","text.loading":"Lade...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Löschen","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Anlegen","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} Erwähnungen in {appName}","xref.compute":"Errechnen","xref.entity":"Verweis","xref.match":"Möglicher Treffer","xref.match_collection":"Datensatz","xref.recompute":"Neu berechnen","xref.score":"Qualität","xref.sort.default":"Default","xref.sort.label":"Sortieren nach:","xref.sort.random":"Random"},"es":{"alert.manager.description":"Recibirá notificaciones cuando se agregue un nuevo resultado que coincida con cualquiera de las alertas que ha configurado a continuación.","alerts.add_placeholder":"Crear una nuevo monitor de alertas...","alerts.delete":"Remove alert","alerts.heading":"Administre sus alertas","alerts.no_alerts":"No está haciendo monitoreando ninguna búsqueda","alerts.save":"Actualizar","alerts.title":"Alertas de monitoreo","alerts.track":"Monitorear","auth.bad_request":"El servidor no aceptó su entrada","auth.server_error":"Error del servidor","auth.success":"Acierto","auth.unauthorized":"No autorizado","auth.unknown_error":"Ha ocurrido un error inesperado","case.choose.name":"Título","case.choose.summary":"Resumen","case.chose.languages":"Idiomas","case.create.login":"Debe iniciar sesión para subir sus propia serie de datos.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Seleccionar idiomas","case.languages.helper":"Se usa para reconocimiento óptico de texto en alfabetos no latinos.","case.save":"Guardar","case.share.with":"Compartir con","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Buscar usuarios","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar al portapapeles","collection.addSchema.placeholder":"Agregar nuevo tipo de entidad","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Administrador","collection.data_updated_at":"Content updated","collection.data_url":"URL de datos","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Borrar","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Control de acceso","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocesar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoría","collection.edit.info.countries":"Países","collection.edit.info.creator":"Administrador","collection.edit.info.data_url":"URL de la fuente de datos","collection.edit.info.delete":"Borrar","collection.edit.info.foreign_id":"Identificación extranjera","collection.edit.info.frequency":"Frecuencia de actualización","collection.edit.info.info_url":"URL de información","collection.edit.info.label":"Etiqueta","collection.edit.info.languages":"Idiomas","collection.edit.info.placeholder_country":"Seleccionar países","collection.edit.info.placeholder_data_url":"Enlace a datos sin procesar en formato descargable","collection.edit.info.placeholder_info_url":"Enlace a más información","collection.edit.info.placeholder_label":"Una etiqueta","collection.edit.info.placeholder_language":"Seleccionar idiomas","collection.edit.info.placeholder_publisher":"Organismo o persona que publica estos datos","collection.edit.info.placeholder_publisher_url":"Enlace a quien publica","collection.edit.info.placeholder_summary":"Un resumen breve","collection.edit.info.publisher":"Editor","collection.edit.info.publisher_url":"URL del editor","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Guardar cambios","collection.edit.info.summary":"Resumen","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Vista","collection.edit.save_button":"Guardar cambios","collection.edit.save_success":"Sus cambios han sido guardados.","collection.edit.title":"Configuraciones","collection.edit.users":"Usuarios","collection.foreign_id":"Identificación extranjera","collection.frequency":"Actualizaciones","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todos","collection.index.filter.mine":"Creado por mi","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Buscar conjuntos de datos...","collection.index.title":"Conjuntos de datos","collection.info.access":"Compartir","collection.info.browse":"Documentos","collection.info.delete":"Eliminar conjunto de datos","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Diagramas de red","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documentos","collection.info.edit":"Configuraciones","collection.info.entities":"Entidades","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Menciones","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Resumen","collection.info.reindex":"Reindexar todo el contenido","collection.info.reingest":"Reintroducir documentos","collection.info.search":"Buscar","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cruce de base de datos","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de información","collection.last_updated":"Última actualización {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Editor","collection.reconcile":"Conciliación","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Empezar a indexar","collection.reindex.flush":"Borrar el índice antes de reindexar","collection.reindex.processing":"Se inició el indexado.","collection.reingest.confirm":"Empezar a procesar","collection.reingest.index":"Indexar documentos mientras se procesan.","collection.reingest.processing":"Se inició la reintroducción.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Mostrar más","collection.status.cancel_button":"Cancelar el proceso","collection.status.collection":"Conjunto de datos","collection.status.finished_tasks":"Terminado","collection.status.jobs":"Trabajos","collection.status.message":"Siga explorando mientras se procesan los datos.","collection.status.no_active":"No hay tareas en proceso","collection.status.pending_tasks":"Pendiente","collection.status.progress":"Tareas","collection.status.title":"Actualización en progreso ({percent}%)","collection.team":"Accesible para","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirmar","collection.xref.empty":"No hay resultados de cruces de bases de datos.","collection.xref.processing":"Se inició el cruce de bases de datos.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cruce de base de datos","dashboard.activity":"Actividad","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Diagramas de red","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificaciones","dashboard.settings":"Configuraciones","dashboard.status":"Estado del sistema","dashboard.subheading":"Verifique el progreso de análisis, carga y procesamiento de datos en curso.","dashboard.timelines":"Timelines","dashboard.title":"Estado del sistema","dashboard.workspace":"Espacio de trabajo","dataset.search.placeholder":"Search this dataset","diagram.create.button":"Nuevo diagrama","diagram.create.label_placeholder":"Diagrama sin título","diagram.create.login":"Debes iniciar sesión para crear un diagrama","diagram.create.success":"Tu diagrama se ha creado correctamente.","diagram.create.summary_placeholder":"Una breve descripción del diagrama","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Importar diagrama","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Importar un diagrama de una red","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Crear un diagrama nuevo","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Diagrama sin título","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"Una breve descripción del diagrama","diagram.update.title":"Configuración de diagrama","diagrams":"Diagramas","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"No hay diagramas de una red.","diagrams.title":"Diagramas de una red","document.download":"Descargar","document.download.cancel":"Cancelar","document.download.confirm":"Descargar","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Descargar el documento original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Se produjo un error al crear la carpeta.","document.folder.new":"Nueva carpeta","document.folder.save":"Crear","document.folder.title":"Nueva carpeta","document.folder.untitled":"Título de carpeta","document.mapping.start":"Generar entidades","document.paging":"Página {pageInput} de {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Ninguna página de este documento coincide con todos los términos de su búsqueda.","document.upload.button":"Subir","document.upload.cancel":"Cancelar","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Elija los archivos a cargar...","document.upload.folder":"Si prefiere subir carpetas, { button }.","document.upload.folder-toggle":"Haga clic aquí","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Subir","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"El sistema no trabaja con este tipo de archivos. Por favor, descárguelo para poder visualizarlo.","document.viewer.no_viewer":"La vista previa para este documento no está disponible","email.body.empty":"Sin cuerpo de mensaje.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Borrar","entity.delete.error":"Ocurrió un error al intentar eliminar esta entidad.","entity.delete.progress":"Eliminando...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Se eliminó correctamente","entity.document.manager.cannot_map":"Seleccione un documento de tabla para generar entidades estructuradas","entity.document.manager.empty":"No hay archivos ni directorios","entity.document.manager.emptyCanUpload":"No hay archivos ni directorios. Arrastre y suelte archivos aquí o haga clic para subirlos.","entity.document.manager.search_placeholder":"Buscar documentos","entity.document.manager.search_placeholder_document":"Buscar en {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Información","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menciones","entity.info.text":"Texto","entity.info.view":"Vista","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Seleccione una tabla de abajo desde la cual importar nuevas entidades de {schema}.","entity.manager.bulk_import.description.2":"Al seleccionar, se te pedirá que asignes columnas de esa tabla a las propiedades de las entidades generadas.","entity.manager.bulk_import.description.3":"¿No puedes ver la tabla que estás buscando? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No se encontraron documentos que coincidan","entity.manager.bulk_import.placeholder":"Seleccionar un documento de tabla","entity.manager.delete":"Borrar","entity.manager.edge_create_success":"Se enlazó exitosamente {source} y {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Eliminar","entity.manager.search_empty":"No se encontraron {schema} que coincidan","entity.manager.search_placeholder":"Buscar {schema}","entity.mapping.view":"Generar entidades","entity.properties.missing":"desconocido","entity.references.no_relationships":"Esta entidad no tiene ninguna relación.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Eliminar","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"Esta carpeta está vacía","entity.search.no_results_description":"Intente haciendo su búsqueda más general","entity.search.no_results_title":"Sin resultados de búsqueda","entity.similar.empty":"No hay entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error al guardar","entity.status.in_progress":"Guardando...","entity.status.success":"Guardado","entity.tags.no_tags":"No se extrajeron selectores de esta entidad.","entity.viewer.add_link":"Crear enlace","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Importación en bloque","entity.viewer.search_placeholder":"Buscar en {label}","entitySet.last_updated":"Actualizado {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumen","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Crear","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Borrar","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Borrar","entityset.info.edit":"Configuraciones","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Vista","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Guardar cambios","error.screen.not_found":"No se encontró la página solicitada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancelar","exports.dialog.confirm":"Exportar","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Nombre","exports.no_exports":"You have no exports to download","exports.size":"Tamaño","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} many {Direcciones} other {Direcciones}}","facet.caption":"Nombre","facet.category":"{count, plural, one {Category} many {Categorías} other {Categorías}}","facet.collection_id":"Conjunto de datos","facet.countries":"{count, plural, one {Country} many {Países} other {Países}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} many {Correos electrónicos} other {Correos electrónicos}}","facet.ibans":"{count, plural, one {IBAN} many {IBANs} other {IBANs}}","facet.languages":"{count, plural, one {Language} many {Idiomas} other {Idiomas}}","facet.mimetypes":"{count, plural, one {File type} many {Tipos de archivo} other {Tipos de archivo}}","facet.names":"{count, plural, one {Name} many {Nombres} other {Nombres}}","facet.phones":"{count, plural, one {Phone number} many {Números de teléfono} other {Números de teléfono}}","facet.schema":"Entity type","file_import.error":"Error al importar archivo","footer.aleph":"Aleph {versión}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Intente buscando: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Buscar registros públicos y filtraciones","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Buscar","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Conjunto de datos","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Última actualización","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Iniciar sesión vía OAuth","mapping.actions.create":"Generar entidades","mapping.actions.create.toast":"Generando entidades...","mapping.actions.delete":"Borrar","mapping.actions.delete.toast":"Eliminando mapeo y entidades generadas...","mapping.actions.export":"Exportar mapeo","mapping.actions.flush":"Eliminar entidades generadas","mapping.actions.flush.toast":"Eliminando entidades generadas","mapping.actions.save":"Guardar cambios","mapping.actions.save.toast":"Regenerando entidades","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generar","mapping.create.question":"¿Seguro desea generar entidades usando este mapeo?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Borrar","mapping.delete.question":"¿Seguro desea eliminar este mapeo y todas las entidades generadas?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"Debe crear un objeto de tipo \"{range}\" para que sea la {property}","mapping.entityAssign.noResults":"No hay objetos disponibles que coincidan","mapping.entityAssign.placeholder":"Seleccionar un objeto","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Eliminar","mapping.error.keyMissing":"Error de clave: {id} la entidad debe tener al menos una clave","mapping.error.relationshipMissing":"Error de relación: {id} entidad debe tener una {source} y {target} asignadas","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Eliminar","mapping.flush.question":"¿Seguro desea eliminar las entidades generadas usando este mapeo?","mapping.import.button":"Importar mapeo existente","mapping.import.placeholder":"Coloque un archivo .yml aquí para importar un mapeo existente","mapping.import.querySelect":"Seleccione una consulta de mapeo de este archivo para importar:","mapping.import.submit":"Enviar","mapping.import.success":"Su mapeo se ha importado correctamente.","mapping.import.title":"Exportar un mapeo","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Documentación de mapeo de datos de Aleph","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Menos","mapping.keyAssign.additionalHelpToggle.more":"Más información sobre las claves","mapping.keyAssign.helpText":"Especifique qué columnas de los datos fuente se usarán para identificar entidades únicas.","mapping.keyAssign.noResults":"No hay resultados","mapping.keyAssign.placeholder":"Seleccione claves de columnas disponibles","mapping.keys":"Claves","mapping.propAssign.errorBlank":"Las columnas sin encabezado no se pueden asignar","mapping.propAssign.errorDuplicate":"Las columnas con encabezados duplicados no se pueden asignar","mapping.propAssign.literalButtonText":"Agregar un valor fijo","mapping.propAssign.literalPlaceholder":"Agregar texto de valor fijo","mapping.propAssign.other":"Otro","mapping.propAssign.placeholder":"Asignar una propiedad","mapping.propRemove":"Eliminar esta propiedad de la asignación","mapping.props":"Propiedades","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Actualizar mapeo y regenerar","mapping.save.question":"Al actualizar este mapeo se eliminará cualquier entidad generada anteriormente y se regenerarán. ¿Seguro desea continuar?","mapping.section1.title":"1. Seleccione los tipos de entidad a generar","mapping.section2.title":"2. Mapee las columnas con propiedades de entidad","mapping.section3.title":"3. Verifique","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Estado:","mapping.status.updated":"Última actualización:","mapping.title":"Generar entidades estructuradas","mapping.types.objects":"Objetos","mapping.types.relationships":"Relaciones","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de datos","nav.diagrams":"Diagramas de red","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configuraciones","nav.signin":"Iniciar sesión","nav.signout":"Cerrar sesión","nav.status":"Estado del sistema","nav.timelines":"Timelines","nav.view_notifications":"Notificaciones","navbar.alert_add":"Haga clic para recibir alertas sobre nuevos resultados para esta búsqueda.","navbar.alert_remove":"Está recibiendo alertas sobre esta búsqueda.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"¿Qué hay de nuevo, {role}?","notifications.no_notifications":"No tiene notificaciones sin leer","notifications.title":"Notificaciones recientes","notifications.type_filter.all":"Todos","pages.not.found":"Página no encontrada","pass.auth.not_same":"¡Sus contraseñas no coinciden!","password_auth.activate":"Activar","password_auth.confirm":"Confirmar contraseña","password_auth.email":"Dirección de correo electrónico","password_auth.name":"Su nombre","password_auth.password":"Contraseña","password_auth.signin":"Iniciar sesión","password_auth.signup":"Registrarse","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use la clave API para leer y escribir datos a través de aplicaciones remotas.","queryFilters.clearAll":"Borrar todo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Los documentos se están procesando. Por favor, espere...","restricted.explain":"El uso de este conjunto de datos está restringido. Lea la descripción y contacte a {creator} antes de usar este material.","restricted.explain.creator":"el dueño del conjunto de datos","restricted.tag":"RESTRINGIDO","result.error":"Error","result.more_results":"Más de {total} resultados","result.none":"No se encontraron resultados","result.results":"Se encontraron {total} resultados","result.searching":"Buscando...","result.solo":"Se encontró un resultado","role.select.user":"Elija un usuario","schemaSelect.button.relationship":"Agregue una nueva relación","schemaSelect.button.thing":"Agregar un objeto nuevo","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Borrar todo","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Buscar","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Algunas fuentes permanecen ocultad para los usuarios anónimos. {signInButton} para ver todos los resultados a los que puede acceder.","search.callout_message.button_text":"Iniciar sesión","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Propiedades","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} seleccionado","search.facets.hide":"Hide filters","search.facets.no_items":"Sin opciones","search.facets.show":"Show filters","search.facets.showMore":"Mostrar más...","search.filterTag.ancestors":"en:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"no:","search.filterTag.role":"Filtrar por acceso","search.loading":"Loading...","search.no_results_description":"Intente volver su búsqueda más general","search.no_results_title":"Sin resultados de búsqueda","search.placeholder":"Buscar empresas, personas y documentos","search.placeholder_default":"Buscar...","search.placeholder_label":"Buscar en {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"resultados","search.screen.dates_title":"Fechas","search.screen.export":"Exportar","search.screen.export_disabled":"No se pueden exportar más de 10.000 resultados a la vez","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Buscar","settings.api_key":"Clave de acceso secreto a la API","settings.confirm":"(confirmar)","settings.current_explain":"Introduzca su contraseña actual para crear una nueva.","settings.current_password":"Contraseña actual","settings.email":"Direcciones de correo electrónico","settings.email.muted":"Recibir notificaciones diarias por correo electrónico","settings.email.no_change":"Su dirección de correo electrónico no puede ser modificada","settings.email.tester":"Pruebe las nuevas funciones antes de que estén terminadas","settings.locale":"Idioma","settings.name":"Nombre","settings.new_password":"Nueva contraseña","settings.password.missmatch":"Las contraseñas no coinciden","settings.password.rules":"Use al menos seis caracteres","settings.password.title":"Cambie su contraseña","settings.save":"Actualizar","settings.saved":"Es oficial, su perfil se actualizó.","settings.title":"Configuraciones","sidebar.open":"Expandir","signup.activate":"Activar su cuenta","signup.inbox.desc":"Le enviaremos un correo electrónico, por favor ingrese al enlace para completar su registro","signup.inbox.title":"Revise su bandeja de entrada","signup.login":"¿Ya posee una cuenta? ¡Ingrese!","signup.register":"Registro","signup.register.question":"¿No tiene cuenta? ¡Regístrese!","signup.title":"Iniciar sesión","sorting.bar.button.label":"Mostrar:","sorting.bar.caption":"Título","sorting.bar.collection_id":"Conjunto de datos","sorting.bar.count":"Tamaño","sorting.bar.countries":"Países","sorting.bar.created_at":"Fecha de creación","sorting.bar.date":"Fecha","sorting.bar.dates":"Fechas","sorting.bar.direction":"Dirección:","sorting.bar.endDate":"End date","sorting.bar.label":"Título","sorting.bar.sort":"Ordenar por:","sorting.bar.updated_at":"Fecha de actualización","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Cargando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Borrar","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Crear","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menciones en {appName}","xref.compute":"Computar","xref.entity":"Referencia","xref.match":"Posible coincidencia","xref.match_collection":"Conjunto de datos","xref.recompute":"Recomputar","xref.score":"Puntuación","xref.sort.default":"Default","xref.sort.label":"Ordenar por:","xref.sort.random":"Random"},"fr":{"alert.manager.description":"Vous recevrez des notifications en cas d’ajout d’un nouveau résultat correspondant à l’une des alertes créées ci-dessous.","alerts.add_placeholder":"Créer une nouvelle alerte de suivi...","alerts.delete":"Retirer une alerte","alerts.heading":"Gérer vos alertes","alerts.no_alerts":"Vous ne suivez aucune recherche","alerts.save":"Actualiser","alerts.title":"Alertes de suivi","alerts.track":"Suivre","auth.bad_request":"Le serveur n’a pas accepté votre saisie","auth.server_error":"Erreur de serveur","auth.success":"Réussi","auth.unauthorized":"Pas autorisé","auth.unknown_error":"Une erreur inattendue s’est produite","case.choose.name":"Titre","case.choose.summary":"Résumé","case.chose.languages":"Langues","case.create.login":"Vous devez vous connecter pour envoyer vos propres données.","case.description":"Les enquêtes vous permettent d’envoyer et de partager des documents et des données qui portent sur une histoire spécifique. Vous pouvez envoyer des PDF, des fichiers d’e-mails ou des feuilles de calcul, sur lesquels la recherche et la navigation seront simplifiées.","case.label_placeholder":"Enquête sans nom","case.language_placeholder":"Choisir les langues","case.languages.helper":"Utilisé pour la reconnaissance optique de caractère pour les alphabets non latins","case.save":"Enregistrer","case.share.with":"Partager avec","case.summary":"Une brève description de l’enquête","case.title":"Créer une enquête","case.users":"Rechercher des utilisateurs","cases.create":"Nouvelle enquête","cases.empty":"Vous n’avez pas encore d’enquête.","cases.no_results":"Aucune enquête correspondant à votre demande n’a été trouvée.","cases.placeholder":"Rechercher des enquêtes...","cases.title":"Enquêtes","clipboard.copy.after":"Copié avec succès dans le presse-papier","clipboard.copy.before":"Copier dans le presse-papier","collection.addSchema.placeholder":"Ajouter un nouveau type d’entité","collection.analyze.alert.text":"Vous êtes sur le point de réindexer les entités dans {collectionLabel}. Cela peut être utile en cas d’incohérences dans la manière de présenter les données.","collection.analyze.cancel":"Annuler","collection.cancel.button":"Annuler","collection.countries":"Pays","collection.creator":"Directeur","collection.data_updated_at":"Contenu actualisé","collection.data_url":"URL des données","collection.delete.cancel":"Annuler","collection.delete.confirm":"Supprimer","collection.delete.question":"Voulez-vous vraiment supprimer {collectionLabel} et tous les éléments qui y figurent ?","collection.edit.access_title":"Contrôle d’accès","collection.edit.cancel_button":"Annuler","collection.edit.groups":"Groupes","collection.edit.info.analyze":"Retraiter","collection.edit.info.cancel":"Annuler","collection.edit.info.category":"Catégorie","collection.edit.info.countries":"Pays","collection.edit.info.creator":"Directeur","collection.edit.info.data_url":"URL de la source de données","collection.edit.info.delete":"Supprimer","collection.edit.info.foreign_id":"Identification extérieure","collection.edit.info.frequency":"Actualiser la fréquence","collection.edit.info.info_url":"URL des informations","collection.edit.info.label":"Étiquette","collection.edit.info.languages":"Langues","collection.edit.info.placeholder_country":"Sélectionner des pays","collection.edit.info.placeholder_data_url":"Lien vers les données brutes dans un format téléchargeable","collection.edit.info.placeholder_info_url":"Lien vers des informations supplémentaires","collection.edit.info.placeholder_label":"Une étiquette","collection.edit.info.placeholder_language":"Choisir les langues","collection.edit.info.placeholder_publisher":"Organisation ou personne qui publie ces données","collection.edit.info.placeholder_publisher_url":"Lien vers l’organisation/personne à l’origine de la publication","collection.edit.info.placeholder_summary":"Un bref résumé","collection.edit.info.publisher":"Organisation/personne à l’origine de la publication","collection.edit.info.publisher_url":"URL de l’organisation/personne à l’origine de la publication","collection.edit.info.restricted":"Cet ensemble de données est réservé et les personnes qui le consultent doivent en être averties.","collection.edit.info.save":"Enregistrer les changements","collection.edit.info.summary":"Résumé","collection.edit.permissions_warning":"Remarque : l’utilisateur doit déjà disposer d’un compte Aleph pour obtenir l’accès.","collection.edit.permissionstable.edit":"Modifier","collection.edit.permissionstable.view":"Voir","collection.edit.save_button":"Enregistrer les changements","collection.edit.save_success":"Vos changements ont été enregistrés.","collection.edit.title":"Paramètres","collection.edit.users":"Utilisateurs","collection.foreign_id":"Identification extérieure","collection.frequency":"Actualisations","collection.index.empty":"Aucun ensemble de données trouvé.","collection.index.filter.all":"Tout","collection.index.filter.mine":"Créés par moi","collection.index.no_results":"Aucun ensemble de données correspondant à votre demande n’a été trouvé.","collection.index.placeholder":"Rechercher les ensembles de données...","collection.index.title":"Ensembles de données","collection.info.access":"Partager","collection.info.browse":"Documents","collection.info.delete":"Supprimer l’ensemble de données","collection.info.delete_casefile":"Supprimer l’enquête","collection.info.diagrams":"Diagrammes de réseau","collection.info.diagrams_description":"Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.","collection.info.documents":"Documents","collection.info.edit":"Paramètres","collection.info.entities":"Entités","collection.info.lists":"Listes","collection.info.lists_description":"Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.","collection.info.mappings":"Cartographies d’entités","collection.info.mappings_description":"Les cartographies d’entités vous permettent de générer en une fois des entités structurées pour suivre l’argent (comme des personnes, des entreprises et les relations entre elles) à partir des lignes d’une feuille de calcul ou d’un document au format CSV","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph extrait automatiquement les termes qui ressemblent à des noms, des adresses, des numéros de téléphone et des adresses e-mail à partir des documents et des entités envoyés dans votre enquête. {br}{br} Cliquez sur un terme mentionné ci-dessous pour savoir où il apparaît dans votre enquête.","collection.info.overview":"Vue d’ensemble","collection.info.reindex":"Réindexer tout le contenu","collection.info.reingest":"Retraiter les documents","collection.info.search":"Rechercher","collection.info.source_documents":"Documents sources","collection.info.timelines":"Calendriers","collection.info.timelines_description":"Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.","collection.info.xref":"Références croisées","collection.info.xref_description":"Les références croisées vous permettent de rechercher dans le reste d’Aleph des entités similaires à celles qui figurent dans votre enquête.","collection.info_url":"URL des informations","collection.last_updated":"Dernière actualisation le {date}","collection.mappings.create":"Créer une nouvelle cartographie d’entités","collection.mappings.create_docs_link":"Pour plus d’informations, veuillez consulter la page {link}","collection.overview.empty":"Cet ensemble de données est vide.","collection.publisher":"Organisation/personne à l’origine de la publication","collection.reconcile":"Réconciliation","collection.reconcile.description":"Faites correspondre vos propres données avec les entités de cet ensemble à l’aide de l’outil gratuit {openrefine} en ajoutant un critère de réconciliation.","collection.reindex.cancel":"Annuler","collection.reindex.confirm":"Commencer l’indexation","collection.reindex.flush":"Vider l’index avant de réindexer","collection.reindex.processing":"Indexation commencée.","collection.reingest.confirm":"Commencer le traitement","collection.reingest.index":"Indexer les documents pendant leur traitement.","collection.reingest.processing":"Retraitement commencé.","collection.reingest.text":"Vous êtes sur le point de retraiter tous les documents dans {collectionLabel}. Cette opération peut durer un certain temps.","collection.statistics.showmore":"Afficher plus","collection.status.cancel_button":"Annuler le processus","collection.status.collection":"Ensemble de données","collection.status.finished_tasks":"Terminé","collection.status.jobs":"Travaux","collection.status.message":"Poursuivez votre navigation pendant le traitement des données.","collection.status.no_active":"Il n’y a aucune tâche en cours","collection.status.pending_tasks":"En attente","collection.status.progress":"Tâches","collection.status.title":"Actualisation en cours ({percent} %)","collection.team":"Accessible à","collection.updated_at":"Métadonnées actualisées","collection.xref.cancel":"Annuler","collection.xref.confirm":"Confirmer","collection.xref.empty":"Aucun résultat de références croisées.","collection.xref.processing":"Référencement croisé commencé.","collection.xref.text":"Vous allez maintenant rechercher les références croisées de {collectionLabel} avec toutes les autres sources. Veuillez lancer ce processus une fois puis attendre qu’il soit terminé.","collection.xref.title":"Références croisées","dashboard.activity":"Activité","dashboard.alerts":"Alertes","dashboard.cases":"Enquêtes","dashboard.diagrams":"Diagrammes de réseau","dashboard.exports":"Exports","dashboard.groups":"Groupes","dashboard.lists":"Listes","dashboard.notifications":"Notifications","dashboard.settings":"Paramètres","dashboard.status":"État du système","dashboard.subheading":"Consulter l’avancement des tâches d’analyse, d’envoi et de traitement des données en cours.","dashboard.timelines":"Calendriers","dashboard.title":"État du système","dashboard.workspace":"Espace de travail","dataset.search.placeholder":"Rechercher cet ensemble de données","diagram.create.button":"Nouveau diagramme","diagram.create.label_placeholder":"Diagramme sans nom","diagram.create.login":"Vous devez vous connecter pour créer un diagramme","diagram.create.success":"Votre diagramme a été créé avec succès.","diagram.create.summary_placeholder":"Une brève description du diagramme","diagram.create.title":"Créer un diagramme","diagram.embed.error":"Erreur dans la création du diagramme intégré","diagram.export.embed.description":"Générer une version interactive intégrable du diagramme qui pourra être utilisée dans un article. Le diagramme intégré ne contiendra pas les modifications postérieures ajoutées au diagramme.","diagram.export.error":"Erreur dans l’export du diagramme","diagram.export.ftm":"Exporter au format .ftm","diagram.export.ftm.description":"Télécharger le diagramme comme fichier de données qui peut être utilisé dans {link} ou tout autre site d’Aleph.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Intégrer comme iframe","diagram.export.svg":"Exporter au format SVG","diagram.export.svg.description":"Télécharger un graphique vectoriel contenant le diagramme.","diagram.export.title":"Options d’export","diagram.import.button":"Importer un diagramme","diagram.import.placeholder":"Faites glisser un fichier .ftm ou .vis ici ou cliquez pour importer un diagramme existant","diagram.import.title":"Importer un diagramme de réseau","diagram.render.error":"Erreur dans la représentation du diagramme","diagram.selector.create":"Créer un nouveau diagramme","diagram.selector.select_empty":"Pas de diagramme existant","diagram.update.label_placeholder":"Diagramme sans nom","diagram.update.success":"Votre diagramme a été actualisé avec succès.","diagram.update.summary_placeholder":"Une brève description du diagramme","diagram.update.title":"Paramètres du diagramme","diagrams":"Diagrammes","diagrams.description":"Les diagrammes de réseau vous permettent de visualiser des relations complètes dans une enquête.","diagrams.no_diagrams":"Il n’y a pas de diagramme de réseau.","diagrams.title":"Diagrammes de réseau","document.download":"Télécharger","document.download.cancel":"Annuler","document.download.confirm":"Télécharger","document.download.dont_warn":"À l’avenir, ne plus me demander en cas de téléchargement de documents sources","document.download.tooltip":"Télécharger le document original","document.download.warning":"Vous êtes sur le point de télécharger un fichier source. {br}{br} Les fichiers sources peuvent contenir des virus et des codes qui avertissent leur auteur quand vous les ouvrez. {br}{br} Pour les données sensibles, nous recommandons d’ouvrir des fichiers sources uniquement depuis un ordinateur qui n’est jamais connecté à Internet.","document.folder.error":"Erreur pendant la création du dossier.","document.folder.new":"Nouveau dossier","document.folder.save":"Créer","document.folder.title":"Nouveau dossier","document.folder.untitled":"Nom du dossier","document.mapping.start":"Générer des entités","document.paging":"Page {pageInput} sur {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"Aucune page de ce document ne correspond à vos critères de recherche.","document.upload.button":"Envoyer","document.upload.cancel":"Annuler","document.upload.close":"Fermer","document.upload.errors":"Certains fichiers n’ont pas pu être transférés. Vous pouvez utiliser le bouton Réessayer pour relancer tous les envois qui ont échoué.","document.upload.files":"Choisir les fichiers à envoyer...","document.upload.folder":"Si vous souhaitez plutôt envoyer des dossiers, { button }.","document.upload.folder-toggle":"cliquez ici","document.upload.notice":"L’envoi est terminé. Le traitement des documents prendra quelque temps avant de pouvoir y réaliser des recherches.","document.upload.progress":"{done} sur {total} fichiers terminés, {errors} erreurs.","document.upload.rejected":"{fileName} ne comporte pas de type de fichier, alors il ne peut être envoyé.","document.upload.retry":"Réessayer","document.upload.save":"Envoyer","document.upload.summary":"{numberOfFiles, number} fichiers, {totalSize}","document.upload.title":"Envoyer des documents","document.upload.title_in_folder":"Envoyer des documents vers {folder}","document.viewer.ignored_file":"Le système ne fonctionne pas avec ces types de fichier. Veuillez le télécharger pour pouvoir le voir.","document.viewer.no_viewer":"Aucun aperçu n’est disponible pour ce document.","email.body.empty":"Aucun corps de message.","entity.delete.cancel":"Annuler","entity.delete.confirm":"Supprimer","entity.delete.error":"Une erreur est survenue en essayant de supprimer cette entité.","entity.delete.progress":"Suppression...","entity.delete.question.multiple":"Voulez-vous vraiment supprimer le/la/les {count, plural, one {item} other {items}} suivant(s) ?","entity.delete.success":"Suppression réussie","entity.document.manager.cannot_map":"Sélectionner un tableau pour générer des entités structurées","entity.document.manager.empty":"Aucun fichier ou répertoire.","entity.document.manager.emptyCanUpload":"Aucun fichier ou répertoire. Faites glisser des fichiers ici ou cliquez pour envoyer.","entity.document.manager.search_placeholder":"Rechercher des documents","entity.document.manager.search_placeholder_document":"Rechercher dans {label}","entity.info.attachments":"Pièces jointes","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Dernière consultation : {time}","entity.info.similar":"Similaire","entity.info.tags":"Mentions","entity.info.text":"Texte","entity.info.view":"Voir","entity.info.workbook_warning":"Cette feuille de calcul fait partie du classeur {link}","entity.manager.bulk_import.description.1":"Sélectionner un tableau ci-dessous à partir duquel importer de nouvelles entités de {schema}.","entity.manager.bulk_import.description.2":"Une fois la sélection effectuée, vous devrez attribuer des colonnes de ce tableau aux propriétés des entités générées.","entity.manager.bulk_import.description.3":"Vous ne voyez pas le tableau que vous cherchez ? {link}","entity.manager.bulk_import.link_text":"Télécharger un nouveau document contenant un tableau","entity.manager.bulk_import.no_results":"Aucun document correspondant trouvé","entity.manager.bulk_import.placeholder":"Sélectionner un document contenant un tableau","entity.manager.delete":"Supprimer","entity.manager.edge_create_success":"Lien réussi entre {source} et {target}","entity.manager.entity_set_add_success":"Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}","entity.manager.remove":"Retirer","entity.manager.search_empty":"Aucun résultat de {schema} correspondant trouvé","entity.manager.search_placeholder":"Rechercher des {schema}","entity.mapping.view":"Générer des entités","entity.properties.missing":"inconnu","entity.references.no_relationships":"Cette entité n’a aucune relation.","entity.references.no_results":"Aucun {schema} ne correspond à cette recherche.","entity.references.no_results_default":"Aucune entité ne correspond à cette recherche.","entity.references.search.placeholder":"Rechercher dans {schema}","entity.references.search.placeholder_default":"Rechercher des entités","entity.remove.confirm":"Retirer","entity.remove.error":"Une erreur est survenue en essayant de retirer cette entité.","entity.remove.progress":"Retrait en cours...","entity.remove.question.multiple":"Voulez-vous vraiment retirer le/la/les {count, plural, one {item} other {items}} suivant(s) ?","entity.remove.success":"Retrait réussi","entity.search.empty_title":"Ce dossier est vide.","entity.search.no_results_description":"Essayez d’élargir votre recherche","entity.search.no_results_title":"Aucun résultat de recherche","entity.similar.empty":"Il n’y a pas d’entité similaire.","entity.similar.entity":"Entité similaire","entity.similar.found_text":"{resultCount} {resultCount, plural, one {similar entity} other {similar entities}} trouvée(s) dans {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Erreur de sauvegarde","entity.status.in_progress":"Enregistrement en cours...","entity.status.success":"Enregistré","entity.tags.no_tags":"Aucun sélecteur n’a été extrait de cette entité.","entity.viewer.add_link":"Créer un lien","entity.viewer.add_to":"Ajouter à...","entity.viewer.bulk_import":"Importation groupée","entity.viewer.search_placeholder":"Rechercher dans {label}","entitySet.last_updated":"Actualisé le {date}","entityset.choose.name":"Titre","entityset.choose.summary":"Résumé","entityset.create.collection":"Enquête","entityset.create.collection.existing":"Sélectionner une enquête","entityset.create.collection.new":"Vous ne voyez pas l’enquête que vous cherchez ? {link}","entityset.create.collection.new_link":"Créer une nouvelle enquête","entityset.create.submit":"Créer","entityset.delete.cancel":"Annuler","entityset.delete.confirm":"Supprimer","entityset.delete.question":"Voulez-vous vraiment supprimer {label} ?","entityset.delete.success":"Suppression réussie de {title}","entityset.info.delete":"Supprimer","entityset.info.edit":"Paramètres","entityset.info.export":"Export","entityset.selector.placeholder":"Rechercher","entityset.selector.success":"Ajout réussi de {count} {count, plural, one {entity} other {entities}} à {entitySet}","entityset.selector.success_toast_button":"Voir","entityset.selector.title":"Ajouter {firstCaption} {titleSecondary} à...","entityset.selector.title_default":"Ajouter des entités à...","entityset.selector.title_other":"et {count} autre {count, plural, one {entity} other {entities}}","entityset.update.submit":"Enregistrer les changements","error.screen.not_found":"La page demandée n’a pas pu être trouvée.","export.dialog.text":"Lancer votre export. {br}{br} La création des exports peut prendre du temps. Vous recevrez un e-mail une fois les données prêtes. {br}{br} Merci de ne lancer l’export qu’une seule fois.","exports.dialog.cancel":"Annuler","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"Afficher l’avancement","exports.dialog.success":"Votre export a commencé.","exports.expiration":"Expiration","exports.manager.description":"Voici une liste de vos exports. Veillez à les télécharger avant leur expiration.","exports.name":"Nom","exports.no_exports":"Vous n’avez pas d’export à télécharger","exports.size":"Taille","exports.status":"État","exports.title":"Exports prêts au téléchargement","facet.addresses":"{count, plural, one {Address} many {Addresses} other {Addresses}}","facet.caption":"Nom","facet.category":"{count, plural, one {Category} many {Categories} other {Categories}}","facet.collection_id":"Ensemble de données","facet.countries":"{count, plural, one {Country} many {Countries} other {Countries}}","facet.dates":"{count, plural, one {Date} many {Dates} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} many {E-Mails} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} many {IBANs} other {IBANs}}","facet.languages":"{count, plural, one {Language} many {Languages} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} many {File types} other {File types}}","facet.names":"{count, plural, one {Name} many {Names} other {Names}}","facet.phones":"{count, plural, one {Phone number} many {Phone numbers} other {Phone numbers}}","facet.schema":"Type d’entité","file_import.error":"Erreur d’import de fichier","footer.aleph":"Aleph {version}","group.page.description":"La liste ci-dessous montre tous les ensembles de données et toutes les enquêtes qui font partie de ce groupe.","group.page.search.description":"Si vous souhaitez rechercher des entités ou des documents spécifiques dans les ensembles de données auxquels ce groupe a accès, veuillez plutôt cliquer ici.","home.access_disabled":"Accès public temporairement désactivé","home.counts.countries":"Pays et territoires","home.counts.datasets":"Ensembles de données publics","home.counts.entities":"Entités publiques","home.placeholder":"Essayez de rechercher : {samples}","home.statistics.categories":"Catégories d’ensembles de données","home.statistics.countries":"Pays et territoires","home.statistics.schemata":"Types d’entité","home.stats.title":"Commencer à explorer des données publiques","home.title":"Trouver des registres publics et des fuites","hotkeys.judgement.different":"Décider que c’est différent","hotkeys.judgement.group_label":"Décisions d’entité","hotkeys.judgement.next":"Sélectionner le résultat suivant","hotkeys.judgement.previous":"Sélectionner le résultat précédent","hotkeys.judgement.same":"Décider que c’est identique","hotkeys.judgement.unsure":"Décider que les informations sont insuffisantes","hotkeys.search.different":"Aperçu du résultat précédent","hotkeys.search.group_label":"Rechercher l’aperçu","hotkeys.search.unsure":"Prévisualiser le résultat suivant","hotkeys.search_focus":"Rechercher","infoMode.collection_casefile":"Enquête","infoMode.collection_dataset":"Ensemble de données","infoMode.createdAt":"Créé à","infoMode.creator":"Créé par","infoMode.updatedAt":"Dernière actualisation","investigation.mentions.empty":"Il n’y a pas encore de mention dans cette enquête.","investigation.overview.guides":"En savoir plus","investigation.overview.guides.access":"Gérer les accès","investigation.overview.guides.diagrams":"Dessiner des diagrammes de réseau","investigation.overview.guides.documents":"Envoyer des documents","investigation.overview.guides.entities":"Créer et modifier des entités","investigation.overview.guides.mappings":"Générer des entités à partir d’une feuille de calcul","investigation.overview.guides.xref":"Référencement croisé de vos données","investigation.overview.notifications":"Activité récente","investigation.overview.shortcuts":"Liens rapides","investigation.overview.shortcuts_empty":"Commencer","investigation.search.placeholder":"Rechercher dans cette enquête","investigation.shortcut.diagram":"Dessiner un diagramme de réseau","investigation.shortcut.entities":"Créer de nouvelles entités","investigation.shortcut.entity_create_error":"Impossible de créer une entité","investigation.shortcut.entity_create_success":"Création réussie de {name}","investigation.shortcut.upload":"Envoyer des documents","investigation.shortcut.xref":"Comparer avec d’autres ensembles de données","judgement.disabled":"Vous devez disposer d’un accès en tant qu’éditeur pour pouvoir émettre des jugements.","judgement.negative":"Différent","judgement.positive":"Identique","judgement.unsure":"Informations insuffisantes","landing.shortcut.alert":"Créer une alerte de recherche","landing.shortcut.datasets":"Parcourir les ensembles de données","landing.shortcut.investigation":"Commencer une enquête","landing.shortcut.search":"Rechercher des entités","list.create.button":"Nouvelle liste","list.create.label_placeholder":"Liste sans nom","list.create.login":"Vous devez vous connecter pour créer une liste","list.create.success":"Votre liste a été créée avec succès.","list.create.summary_placeholder":"Une brève description de la liste","list.create.title":"Créer une liste","list.selector.create":"Créer une nouvelle liste","list.selector.select_empty":"Pas de liste existante","list.update.label_placeholder":"Liste sans nom","list.update.success":"Votre liste a été actualisée avec succès.","list.update.summary_placeholder":"Une brève description de la liste","list.update.title":"Paramètres de la liste","lists":"Listes","lists.description":"Les listes vous permettent d’organiser et de regrouper des entités d’intérêt.","lists.no_lists":"Il n’y a aucune liste.","lists.title":"Listes","login.oauth":"Se connecter via OAuth","mapping.actions.create":"Générer des entités","mapping.actions.create.toast":"Génération d’entités...","mapping.actions.delete":"Supprimer","mapping.actions.delete.toast":"Supprimer les cartographies et toute entité générée...","mapping.actions.export":"Exporter les cartographies","mapping.actions.flush":"Retirer les entités générées","mapping.actions.flush.toast":"Retrait des entités générées...","mapping.actions.save":"Enregistrer les changements","mapping.actions.save.toast":"Nouvelle génération d’entités...","mapping.create.cancel":"Annuler","mapping.create.confirm":"Générer","mapping.create.question":"Êtes-vous vraiment prêt-e à générer des entités à partir de cette cartographie ?","mapping.delete.cancel":"Annuler","mapping.delete.confirm":"Supprimer","mapping.delete.question":"Voulez-vous vraiment supprimer cette cartographie et toutes les entités générées ?","mapping.docs.link":"Documentation sur la cartographie des entités d’Aleph","mapping.entityAssign.helpText":"Vous devez créer un objet de type « {range} » comme {property}","mapping.entityAssign.noResults":"Aucun objet correspondant disponible","mapping.entityAssign.placeholder":"Sélectionner un objet","mapping.entity_set_select":"Sélectionner une liste ou un diagramme","mapping.entityset.remove":"Retirer","mapping.error.keyMissing":"Erreur de clé : {id} l’entité doit avoir au moins une clé","mapping.error.relationshipMissing":"Erreur de relation : {id} il faut assigner une {source} et une {target} à l’entité","mapping.flush.cancel":"Annuler","mapping.flush.confirm":"Retirer","mapping.flush.question":"Voulez-vous vraiment retirer des entités générées à partir de cette cartographie ?","mapping.import.button":"Importer une cartographie existante","mapping.import.placeholder":"Faites glisser un fichier .yml ici ou cliquez pour importer un fichier de cartographie existant","mapping.import.querySelect":"Sélectionner une requête de cartographie à partir de ce fichier à importer :","mapping.import.submit":"Envoyer","mapping.import.success":"Votre cartographie a été importée avec succès.","mapping.import.title":"Importer une cartographie","mapping.info":"Suivez les étapes ci-dessous pour cartographier des éléments de cette enquête en entités structurées pour suivre l’argent. Pour plus d’informations, veuillez consulter la page {link}","mapping.info.link":"Documentation sur la cartographie des données d’Aleph","mapping.keyAssign.additionalHelpText":"Les meilleures clés sont les colonnes issues de vos données qui contiennent des numéros d’identifiant, des numéros de téléphone, des adresses e-mail ou toute autre information d’identification unique. En l’absence de colonne contenant des données uniques, sélectionnez plusieurs colonnes pour permettre à Aleph de générer correctement des entités uniques à partir de vos données.","mapping.keyAssign.additionalHelpToggle.less":"Moins","mapping.keyAssign.additionalHelpToggle.more":"Plus d’informations sur les clés","mapping.keyAssign.helpText":"Veuillez préciser les colonnes des données sources qui seront utilisées pour identifier des entités uniques.","mapping.keyAssign.noResults":"Aucun résultat","mapping.keyAssign.placeholder":"Sélectionnez les clés à partir des colonnes disponibles","mapping.keys":"Clés","mapping.propAssign.errorBlank":"Les colonnes sans entête ne peuvent pas être attribuées","mapping.propAssign.errorDuplicate":"Les colonnes aux entêtes identiques ne peuvent pas être attribuées","mapping.propAssign.literalButtonText":"Ajouter une valeur fixe","mapping.propAssign.literalPlaceholder":"Ajouter une valeur texte fixe","mapping.propAssign.other":"Autre","mapping.propAssign.placeholder":"Attribuer une propriété","mapping.propRemove":"Retirer cette propriété de la cartographie","mapping.props":"Propriétés","mapping.save.cancel":"Annuler","mapping.save.confirm":"Actualiser la cartographie et générer à nouveau","mapping.save.question":"L’actualisation de cette cartographie supprimera toute entité générée précédemment et les génèrera à nouveau. Voulez-vous vraiment continuer ?","mapping.section1.title":"1. Sélectionnez les types d’entité à générer","mapping.section2.title":"2. Associez les colonnes aux propriétés des entités","mapping.section3.title":"3. Vérifiez","mapping.section4.description":"Les entités générées seront ajoutées à {collection} par défaut. Si vous souhaitez également les ajouter à une liste ou un diagramme dans l’enquête, veuillez cliquer ci-dessous et sélectionner les options disponibles.","mapping.section4.title":"4. Sélectionnez une destination pour les entités générées (facultatif)","mapping.status.error":"Erreur :","mapping.status.status":"État :","mapping.status.updated":"Dernière actualisation :","mapping.title":"Générer des entités structurées","mapping.types.objects":"Objets","mapping.types.relationships":"Relations","mapping.warning.empty":"Vous devez créer au moins une entité","mappings.no_mappings":"Vous n’avez pas encore généré de cartographie","nav.alerts":"Alertes","nav.cases":"Enquêtes","nav.collections":"Ensembles de données","nav.diagrams":"Diagrammes de réseau","nav.exports":"Exports","nav.lists":"Listes","nav.menu.cases":"Enquêtes","nav.settings":"Paramètres","nav.signin":"Connexion","nav.signout":"Déconnexion","nav.status":"État du système","nav.timelines":"Calendriers","nav.view_notifications":"Notifications","navbar.alert_add":"Cliquez pour recevoir des alertes sur les nouveaux résultats pour cette recherche.","navbar.alert_remove":"Vous recevez des alertes à propos de cette recherche.","notification.description":"Consultez les dernières actualisations des ensembles de données, enquêtes, groupes et alertes de suivi que vous surveillez.","notifications.greeting":"Quoi de neuf, {role} ?","notifications.no_notifications":"Vous n’avez aucune nouvelle notification","notifications.title":"Notifications récentes","notifications.type_filter.all":"Tout","pages.not.found":"Page non trouvée","pass.auth.not_same":"Vos mots de passe sont différents !","password_auth.activate":"Activer","password_auth.confirm":"Confirmer le mot de passe","password_auth.email":"Adresse e-mail","password_auth.name":"Votre nom","password_auth.password":"Mot de passe","password_auth.signin":"Connexion","password_auth.signup":"Inscription","profile.callout.details":"Ce profil rassemble les attributs et les relations de {count} entités à travers différents ensembles de données.","profile.callout.intro":"Vous voyez {entity} sous forme de profil.","profile.callout.link":"Consultez l’entité originale","profile.delete.warning":"(La suppression de ce profil ne supprimera pas les entités ou les décisions d’entité qu’il contient)","profile.hint":"{entity} a été associée à des entités d’autres ensembles de données dans un profil","profile.info.header":"Profil","profile.info.items":"Décisions d’entité","profile.info.similar":"Suggestion","profile.items.entity":"Entités associées","profile.items.explanation":"Prenez les décisions ci-dessous pour déterminer quelles entités sources doivent être ajoutées ou exclues de ce profil.","profile.similar.no_results":"Aucun ajout suggéré trouvé pour ce profil.","profileinfo.api_desc":"Utilisez la clé d’API pour lire et inscrire des données à partir d’applications à distance.","queryFilters.clearAll":"Effacer tout","queryFilters.showHidden":"Afficher {count} filtres supplémentaires...","refresh.callout_message":"Les documents sont en cours de traitement. Veuillez patienter...","restricted.explain":"L’utilisation de cet ensemble de données est limitée. Veuillez lire la description et contacter {creator} avant d’utiliser ce contenu.","restricted.explain.creator":"le propriétaire de l’ensemble de données","restricted.tag":"LIMITÉ","result.error":"Erreur","result.more_results":"Plus de {total} résultats","result.none":"Aucun résultat trouvé","result.results":"{count} résultats trouvés","result.searching":"Recherche...","result.solo":"Un résultat trouvé","role.select.user":"Choisir un utilisateur","schemaSelect.button.relationship":"Ajouter une nouvelle relation","schemaSelect.button.thing":"Ajouter un nouvel objet","screen.load_more":"Charger plus","search.advanced.all.helptext":"Seuls les résultats contenant tous les termes saisis apparaîtront","search.advanced.all.label":"Tous ces mots (par défaut)","search.advanced.any.helptext":"Les résultats contenant au moins un des termes saisis apparaîtront","search.advanced.any.label":"Au moins un de ces mots","search.advanced.clear":"Effacer tout","search.advanced.exact.helptext":"Seuls les résultats contenant le mot ou l’expression exacts apparaîtront","search.advanced.exact.label":"Ce mot/cette expression exact-e","search.advanced.none.helptext":"Exclure les résultats contenant ces mots","search.advanced.none.label":"Aucun de ces mots","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Rechercher deux termes situés à une certaine distance l’un de l’autre. Par exemple, recherchez les termes « Banque » et « Paris » à une distance de deux mots l’un de l’autre pour trouver des résultats comme « Banque Nationale de Paris », « Banque à Paris », voire « Paris a une Banque ».","search.advanced.proximity.label":"Termes à proximité les uns des autres","search.advanced.proximity.term":"Premier terme","search.advanced.proximity.term2":"Deuxième terme","search.advanced.submit":"Rechercher","search.advanced.title":"Recherche avancée","search.advanced.variants.distance":"Lettres différentes","search.advanced.variants.helptext":"Augmenter l’imprécision d’une recherche. Par exemple, Wladimir~2 donnera non seulement comme résultat « Wladimir », mais aussi des orthographes proches comme « Wladimyr » ou « Vladimyr ». Une variation orthographique est définie en fonction du nombre de fautes d’orthographe qu’il faut faire pour que la variation retrouve le mot original.","search.advanced.variants.label":"Variations orthographiques","search.advanced.variants.term":"Terme","search.callout_message":"Certaines sources sont masquées aux utilisateurs anonymes. Cliquez sur {signInButton} pour voir tous les résultats auxquels vous avez l’autorisation d’accéder.","search.callout_message.button_text":"Connexion","search.columns.configure":"Configurer les colonnes","search.columns.configure_placeholder":"Rechercher une colonne...","search.config.groups":"Groupes de propriétés","search.config.properties":"Propriétés","search.config.reset":"Rétablir les valeurs par défaut","search.facets.clearDates":"Effacer","search.facets.configure":"Configurer les filtres","search.facets.configure_placeholder":"Rechercher un filtre...","search.facets.filtersSelected":"{count} sélectionnés","search.facets.hide":"Masquer les filtres","search.facets.no_items":"Pas d’option","search.facets.show":"Afficher les filtres","search.facets.showMore":"Afficher plus...","search.filterTag.ancestors":"dans :","search.filterTag.dates_after":"Après","search.filterTag.dates_before":"Avant","search.filterTag.exclude":"non :","search.filterTag.role":"Filtrer par accès","search.loading":"Chargement...","search.no_results_description":"Essayez d’élargir votre recherche","search.no_results_title":"Aucun résultat de recherche","search.placeholder":"Rechercher des entreprises, des personnes et des documents","search.placeholder_default":"Rechercher...","search.placeholder_label":"Rechercher dans {label}","search.screen.dates.show-all":"* Afficher toutes les options de filtre de date. { button } pour afficher uniquement les dates récentes","search.screen.dates.show-hidden":"* affiche uniquement les options de filtre de date de {start} à aujourd’hui. { button } pour voir les dates en dehors de cette fourchette.","search.screen.dates.show-hidden.click":"Cliquez ici","search.screen.dates_label":"résultats","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Impossible d’exporter plus de 10 000 résultats à la fois","search.screen.export_disabled_empty":"Pas de résultat à exporter.","search.screen.export_helptext":"Résultats d’export","search.title":"Rechercher : {title}","search.title_emptyq":"Rechercher","settings.api_key":"Clé d’accès secrète API","settings.confirm":"(confirmer)","settings.current_explain":"Saisissez votre mot de passe actuel pour en définir un nouveau.","settings.current_password":"Mot de passe actuel","settings.email":"Adresse e-mail","settings.email.muted":"Recevoir des notifications quotidiennes par e-mail","settings.email.no_change":"Vous ne pouvez pas changer votre adresse e-mail","settings.email.tester":"Tester de nouvelles fonctionnalités avant leur finalisation","settings.locale":"Langue","settings.name":"Nom","settings.new_password":"Nouveau mot de passe","settings.password.missmatch":"Les mots de passe ne sont pas identiques","settings.password.rules":"Veuillez utiliser au moins six caractères","settings.password.title":"Modifier le mot de passe","settings.save":"Actualiser","settings.saved":"C’est officiel : votre profil a été actualisé.","settings.title":"Paramètres","sidebar.open":"Agrandir","signup.activate":"Activez votre compte","signup.inbox.desc":"Nous vous avons envoyé un e-mail, veuillez cliquer sur le lien pour terminer votre enregistrement","signup.inbox.title":"Consultez votre boîte de réception","signup.login":"Vous avez déjà un compte ? Connectez-vous !","signup.register":"Enregistrement","signup.register.question":"Vous n’avez pas de compte ? Enregistrez-vous !","signup.title":"Connexion","sorting.bar.button.label":"Afficher :","sorting.bar.caption":"Titre","sorting.bar.collection_id":"Ensemble de données","sorting.bar.count":"Taille","sorting.bar.countries":"Pays","sorting.bar.created_at":"Date de création","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Adresse :","sorting.bar.endDate":"Date de fin","sorting.bar.label":"Titre","sorting.bar.sort":"Trier par :","sorting.bar.updated_at":"Actualiser la date","sources.index.empty":"Ce groupe n’est lié à aucun ensemble de données ni aucune enquête.","sources.index.placeholder":"Rechercher un ensemble de données ou une enquête appartenant à {group}...","status.no_collection":"Autres tâches","tags.results":"Décompte des mentions","tags.title":"Terme","text.loading":"Chargement...","timeline.add_new":"Créer un nouvel élément","timeline.button.collapse":"Afficher la vue contractée","timeline.button.show_full":"Afficher la vue détaillée","timeline.create.button":"Nouveau calendrier","timeline.create.cancel":"Supprimer","timeline.create.label_placeholder":"Calendrier sans nom","timeline.create.login":"Vous devez vous connecter pour créer un calendrier","timeline.create.submit":"Créer","timeline.create.success":"Votre calendrier a été créé avec succès.","timeline.create.summary_placeholder":"Une brève description du calendrier","timeline.create.title":"Créer un calendrier","timeline.dates.button_text":"Ajouter une date de fin","timeline.empty":"Ce calendrier est vide","timeline.empty_histogram":"Aucune date trouvée","timeline.item.date":"{start}à{end}","timeline.item.delete":"Supprimer de {collection}","timeline.item.link_copy":"Copier le lien vers cet élément","timeline.item.link_copy_success":"Lien copié avec succès dans le presse-papier.","timeline.item.remove":"Retirer du calendrier","timeline.items_label":"éléments","timeline.no_results":"Aucun élément correspondant à votre demande trouvé","timeline.result_text":"{count} éléments de calendrier","timeline.result_text_query":"{count} éléments affichés (sur un total de {total})","timeline.schema_select.label":"type","timeline.selector.create":"Créer un nouveau calendrier","timeline.selector.select_empty":"Pas de calendrier existant","timeline.update.label_placeholder":"Calendrier sans nom","timeline.update.success":"Votre calendrier a été actualisé avec succès.","timeline.update.summary_placeholder":"Une brève description du calendrier","timeline.update.title":"Paramètres de calendrier","timelines":"Calendriers","timelines.description":"Les calendriers sont un moyen d’afficher et d’organiser des événements de façon chronologique.","timelines.no_timelines":"Il n’y a pas de calendrier","timelines.title":"Calendriers","valuelink.tooltip":"{count} mentions dans {appName}","xref.compute":"Calculer","xref.entity":"Référence","xref.match":"Correspondance possible","xref.match_collection":"Ensemble de données","xref.recompute":"Recalculer","xref.score":"Score","xref.sort.default":"Par défaut","xref.sort.label":"Trier par :","xref.sort.random":"Aléatoire"},"nb":{"alert.manager.description":"Du vil motta varsler når det dukker opp et nytt søkeresultat som matcher et av de lagrede søkene du har satt opp.","alerts.add_placeholder":"Opprett et nytt lagret søk","alerts.delete":"Fjern varsel","alerts.heading":"Rediger dine lagrede søk","alerts.no_alerts":"Du har ingen lagrede søk","alerts.save":"Oppdater","alerts.title":"Lagrede søk","alerts.track":"Track","auth.bad_request":"Serveren aksepterte ikke det du skrev inn","auth.server_error":"Server-feil","auth.success":"Vellykket","auth.unauthorized":"Ingen tilgang","auth.unknown_error":"En ukjent feil har oppstått","case.choose.name":"Tittel","case.choose.summary":"Sammendrag","case.chose.languages":"Språk","case.create.login":"Du må logge inn for å laste opp egne data","case.description":"Ved å opprette en gransking kan du laste opp og dele dokumenter og data som hører til et prosjekt du jobber med. Du kan laste opp PDFer, e-postarkiver og regneark, og de blir gjort tilgjengelige for raskt søk og oversikt.","case.label_placeholder":"Gransking uten navn","case.language_placeholder":"Velg språk","case.languages.helper":"Brukt for optisk tegngjenkjenning i ikke-latinske alfabeter.","case.save":"Lagre","case.share.with":"Del med","case.summary":"En kort beskrivelse av granskingen","case.title":"Opprett en ny gransking","case.users":"Søk etter brukere","cases.create":"Ny gransking","cases.empty":"Du har ikke opprettet noen granskinger ennå","cases.no_results":"Fant ingen granskinger som passer med ditt søk","cases.placeholder":"Søk etter gransking...","cases.title":"Granskinger","clipboard.copy.after":"Kopiert til utklippstavlen","clipboard.copy.before":"Kopiér til utklippstavlen","collection.addSchema.placeholder":"Legg til ny entitets-type","collection.analyze.alert.text":"Du er i ferd med å re-indeksere entitetene i {collectionLabel}. Dette kan være nyttig hvis det er uregelmessigheter i hvordan dataene blir presentert.","collection.analyze.cancel":"Avbryt","collection.cancel.button":"Avbryt","collection.countries":"Land","collection.creator":"Ansvarlig","collection.data_updated_at":"Innhold oppdatert","collection.data_url":"Data URL","collection.delete.cancel":"Avbryt","collection.delete.confirm":"Slett","collection.delete.question":"Er du sikker på at du vil slette {collectionLabel} og alle enhetene?","collection.edit.access_title":"Tilgangskontroll","collection.edit.cancel_button":"Avbryt","collection.edit.groups":"Grupper","collection.edit.info.analyze":"Re-prosesser","collection.edit.info.cancel":"Avbryt","collection.edit.info.category":"Kategori","collection.edit.info.countries":"Land","collection.edit.info.creator":"Ansvarlig","collection.edit.info.data_url":"Data-kilde URL","collection.edit.info.delete":"Slett","collection.edit.info.foreign_id":"Ekstern ID","collection.edit.info.frequency":"Oppdateringsfrekvens","collection.edit.info.info_url":"Informasjons-URL","collection.edit.info.label":"Merkelapp","collection.edit.info.languages":"Språk","collection.edit.info.placeholder_country":"Velg land","collection.edit.info.placeholder_data_url":"Lenke til nedlastbare rådata","collection.edit.info.placeholder_info_url":"Lenke til ytterligere informasjon","collection.edit.info.placeholder_label":"En merkelapp","collection.edit.info.placeholder_language":"Velg språk","collection.edit.info.placeholder_publisher":"Organisasjon eller person som publiserere disse datene","collection.edit.info.placeholder_publisher_url":"Lenke til publiserings-kilden","collection.edit.info.placeholder_summary":"Et kort sammendrag","collection.edit.info.publisher":"Publisert av","collection.edit.info.publisher_url":"URL til publiserings-kilden","collection.edit.info.restricted":"Dette datasettet er begrenset/sensitivt og brukere bør få opp en advarsel.","collection.edit.info.save":"Lagre endringer","collection.edit.info.summary":"Sammendrag","collection.edit.permissions_warning":"NB: Brukeren må ha en Aleph-bruker for å kunne få tilgang.","collection.edit.permissionstable.edit":"Rediger","collection.edit.permissionstable.view":"Vis","collection.edit.save_button":"Lagre endringer","collection.edit.save_success":"Dine endringer er lagret.","collection.edit.title":"Innstillinger","collection.edit.users":"Brukere","collection.foreign_id":"Ekstern ID","collection.frequency":"Oppdateringer","collection.index.empty":"Fant ingen datasett.","collection.index.filter.all":"Alle","collection.index.filter.mine":"Opprettet av meg","collection.index.no_results":"Fant ingen datasett som passer til ditt søk.","collection.index.placeholder":"Søk etter datasett...","collection.index.title":"Datasett","collection.info.access":"Del","collection.info.browse":"Dokumenter","collection.info.delete":"Slett datasett","collection.info.delete_casefile":"Slett gransking","collection.info.diagrams":"Nettverksdiagram","collection.info.diagrams_description":"Nettverksdiagram lar deg visualisere komplekse relasjoner i en gransking.","collection.info.documents":"Dokumenter","collection.info.edit":"Innstillinger","collection.info.entities":"Entiteter","collection.info.lists":"Lister","collection.info.lists_description":"Lister lar deg organisere og gruppere relaterte entiteter av interesse.","collection.info.mappings":"Kobling av entiteter","collection.info.mappings_description":"Entitetskobling lar deg generere strukturerte data som følger Follow The Money-modellen (slik som personer, selskaper og relasjonene mellom dem). Du kan importere entitetene fra rader i et regneark eller en CSV-fil.","collection.info.mentions":"Henvisninger","collection.info.mentions_description":"Aleph finner automatisk navn, adresser, telefonnummer og e-postadresser som er nevnt i de opplastede dokumentene og entitetene i din gransking. {br}{br} Klikk på et av ordene som er funnet i listen under for å se hvor i dokumentene dine det finnes.","collection.info.overview":"Oversikt","collection.info.reindex":"Re-indekser alt innhold","collection.info.reingest":"Last inn dokumenter på nytt","collection.info.search":"Søk","collection.info.source_documents":"Kildedokumenter","collection.info.timelines":"Tidslinjer","collection.info.timelines_description":"Tidslinjer er en måte å organisere hendelser på kronologisk.","collection.info.xref":"Finn kryssreferanser","collection.info.xref_description":"Finne kryssreferanser lar deg søke i resten av Aleph etter entiteter som likner på de som er i din gransking.","collection.info_url":"Informasjons-URL","collection.last_updated":"Sist oppdatert {date}","collection.mappings.create":"Lag en ny entitetskobling","collection.mappings.create_docs_link":"For mer informasjon, klikk på lenken {link}","collection.overview.empty":"Dette datasettet er tomt.","collection.publisher":"Publisert av","collection.reconcile":"Sammenstilling av data","collection.reconcile.description":"Sammenstill dine egne data med entitetene i denne samlingen ved bruk av {openrefine}-verktøyet og ved å legge til sammenstillings-endepunktet.","collection.reindex.cancel":"Avbryt","collection.reindex.confirm":"Start indeksering","collection.reindex.flush":"Tøm indeks før re-indeksering","collection.reindex.processing":"Indeksering startet.","collection.reingest.confirm":"Start prosessering","collection.reingest.index":"Indekser dokumenter etter hvert som de blir prosessert.","collection.reingest.processing":"Innlasting har startet på nytt","collection.reingest.text":"Du er i ferd med å re-prosessere alle dokumentene i {collectionLabel}. Dette kan ta litt tid.","collection.statistics.showmore":"Vis mer","collection.status.cancel_button":"Avbryt prosesssen","collection.status.collection":"Datasett","collection.status.finished_tasks":"Ferdig","collection.status.jobs":"Jobber","collection.status.message":"Ta deg en trall mens dataene dine blir behandlet.","collection.status.no_active":"Det er ingen pågående oppgaver","collection.status.pending_tasks":"På vent","collection.status.progress":"Oppgaver","collection.status.title":"Oppdatering pågår ({percent}%)","collection.team":"Tilgjengelig for","collection.updated_at":"Metadata oppdatert","collection.xref.cancel":"Avbryt","collection.xref.confirm":"Bekreft","collection.xref.empty":"Det er ingen kryssreferanse-resultater.","collection.xref.processing":"Har startet å lete etter kryssreferanser.","collection.xref.text":"Du vil nå lete etter kryssreferanser mellom {collectionLabel} og andre kilder. Start denne prosessen én gang og vent til den er ferdig.","collection.xref.title":"Finn kryssreferanser","dashboard.activity":"Aktivitet","dashboard.alerts":"Lagrede søk","dashboard.cases":"Granskinger","dashboard.diagrams":"Nettverksdiagram","dashboard.exports":"Eksporter","dashboard.groups":"Grupper","dashboard.lists":"Lists","dashboard.notifications":"Varsler","dashboard.settings":"Innstillinger","dashboard.status":"System status","dashboard.subheading":"Sjekk fremdriften i pågående dataanalyser, opplastinger eller prosseseringsoppgaver.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Arbeidsområde","dataset.search.placeholder":"Søk i dette datasettet","diagram.create.button":"Nytt diagram","diagram.create.label_placeholder":"Diagram uten navn","diagram.create.login":"Du må logge inn for å opprette et diagram","diagram.create.success":"Ditt diagram har blitt opprettet","diagram.create.summary_placeholder":"En kort beskrivelse av diagrammet","diagram.create.title":"Opprett et diagram","diagram.embed.error":"En feil oppsto ved generering av embed-kode for diagrammet.","diagram.export.embed.description":"Generer en interaktiv versjon av diagrammet som kan bygges inn i en artikkel. Denne versjonen vil ikke bli oppdater med eventuelle endringer du gjør i diagrammet i fremtiden.","diagram.export.error":"En feil oppsto ved eksport av diagrammet","diagram.export.ftm":"Eksporter som .ftm","diagram.export.ftm.description":"Last ned diagrammet som en datafil som kan bli brukt i {link} eller en annen Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Eksporter som SVG","diagram.export.svg.description":"Last ned en vektorgrafikk med innholdet fra diagrammet.","diagram.export.title":"Eksport-alternativer","diagram.import.button":"Importer diagram","diagram.import.placeholder":"Slipp en .ftm- eller .vis- fil her eller klikk for å importere et eksisterende diagram.","diagram.import.title":"Importer et nettverksdiagram","diagram.render.error":"Feil ved uttegning av diagrammet","diagram.selector.create":"Opprett et diagram","diagram.selector.select_empty":"Det finnes ikke noe eksisterende diagram","diagram.update.label_placeholder":"Diagram uten navn","diagram.update.success":"Ditt diagram er oppdatert.","diagram.update.summary_placeholder":"En kort beskrivelse av diagrammet","diagram.update.title":"Diagram-innstillinger","diagrams":"Diagrammer","diagrams.description":"Nettverksdiagram lar deg visualisere komplekse relasjoner i en gransking.","diagrams.no_diagrams":"Det finnes ingen nettverksdiagrammer.","diagrams.title":"Nettverksdiagrammer","document.download":"Last ned","document.download.cancel":"Avbryt","document.download.confirm":"Last ned","document.download.dont_warn":"Ikke advar meg om nedlasting av kildedokumenter i fremtiden","document.download.tooltip":"Last ned originaldokumentet","document.download.warning":"Du er i ferd med å last ned et originaldokument. {br}{br} Originaldokumenter kan inneholde virus og kode som varsler de som har laget det om at du har åpnet det. {br}{br} Dersom det er snakk om sensitive data anbefaler vi at du åpner dokumentene på en pc som ikke er eller har vært koblet til internett. ","document.folder.error":"Det oppsto en feil ved opprettelse av mappen.","document.folder.new":"Ny mappe","document.folder.save":"Opprett","document.folder.title":"Ny mappe","document.folder.untitled":"Mappe-navn","document.mapping.start":"Generer entiteter","document.paging":"Side {pageInput} av {numberOfPages}","document.pdf.search.page":"Side {page}","document.search.no_match":"Det er ingen enkeltside i dette dokumentet der det er treff på alle søkeuttrykkene.","document.upload.button":"Last opp","document.upload.cancel":"Avbryt","document.upload.close":"Lukk","document.upload.errors":"Noen filer kunne ikke overføres. Du kan bruke Prøv på nytt-knappen for å starte alle opplastinger som feilet på nytt.","document.upload.files":"Velg filer du vil laste opp...","document.upload.folder":"Hvis du vil laste opp mapper i stedet { button }.","document.upload.folder-toggle":"klikk her","document.upload.notice":"Opplastingen er ferdig. Det tar en liten stund før dokumentene er behandlet og er søkbare. ","document.upload.progress":"{done} av {total} filer ferdig, {errors} feil.","document.upload.rejected":"{fileName} mangler filtype, så den kan ikke lastes opp.","document.upload.retry":"Prøv på nytt","document.upload.save":"Last opp","document.upload.summary":"{numberOfFiles, number} filer, {totalSize}","document.upload.title":"Last opp dokumenter","document.upload.title_in_folder":"Last opp dokumenter til {folder}","document.viewer.ignored_file":"Systemet virker ikke med denne typen filer. Last ned filen for å se den.","document.viewer.no_viewer":"Forhåndsvisning er ikke tilgjengelig for dette dokumentet","email.body.empty":"Ikke noe innhold i meldingen","entity.delete.cancel":"Avbryt","entity.delete.confirm":"Slett","entity.delete.error":"En feil oppsto ved sletting av denne entiteten","entity.delete.progress":"Sletter...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Slettingen var vellykket","entity.document.manager.cannot_map":"Velg en tabell for å opprette strukturerte entiteter","entity.document.manager.empty":"Ingen filer eller mapper","entity.document.manager.emptyCanUpload":"Ingen filer eller mapper. Slipp filer her eller klikk for å laste opp.","entity.document.manager.search_placeholder":"Søk etter dokumenter","entity.document.manager.search_placeholder_document":"Søk i {label}","entity.info.attachments":"Vedlegg","entity.info.documents":"Dokumenter","entity.info.info":"Informasjon","entity.info.last_view":"Sist vist {time}","entity.info.similar":"Liknende","entity.info.tags":"Henvisninger","entity.info.text":"Tekst","entity.info.view":"Vis","entity.info.workbook_warning":"Dette arket er del av arbeidsboken {link}","entity.manager.bulk_import.description.1":"Velg en tabell under som du vil importere nye {schema}-entiteter fra.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Ser du ikke tabellen du leter etter? {link}","entity.manager.bulk_import.link_text":"Last opp et nytt tabell-dokument.","entity.manager.bulk_import.no_results":"Fant ingen dokumenter som samsvarte med søket.","entity.manager.bulk_import.placeholder":"Velg et tabell-dokument","entity.manager.delete":"Slett","entity.manager.edge_create_success":"Opprettelsen av koblingen mellom {source} og {target} var vellykket.","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Fjern","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generer entiteter","entity.properties.missing":"ukjent","entity.references.no_relationships":"Denne entiteten har ikke noen relasjoner","entity.references.no_results":"Det er ingen {schema} som passer til ditt søk","entity.references.no_results_default":"Det er ingen entiteter som passer til søket","entity.references.search.placeholder":"Søk etter {schema}","entity.references.search.placeholder_default":"Søk etter entiteter","entity.remove.confirm":"Fjern","entity.remove.error":"En feil oppsto ved fjerning av denne entiteten","entity.remove.progress":"Fjerner...","entity.remove.question.multiple":"Er du sikker på at du vil fjerne følgende {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Søk i {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Tittel","entityset.choose.summary":"Sammendrag","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Opprett","entityset.delete.cancel":"Avbryt","entityset.delete.confirm":"Slett","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Slett","entityset.info.edit":"Innstillinger","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Vis","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Lagre endringer","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Avbryt","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Datasett","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Søk","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Datasett","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Last opp dokumenter","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Søk etter entiteter","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lister lar deg organisere og gruppere relaterte entiteter av interesse.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generer entiteter","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Slett","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Lagre endringer","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Avbryt","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Avbryt","mapping.delete.confirm":"Slett","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Fjern","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Avbryt","mapping.flush.confirm":"Fjern","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Avbryt","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Lagrede søk","nav.cases":"Granskinger","nav.collections":"Datasett","nav.diagrams":"Nettverksdiagrammer","nav.exports":"Eksporter","nav.lists":"Lists","nav.menu.cases":"Granskinger","nav.settings":"Innstillinger","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Tidslinjer","nav.view_notifications":"Varsler","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"Alle","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Søk","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Søk i {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Søk","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Oppdater","settings.saved":"It's official, your profile is updated.","settings.title":"Innstillinger","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Tittel","sorting.bar.collection_id":"Datasett","sorting.bar.count":"Size","sorting.bar.countries":"Land","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Tittel","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Slett","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Opprett","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Tidslinjer","timelines.description":"Tidslinjer er en måte å organisere hendelser på kronologisk.","timelines.no_timelines":"There are no timelines.","timelines.title":"Tidslinjer","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Datasett","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"nl":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Manage your alerts","alerts.no_alerts":"You are not tracking any searches","alerts.save":"Update","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"The Server did not accept your input","auth.server_error":"Server error","auth.success":"Success","auth.unauthorized":"Not authorized","auth.unknown_error":"An unexpected error occured","case.choose.name":"Title","case.choose.summary":"Summary","case.chose.languages":"Languages","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Save","case.share.with":"Share with","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Search users","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancel","collection.cancel.button":"Cancel","collection.countries":"Country","collection.creator":"Manager","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Cancel","collection.delete.confirm":"Delete","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancel","collection.edit.groups":"Groups","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Cancel","collection.edit.info.category":"Category","collection.edit.info.countries":"Countries","collection.edit.info.creator":"Manager","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Delete","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Label","collection.edit.info.languages":"Languages","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"A label","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"A brief summary","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Save changes","collection.edit.info.summary":"Summary","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Edit","collection.edit.permissionstable.view":"View","collection.edit.save_button":"Save changes","collection.edit.save_success":"Your changes are saved.","collection.edit.title":"Settings","collection.edit.users":"Users","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Settings","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancel","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancel","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cross-reference","dashboard.activity":"Activity","dashboard.alerts":"Alerts","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Groups","dashboard.lists":"Lists","dashboard.notifications":"Notifications","dashboard.settings":"Settings","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download the original document","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Create","document.folder.title":"New folder","document.folder.untitled":"Folder title","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Upload","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Choose files to upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Upload","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"The system does not work with these types of files. Please download it so you’ll be able to see it.","document.viewer.no_viewer":"No preview is available for this document","email.body.empty":"No message body.","entity.delete.cancel":"Cancel","entity.delete.confirm":"Delete","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Attachments","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"View","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"This entity does not have any relationships.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Summary","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Create","entityset.delete.cancel":"Cancel","entityset.delete.confirm":"Delete","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Delete","entityset.info.edit":"Settings","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Delete","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Save changes","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancel","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancel","mapping.delete.confirm":"Delete","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancel","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancel","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alerts","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Settings","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifications","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Update","settings.saved":"It's official, your profile is updated.","settings.title":"Settings","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"pt_BR":{"alert.manager.description":"Você receberá notificações quando um novo resultado for gerado para qualquer uma das pesquisas utilizadas para criar os alertas abaixo.","alerts.add_placeholder":"Criar novo alerta de monitoramento...","alerts.delete":"Remove alert","alerts.heading":"Gerencie seus alertas","alerts.no_alerts":"Você não está monitorando nenhuma pesquisa","alerts.save":"Atualizar","alerts.title":"Monitorando alertas","alerts.track":"Monitorar","auth.bad_request":"O Servidor não aceitou sua entrada","auth.server_error":"Erro no servidor","auth.success":"Sucesso","auth.unauthorized":"Acesso negado","auth.unknown_error":"Um erro inesperado ocorreu","case.choose.name":"Título","case.choose.summary":"Resumo","case.chose.languages":"Línguas","case.create.login":"Você deve fazer login para enviar seus próprios dados.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Usado para reconhecimento óptico de texto em alfabetos não latinos.","case.save":"Salvar","case.share.with":"Compartilhar com","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Pesquisar usuários","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copiar para a área de transferência","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancelar","collection.cancel.button":"Cancelar","collection.countries":"País","collection.creator":"Gerenciador","collection.data_updated_at":"Content updated","collection.data_url":"URL do dado","collection.delete.cancel":"Cancelar","collection.delete.confirm":"Excluir","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Controle de acesso","collection.edit.cancel_button":"Cancelar","collection.edit.groups":"Grupos","collection.edit.info.analyze":"Reprocessar","collection.edit.info.cancel":"Cancelar","collection.edit.info.category":"Categoria","collection.edit.info.countries":"Países","collection.edit.info.creator":"Gerenciador","collection.edit.info.data_url":"URL da fonte do dado","collection.edit.info.delete":"Excluir","collection.edit.info.foreign_id":"ID externo","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"URL de informação","collection.edit.info.label":"Nome","collection.edit.info.languages":"Línguas","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link para o dado original e disponível pra download","collection.edit.info.placeholder_info_url":"Link para informações adicionais","collection.edit.info.placeholder_label":"Um nome","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organização ou pessoa publicando esses dados","collection.edit.info.placeholder_publisher_url":"Link para o publicador","collection.edit.info.placeholder_summary":"Breve resumo","collection.edit.info.publisher":"Publicador","collection.edit.info.publisher_url":"URL do publicador","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Salvar alterações","collection.edit.info.summary":"Resumo","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Editar","collection.edit.permissionstable.view":"Visualizar","collection.edit.save_button":"Salvar alterações","collection.edit.save_success":"Suas alterações foram gravadas.","collection.edit.title":"Configurações","collection.edit.users":"Usuários","collection.foreign_id":"ID externo","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"Todas","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Pesquisar conjuntos de dados...","collection.index.title":"Conjuntos de dados","collection.info.access":"Compartilhar","collection.info.browse":"Documentos","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documentos","collection.info.edit":"Configurações","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Menções","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Pesquisar","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Referência Cruzada","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"URL de informação","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publicador","collection.reconcile":"Reconciliação","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancelar","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancelar processo","collection.status.collection":"Conjunto de dado","collection.status.finished_tasks":"Finalizado","collection.status.jobs":"Jobs","collection.status.message":"Aguarde enquanto os dados são processados.","collection.status.no_active":"Nãp há tarefas em andamento","collection.status.pending_tasks":"Pendente","collection.status.progress":"Tarefas","collection.status.title":"Atualização em progresso ({percent}%)","collection.team":"Acessível por","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancelar","collection.xref.confirm":"Confirm","collection.xref.empty":"Nenhum resultado na análise de referenciamento cruzado.","collection.xref.processing":"Cruzamento de dados iniciado.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Referência Cruzada","dashboard.activity":"Ações","dashboard.alerts":"Alertas","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Grupos","dashboard.lists":"Lists","dashboard.notifications":"Notificações","dashboard.settings":"Configurações","dashboard.status":"Status do sistema","dashboard.subheading":"Verifique o progresso das análises de dados, upload e tarefas de processamento em andamento.","dashboard.timelines":"Timelines","dashboard.title":"Status do Sistema","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancelar","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download do arquivo original","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"Ocorreu um erro ao criar a pasta.","document.folder.new":"Nova pasta","document.folder.save":"Criar","document.folder.title":"Nova pasta","document.folder.untitled":"Título da pasta","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Página {page}","document.search.no_match":"Nenhuma página desse documento atende aos termos buscados.","document.upload.button":"Enviar","document.upload.cancel":"Cancelar","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Escolha os arquivos pra upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Enviar","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Enviar documentos","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"O sistema não trabalha com esses tipos de arquivos. Por favor, faça o download do arquivo para que possa visualizá-lo,.","document.viewer.no_viewer":"Não há pré-visualização disponível para esse documento","email.body.empty":"Sem corpo da mensagem.","entity.delete.cancel":"Cancelar","entity.delete.confirm":"Excluir","entity.delete.error":"Um erro ocorreu ao tentar excluir essa entidade.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"Nenhum arquivo ou diretório.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Pesquisar em {label}","entity.info.attachments":"Anexos","entity.info.documents":"Documentos","entity.info.info":"Informação","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Menções","entity.info.text":"Texto","entity.info.view":"Visualizar","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Excluir","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"desconhecido","entity.references.no_relationships":"A entidade não possui relacionamentos.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"A pasta está vazia","entity.search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","entity.search.no_results_title":"Nenhum resultado pra busca","entity.similar.empty":"Não há entidades similares.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"Nenhum seletor foi extraído dessa entidade.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Pesquisar em {label}","entitySet.last_updated":"Atualizado em {date}","entityset.choose.name":"Título","entityset.choose.summary":"Resumo","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Criar","entityset.delete.cancel":"Cancelar","entityset.delete.confirm":"Excluir","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Excluir","entityset.info.edit":"Configurações","entityset.info.export":"Exportar","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"Visualizar","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Salvar alterações","error.screen.not_found":"A página solicitada não foi encontrada.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancelar","exports.dialog.confirm":"Exportar","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Nome","exports.no_exports":"You have no exports to download","exports.size":"Tamanho","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Nome","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Conjunto de dado","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Tente buscar por: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Tipos de entidades","home.stats.title":"Get started exploring public data","home.title":"Encontre registros públicos e vazados","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Pesquisar","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Conjunto de dado","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Última atualização","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Enviar documentos","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Acessar com OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Excluir","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Salvar alterações","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancelar","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancelar","mapping.delete.confirm":"Excluir","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancelar","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Outras","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancelar","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alertas","nav.cases":"Investigations","nav.collections":"Conjuntos de dados","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Configurações","nav.signin":"Acessar","nav.signout":"Sair","nav.status":"Status do sistema","nav.timelines":"Timelines","nav.view_notifications":"Notificações","navbar.alert_add":"Clique para receber alertas de novos resultados para essa busca.","navbar.alert_remove":"Você está recebendo alertas para essa pesquisa.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"Quais são as novidades, {role}?","notifications.no_notifications":"Você já viu todas suas notificações","notifications.title":"Notificações recentes","notifications.type_filter.all":"Todas","pages.not.found":"Page not found","pass.auth.not_same":"Suas senhas não são as mesmas!","password_auth.activate":"Ativar","password_auth.confirm":"Confirmar senha","password_auth.email":"Endereço de e-mail","password_auth.name":"Seu Nome","password_auth.password":"Senha","password_auth.signin":"Acessar","password_auth.signup":"Registrar-se","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use a chave da API para ler e gravar dados através de aplicações remotas","queryFilters.clearAll":"Limpar tudo","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documentos estão sendo processados. Aguarde...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Erro","result.more_results":"Mais de {total} resultados","result.none":"Nenhum resultado encontrado","result.results":"Encontrado(s) {total} resultados","result.searching":"Pesquisando...","result.solo":"Um resultado encontrado","role.select.user":"Escolha um usuário","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Limpar tudo","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Pesquisar","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Alguns recursos não são visíveis pelos usuários anônimos. {signInButton} para ver todos os resultados aos quais você tem acesso.","search.callout_message.button_text":"Acessar","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selecionados","search.facets.hide":"Hide filters","search.facets.no_items":"Nenhuma opção","search.facets.show":"Show filters","search.facets.showMore":"Mostrar mais...","search.filterTag.ancestors":"em:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"não:","search.filterTag.role":"Filtrar por acesso","search.loading":"Loading...","search.no_results_description":"Tente refazer sua pesquisa de forma mais genérica","search.no_results_title":"Nenhum resultado pra busca","search.placeholder":"Pesquisar empresas, pessoas e documentos","search.placeholder_default":"Pesquisar...","search.placeholder_label":"Pesquisar em {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Exportar","search.screen.export_disabled":"Não é possível exportar mais de 10.000 resultados ao mesmo tempo","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Pesquisar","settings.api_key":"Chave Secreta de Acesso à API","settings.confirm":"(confirmar)","settings.current_explain":"Insira sua senha atual para definir a nova.","settings.current_password":"Senha atual","settings.email":"Endereços de E-mail","settings.email.muted":"Receber notificações de e-mail diárias","settings.email.no_change":"Seu e-mail não pode ser alterado","settings.email.tester":"Test new features before they are finished","settings.locale":"Língua","settings.name":"Nome","settings.new_password":"Nova senha","settings.password.missmatch":"As senhas não são iguais","settings.password.rules":"Use pelo menos seis caracteres","settings.password.title":"Troque sua senha","settings.save":"Atualizar","settings.saved":"É oficial, seu perfil foi atualizado.","settings.title":"Configurações","sidebar.open":"Expandir","signup.activate":"Ative sua conta","signup.inbox.desc":"Enviamos um email, por favor acesso o link recebido para completar seu cadastro","signup.inbox.title":"Verifique sua caixa de entrada","signup.login":"Já possui uma conta? Acesse!","signup.register":"Registrar","signup.register.question":"Não possui uma conta? Registre-se!","signup.title":"Acessar","sorting.bar.button.label":"Show:","sorting.bar.caption":"Título","sorting.bar.collection_id":"Conjunto de dado","sorting.bar.count":"Tamanho","sorting.bar.countries":"Países","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Data","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Título","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Carregando...","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Excluir","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Criar","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} menções em {appName}","xref.compute":"Calcular","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Conjunto de dado","xref.recompute":"Re-compute","xref.score":"Pontuação","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"},"ru":{"alert.manager.description":"Укажите искомые слова и, в случае, если они будут найдены в новых документах, вы получите уведомление.","alerts.add_placeholder":"Создать новое оповещение","alerts.delete":"Удалить оповещение","alerts.heading":"Оповещения о новых результатах поиска","alerts.no_alerts":"Вы не подписаны на оповещения","alerts.save":"Обновить","alerts.title":"Управление оповещениями","alerts.track":"Отслеживать","auth.bad_request":"Серверу не понравился ваш запрос","auth.server_error":"Ошибка сервера","auth.success":"Вы успешно авторизованы","auth.unauthorized":"Требуется авторизация","auth.unknown_error":"Произошла ошибка","case.choose.name":"Название","case.choose.summary":"Краткое описание","case.chose.languages":"Языки","case.create.login":"Для загрузки данных необходимо авторизоваться.","case.description":"С помощью Расследований вы можете загружать и коллективно использовать документы и данные, относящиеся к определённой истории. Загруженные PDF-файлы, почтовые архивы и таблицы будут представлены в удобном для поиска и изучения виде.","case.label_placeholder":"Безымянное расследование","case.language_placeholder":"Выбрать языки","case.languages.helper":"Для распознавания текстов нелатинских алфавитов.","case.save":"Сохранить","case.share.with":"Предоставить доступ","case.summary":"Краткое описание расследования","case.title":"Создать расследование","case.users":"Искать пользователей","cases.create":"Новое расследование","cases.empty":"У вас пока нет расследований.","cases.no_results":"Расследований, удовлетворяющих запросу, не найдено.","cases.placeholder":"Поиск расследований...","cases.title":"Расследования","clipboard.copy.after":"Скопировано в буфер","clipboard.copy.before":"Скопировать в буфер","collection.addSchema.placeholder":"Добавить новый тип сущности","collection.analyze.alert.text":"Все сущности в {collectionLabel} будут переиндексированы. Иногда это позволяет исправить ошибки в представлении данных.","collection.analyze.cancel":"Отменить","collection.cancel.button":"Отменить","collection.countries":"Страна","collection.creator":"Автор","collection.data_updated_at":"Данные обновлены","collection.data_url":"Ссылка на данные","collection.delete.cancel":"Отменить","collection.delete.confirm":"Удалить","collection.delete.question":"Вы хотите удалить {collectionLabel} и всё содержимое?","collection.edit.access_title":"Управление доступом","collection.edit.cancel_button":"Отменить","collection.edit.groups":"Группы","collection.edit.info.analyze":"Повторный анализ","collection.edit.info.cancel":"Отменить","collection.edit.info.category":"Категория","collection.edit.info.countries":"Страны","collection.edit.info.creator":"Автор","collection.edit.info.data_url":"Ссылка на исходные данные","collection.edit.info.delete":"Удалить","collection.edit.info.foreign_id":"Внешний ID","collection.edit.info.frequency":"Частота обновления","collection.edit.info.info_url":"Ссылка на описание","collection.edit.info.label":"Название","collection.edit.info.languages":"Языки","collection.edit.info.placeholder_country":"Выбрать страны","collection.edit.info.placeholder_data_url":"Ссылка на исходные данные в скачиваемом формате","collection.edit.info.placeholder_info_url":"Ссылка на более подробное описание","collection.edit.info.placeholder_label":"Название","collection.edit.info.placeholder_language":"Выбрать языки","collection.edit.info.placeholder_publisher":"Организация или лицо, опубликовавшее данные","collection.edit.info.placeholder_publisher_url":"Ссылка на источник","collection.edit.info.placeholder_summary":"Краткое описание","collection.edit.info.publisher":"Издатель","collection.edit.info.publisher_url":"Ссылка на издателя","collection.edit.info.restricted":"Доступ к этому набору данных ограничен — об этом необходимо предупреждать новых пользователей.","collection.edit.info.save":"Сохранить изменения","collection.edit.info.summary":"Краткое описание","collection.edit.permissions_warning":"Для доступа необходима учётная запись в Алефе.","collection.edit.permissionstable.edit":"Редактирование","collection.edit.permissionstable.view":"Просмотр","collection.edit.save_button":"Сохранить изменения","collection.edit.save_success":"Изменения сохранены","collection.edit.title":"Настройки","collection.edit.users":"Пользователи","collection.foreign_id":"Внешний ID","collection.frequency":"Обновления","collection.index.empty":"Ничего нет","collection.index.filter.all":"Все","collection.index.filter.mine":"Созданы мной","collection.index.no_results":"Наборы данных, соответствующие запросу, не найдены","collection.index.placeholder":"Поиск наборов данных...","collection.index.title":"Наборы данных","collection.info.access":"Доступ","collection.info.browse":"Документы","collection.info.delete":"Удалить набор данных","collection.info.delete_casefile":"Удалить расследование","collection.info.diagrams":"Диаграммы","collection.info.diagrams_description":"С помощью диаграмм вы можете визуализировать сложные связи внутри набора данных.","collection.info.documents":"Документы","collection.info.edit":"Настройки","collection.info.entities":"Сущности","collection.info.lists":"Списки","collection.info.lists_description":"С помощью списков вы можете организовывать и группировать связанные сущности.","collection.info.mappings":"Маппинги сущностей","collection.info.mappings_description":"С помощью маппинга сущностей вы можете из рядов в таблице или в CSV-документе массово сгенерировать сущности модели Follow the Money (Люди, Компании и взаимоотношения между ними)","collection.info.mentions":"Упоминания","collection.info.mentions_description":"Алеф автоматически извлекает из загружаемых в расследование документов и сущностей слова и фразы, похожие на имена, адреса, телефонные номера и эл. адреса. {br}{br} Нажмите на упоминании ниже, чтобы посмотреть, где оно встречается в вашем расследовании.","collection.info.overview":"Информация","collection.info.reindex":"Переиндексировать всё содержимое","collection.info.reingest":"Перезагрузить документы","collection.info.search":"Поиск","collection.info.source_documents":"Исходные документы","collection.info.timelines":"Хронологии","collection.info.timelines_description":"Хронологии служат для просмотра и организации событий во времени.","collection.info.xref":"Перекрёстное сравнение","collection.info.xref_description":"Перекрёстное сравнение позволяет искать по всему Алефу сущности, похожие на содержащиеся в вашем расследовании.","collection.info_url":"Ссылка на описание","collection.last_updated":"Обновлено {date}","collection.mappings.create":"Создать новый маппинг сущностей","collection.mappings.create_docs_link":"Подробнее см. {link}","collection.overview.empty":"Пустой набор данных.","collection.publisher":"Издатель","collection.reconcile":"Объединение данных","collection.reconcile.description":"Сопоставить данные с сущностями из этой коллекции с помощью свободного инструмента {openrefine}, указав конечную точку слияния.","collection.reindex.cancel":"Отменить","collection.reindex.confirm":"Запустить индексирование","collection.reindex.flush":"Очистить индекс перед переиндексацией","collection.reindex.processing":"Индексирование запущено.","collection.reingest.confirm":"Запустить анализ","collection.reingest.index":"Проиндексировать документы в процессе обработки.","collection.reingest.processing":"Перезагрузка документов запущена.","collection.reingest.text":"Все документы в {collectionLabel} будут проанализированы повторно. Это займёт некоторое время.","collection.statistics.showmore":"Ещё","collection.status.cancel_button":"Отменить процесс","collection.status.collection":"Набор данных","collection.status.finished_tasks":"Выполнено","collection.status.jobs":"Задачи","collection.status.message":"Данные загружаются.","collection.status.no_active":"Нет активных задач","collection.status.pending_tasks":"Обрабатывается","collection.status.progress":"Ход выполнения","collection.status.title":"Обновлено {percent}%","collection.team":"Доступ","collection.updated_at":"Метаданные обновлены","collection.xref.cancel":"Отменить","collection.xref.confirm":"Подтвердить","collection.xref.empty":"Результаты перекрёстного сравнения отсутствуют.","collection.xref.processing":"Перекрёстное сравнение запущено.","collection.xref.text":"Сейчас будет произведено перекрёстное сравнение {collectionLabel} со всеми остальными источниками. Запустите и дождитесь завершения.","collection.xref.title":"Перекрёстное сравнение","dashboard.activity":"События","dashboard.alerts":"Оповещения","dashboard.cases":"Расследования","dashboard.diagrams":"Диаграммы","dashboard.exports":"Экспорт","dashboard.groups":"Группы","dashboard.lists":"Списки","dashboard.notifications":"Уведомления","dashboard.settings":"Настройки","dashboard.status":"Системный статус","dashboard.subheading":"Статус операций анализа, загрузки или обработки данных.","dashboard.timelines":"Хронологии","dashboard.title":"Системный статус","dashboard.workspace":"Рабочая среда","dataset.search.placeholder":"Поиск этом в наборе данных","diagram.create.button":"Новая диаграмма","diagram.create.label_placeholder":"Безымянная диаграмма","diagram.create.login":"Для создания диаграмм необходимо авторизоваться.","diagram.create.success":"Вы создали диаграмму.","diagram.create.summary_placeholder":"Краткое описание диаграммы","diagram.create.title":"Создать диаграмму","diagram.embed.error":"Ошибка создания встраиваемой диаграммы","diagram.export.embed.description":"Создать встраиваемую интерактивную версию диаграммы для вставки в статьи. Сгенерированная встраиваемая диаграмма не будет отражать более поздние изменения в основной диаграмме.","diagram.export.error":"Ошибка экспорта диаграммы","diagram.export.ftm":"Экспорт в формате .ftm","diagram.export.ftm.description":"Скачать диаграмму в виде файла данных, который можно использовать в {link} или на другом сайте с Алефом.","diagram.export.ftm.link":"Алеф Дата Десктоп","diagram.export.iframe":"Вставить iframe","diagram.export.svg":"Экспорт в формате SVG","diagram.export.svg.description":"Скачать векторную графику с содержимым диаграммы.","diagram.export.title":"Настройки экспорта","diagram.import.button":"Импортировать диаграмму","diagram.import.placeholder":"Перенесите .ftm или .vis файл сюда или кликните, чтобы импортировать готовую диаграмму","diagram.import.title":"Импортировать диаграмму","diagram.render.error":"Ошибка отображения диаграммы","diagram.selector.create":"Создать диаграмму","diagram.selector.select_empty":"Диаграммы отсутствуют","diagram.update.label_placeholder":"Безымянная диаграмма","diagram.update.success":"Вы обновили диаграмму.","diagram.update.summary_placeholder":"Краткое описание диаграммы","diagram.update.title":"Настройки диаграммы","diagrams":"Диаграммы","diagrams.description":"С помощью диаграмм вы можете визуализировать сложные связи внутри расследования.","diagrams.no_diagrams":"Диаграммы отсутствуют.","diagrams.title":"Диаграммы","document.download":"Скачать","document.download.cancel":"Отменить","document.download.confirm":"Скачать","document.download.dont_warn":"Больше не показывать предупреждение при скачивании исходных документов.","document.download.tooltip":"Скачать оригинальный документ","document.download.warning":"Вы собираетесь скачать исходный файл. {br}{br} Исходные файлы могут содержать вирусы или выполняемый код, которые известят автора о том, что вы открыли файл. {br}{br}В случае работы с конфиденциальными данными мы рекомендуем открывать подобные файлы на компьютере, отключённом от сети.","document.folder.error":"При создании папки возникла ошибка.","document.folder.new":"Новая папка","document.folder.save":"Создать","document.folder.title":"Новая папка","document.folder.untitled":"Название папки","document.mapping.start":"Создать сущности","document.paging":"Страница {pageInput} из {numberOfPages}","document.pdf.search.page":"Страница {page}","document.search.no_match":"Искомых слов в документе не найдено.","document.upload.button":"Загрузить","document.upload.cancel":"Отменить","document.upload.close":"Закрыть","document.upload.errors":"Не удалось передать некоторые файлы. Нажмите кнопку Повторить и перезапустите загрузку.","document.upload.files":"Выберите файлы для загрузки","document.upload.folder":"Если вы хотите загрузить папки, { button }.","document.upload.folder-toggle":"нажмите здесь","document.upload.notice":"Загрузка завершена. После индексирования документы станут доступны для полнотекстового поиска.","document.upload.progress":"{done} из {total} файлов готовы, ошибок: {errors}.","document.upload.rejected":"Невозможно загрузить {fileName}, поскольку не известен тип файла.","document.upload.retry":"Попробовать ещё раз","document.upload.save":"Загрузить","document.upload.summary":"{numberOfFiles, number} файлов, {totalSize}","document.upload.title":"Загрузить документы","document.upload.title_in_folder":"Загрузить документы в {folder}","document.viewer.ignored_file":"Работа с данным типом файлов не поддерживается. Для просмотра попробуйте скачать файл.","document.viewer.no_viewer":"Просмотр документа невозможен","email.body.empty":"Текст письма отсутствует","entity.delete.cancel":"Отменить","entity.delete.confirm":"Удалить","entity.delete.error":"При удалении сущности возникла ошибка.","entity.delete.progress":"Удаляем...","entity.delete.question.multiple":"Вы уверены, что хотите удалить {count, plural, one {запись} other {записи}}?","entity.delete.success":"Успешно удалено","entity.document.manager.cannot_map":"Выберите документ с таблицей для создания сущностей","entity.document.manager.empty":"Здесь ничего нет.","entity.document.manager.emptyCanUpload":"Файлы или папки отсутствуют. Перетащите файлы сюда или кликните, чтобы загрузить.","entity.document.manager.search_placeholder":"Поиск по документам","entity.document.manager.search_placeholder_document":"Поиск в {label}","entity.info.attachments":"Вложения","entity.info.documents":"Документы","entity.info.info":"Информация","entity.info.last_view":"Последний просмотр","entity.info.similar":"Совпадения","entity.info.tags":"Упоминания","entity.info.text":"Текст","entity.info.view":"Просмотр","entity.info.workbook_warning":"Этот лист является частью рабочей книги {link}","entity.manager.bulk_import.description.1":"Ниже выберите таблицу для импорта новых сущностей {schema}.","entity.manager.bulk_import.description.2":"Выберите колонки из таблицы и сопоставьте с свойствами сгенерированных сущностей.","entity.manager.bulk_import.description.3":"Не видите искомую таблицу? {link}","entity.manager.bulk_import.link_text":"Загрузить документ, содержащий таблицу","entity.manager.bulk_import.no_results":"Совпадений с другими документами нет","entity.manager.bulk_import.placeholder":"Выберите документ, содержащий таблицу","entity.manager.delete":"Удалить","entity.manager.edge_create_success":"{source} и {target} связаны","entity.manager.entity_set_add_success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entity.manager.remove":"Удалить","entity.manager.search_empty":"Никаких совпадений с {schema} не найдено","entity.manager.search_placeholder":"Искать {schema}","entity.mapping.view":"Создать сущности","entity.properties.missing":"неизвестно","entity.references.no_relationships":"У этой сущности отсутствуют связи","entity.references.no_results":"Ничего не найдено для типа {schema}.","entity.references.no_results_default":"Сущности, удовлетворяющие запросу, не найдены.","entity.references.search.placeholder":"Искать в {schema}","entity.references.search.placeholder_default":"Поиск сущностей","entity.remove.confirm":"Удалить","entity.remove.error":"При удалении сущности возникла ошибка.","entity.remove.progress":"Удаление...","entity.remove.question.multiple":"Вы уверены, что хотите удалить\n {count, plural, one {запись} other {записи}}?","entity.remove.success":"Успешно удалено","entity.search.empty_title":"Эта папка пуста","entity.search.no_results_description":"Попробуйте расширить критерии поиска","entity.search.no_results_title":"Ничего не найдено","entity.similar.empty":"Нет похожих записей","entity.similar.entity":"Похожая сущность","entity.similar.found_text":"Найдено {resultCount} {resultCount, plural, one {похожая запись} other {похожие записи}} из {datasetCount} {datasetCount, plural, one {набор данных} other {наборы данных}}","entity.status.error":"Ошибка сохранения","entity.status.in_progress":"Сохраняется...","entity.status.success":"Сохранено","entity.tags.no_tags":"В данной записи селекторов нет","entity.viewer.add_link":"Связать","entity.viewer.add_to":"Добавить к...","entity.viewer.bulk_import":"Массовый импорт","entity.viewer.search_placeholder":"Поиск в {label}","entitySet.last_updated":"Обновлено {date}","entityset.choose.name":"Название","entityset.choose.summary":"Краткое описание","entityset.create.collection":"Расследование","entityset.create.collection.existing":"Выбрать расследование","entityset.create.collection.new":"Не видите искомое расследование? {link}","entityset.create.collection.new_link":"Создать новое расследование","entityset.create.submit":"Создать","entityset.delete.cancel":"Отменить","entityset.delete.confirm":"Удалить","entityset.delete.question":"Вы уверены, что хотите удалить {label}?","entityset.delete.success":"Успешно удалён {title}","entityset.info.delete":"Удалить","entityset.info.edit":"Настройки","entityset.info.export":"Экспорт","entityset.selector.placeholder":"Поиск по существующему","entityset.selector.success":"{count} {count, plural, one {Cущность} other {Сущности}} добавлены к {entitySet}","entityset.selector.success_toast_button":"Просмотр","entityset.selector.title":"Добавить {firstCaption} {titleSecondary} к...","entityset.selector.title_default":"Добавить сущности к...","entityset.selector.title_other":"и {count} other {count, plural, one {сущность} other {сущности}}","entityset.update.submit":"Сохранить изменения","error.screen.not_found":"Запрашиваемая страница не найдена","export.dialog.text":"Запустите экспорт. {br}{br} На экспорт данных требуется время. Как только данные буду готовы для скачивания, вы получите е-мейл. {br}{br} Не запускайте процедуру экспорта больше одного раза.","exports.dialog.cancel":"Отменить","exports.dialog.confirm":"Экспорт","exports.dialog.dashboard_link":"Показать статус","exports.dialog.success":"Экспортирование запущено.","exports.expiration":"Срок хранения","exports.manager.description":"Ниже приведён список экспортированных данных. Срок действия ограничен.","exports.name":"Название","exports.no_exports":"Данных для экспорта нет","exports.size":"Размер","exports.status":"Статус","exports.title":"Экспортированные данные для скачивания","facet.addresses":"{count, plural, one {Адрес} few {Адреса} many {Адреса} other {Адреса}}","facet.caption":"Название","facet.category":"{count, plural, one {Категория} few {Категории} many {Категории} other {Категории}}","facet.collection_id":"Набор данных","facet.countries":"{count, plural, one {Страна} few {Страны} many {Страны} other {Страны}}","facet.dates":"{count, plural, one {Дата} few {Даты} many {Даты} other {Даты}}","facet.emails":"{count, plural, one {E-мэйл} few {E-мэйлы} many {E-мэйлы} other {E-мэйлы}}","facet.ibans":"{count, plural, one {IBAN-код} few {IBAN-коды} many {IBAN-коды} other {IBAN-коды}}","facet.languages":"{count, plural, one {Язык} few {Языки} many {Языки} other {Языки}}","facet.mimetypes":"{count, plural, one {Тип файла} few {Типы файлов} many {Типы файлов} other {Типы файлов}}","facet.names":"{count, plural, one {Имя} few {Имена} many {Имена} other {Имена}}","facet.phones":"{count, plural, one {Номер телефона} few {Номера телефонов} many {Номера телефонов} other {Номера телефонов}}","facet.schema":"Тип сущности","file_import.error":"Ошибка импорта файла","footer.aleph":"Алеф {version}","group.page.description":"Список всех наборов данных и расследований, принадлежащих этой группе.","group.page.search.description":"Если вы хотите поискать определённые сущности или документы в наборах данных, относящихся к этой группе, нажмите здесь .","home.access_disabled":"Публичный доступ временно закрыт","home.counts.countries":"Страны и территории","home.counts.datasets":"Общедоступные наборы данных","home.counts.entities":"Общедоступные сущности","home.placeholder":"Например, {samples}","home.statistics.categories":"Категории наборов данных","home.statistics.countries":"Страны и территории","home.statistics.schemata":"Типы сущностей","home.stats.title":"Начните с изучения публичных источников данных","home.title":"Искать публичные записи и секретные документы","hotkeys.judgement.different":"Различаются","hotkeys.judgement.group_label":"Распознавание сущностей","hotkeys.judgement.next":"Выбрать следующий результат","hotkeys.judgement.previous":"Выбрать предыдущий результат","hotkeys.judgement.same":"Одно и то же","hotkeys.judgement.unsure":"Недостаточно информации","hotkeys.search.different":"Просмотр предыдущего результата","hotkeys.search.group_label":"Просмотр результатов поиска","hotkeys.search.unsure":"Просмотр следующего результата","hotkeys.search_focus":"Поиск","infoMode.collection_casefile":"Расследование","infoMode.collection_dataset":"Набор данных","infoMode.createdAt":"Дата создания","infoMode.creator":"Создано ","infoMode.updatedAt":"Последнее обновление","investigation.mentions.empty":"Упоминания отсутствуют в этом расследовании.","investigation.overview.guides":"Подробнее","investigation.overview.guides.access":"Управление доступом","investigation.overview.guides.diagrams":"Создание диаграмм","investigation.overview.guides.documents":"Загрузка документов","investigation.overview.guides.entities":"Создание и редактирование сущностей","investigation.overview.guides.mappings":"Создание сущностей из таблиц","investigation.overview.guides.xref":"Перекрёстное сравнение данных","investigation.overview.notifications":"Недавние события","investigation.overview.shortcuts":"Быстрые ссылки","investigation.overview.shortcuts_empty":"Приступить к работе","investigation.search.placeholder":"Поиск в этом расследовании","investigation.shortcut.diagram":"Создать диаграмму","investigation.shortcut.entities":"Создать новые сущности","investigation.shortcut.entity_create_error":"Не удалось создать сущность","investigation.shortcut.entity_create_success":"Успешно создано: {name}","investigation.shortcut.upload":"Загрузить документы","investigation.shortcut.xref":"Сопоставить с другими наборами данных","judgement.disabled":"Для принятия решений необходимы права на редактирование","judgement.negative":"Различаются","judgement.positive":"Одинаковые","judgement.unsure":"Недостаточно информации","landing.shortcut.alert":"Создать оповещение для поиска","landing.shortcut.datasets":"Просмотр наборов данных","landing.shortcut.investigation":"Начать новое расследование","landing.shortcut.search":"Поиск сущностей","list.create.button":"Новый список","list.create.label_placeholder":"Безымянный список","list.create.login":"Для создания списка необходимо авторизоваться.","list.create.success":"Вы создали список.","list.create.summary_placeholder":"Краткое описание списка","list.create.title":"Создать список","list.selector.create":"Создать новый список","list.selector.select_empty":"Списки отсутствуют","list.update.label_placeholder":"Безымянный список","list.update.success":"Список обновлён","list.update.summary_placeholder":"Краткое описание списка","list.update.title":"Настройки списка","lists":"Списки","lists.description":"С помощью списков вы можете организовывать и группировать связанные сущности","lists.no_lists":"Списки отсутствуют.","lists.title":"Списки","login.oauth":"Войти с помощью OAuth","mapping.actions.create":"Создать сущности","mapping.actions.create.toast":"Создание сущностей...","mapping.actions.delete":"Удалить","mapping.actions.delete.toast":"Удаление маппинга и созданных сущностей...","mapping.actions.export":"Экспорт маппинга","mapping.actions.flush":"Удалить созданные сущности","mapping.actions.flush.toast":"Удаление созданных сущностей","mapping.actions.save":"Сохранить изменения","mapping.actions.save.toast":"Пересоздать сущности...","mapping.create.cancel":"Отменить","mapping.create.confirm":"Создать","mapping.create.question":"Вы уверены, что готовы создать сущности, используя этот маппинг?","mapping.delete.cancel":"Отменить","mapping.delete.confirm":"Удалить","mapping.delete.question":"Вы уверены, что хотите удалить этот маппинг и все созданные сущности?","mapping.docs.link":"Помощь по маппингу сущностей в Алефе","mapping.entityAssign.helpText":"Необходимо создать объект типа \"{range}\" для {property}","mapping.entityAssign.noResults":"Нет совпадений с другими объектами","mapping.entityAssign.placeholder":"Выбрать объект","mapping.entity_set_select":"Выберите список или диаграмму","mapping.entityset.remove":"Удалить","mapping.error.keyMissing":"Ошибка ключа: для сущности {id} должен быть задан хотя бы один ключ","mapping.error.relationshipMissing":"Ошибка связи: для сущности {id} должны быть заданы {source} и {target}.","mapping.flush.cancel":"Отменить","mapping.flush.confirm":"Удалить маппинг","mapping.flush.question":"Вы уверены, что хотите удалить все созданные с помощью этого маппинга сущности?","mapping.import.button":"Импортировать существующие маппинги","mapping.import.placeholder":"Перенесите .yml файл сюда или кликните, чтобы импортировать существующий маппинг-файл","mapping.import.querySelect":"Выберите маппинг-запрос для импорта из этого файла:","mapping.import.submit":"Сохранить","mapping.import.success":"Ваш маппинг импортирован.","mapping.import.title":"Импорт маппинга","mapping.info":"Выполните нижеследующие действия для маппинга данных в этом расследовании с сущностями модели Follow the Money. Подробнее см. {link}","mapping.info.link":"Помощь по маппингу данных в Алефе","mapping.keyAssign.additionalHelpText":"Используйте колонки с идентификационными номерами, телефонными номерами, эл. адресами\n и прочей уникальной информацией. Если колонки с уникальными значениями отсутствуют,\n выберите одновременно несколько колонок, чтобы Алеф сгенерировал уникальные сущности из ваших данных.","mapping.keyAssign.additionalHelpToggle.less":"Меньше","mapping.keyAssign.additionalHelpToggle.more":"Подробнее о ключах","mapping.keyAssign.helpText":"Укажите, какие колонки из исходных данных следует использовать для определения уникальных сущностей.","mapping.keyAssign.noResults":"Результатов нет","mapping.keyAssign.placeholder":"Выбрать ключи из доступных колонок","mapping.keys":"Ключи","mapping.propAssign.errorBlank":"Нельзя назначить свойства колонкам без заголовка","mapping.propAssign.errorDuplicate":"Нельзя назначить свойства колонкам с неуникальными заголовками","mapping.propAssign.literalButtonText":"Добавить заданное значение","mapping.propAssign.literalPlaceholder":"Задать значение","mapping.propAssign.other":"Прочее","mapping.propAssign.placeholder":"Назначить свойство","mapping.propRemove":"Удалить свойство из маппинга","mapping.props":"Свойства","mapping.save.cancel":"Отменить","mapping.save.confirm":"Обновить маппинг и пересоздать сущности","mapping.save.question":"При обновлении маппинга ранее созданные сущности будет удалены и созданы снова. Продолжить?","mapping.section1.title":"1. Выберите типы сущностей","mapping.section2.title":"2. Соотнесите колонки свойствам сущностей","mapping.section3.title":"3. Проверьте результат","mapping.section4.description":"Сгенерированные сущности будут по умолчанию добавлены в {collection}. Если вы также хотите добавить их к списку или к диаграмме в расследовании, выберите ниже возможные варианты.","mapping.section4.title":"4. Выберите, куда добавить сгенерированные сущности (необязательно)","mapping.status.error":"Ошибка:","mapping.status.status":"Статус:","mapping.status.updated":"Последнее обновление:","mapping.title":"Создание структурированных сущностей","mapping.types.objects":"Объекты","mapping.types.relationships":"Связи","mapping.warning.empty":"Необходимо создать хотя бы одну сущность","mappings.no_mappings":"У вас пока нет сгенерированных маппингов","nav.alerts":"Оповещения","nav.cases":"Расследования","nav.collections":"Наборы данных","nav.diagrams":"Диаграммы","nav.exports":"Экспорт","nav.lists":"Списки","nav.menu.cases":"Расследования","nav.settings":"Настройки","nav.signin":"Войти","nav.signout":"Выйти","nav.status":"Системный статус","nav.timelines":"Хронологии","nav.view_notifications":"Уведомления","navbar.alert_add":"Вам будут приходить оповещения о новых результатах этого поискового запроса.","navbar.alert_remove":"Вы подписаны на оповещения для этого поискового запроса.","notification.description":"Показать последние обновления для наборов данных, расследований, групп и оповещений, на которые вы подписаны","notifications.greeting":"Что нового, {role}?","notifications.no_notifications":"У вас нет непросмотренных уведомлений","notifications.title":"Последние уведомления","notifications.type_filter.all":"Все","pages.not.found":"Страница не найдена","pass.auth.not_same":"Пароли не совпадают!","password_auth.activate":"Активировать","password_auth.confirm":"Подтвердить пароль","password_auth.email":"Электронный адрес","password_auth.name":"Ваше имя","password_auth.password":"Пароль","password_auth.signin":"Войти","password_auth.signup":"Зарегистрироваться","profile.callout.details":"В этом профиле собраны аттрибуты и связи из {count} сущностей из прочих наборов данных.","profile.callout.intro":"Вы просматриваете {entity} в виде профиля.","profile.callout.link":"Показать исходной сущности","profile.delete.warning":"(Удаление этого профиля не приведёт к удалению созданных сущностей и принятых решений)","profile.hint":"{entity} объединена с сущностями из других наборов данных в профиль ","profile.info.header":"Профиль","profile.info.items":"Распознавание сущностей","profile.info.similar":"Предлагаемое","profile.items.entity":"Объединённые сущности","profile.items.explanation":"Решайте, какие исходные сущности следует отнести к данному профилю или исключить из него.","profile.similar.no_results":"Дополнительные сведения для профиля не найдены.","profileinfo.api_desc":"API-ключ для редактирования данных через сторонние приложения","queryFilters.clearAll":"Очистить все","queryFilters.showHidden":"Ещё фильтры: {count}...","refresh.callout_message":"Обрабатываем документы. Пожалуйста, подождите...","restricted.explain":"Использование этого набора данных ограничено. Прочтите описание и свяжитесь с {creator}, прежде чем использовать эти материалы.","restricted.explain.creator":"владелец набора данных","restricted.tag":"ОГРАНИЧЕНО","result.error":"Ошибка","result.more_results":"Найдено результатов: более {total}","result.none":"Ничего не найдено","result.results":"Результатов поиска: {total}","result.searching":"Поиск...","result.solo":"Один результат","role.select.user":"Выберите пользователя","schemaSelect.button.relationship":"Добавить новую связь","schemaSelect.button.thing":"Добавить новый объект","screen.load_more":"Ещё","search.advanced.all.helptext":"Будут отображены результаты, в которых есть все искомые слова","search.advanced.all.label":"Все слова (по умолчанию)","search.advanced.any.helptext":"Будут отображены результаты, в которых есть любое из искомых слов","search.advanced.any.label":"Любые из этих слов","search.advanced.clear":"Очистить все","search.advanced.exact.helptext":"Только результаты поиска с точным написанием слова или фразы","search.advanced.exact.label":"Только это слово или фраза","search.advanced.none.helptext":"Исключить результаты с этими словами","search.advanced.none.label":"Ни одно из указанных слов","search.advanced.proximity.distance":"Расстояние","search.advanced.proximity.helptext":"Поиск слов, находящихся на некотором расстоянии друг от друга. Например, поиск употреблений \"Bank\" и \"America\", расположеных на расстоянии двух слов друг от друга, таких как \"Bank of America\", \"Bank in America\" и даже \"America has a Bank\".","search.advanced.proximity.label":"Слова на некотором расстоянии друг от друга","search.advanced.proximity.term":"Первое искомое слово","search.advanced.proximity.term2":"Второе искомое слово","search.advanced.submit":"Поиск","search.advanced.title":"Расширенный поиск","search.advanced.variants.distance":"Отличающиеся буквы","search.advanced.variants.helptext":"Используйте для нечёткого поиска. Например, в ответ на запрос Wladimir~2 вы получите результаты не только соодержащие «Wladimir», но и такие варианты написания, как «Wladimyr» или «Vladimyr». Варианты написания определяются количеством ошибок или побуквенных изменений для получения варианта из исходного слова.","search.advanced.variants.label":"Варианты написания","search.advanced.variants.term":"Искомое слово","search.callout_message":"Некоторые коллекции данных недоступны анонимным пользователям — нажмите {signInButton}, чтобы авторизоваться!","search.callout_message.button_text":"Войти","search.columns.configure":"Настроить колонки","search.columns.configure_placeholder":"Найти колонку...","search.config.groups":"Группы свойств","search.config.properties":"Свойства","search.config.reset":"Настройки по умолчанию","search.facets.clearDates":"Очистить","search.facets.configure":"Настроить фильтры","search.facets.configure_placeholder":"Найти фильтр...","search.facets.filtersSelected":"{count} выбрано","search.facets.hide":"Скрыть фильтры","search.facets.no_items":"Варианты отсутствуют","search.facets.show":"Отобразить фильтры","search.facets.showMore":"Ещё...","search.filterTag.ancestors":"в:","search.filterTag.dates_after":"После","search.filterTag.dates_before":"До","search.filterTag.exclude":"не:","search.filterTag.role":"Фильтровать по доступу","search.loading":"Загрузка...","search.no_results_description":"Попробуйте расширить критерии поиска","search.no_results_title":"Ничего не найдено","search.placeholder":"Искать людей, компании или документы","search.placeholder_default":"Поиск...","search.placeholder_label":"Поиск в {label}","search.screen.dates.show-all":"* Показаны все настройки фильтра дат. { button } отобразить только ближайшие даты.","search.screen.dates.show-hidden":"* В фильтре дат отображены только варианты от {start} до настоящего времени. { button } показать даты за пределами данного диапазона.","search.screen.dates.show-hidden.click":"Нажмите здесь","search.screen.dates_label":"результаты","search.screen.dates_title":"Даты","search.screen.export":"Экспорт","search.screen.export_disabled":"За один раз можно экспортировать не более 10.000 записей","search.screen.export_disabled_empty":"Результатов для экспорта нет.","search.screen.export_helptext":"Экспортировать результаты","search.title":"Поиск: {title}","search.title_emptyq":"Поиск","settings.api_key":"API-ключ","settings.confirm":"(подтверждение)","settings.current_explain":"Введите текущий пароль для установки нового.","settings.current_password":"Действующий пароль","settings.email":"Электронный адрес","settings.email.muted":"Получать ежедневные уведомления по эл. почте","settings.email.no_change":"Ваш эл. адрес не изменён","settings.email.tester":"Принимать участие в тестировании новых функций","settings.locale":"Язык","settings.name":"Название","settings.new_password":"Новый пароль","settings.password.missmatch":"Пароли не совпадают","settings.password.rules":"Минимум 6 символов","settings.password.title":"Поменять пароль","settings.save":"Обновить","settings.saved":"Ваша учётная запись обновлена","settings.title":"Настройки","sidebar.open":"Развернуть","signup.activate":"Активирируйте учётную запись","signup.inbox.desc":"Мы отправили вам письмо с ссылкой для завершения регистрации","signup.inbox.title":"Проверьте почту","signup.login":"Вы уже зарегистрированы? Авторизуйтесь!","signup.register":"Зарегистрироваться","signup.register.question":"У вас нет учётной записи? Зарегистрируйтесь!","signup.title":"Войти","sorting.bar.button.label":"Отобразить:","sorting.bar.caption":"Название","sorting.bar.collection_id":"Набор данных","sorting.bar.count":"Размер","sorting.bar.countries":"Страны","sorting.bar.created_at":"Дата создания","sorting.bar.date":"Дата","sorting.bar.dates":"Даты","sorting.bar.direction":"Направление:","sorting.bar.endDate":"Дата окончания","sorting.bar.label":"Название","sorting.bar.sort":"Отсортировать:","sorting.bar.updated_at":"Дата обновления","sources.index.empty":"Эта группа не привязана к какому-либо набору данных или расследованию.","sources.index.placeholder":"Поиск наборов данных или расследований, относящихся к {group}...","status.no_collection":"Прочие задачи","tags.results":"Количество упоминаний","tags.title":"Искомое слово","text.loading":"Загрузка...","timeline.add_new":"Создать новый объект","timeline.button.collapse":"Краткий вид","timeline.button.show_full":"Подробный вид","timeline.create.button":"Создать хронологию","timeline.create.cancel":"Удалить","timeline.create.label_placeholder":"Безымянная хронология","timeline.create.login":"Для создания хронологии необходимо авторизоваться","timeline.create.submit":"Создать","timeline.create.success":"Вы создали хронологию","timeline.create.summary_placeholder":"Краткое описание хронологии","timeline.create.title":"Создать хронологию","timeline.dates.button_text":"Добавить дату окончания","timeline.empty":"Хронология не содержит событий","timeline.empty_histogram":"Даты не найдены","timeline.item.date":"{start} до {end}","timeline.item.delete":"Удалить из {collection}","timeline.item.link_copy":"Скопировать ссылку на этот объект","timeline.item.link_copy_success":"Ссылка скопирована в буфер обмена.","timeline.item.remove":"Удалить из хронологии","timeline.items_label":"объекты","timeline.no_results":"Нет результатов, удовлетворяющих запросу","timeline.result_text":"Событий в хронологии: {count}","timeline.result_text_query":"Отображено {count} (из {total} всего)","timeline.schema_select.label":"тип","timeline.selector.create":"Создать новую хронологию","timeline.selector.select_empty":"Хронологии отсутствуют","timeline.update.label_placeholder":"Безымянная хронология","timeline.update.success":"Вы обновили хронологию","timeline.update.summary_placeholder":"Краткое описание хронологии","timeline.update.title":"Настройки хронологии","timelines":"Хронологии","timelines.description":"Хронологии служат для просмотра и организации событий во времени.","timelines.no_timelines":"Хронологии отсутствуют.","timelines.title":"Хронологии","valuelink.tooltip":"Упоминаний в {appName}: {count}","xref.compute":"Обработать","xref.entity":"Запись","xref.match":"Вероятное совпадение","xref.match_collection":"Набор данных","xref.recompute":"Перезапустить","xref.score":"Оценка","xref.sort.default":"По умолчанию","xref.sort.label":"Отсортировать:","xref.sort.random":"Произвольно"},"tr":{"alert.manager.description":"You will receive notifications when a new result is added that matches any of the alerts you have set up below.","alerts.add_placeholder":"Create a new tracking alert...","alerts.delete":"Remove alert","alerts.heading":"Manage your alerts","alerts.no_alerts":"You are not tracking any searches","alerts.save":"Update","alerts.title":"Tracking alerts","alerts.track":"Track","auth.bad_request":"The Server did not accept your input","auth.server_error":"Server error","auth.success":"Success","auth.unauthorized":"Not authorized","auth.unknown_error":"An unexpected error occured","case.choose.name":"Title","case.choose.summary":"Summary","case.chose.languages":"Languages","case.create.login":"You must sign in to upload your own data.","case.description":"Investigations let you upload and share documents and data which belong to a particular story. You can upload PDFs, email archives or spreadsheets, and they will be made easy to search and browse.","case.label_placeholder":"Untitled investigation","case.language_placeholder":"Select languages","case.languages.helper":"Used for optical text recognition in non-Latin alphabets.","case.save":"Save","case.share.with":"Share with","case.summary":"A brief description of the investigation","case.title":"Create an investigation","case.users":"Search users","cases.create":"New investigation","cases.empty":"You do not have any investigations yet.","cases.no_results":"No investigations were found matching this query.","cases.placeholder":"Search investigations...","cases.title":"Investigations","clipboard.copy.after":"Successfully copied to clipboard","clipboard.copy.before":"Copy to clipboard","collection.addSchema.placeholder":"Add new entity type","collection.analyze.alert.text":"You're about to re-index the entities in {collectionLabel}. This can be helpful if there are inconsistencies in how the data is presented.","collection.analyze.cancel":"Cancel","collection.cancel.button":"Cancel","collection.countries":"Country","collection.creator":"Manager","collection.data_updated_at":"Content updated","collection.data_url":"Data URL","collection.delete.cancel":"Cancel","collection.delete.confirm":"Delete","collection.delete.question":"Are you sure you want to delete {collectionLabel} and all contained items?","collection.edit.access_title":"Access control","collection.edit.cancel_button":"Cancel","collection.edit.groups":"Groups","collection.edit.info.analyze":"Re-process","collection.edit.info.cancel":"Cancel","collection.edit.info.category":"Category","collection.edit.info.countries":"Countries","collection.edit.info.creator":"Manager","collection.edit.info.data_url":"Data source URL","collection.edit.info.delete":"Delete","collection.edit.info.foreign_id":"Foreign ID","collection.edit.info.frequency":"Update frequency","collection.edit.info.info_url":"Information URL","collection.edit.info.label":"Label","collection.edit.info.languages":"Languages","collection.edit.info.placeholder_country":"Select countries","collection.edit.info.placeholder_data_url":"Link to the raw data in a downloadable form","collection.edit.info.placeholder_info_url":"Link to further information","collection.edit.info.placeholder_label":"A label","collection.edit.info.placeholder_language":"Select languages","collection.edit.info.placeholder_publisher":"Organisation or person publishing this data","collection.edit.info.placeholder_publisher_url":"Link to the publisher","collection.edit.info.placeholder_summary":"A brief summary","collection.edit.info.publisher":"Publisher","collection.edit.info.publisher_url":"Publisher URL","collection.edit.info.restricted":"This dataset is restricted and viewers should be warned.","collection.edit.info.save":"Save changes","collection.edit.info.summary":"Summary","collection.edit.permissions_warning":"Note: User must already have an Aleph account in order to receive access.","collection.edit.permissionstable.edit":"Edit","collection.edit.permissionstable.view":"View","collection.edit.save_button":"Save changes","collection.edit.save_success":"Your changes are saved.","collection.edit.title":"Settings","collection.edit.users":"Users","collection.foreign_id":"Foreign ID","collection.frequency":"Updates","collection.index.empty":"No datasets were found.","collection.index.filter.all":"All","collection.index.filter.mine":"Created by me","collection.index.no_results":"No datasets were found matching this query.","collection.index.placeholder":"Search datasets...","collection.index.title":"Datasets","collection.info.access":"Share","collection.info.browse":"Documents","collection.info.delete":"Delete dataset","collection.info.delete_casefile":"Delete investigation","collection.info.diagrams":"Network diagrams","collection.info.diagrams_description":"Network diagrams let you visualize complex relationships within an investigation.","collection.info.documents":"Documents","collection.info.edit":"Settings","collection.info.entities":"Entities","collection.info.lists":"Lists","collection.info.lists_description":"Lists let you organize and group related entities of interest.","collection.info.mappings":"Entity mappings","collection.info.mappings_description":"Entity mappings allow you to bulk generate structured Follow the Money entities (like People, Companies, and the relationships among them) from rows in a spreadsheet or CSV document","collection.info.mentions":"Mentions","collection.info.mentions_description":"Aleph automatically extracts terms that resemble names, address, phone numbers, and email addresses from uploaded documents and entities within your investigation. {br}{br} Click on a mentioned term below to find where it appears in your investigation.","collection.info.overview":"Overview","collection.info.reindex":"Re-index all content","collection.info.reingest":"Re-ingest documents","collection.info.search":"Search","collection.info.source_documents":"Source documents","collection.info.timelines":"Timelines","collection.info.timelines_description":"Timelines are a way to view and organize events chronologically.","collection.info.xref":"Cross-reference","collection.info.xref_description":"Cross-referencing allows you to search the rest of Aleph for entities similar to those contained in your investigation.","collection.info_url":"Information URL","collection.last_updated":"Last updated {date}","collection.mappings.create":"Create a new entity mapping","collection.mappings.create_docs_link":"For more information, please refer to the {link}","collection.overview.empty":"This dataset is empty.","collection.publisher":"Publisher","collection.reconcile":"Reconciliation","collection.reconcile.description":"Match your own data against the entities in this collection using the free {openrefine} tool by adding the reconciliation endpoint.","collection.reindex.cancel":"Cancel","collection.reindex.confirm":"Start indexing","collection.reindex.flush":"Clear index before re-indexing","collection.reindex.processing":"Indexing started.","collection.reingest.confirm":"Start processing","collection.reingest.index":"Index documents as they are processed.","collection.reingest.processing":"Re-ingest started.","collection.reingest.text":"You're about to re-process all documents in {collectionLabel}. This might take some time.","collection.statistics.showmore":"Show more","collection.status.cancel_button":"Cancel the process","collection.status.collection":"Dataset","collection.status.finished_tasks":"Finished","collection.status.jobs":"Jobs","collection.status.message":"Continue to frolic about while data is being processed.","collection.status.no_active":"There are no ongoing tasks","collection.status.pending_tasks":"Pending","collection.status.progress":"Tasks","collection.status.title":"Update in progress ({percent}%)","collection.team":"Accessible to","collection.updated_at":"Metadata updated","collection.xref.cancel":"Cancel","collection.xref.confirm":"Confirm","collection.xref.empty":"There are no cross-referencing results.","collection.xref.processing":"Cross-referencing started.","collection.xref.text":"You will now cross-reference {collectionLabel} against all other sources. Start this process once and then wait for it to complete.","collection.xref.title":"Cross-reference","dashboard.activity":"Activity","dashboard.alerts":"Alerts","dashboard.cases":"Investigations","dashboard.diagrams":"Network diagrams","dashboard.exports":"Exports","dashboard.groups":"Groups","dashboard.lists":"Lists","dashboard.notifications":"Notifications","dashboard.settings":"Settings","dashboard.status":"System status","dashboard.subheading":"Check the progress of ongoing data analysis, upload, and processing tasks.","dashboard.timelines":"Timelines","dashboard.title":"System Status","dashboard.workspace":"Workspace","dataset.search.placeholder":"Search this dataset","diagram.create.button":"New diagram","diagram.create.label_placeholder":"Untitled diagram","diagram.create.login":"You must log in to create a diagram","diagram.create.success":"Your diagram has been created successfully.","diagram.create.summary_placeholder":"A brief description of the diagram","diagram.create.title":"Create a diagram","diagram.embed.error":"Error generating diagram embed","diagram.export.embed.description":"Generate an embeddable interactive version of the diagram that can be used in an article. The embed will not reflect future changes in the diagram.","diagram.export.error":"Error exporting diagram","diagram.export.ftm":"Export as .ftm","diagram.export.ftm.description":"Download the diagram as a data file that can be used in {link} or another Aleph site.","diagram.export.ftm.link":"Aleph Data Desktop","diagram.export.iframe":"Embed iframe","diagram.export.svg":"Export as SVG","diagram.export.svg.description":"Download a vector graphic with the contents of the diagram.","diagram.export.title":"Export options","diagram.import.button":"Import diagram","diagram.import.placeholder":"Drop a .ftm or .vis file here or click to import an existing diagram","diagram.import.title":"Import a network diagram","diagram.render.error":"Error rendering diagram","diagram.selector.create":"Create a new diagram","diagram.selector.select_empty":"No existing diagram","diagram.update.label_placeholder":"Untitled diagram","diagram.update.success":"Your diagram has been updated successfully.","diagram.update.summary_placeholder":"A brief description of the diagram","diagram.update.title":"Diagram settings","diagrams":"Diagrams","diagrams.description":"Network diagrams let you visualize complex relationships within an investigation.","diagrams.no_diagrams":"There are no network diagrams.","diagrams.title":"Network diagrams","document.download":"Download","document.download.cancel":"Cancel","document.download.confirm":"Download","document.download.dont_warn":"Don't warn me in the future when downloading source documents","document.download.tooltip":"Download the original document","document.download.warning":"You’re about to download a source file. {br}{br} Source files can contain viruses and code that notify the originator when you open them. {br}{br} For sensitive data, we recommend only opening source files on a computer that is permanently disconnected from the internet.","document.folder.error":"There was an error creating the folder.","document.folder.new":"New folder","document.folder.save":"Create","document.folder.title":"New folder","document.folder.untitled":"Folder title","document.mapping.start":"Generate entities","document.paging":"Page {pageInput} of {numberOfPages}","document.pdf.search.page":"Page {page}","document.search.no_match":"No single page within this document matches all your search terms.","document.upload.button":"Upload","document.upload.cancel":"Cancel","document.upload.close":"Close","document.upload.errors":"Some files couldn't be transferred. You can use the Retry button to restart all failed uploads.","document.upload.files":"Choose files to upload...","document.upload.folder":"If you would like to upload folders instead, { button }.","document.upload.folder-toggle":"click here","document.upload.notice":"The upload is complete. It will take a few moments for the documents to be processed and become searchable.","document.upload.progress":"{done} of {total} files done, {errors} errors.","document.upload.rejected":"{fileName} is missing a file type, so it cannot be uploaded.","document.upload.retry":"Retry","document.upload.save":"Upload","document.upload.summary":"{numberOfFiles, number} files, {totalSize}","document.upload.title":"Upload documents","document.upload.title_in_folder":"Upload documents to {folder}","document.viewer.ignored_file":"The system does not work with these types of files. Please download it so you’ll be able to see it.","document.viewer.no_viewer":"No preview is available for this document","email.body.empty":"No message body.","entity.delete.cancel":"Cancel","entity.delete.confirm":"Delete","entity.delete.error":"An error occured while attempting to delete this entity.","entity.delete.progress":"Deleting...","entity.delete.question.multiple":"Are you sure you want to delete the following {count, plural, one {item} other {items}}?","entity.delete.success":"Successfully deleted","entity.document.manager.cannot_map":"Select a table document to generate structured entities","entity.document.manager.empty":"No files or directories.","entity.document.manager.emptyCanUpload":"No files or directories. Drop files here or click to upload.","entity.document.manager.search_placeholder":"Search documents","entity.document.manager.search_placeholder_document":"Search in {label}","entity.info.attachments":"Attachments","entity.info.documents":"Documents","entity.info.info":"Info","entity.info.last_view":"Last viewed {time}","entity.info.similar":"Similar","entity.info.tags":"Mentions","entity.info.text":"Text","entity.info.view":"View","entity.info.workbook_warning":"This sheet is part of workbook {link}","entity.manager.bulk_import.description.1":"Select a table below from which to import new {schema} entities.","entity.manager.bulk_import.description.2":"Once selected, you will be prompted to assign columns from that table to properties of the generated entities.","entity.manager.bulk_import.description.3":"Don't see the table you're looking for? {link}","entity.manager.bulk_import.link_text":"Upload a new table document","entity.manager.bulk_import.no_results":"No matching documents found","entity.manager.bulk_import.placeholder":"Select a table document","entity.manager.delete":"Delete","entity.manager.edge_create_success":"Successfully linked {source} and {target}","entity.manager.entity_set_add_success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entity.manager.remove":"Remove","entity.manager.search_empty":"No matching {schema} results found","entity.manager.search_placeholder":"Search {schema}","entity.mapping.view":"Generate entities","entity.properties.missing":"unknown","entity.references.no_relationships":"This entity does not have any relationships.","entity.references.no_results":"No {schema} match this search.","entity.references.no_results_default":"No entities match this search.","entity.references.search.placeholder":"Search in {schema}","entity.references.search.placeholder_default":"Search entities","entity.remove.confirm":"Remove","entity.remove.error":"An error occured while attempting to remove this entity.","entity.remove.progress":"Removing...","entity.remove.question.multiple":"Are you sure you want to remove the following {count, plural, one {item} other {items}}?","entity.remove.success":"Successfully removed","entity.search.empty_title":"This folder is empty","entity.search.no_results_description":"Try making your search more general","entity.search.no_results_title":"No search results","entity.similar.empty":"There are no similar entities.","entity.similar.entity":"Similar entity","entity.similar.found_text":"Found {resultCount} {resultCount, plural, one {similar entity} other {similar entities}} from {datasetCount} {datasetCount, plural, one {dataset} other {datasets}}","entity.status.error":"Error saving","entity.status.in_progress":"Saving...","entity.status.success":"Saved","entity.tags.no_tags":"No selectors were extracted from this entity.","entity.viewer.add_link":"Create link","entity.viewer.add_to":"Add to...","entity.viewer.bulk_import":"Bulk import","entity.viewer.search_placeholder":"Search in {label}","entitySet.last_updated":"Updated {date}","entityset.choose.name":"Title","entityset.choose.summary":"Summary","entityset.create.collection":"Investigation","entityset.create.collection.existing":"Select an investigation","entityset.create.collection.new":"Don't see the investigation you're looking for? {link}","entityset.create.collection.new_link":"Create a new investigation","entityset.create.submit":"Create","entityset.delete.cancel":"Cancel","entityset.delete.confirm":"Delete","entityset.delete.question":"Are you sure you want to delete {label}?","entityset.delete.success":"Successfully deleted {title}","entityset.info.delete":"Delete","entityset.info.edit":"Settings","entityset.info.export":"Export","entityset.selector.placeholder":"Search existing","entityset.selector.success":"Successfully added {count} {count, plural, one {entity} other {entities}} to {entitySet}","entityset.selector.success_toast_button":"View","entityset.selector.title":"Add {firstCaption} {titleSecondary} to...","entityset.selector.title_default":"Add entities to...","entityset.selector.title_other":"and {count} other {count, plural, one {entity} other {entities}}","entityset.update.submit":"Save changes","error.screen.not_found":"The requested page could not be found.","export.dialog.text":"Initiate your export. {br}{br} Exports take some time to generate. You will receive an email once the data is ready. {br}{br} Please trigger this export only once.","exports.dialog.cancel":"Cancel","exports.dialog.confirm":"Export","exports.dialog.dashboard_link":"View progress","exports.dialog.success":"Your export has begun.","exports.expiration":"Expiration","exports.manager.description":"Below is a list of your exports. Make sure to download them before they expire.","exports.name":"Name","exports.no_exports":"You have no exports to download","exports.size":"Size","exports.status":"Status","exports.title":"Exports ready for download","facet.addresses":"{count, plural, one {Address} other {Addresses}}","facet.caption":"Name","facet.category":"{count, plural, one {Category} other {Categories}}","facet.collection_id":"Dataset","facet.countries":"{count, plural, one {Country} other {Countries}}","facet.dates":"{count, plural, one {Date} other {Dates}}","facet.emails":"{count, plural, one {E-Mail} other {E-Mails}}","facet.ibans":"{count, plural, one {IBAN} other {IBANs}}","facet.languages":"{count, plural, one {Language} other {Languages}}","facet.mimetypes":"{count, plural, one {File type} other {File types}}","facet.names":"{count, plural, one {Name} other {Names}}","facet.phones":"{count, plural, one {Phone number} other {Phone numbers}}","facet.schema":"Entity type","file_import.error":"Error importing file","footer.aleph":"Aleph {version}","group.page.description":"The list below shows all datasets and investigations that belong to this group.","group.page.search.description":"If you would like to search for specific entities or documents within the datasets that this group has access to, click here instead.","home.access_disabled":"Public access temporarily disabled","home.counts.countries":"Countries & territories","home.counts.datasets":"Public datasets","home.counts.entities":"Public entities","home.placeholder":"Try searching: {samples}","home.statistics.categories":"Dataset categories","home.statistics.countries":"Countries and territories","home.statistics.schemata":"Entity types","home.stats.title":"Get started exploring public data","home.title":"Find public records and leaks","hotkeys.judgement.different":"Decide different","hotkeys.judgement.group_label":"Entity decisions","hotkeys.judgement.next":"Select next result","hotkeys.judgement.previous":"Select previous result","hotkeys.judgement.same":"Decide same","hotkeys.judgement.unsure":"Decide not enough information","hotkeys.search.different":"Preview previous result","hotkeys.search.group_label":"Search preview","hotkeys.search.unsure":"Preview next result","hotkeys.search_focus":"Search","infoMode.collection_casefile":"Investigation","infoMode.collection_dataset":"Dataset","infoMode.createdAt":"Created at","infoMode.creator":"Created by","infoMode.updatedAt":"Last updated","investigation.mentions.empty":"There are no mentions yet in this investigation.","investigation.overview.guides":"Read more","investigation.overview.guides.access":"Managing access","investigation.overview.guides.diagrams":"Drawing network diagrams","investigation.overview.guides.documents":"Uploading documents","investigation.overview.guides.entities":"Creating & editing entities","investigation.overview.guides.mappings":"Generating entities from a spreadsheet","investigation.overview.guides.xref":"Cross-referencing your data","investigation.overview.notifications":"Recent activity","investigation.overview.shortcuts":"Quick links","investigation.overview.shortcuts_empty":"Getting started","investigation.search.placeholder":"Search this investigation","investigation.shortcut.diagram":"Sketch a network diagram","investigation.shortcut.entities":"Create new entities","investigation.shortcut.entity_create_error":"Unable to create entity","investigation.shortcut.entity_create_success":"Successfully created {name}","investigation.shortcut.upload":"Upload documents","investigation.shortcut.xref":"Compare with other datasets","judgement.disabled":"You must have edit access in order to make judgements.","judgement.negative":"Different","judgement.positive":"Same","judgement.unsure":"Not enough information","landing.shortcut.alert":"Create a search alert","landing.shortcut.datasets":"Browse datasets","landing.shortcut.investigation":"Start an investigation","landing.shortcut.search":"Search entities","list.create.button":"New list","list.create.label_placeholder":"Untitled list","list.create.login":"You must log in to create a list","list.create.success":"Your list has been created successfully.","list.create.summary_placeholder":"A brief description of the list","list.create.title":"Create a list","list.selector.create":"Create a new list","list.selector.select_empty":"No existing list","list.update.label_placeholder":"Untitled list","list.update.success":"Your list has been updated successfully.","list.update.summary_placeholder":"A brief description of the list","list.update.title":"List settings","lists":"Lists","lists.description":"Lists let you organize and group related entities of interest.","lists.no_lists":"There are no lists.","lists.title":"Lists","login.oauth":"Sign in via OAuth","mapping.actions.create":"Generate entities","mapping.actions.create.toast":"Generating entities...","mapping.actions.delete":"Delete","mapping.actions.delete.toast":"Deleting mapping and any generated entities...","mapping.actions.export":"Export mapping","mapping.actions.flush":"Remove generated entities","mapping.actions.flush.toast":"Removing generated entities...","mapping.actions.save":"Save changes","mapping.actions.save.toast":"Re-generating entities...","mapping.create.cancel":"Cancel","mapping.create.confirm":"Generate","mapping.create.question":"Are you sure you are ready to generate entities using this mapping?","mapping.delete.cancel":"Cancel","mapping.delete.confirm":"Delete","mapping.delete.question":"Are you sure you want to delete this mapping and all generated entities?","mapping.docs.link":"Aleph entity mapping documentation","mapping.entityAssign.helpText":"You must create an object of type \"{range}\" to be the {property}","mapping.entityAssign.noResults":"No matching objects available","mapping.entityAssign.placeholder":"Select an object","mapping.entity_set_select":"Select a List or Diagram","mapping.entityset.remove":"Remove","mapping.error.keyMissing":"Key Error: {id} entity must have at least one key","mapping.error.relationshipMissing":"Relationship Error: {id} entity must have a {source} and {target} assigned","mapping.flush.cancel":"Cancel","mapping.flush.confirm":"Remove","mapping.flush.question":"Are you sure you want to remove entities generated using this mapping?","mapping.import.button":"Import existing mapping","mapping.import.placeholder":"Drop a .yml file here or click to import an existing mapping file","mapping.import.querySelect":"Select a mapping query from this file to import:","mapping.import.submit":"Submit","mapping.import.success":"Your mapping has been imported successfully.","mapping.import.title":"Import a mapping","mapping.info":"Follow the steps below to map items in this investigation to structured Follow the Money entites. For more information, please refer to the {link}","mapping.info.link":"Aleph data mapping documentation","mapping.keyAssign.additionalHelpText":"The best keys are columns from your data that contain id numbers, phone numbers, email addresses, or other uniquely identifying information. If no columns with unique values exist, select multiple columns to allow Aleph to generate unique entities correctly from your data.","mapping.keyAssign.additionalHelpToggle.less":"Less","mapping.keyAssign.additionalHelpToggle.more":"More about keys","mapping.keyAssign.helpText":"Specify which columns from the source data will be used to identify unique entities.","mapping.keyAssign.noResults":"No results","mapping.keyAssign.placeholder":"Select keys from available columns","mapping.keys":"Keys","mapping.propAssign.errorBlank":"Columns with no header cannot be assigned","mapping.propAssign.errorDuplicate":"Columns with duplicate headers cannot be assigned","mapping.propAssign.literalButtonText":"Add a fixed value","mapping.propAssign.literalPlaceholder":"Add fixed value text","mapping.propAssign.other":"Other","mapping.propAssign.placeholder":"Assign a property","mapping.propRemove":"Remove this property from mapping","mapping.props":"Properties","mapping.save.cancel":"Cancel","mapping.save.confirm":"Update mapping & re-generate","mapping.save.question":"Updating this mapping will delete any previously generated entities and re-generate them. Are you sure you would like to continue?","mapping.section1.title":"1. Select entity types to generate","mapping.section2.title":"2. Map columns to entity properties","mapping.section3.title":"3. Verify","mapping.section4.description":"Generated entities will be added to {collection} by default. If you would like to additionally add them to a list or diagram within the investigation, please click below and select from the available options.","mapping.section4.title":"4. Select a destination for generated entities (optional)","mapping.status.error":"Error:","mapping.status.status":"Status:","mapping.status.updated":"Last updated:","mapping.title":"Generate structured entities","mapping.types.objects":"Objects","mapping.types.relationships":"Relationships","mapping.warning.empty":"You must create at least one entity","mappings.no_mappings":"You have not generated any mappings yet","nav.alerts":"Alerts","nav.cases":"Investigations","nav.collections":"Datasets","nav.diagrams":"Network diagrams","nav.exports":"Exports","nav.lists":"Lists","nav.menu.cases":"Investigations","nav.settings":"Settings","nav.signin":"Sign in","nav.signout":"Sign out","nav.status":"System status","nav.timelines":"Timelines","nav.view_notifications":"Notifications","navbar.alert_add":"Click to receive alerts about new results for this search.","navbar.alert_remove":"You are receiving alerts about this search.","notification.description":"View the latest updates to datasets, investigations, groups and tracking alerts you follow.","notifications.greeting":"What's new, {role}?","notifications.no_notifications":"You have no unseen notifications","notifications.title":"Recent notifications","notifications.type_filter.all":"All","pages.not.found":"Page not found","pass.auth.not_same":"Your passwords are not the same!","password_auth.activate":"Activate","password_auth.confirm":"Confirm password","password_auth.email":"Email address","password_auth.name":"Your Name","password_auth.password":"Password","password_auth.signin":"Sign in","password_auth.signup":"Sign up","profile.callout.details":"This profile aggregates attributes and relationships from {count} entities across different datasets.","profile.callout.intro":"You're viewing {entity} as a profile.","profile.callout.link":"View the original entity","profile.delete.warning":"(Deleting this profile will not delete any of the entities or entity decisions contained within it)","profile.hint":"{entity} has been combined with entities from other datasets into a profile","profile.info.header":"Profile","profile.info.items":"Entity decisions","profile.info.similar":"Suggested","profile.items.entity":"Combined entities","profile.items.explanation":"Make decisions below to determine which source entities should be added or excluded from this profile.","profile.similar.no_results":"No suggested additions for this profile were found.","profileinfo.api_desc":"Use the API key to read and write data via remote applications.","queryFilters.clearAll":"Clear all","queryFilters.showHidden":"Show {count} more filters...","refresh.callout_message":"Documents are being processed. Please wait...","restricted.explain":"Use of this dataset is restricted. Read the description and contact {creator} before using this material.","restricted.explain.creator":"the dataset owner","restricted.tag":"RESTRICTED","result.error":"Error","result.more_results":"More than {total} results","result.none":"No results found","result.results":"Found {total} results","result.searching":"Searching...","result.solo":"One result found","role.select.user":"Choose a user","schemaSelect.button.relationship":"Add a new relationship","schemaSelect.button.thing":"Add a new object","screen.load_more":"Load more","search.advanced.all.helptext":"Only results containing all of the given terms will be returned","search.advanced.all.label":"All of these words (Default)","search.advanced.any.helptext":"Results containing any of the given terms will be returned","search.advanced.any.label":"Any of these words","search.advanced.clear":"Clear all","search.advanced.exact.helptext":"Only results with this exact word or phrase will be returned","search.advanced.exact.label":"This exact word/phrase","search.advanced.none.helptext":"Exclude results with these words","search.advanced.none.label":"None of these words","search.advanced.proximity.distance":"Distance","search.advanced.proximity.helptext":"Search for two terms within a certain distance of each other. For example, return results with the terms \"Bank\" and \"America\" occurring within two words from each other, such as \"Bank of America\", \"Bank in America\", even \"America has a Bank\".","search.advanced.proximity.label":"Terms in proximity to each other","search.advanced.proximity.term":"First term","search.advanced.proximity.term2":"Second term","search.advanced.submit":"Search","search.advanced.title":"Advanced Search","search.advanced.variants.distance":"Letters different","search.advanced.variants.helptext":"Increase the fuzziness of a search. For example, Wladimir~2 will return not just the term “Wladimir” but also similar spellings such as \"Wladimyr\" or \"Vladimyr\". A spelling variant is defined by the number of spelling mistakes that must be made to get from the original word to the variant.","search.advanced.variants.label":"Spelling variations","search.advanced.variants.term":"Term","search.callout_message":"Some sources are hidden from anonymous users. {signInButton} to see all results you are authorised to access.","search.callout_message.button_text":"Sign in","search.columns.configure":"Configure columns","search.columns.configure_placeholder":"Search for a column...","search.config.groups":"Property groups","search.config.properties":"Properties","search.config.reset":"Reset to default","search.facets.clearDates":"Clear","search.facets.configure":"Configure filters","search.facets.configure_placeholder":"Search for a filter...","search.facets.filtersSelected":"{count} selected","search.facets.hide":"Hide filters","search.facets.no_items":"No options","search.facets.show":"Show filters","search.facets.showMore":"Show more…","search.filterTag.ancestors":"in:","search.filterTag.dates_after":"After","search.filterTag.dates_before":"Before","search.filterTag.exclude":"not:","search.filterTag.role":"Filter by access","search.loading":"Loading...","search.no_results_description":"Try making your search more general","search.no_results_title":"No search results","search.placeholder":"Search companies, people and documents","search.placeholder_default":"Search…","search.placeholder_label":"Search in {label}","search.screen.dates.show-all":"* Showing all date filter options. { button } to view recent dates only.","search.screen.dates.show-hidden":"* Showing only date filter options from {start} to the present. { button } to view dates outside this range.","search.screen.dates.show-hidden.click":"Click here","search.screen.dates_label":"results","search.screen.dates_title":"Dates","search.screen.export":"Export","search.screen.export_disabled":"Cannot export more than 10,000 results at a time","search.screen.export_disabled_empty":"No results to export.","search.screen.export_helptext":"Export results","search.title":"Search: {title}","search.title_emptyq":"Search","settings.api_key":"API Secret Access Key","settings.confirm":"(confirm)","settings.current_explain":"Enter your current password to set a new one.","settings.current_password":"Current password","settings.email":"E-mail Address","settings.email.muted":"Receive daily notification e-mails","settings.email.no_change":"Your e-mail address cannot be changed","settings.email.tester":"Test new features before they are finished","settings.locale":"Language","settings.name":"Name","settings.new_password":"New password","settings.password.missmatch":"Passwords do not match","settings.password.rules":"Use at least six characters","settings.password.title":"Change your password","settings.save":"Update","settings.saved":"It's official, your profile is updated.","settings.title":"Settings","sidebar.open":"Expand","signup.activate":"Activate your account","signup.inbox.desc":"We've sent you an email, please follow the link to complete your registration","signup.inbox.title":"Check your inbox","signup.login":"Already have account? Sign in!","signup.register":"Register","signup.register.question":"Don't have account? Register!","signup.title":"Sign in","sorting.bar.button.label":"Show:","sorting.bar.caption":"Title","sorting.bar.collection_id":"Dataset","sorting.bar.count":"Size","sorting.bar.countries":"Countries","sorting.bar.created_at":"Creation Date","sorting.bar.date":"Date","sorting.bar.dates":"Dates","sorting.bar.direction":"Direction:","sorting.bar.endDate":"End date","sorting.bar.label":"Title","sorting.bar.sort":"Sort by:","sorting.bar.updated_at":"Update Date","sources.index.empty":"This group is not linked to any datasets or investigations.","sources.index.placeholder":"Search for a dataset or investigation belonging to {group}...","status.no_collection":"Other tasks","tags.results":"Mention count","tags.title":"Term","text.loading":"Loading…","timeline.add_new":"Create new item","timeline.button.collapse":"Show collapsed view","timeline.button.show_full":"Show detailed view","timeline.create.button":"New timeline","timeline.create.cancel":"Delete","timeline.create.label_placeholder":"Untitled timeline","timeline.create.login":"You must log in to create a timeline","timeline.create.submit":"Create","timeline.create.success":"Your timeline has been created successfully.","timeline.create.summary_placeholder":"A brief description of the timeline","timeline.create.title":"Create a timeline","timeline.dates.button_text":"Add end date","timeline.empty":"This timeline is empty","timeline.empty_histogram":"No dates found","timeline.item.date":"{start}to{end}","timeline.item.delete":"Delete from {collection}","timeline.item.link_copy":"Copy link to this item","timeline.item.link_copy_success":"Successfully copied link to clipboard.","timeline.item.remove":"Remove from timeline","timeline.items_label":"items","timeline.no_results":"No items found matching query","timeline.result_text":"{count} timeline items","timeline.result_text_query":"Showing {count} (of {total} total) items","timeline.schema_select.label":"type","timeline.selector.create":"Create a new timeline","timeline.selector.select_empty":"No existing timeline","timeline.update.label_placeholder":"Untitled timeline","timeline.update.success":"Your timeline has been updated successfully.","timeline.update.summary_placeholder":"A brief description of the timeline","timeline.update.title":"Timeline settings","timelines":"Timelines","timelines.description":"Timelines are a way to view and organize events chronologically.","timelines.no_timelines":"There are no timelines.","timelines.title":"Timelines","valuelink.tooltip":"{count} mentions in {appName}","xref.compute":"Compute","xref.entity":"Reference","xref.match":"Possible match","xref.match_collection":"Dataset","xref.recompute":"Re-compute","xref.score":"Score","xref.sort.default":"Default","xref.sort.label":"Sort by:","xref.sort.random":"Random"}} \ No newline at end of file From f9d645db3a5b4976555cbff376056bc7dbeee0cb Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Wed, 1 Jun 2022 10:02:12 +0200 Subject: [PATCH 40/40] I committed a merge conflict tag by mistake, because I am an idiot --- docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 36381c62c1..eea210e2b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -80,11 +80,7 @@ services: - aleph.env api: -<<<<<<< HEAD - image: alephdata/aleph:${ALEPH_TAG:-3.12.2} -======= image: alephdata/aleph:${ALEPH_TAG:-3.12.3} ->>>>>>> main command: gunicorn -w 6 -b 0.0.0.0:8000 --timeout 3600 --log-level debug --log-file - aleph.wsgi:app expose: - 8000