fix: Rename timer to stopwatch

Closes #392
This commit is contained in:
Maksim Eltyshev
2023-02-27 19:09:51 +01:00
parent d627a5660a
commit 22ec8707ac
35 changed files with 179 additions and 161 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ export default {
editEmail_title: 'Eメールを編集',
editLabel_title: 'ラベルを編集',
editPassword_title: 'パスワードを編集',
editTimer_title: 'タイマーを編集',
editStopwatch_title: 'タイマーを編集',
editUsername_title: 'ユーザー名を編集',
email: 'Eメール',
emailAlreadyInUse: 'Eメールは既に使われています',
@@ -127,11 +127,11 @@ export default {
selectList: 'リストを選択',
selectProject: 'プロジェクトを選択',
settings: '設定',
stopwatch: 'タイマー',
subscribeToMyOwnCardsByDefault: '自分のカードをデフォルトで購読する',
taskActions_title: 'タスクのアクション',
tasks: 'タスク',
time: '時間',
timer: 'タイマー',
title: 'タイトル',
userActions_title: 'ユーザーのアクション',
userAddedThisCardToList: '<0>{{user}}</0> は <1>{{list}} をこのカードに追加しました</1>',
@@ -185,7 +185,7 @@ export default {
editDescription_title: '説明を編集',
editEmail_title: 'Eメールを編集',
editPassword_title: 'パスワードの編集',
editTimer_title: 'タイマーの編集',
editStopwatch_title: 'タイマーの編集',
editTitle_title: 'タイトルの編集',
editUsername_title: 'ユーザー名の編集',
leaveBoard: 'ボードから退出',