diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-11 19:21:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-11 19:21:50 +0900 |
| commit | 884b3e5cd58f9c26fe149d8f7c5370935d40cb34 (patch) | |
| tree | b7e09dc4c1978b9280900d72fa20f163d72bed0a | |
| parent | Update cropper-dialog.vue (diff) | |
| download | sharkey-884b3e5cd58f9c26fe149d8f7c5370935d40cb34.tar.gz sharkey-884b3e5cd58f9c26fe149d8f7c5370935d40cb34.tar.bz2 sharkey-884b3e5cd58f9c26fe149d8f7c5370935d40cb34.zip | |
New Crowdin updates (#8809)
* New translations ja-JP.yml (Dutch)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Indonesian)
| -rw-r--r-- | locales/de-DE.yml | 2 | ||||
| -rw-r--r-- | locales/en-US.yml | 2 | ||||
| -rw-r--r-- | locales/id-ID.yml | 2 | ||||
| -rw-r--r-- | locales/nl-NL.yml | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/locales/de-DE.yml b/locales/de-DE.yml index b554ad81fc..5dfce28002 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -843,6 +843,8 @@ oneWeek: "Eine Woche" reflectMayTakeTime: "Es kann etwas dauern, bis sich dies widerspiegelt." failedToFetchAccountInformation: "Benutzerkontoinformationen konnten nicht abgefragt werden" rateLimitExceeded: "Versuchsanzahl überschritten" +cropImage: "Bild zuschneiden" +cropImageAsk: "Möchtest du das Bild zuschneiden?" _emailUnavailable: used: "Diese Email-Adresse wird bereits verwendet" format: "Das Format dieser Email-Adresse ist ungültig" diff --git a/locales/en-US.yml b/locales/en-US.yml index e818dd6f7d..8bfea26b0f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -843,6 +843,8 @@ oneWeek: "One week" reflectMayTakeTime: "It may take some time for this to be reflected." failedToFetchAccountInformation: "Could not fetch account information" rateLimitExceeded: "Rate limit exceeded" +cropImage: "Crop image" +cropImageAsk: "Do you want to crop this image?" _emailUnavailable: used: "This email address is already being used" format: "The format of this email address is invalid" diff --git a/locales/id-ID.yml b/locales/id-ID.yml index 4ee77f4ad2..39e2c1f661 100644 --- a/locales/id-ID.yml +++ b/locales/id-ID.yml @@ -843,6 +843,8 @@ oneWeek: "1 Bulan" reflectMayTakeTime: "Mungkin perlu beberapa saat untuk dicerminkan." failedToFetchAccountInformation: "Gagal untuk mendapatkan informasi akun" rateLimitExceeded: "Batas sudah terlampaui" +cropImage: "potong gambar" +cropImageAsk: "Ingin memotong gambar?" _emailUnavailable: used: "Alamat surel ini telah digunakan" format: "Format tidak valid." diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index d0a83eb6a8..0ded573948 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -303,6 +303,8 @@ muteThread: "Discussies dempen " unmuteThread: "Dempen van discussie ongedaan maken" hide: "Verbergen" searchByGoogle: "Zoeken" +cropImage: "Afbeelding bijsnijden" +cropImageAsk: "Bijsnijdengevraagd" _email: _follow: title: "volgde jou" |