Actions
Patch #32144
closedJapanese translation update (r18535)
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Translated label_starts_with and label_ends_with introduced in r18535.
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index cd2bf086e..9f7508638 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1302,5 +1302,5 @@ ja:
label_password_char_class_digits: 数字
label_password_char_class_special_chars: 記号
text_characters_must_contain: "%{character_classes}を含む必要があります。"
- label_starts_with: starts with
- label_ends_with: ends with
+ label_starts_with: 前方一致
+ label_ends_with: 後方一致
Updated by Go MAEDA almost 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch.
Actions