@atlaskit/afm-i18n-platform-media-media-ui 2.17.0 → 2.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/i18n/vi.js +1 -0
- package/dist/esm/i18n/vi.d.ts +1 -0
- package/dist/esm/i18n/vi.js +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/i18n/vi.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -37,6 +37,7 @@ exports.default = {
|
|
|
37
37
|
'fabric.media.cant_retrieve_files': 'Ôi! Chúng tôi không thể truy xuất bất kỳ tệp nào',
|
|
38
38
|
'fabric.media.cant_retrieve_gifs': 'Ôi! Chúng tôi không thể truy xuất bất kỳ tệp GIF nào',
|
|
39
39
|
'fabric.media.change_view': 'Thay đổi trình xem',
|
|
40
|
+
'fabric.media.check_internet_connection': 'Không tải được. Vui lòng kiểm tra kết nối internet của bạn',
|
|
40
41
|
'fabric.media.check_your_network': 'Kiểm tra kết nối mạng của bạn',
|
|
41
42
|
'fabric.media.click_to_join': 'Tham gia {context}',
|
|
42
43
|
'fabric.media.click_to_join_description': 'Bạn đã được phê duyệt nên bạn có thể tham gia {context} ngay.',
|
package/dist/esm/i18n/vi.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ declare const _default: {
|
|
|
33
33
|
'fabric.media.cant_retrieve_files': string;
|
|
34
34
|
'fabric.media.cant_retrieve_gifs': string;
|
|
35
35
|
'fabric.media.change_view': string;
|
|
36
|
+
'fabric.media.check_internet_connection': string;
|
|
36
37
|
'fabric.media.check_your_network': string;
|
|
37
38
|
'fabric.media.click_to_join': string;
|
|
38
39
|
'fabric.media.click_to_join_description': string;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -35,6 +35,7 @@ export default {
|
|
|
35
35
|
'fabric.media.cant_retrieve_files': 'Ôi! Chúng tôi không thể truy xuất bất kỳ tệp nào',
|
|
36
36
|
'fabric.media.cant_retrieve_gifs': 'Ôi! Chúng tôi không thể truy xuất bất kỳ tệp GIF nào',
|
|
37
37
|
'fabric.media.change_view': 'Thay đổi trình xem',
|
|
38
|
+
'fabric.media.check_internet_connection': 'Không tải được. Vui lòng kiểm tra kết nối internet của bạn',
|
|
38
39
|
'fabric.media.check_your_network': 'Kiểm tra kết nối mạng của bạn',
|
|
39
40
|
'fabric.media.click_to_join': 'Tham gia {context}',
|
|
40
41
|
'fabric.media.click_to_join_description': 'Bạn đã được phê duyệt nên bạn có thể tham gia {context} ngay.',
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ declare const _default: {
|
|
|
33
33
|
'fabric.media.cant_retrieve_files': string;
|
|
34
34
|
'fabric.media.cant_retrieve_gifs': string;
|
|
35
35
|
'fabric.media.change_view': string;
|
|
36
|
+
'fabric.media.check_internet_connection': string;
|
|
36
37
|
'fabric.media.check_your_network': string;
|
|
37
38
|
'fabric.media.click_to_join': string;
|
|
38
39
|
'fabric.media.click_to_join_description': string;
|
package/i18n/vi.ts
CHANGED
|
@@ -36,6 +36,7 @@ export default {
|
|
|
36
36
|
'fabric.media.cant_retrieve_files': 'Ôi! Chúng tôi không thể truy xuất bất kỳ tệp nào',
|
|
37
37
|
'fabric.media.cant_retrieve_gifs': 'Ôi! Chúng tôi không thể truy xuất bất kỳ tệp GIF nào',
|
|
38
38
|
'fabric.media.change_view': 'Thay đổi trình xem',
|
|
39
|
+
'fabric.media.check_internet_connection': 'Không tải được. Vui lòng kiểm tra kết nối internet của bạn',
|
|
39
40
|
'fabric.media.check_your_network': 'Kiểm tra kết nối mạng của bạn',
|
|
40
41
|
'fabric.media.click_to_join': 'Tham gia {context}',
|
|
41
42
|
'fabric.media.click_to_join_description': 'Bạn đã được phê duyệt nên bạn có thể tham gia {context} ngay.',
|
package/package.json
CHANGED