aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/vi.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-12-05 00:43:37 +0000
committerNextcloud bot <bot@nextcloud.com>2024-12-05 00:43:37 +0000
commite4fe1f68faaf2a77d79392de3037f49e7018fdc5 (patch)
tree64ca1529a3586c8e82dc05509b463ade964eba50 /apps/files/l10n/vi.json
parent6669c495d4ef9b702d044a8a766bb7d11d807e1b (diff)
downloadnextcloud-server-e4fe1f68faaf2a77d79392de3037f49e7018fdc5.tar.gz
nextcloud-server-e4fe1f68faaf2a77d79392de3037f49e7018fdc5.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/vi.json')
-rw-r--r--apps/files/l10n/vi.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json
index d92f223c0c9..16a671e1ad9 100644
--- a/apps/files/l10n/vi.json
+++ b/apps/files/l10n/vi.json
@@ -131,7 +131,6 @@
"Cannot transfer ownership of a file or folder you do not own" : "Không thể chuyển quyền sở hữu tệp hoặc thư mục mà bạn không sở hữu",
"Select file or folder to link to" : "Chọn tập tin hoặc thư mục để liên kết tới",
"Choose {file}" : "Chọn {file}",
- "New" : "Tạo mới",
"Loading current folder" : "Đang tải thư mục hiện tại",
"Retry" : "Thử lại",
"No files in here" : "Không có tệp nào",
@@ -337,6 +336,7 @@
"{dirs} and {files}" : "{dirs} và {files}",
"_including %n hidden_::_including %n hidden_" : ["Bao gồm %n ẩn"],
"_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"],
+ "New" : "Tạo mới",
"New file/folder menu" : "Menu tập tin/thư mục mới",
"Select file range" : "Chọn phạm vi tệp",
"{used}%" : "{used}%",
600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
all: clean dev-setup build-js-production

# Dev env management
dev-setup: clean npm-init

npm-init:
	npm ci

npm-update:
	npm update

# Building
build-js:
	npm run dev

build-js-production:
	npm run build

watch-js:
	npm run watch

# Linting
lint-fix:
	npm run lint:fix

lint-fix-watch:
	npm run lint:fix-watch

# Cleaning
clean:
	rm -rf dist

clean-git: clean
	git checkout -- dist