diff options
author | MDN <actions@users.noreply.github.com> | 2022-02-17 00:50:41 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-02-17 00:50:41 +0000 |
commit | ca4e750a3400bfd4208831391f115d2f76da23ff (patch) | |
tree | d62c647c9a49175619cf7c619915e02360088c96 /files/fr | |
parent | c4f16c96e4b566dda3d48b91ebbb85de5c0a2ec3 (diff) | |
download | translated-content-ca4e750a3400bfd4208831391f115d2f76da23ff.tar.gz translated-content-ca4e750a3400bfd4208831391f115d2f76da23ff.tar.bz2 translated-content-ca4e750a3400bfd4208831391f115d2f76da23ff.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr')
-rw-r--r-- | files/fr/_redirects.txt | 6 | ||||
-rw-r--r-- | files/fr/_wikihistory.json | 82 | ||||
-rw-r--r-- | files/fr/conflicting/web/api/idbtransaction/abort_event/index.md (renamed from files/fr/web/api/idbdatabase/onabort/index.md) | 3 | ||||
-rw-r--r-- | files/fr/conflicting/web/api/idbtransaction/abort_event_0945f0eeba3f0bcb487692fdcd8d6f40/index.md (renamed from files/fr/web/api/idbtransaction/onabort/index.md) | 4 | ||||
-rw-r--r-- | files/fr/conflicting/web/api/idbtransaction/complete_event/index.md (renamed from files/fr/web/api/idbtransaction/oncomplete/index.md) | 3 | ||||
-rw-r--r-- | files/fr/conflicting/web/api/idbtransaction/error_event/index.md (renamed from files/fr/web/api/idbtransaction/onerror/index.md) | 3 | ||||
-rw-r--r-- | files/fr/web/api/idbdatabase/versionchange_event/index.md (renamed from files/fr/web/api/idbdatabase/onversionchange/index.md) | 3 | ||||
-rw-r--r-- | files/fr/web/api/idbtransaction/error_event/index.md (renamed from files/fr/web/api/idbdatabase/onerror/index.md) | 3 |
8 files changed, 60 insertions, 47 deletions
diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index 49ed5094a6..0f888addc4 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3661,8 +3661,14 @@ /fr/docs/Web/API/HTMLOrForeignElement/tabIndex /fr/docs/orphaned/Web/API/HTMLOrForeignElement/tabIndex /fr/docs/Web/API/HTMLTableElement.caption /fr/docs/Web/API/HTMLTableElement/caption /fr/docs/Web/API/HTMLTableElement.insertRow /fr/docs/Web/API/HTMLTableElement/insertRow +/fr/docs/Web/API/IDBDatabase/onabort /fr/docs/conflicting/Web/API/IDBTransaction/abort_event +/fr/docs/Web/API/IDBDatabase/onerror /fr/docs/Web/API/IDBTransaction/error_event +/fr/docs/Web/API/IDBDatabase/onversionchange /fr/docs/Web/API/IDBDatabase/versionchange_event /fr/docs/Web/API/IDBEnvironment/indexedDB /fr/docs/Web/API/indexedDB /fr/docs/Web/API/IDBRequest/blocked_event /fr/docs/Web/API/IDBOpenDBRequest/blocked_event +/fr/docs/Web/API/IDBTransaction/onabort /fr/docs/conflicting/Web/API/IDBTransaction/abort_event_0945f0eeba3f0bcb487692fdcd8d6f40 +/fr/docs/Web/API/IDBTransaction/oncomplete /fr/docs/conflicting/Web/API/IDBTransaction/complete_event +/fr/docs/Web/API/IDBTransaction/onerror /fr/docs/conflicting/Web/API/IDBTransaction/error_event /fr/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB /fr/docs/orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB /fr/docs/Web/API/Location.assign /fr/docs/Web/API/Location/assign /fr/docs/Web/API/Location.reload /fr/docs/Web/API/Location/reload diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 6a56dc0773..434dfcbe00 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -17181,41 +17181,27 @@ "gadgino" ] }, - "Web/API/IDBDatabase/onabort": { - "modified": "2019-03-23T22:31:09.551Z", + "Web/API/IDBDatabase/transaction": { + "modified": "2019-03-23T22:31:19.784Z", "contributors": [ - "SphinxKnight", + "P45QU10U", "gadgino" ] }, - "Web/API/IDBDatabase/onerror": { - "modified": "2019-03-23T22:31:08.731Z", + "Web/API/IDBDatabase/version": { + "modified": "2020-10-15T21:47:11.268Z", "contributors": [ "SphinxKnight", "gadgino" ] }, - "Web/API/IDBDatabase/onversionchange": { + "Web/API/IDBDatabase/versionchange_event": { "modified": "2019-03-23T22:30:58.851Z", "contributors": [ "SphinxKnight", "gadgino" ] }, - "Web/API/IDBDatabase/transaction": { - "modified": "2019-03-23T22:31:19.784Z", - "contributors": [ - "P45QU10U", - "gadgino" - ] - }, - "Web/API/IDBDatabase/version": { - "modified": "2020-10-15T21:47:11.268Z", - "contributors": [ - "SphinxKnight", - "gadgino" - ] - }, "Web/API/IDBEnvironment": { "modified": "2020-10-15T21:45:39.502Z", "contributors": [ @@ -17695,38 +17681,24 @@ "gadgino" ] }, - "Web/API/IDBTransaction/mode": { - "modified": "2019-03-23T22:34:37.380Z", - "contributors": [ - "SphinxKnight", - "gadgino" - ] - }, - "Web/API/IDBTransaction/objectStore": { - "modified": "2019-03-23T22:34:32.499Z", - "contributors": [ - "Faontetard", - "SphinxKnight", - "gadgino" - ] - }, - "Web/API/IDBTransaction/onabort": { - "modified": "2019-03-23T22:34:39.344Z", + "Web/API/IDBTransaction/error_event": { + "modified": "2019-03-23T22:31:08.731Z", "contributors": [ "SphinxKnight", "gadgino" ] }, - "Web/API/IDBTransaction/oncomplete": { - "modified": "2019-03-23T22:34:31.462Z", + "Web/API/IDBTransaction/mode": { + "modified": "2019-03-23T22:34:37.380Z", "contributors": [ "SphinxKnight", "gadgino" ] }, - "Web/API/IDBTransaction/onerror": { - "modified": "2019-03-23T22:34:27.556Z", + "Web/API/IDBTransaction/objectStore": { + "modified": "2019-03-23T22:34:32.499Z", "contributors": [ + "Faontetard", "SphinxKnight", "gadgino" ] @@ -43006,6 +42978,34 @@ "Kalwyn" ] }, + "conflicting/Web/API/IDBTransaction/abort_event": { + "modified": "2019-03-23T22:31:09.551Z", + "contributors": [ + "SphinxKnight", + "gadgino" + ] + }, + "conflicting/Web/API/IDBTransaction/abort_event_0945f0eeba3f0bcb487692fdcd8d6f40": { + "modified": "2019-03-23T22:34:39.344Z", + "contributors": [ + "SphinxKnight", + "gadgino" + ] + }, + "conflicting/Web/API/IDBTransaction/complete_event": { + "modified": "2019-03-23T22:34:31.462Z", + "contributors": [ + "SphinxKnight", + "gadgino" + ] + }, + "conflicting/Web/API/IDBTransaction/error_event": { + "modified": "2019-03-23T22:34:27.556Z", + "contributors": [ + "SphinxKnight", + "gadgino" + ] + }, "conflicting/Web/API/KeyframeEffect/KeyframeEffect": { "modified": "2019-03-23T22:28:24.754Z", "contributors": [ diff --git a/files/fr/web/api/idbdatabase/onabort/index.md b/files/fr/conflicting/web/api/idbtransaction/abort_event/index.md index 8f6a346a16..86174af7c3 100644 --- a/files/fr/web/api/idbdatabase/onabort/index.md +++ b/files/fr/conflicting/web/api/idbtransaction/abort_event/index.md @@ -1,12 +1,13 @@ --- title: IDBDatabase.onabort -slug: Web/API/IDBDatabase/onabort +slug: conflicting/Web/API/IDBTransaction/abort_event tags: - API - IndexedDB - Propriété - Reference translation_of: Web/API/IDBDatabase/onabort +original_slug: Web/API/IDBDatabase/onabort --- {{APIRef("IndexedDB")}} diff --git a/files/fr/web/api/idbtransaction/onabort/index.md b/files/fr/conflicting/web/api/idbtransaction/abort_event_0945f0eeba3f0bcb487692fdcd8d6f40/index.md index 6275cd3135..c67dfd0162 100644 --- a/files/fr/web/api/idbtransaction/onabort/index.md +++ b/files/fr/conflicting/web/api/idbtransaction/abort_event_0945f0eeba3f0bcb487692fdcd8d6f40/index.md @@ -1,12 +1,14 @@ --- title: IDBTransaction.onabort -slug: Web/API/IDBTransaction/onabort +slug: >- + conflicting/Web/API/IDBTransaction/abort_event_0945f0eeba3f0bcb487692fdcd8d6f40 tags: - API - IndexedDB - Propriété - Reference translation_of: Web/API/IDBTransaction/onabort +original_slug: Web/API/IDBTransaction/onabort --- {{APIRef("IndexedDB")}} diff --git a/files/fr/web/api/idbtransaction/oncomplete/index.md b/files/fr/conflicting/web/api/idbtransaction/complete_event/index.md index fdc6154e6f..f230eeb640 100644 --- a/files/fr/web/api/idbtransaction/oncomplete/index.md +++ b/files/fr/conflicting/web/api/idbtransaction/complete_event/index.md @@ -1,12 +1,13 @@ --- title: IDBTransaction.oncomplete -slug: Web/API/IDBTransaction/oncomplete +slug: conflicting/Web/API/IDBTransaction/complete_event tags: - API - IndexedDB - Propriété - Reference translation_of: Web/API/IDBTransaction/oncomplete +original_slug: Web/API/IDBTransaction/oncomplete --- {{ APIRef("IndexedDB") }} diff --git a/files/fr/web/api/idbtransaction/onerror/index.md b/files/fr/conflicting/web/api/idbtransaction/error_event/index.md index aeeb364fbf..6071c11756 100644 --- a/files/fr/web/api/idbtransaction/onerror/index.md +++ b/files/fr/conflicting/web/api/idbtransaction/error_event/index.md @@ -1,12 +1,13 @@ --- title: IDBTransaction.onerror -slug: Web/API/IDBTransaction/onerror +slug: conflicting/Web/API/IDBTransaction/error_event tags: - API - IndexedDB - Propriété - Reference translation_of: Web/API/IDBTransaction/onerror +original_slug: Web/API/IDBTransaction/onerror --- {{APIRef("IndexedDB")}} diff --git a/files/fr/web/api/idbdatabase/onversionchange/index.md b/files/fr/web/api/idbdatabase/versionchange_event/index.md index 6cb138d0bc..2476f4062d 100644 --- a/files/fr/web/api/idbdatabase/onversionchange/index.md +++ b/files/fr/web/api/idbdatabase/versionchange_event/index.md @@ -1,12 +1,13 @@ --- title: IDBDatabase.onversionchange -slug: Web/API/IDBDatabase/onversionchange +slug: Web/API/IDBDatabase/versionchange_event tags: - API - IndexedDB - Propriété - Reference translation_of: Web/API/IDBDatabase/onversionchange +original_slug: Web/API/IDBDatabase/onversionchange --- {{APIRef("IndexedDB")}} diff --git a/files/fr/web/api/idbdatabase/onerror/index.md b/files/fr/web/api/idbtransaction/error_event/index.md index e35322fb03..b8d6a070bf 100644 --- a/files/fr/web/api/idbdatabase/onerror/index.md +++ b/files/fr/web/api/idbtransaction/error_event/index.md @@ -1,12 +1,13 @@ --- title: IDBDatabase.onerror -slug: Web/API/IDBDatabase/onerror +slug: Web/API/IDBTransaction/error_event tags: - API - IndexedDB - Propriété - Reference translation_of: Web/API/IDBDatabase/onerror +original_slug: Web/API/IDBDatabase/onerror --- {{APIRef("IndexedDB")}} |