mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
7e474a9ac4
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.0 KiB
JavaScript
25 lines
1.0 KiB
JavaScript
OC.L10N.register(
|
|
"dashboard",
|
|
{
|
|
"Dashboard" : "Tổng quan",
|
|
"Dashboard app" : "Ứng dụng Tổng quan",
|
|
"Weather" : "Thời tiết",
|
|
"Status" : "Trạng thái",
|
|
"Good morning" : "Chào buổi sáng",
|
|
"Good morning, {name}" : "Chào buổi sáng, {name}",
|
|
"Good afternoon" : "Chào buổi chiều",
|
|
"Good afternoon, {name}" : "Chào buổi chiều, {name}",
|
|
"Good evening" : "Chào buổi tối",
|
|
"Good evening, {name}" : "Chào buổi tối, {name}",
|
|
"Hello" : "Xin chào",
|
|
"Hello, {name}" : "Xin chào, {name}",
|
|
"Customize" : "Tuỳ chỉnh",
|
|
"Edit widgets" : "Chỉnh sửa widget",
|
|
"Get more widgets from the App Store" : "Tải thêm widget từ App Store",
|
|
"Weather service" : "Dịch vụ thời tiết",
|
|
"Weather data from Met.no" : "Dữ liệu thời tiết từ Met.no",
|
|
"geocoding with Nominatim" : "mã hóa địa lý với Nominatim",
|
|
"elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData"
|
|
},
|
|
"nplurals=1; plural=0;");
|