mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-02 14:07:57 +00:00
feat(properties): harden standalone properties lifecycle
- synchronize child appearance and hidden-window readiness - serialize native Torrent mutations transactionally without double-encoded rows - preserve native lifecycle markers and fence stale or duplicate actions - remove the obsolete modal surface and ignore implementation_plan.md
This commit is contained in:
@@ -77,6 +77,7 @@ const common = {
|
||||
pause: 'Pause',
|
||||
start: 'Start',
|
||||
resume: 'Resume',
|
||||
retry: 'Retry',
|
||||
options: 'Options',
|
||||
},
|
||||
size: {
|
||||
|
||||
@@ -77,6 +77,7 @@ const fa = {
|
||||
pause: 'توقف',
|
||||
start: 'شروع',
|
||||
resume: 'ادامه',
|
||||
retry: 'تلاش مجدد',
|
||||
options: 'گزینهها',
|
||||
},
|
||||
size: {
|
||||
|
||||
@@ -77,6 +77,7 @@ const he = {
|
||||
pause: 'השהייה',
|
||||
start: 'הפעלה',
|
||||
resume: 'חידוש',
|
||||
retry: 'ניסיון חוזר',
|
||||
options: 'אפשרויות',
|
||||
},
|
||||
size: {
|
||||
|
||||
@@ -77,6 +77,7 @@ const ru = {
|
||||
pause: 'Приостановить',
|
||||
start: 'Запустить',
|
||||
resume: 'Возобновить',
|
||||
retry: 'Повторить',
|
||||
options: 'Параметры',
|
||||
},
|
||||
size: {
|
||||
|
||||
@@ -77,6 +77,7 @@ const uk = {
|
||||
pause: 'Призупинити',
|
||||
start: 'Запустити',
|
||||
resume: 'Відновити',
|
||||
retry: 'Повторити',
|
||||
options: 'Опції',
|
||||
},
|
||||
size: {
|
||||
|
||||
@@ -77,6 +77,7 @@ const zhCN = {
|
||||
pause: '暂停',
|
||||
start: '开始',
|
||||
resume: '恢复',
|
||||
retry: '重试',
|
||||
options: '选项',
|
||||
},
|
||||
size: {
|
||||
|
||||
Reference in New Issue
Block a user