1
0

chore: fix locales

This commit is contained in:
Marie
2024-11-03 03:55:44 +01:00
parent 1ee41d239c
commit aeb10751ed
6 changed files with 34 additions and 14 deletions
+8
View File
@@ -225,6 +225,7 @@ _role:
btlAvailable: "Can view the bubble timeline"
canImportNotes: "Can import notes"
canUpdateBioMedia: "Allow users to edit their avatar or banner"
scheduleNoteMax: "Maximum number of scheduled notes"
_condition:
isLocked: "Private account"
isExplorable: "Account is discoverable"
@@ -414,3 +415,10 @@ _deck:
following: "Following"
selectFollowRelationship: "Select a follow relationship..."
schedulePost: "Schedule a note"
schedulePostList: "List of scheduled notes"
_permissions:
"read:notes-schedule": "View your list of scheduled notes"
"write:notes-schedule": "Compose or delete scheduled notes"
+6
View File
@@ -210,6 +210,7 @@ _role:
btlAvailable: "バブルタイムラインの閲覧"
canImportNotes: "ノートのインポートが可能"
canUpdateBioMedia: "アイコンとバナーの更新を許可"
scheduleNoteMax: "予約投稿の最大数"
_condition:
isLocked: "鍵アカウントユーザー"
isExplorable: "「アカウントを見つけやすくする」が有効なユーザー"
@@ -384,3 +385,8 @@ _externalNavigationWarning:
title: "外部サイトに移動します"
description: "{host}を離れて外部サイトに移動します"
trustThisDomain: "このデバイスで今後このドメインを信頼する"
schedulePost: "予約投稿"
schedulePostList: "予約投稿一覧"
_permissions:
"read:notes-schedule": "予約投稿を見る"
"write:notes-schedule": "予約投稿を作成・削除する"