diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-29 18:50:37 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-29 18:50:37 +0200 |
| commit | c37fe3047367f401765351e5aca73f8f0ed6810c (patch) | |
| tree | c3cf52687c7fcd88130a0485835d44e14e57a866 /packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js | |
| parent | 0bcd8521eec8c6fde3ba5a6dc127866b3fb991e7 (diff) | |
| parent | a36661b4c2a24199922d60be1bcb6ed597b433a5 (diff) | |
| download | meshbay-c37fe3047367f401765351e5aca73f8f0ed6810c.tar.gz | |
Merge branch 'ui/search-title-and-refresh-button'
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js index 95cc040..7f4a0c2 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js @@ -91,6 +91,7 @@ export default { 'members.apps_need_one': "少なくとも1つのアプリケーションを有効にしておく必要があります。", 'members.danger_delete_hint': "グループはすべてのメンバーから消えます。元に戻せません。", 'group.filter': 'ファイルを絞り込み…', + 'group.refresh_index': '一覧を更新', 'group.col_name': '名前', 'group.col_size': 'サイズ', 'group.col_type': '種類', @@ -511,7 +512,6 @@ export default { // Status // Search - 'search.title': 'ファイルを検索', 'search.placeholder': 'すべてのグループから検索…', 'search.no_results': '検索条件に一致するファイルはありません。', 'search.col_group': 'グループ', |