video-conferencing-with-zoom-api-zh_TW.po
75.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# Translation of Plugins - Video Conferencing with Zoom - Stable (latest release) in Chinese (Taiwan)
# This file is distributed under the same license as the Plugins - Video Conferencing with Zoom - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2023-03-09 11:05+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Loco https://localise.biz/\n"
"Language: zh_TW\n"
"Project-Id-Version: Plugins - Video Conferencing with Zoom - Stable (latest "
"release)\n"
"Language-Team: Chinese (Taiwan)"
#: templates/join-web-browser.php:39
msgid "!!!ALERT!!!: "
msgstr "注意:"
#: templates/fragments/meeting-details.php:58
#: templates/shortcode/meeting-by-post-id.php:50
#, php-format
msgid "%s hour"
msgid_plural "%s hours"
msgstr[0] ""
#: templates/fragments/meeting-details.php:58
#: templates/fragments/meeting-details.php:60
#: templates/shortcode/meeting-by-post-id.php:50
#: templates/shortcode/meeting-by-post-id.php:52
#, php-format
msgid "%s minute"
msgid_plural "%s minutes"
msgstr[0] ""
#: templates/fragments/meeting-details.php:75
msgid "%sNote%s: Countdown time is shown based on your local timezone."
msgstr "%s備註%s:倒數計時所顯示的時間是依據你的本地時區顯示。"
#: includes/views/live/tpl-reports.php:15
msgid "1. Daily Report"
msgstr "1. 每日報表"
#: includes/views/live/tpl-reports.php:16
msgid "2. Account Report"
msgstr "2. 帳戶報表"
#: includes/views/live/tpl-reports.php:27
msgid "Account Owner or a user is given the User activities reports."
msgstr "此帳號必須為帳戶持有人或是可以存取使用者行為報告的使用者。"
#: includes/views/live/tpl-reports.php:26
msgid ""
"Account owner or admin permissions to access Usage Reports for all users."
msgstr "此帳號必須為帳戶持有人或是可以存取所有使用者報告的使用者。"
#: templates/shortcode/zoom-recordings.php:27
#: templates/shortcode/zoom-recordings-by-meeting.php:56
#: includes/views/live/tpl-list-recordings.php:25
msgid "Action"
msgstr "執行"
#: includes/views/live/tpl-add-user.php:21
msgid "Action (Required)."
msgstr "操作 (必填)"
#: includes/admin/class-zvc-admin-settings.php:401
msgid "Action failed. Please refresh the page and retry."
msgstr ""
#: templates/shortcode/list-webinars-host.php:19
#: templates/shortcode/list-meetings-host.php:20
msgid "Actions"
msgstr "操作"
#: includes/views/live/tpl-add-meetings.php:11
msgid "Add a Meeting"
msgstr "新增會議"
#: includes/views/live/tpl-add-user.php:2
msgid "Add a User"
msgstr "新增 Zoom 使用者"
#: includes/Bootstrap.php:282
msgid "Add a valid Host ID or Email address."
msgstr "新增有效的主持人 ID 或是電子郵件信箱"
#: includes/views/webinars/tpl-add-webinar.php:11
msgid "Add a Webinar"
msgstr "新增網路研討會"
#: includes/admin/class-zvc-admin-settings.php:183
msgid "Add Live Meeting"
msgstr "新增線上會議"
#: includes/admin/class-zvc-admin-post-type.php:331
msgid "Add New"
msgstr "新增"
#: includes/admin/class-zvc-admin-post-type.php:332
msgid "Add New Event"
msgstr ""
#: includes/views/live/tpl-list-meetings.php:40
msgid "Add New Meeting"
msgstr "新增會議"
#: includes/views/webinars/tpl-list-webinars.php:32
msgid "Add New Webinar"
msgstr "新增網路研討會文章"
#: includes/admin/class-zvc-admin-settings.php:194
msgid "Add Users"
msgstr "新增 Zoom 使用者"
#: templates/fragments/filters.php:22
msgid "All Category"
msgstr "所有分類"
#: includes/admin/class-zvc-admin-post-type.php:336
msgid "All Events"
msgstr ""
#: includes/views/post-type/tpl-meeting-fields.php:283
msgid "Allow attendess to join from multiple devices."
msgstr "允許與會者透過多個裝置加入會議。"
#: includes/views/post-type/tpl-meeting-fields.php:279
msgid "Allow Multiple Devices"
msgstr "允許多重裝置"
#: includes/views/post-type/tpl-meeting-fields.php:217
msgid ""
"Allow users to join meetin before host start/joins the meeting. Only for "
"scheduled or recurring meetings. If the waiting room is enabled, this "
"setting will not work."
msgstr ""
#: includes/views/webinars/tpl-edit-webinar.php:121
#: includes/views/webinars/tpl-add-webinar.php:124
#: includes/views/live/tpl-edit-meeting.php:159
#: includes/views/live/tpl-add-meetings.php:135
#: includes/views/post-type/tpl-meeting-fields.php:309
msgid "Alternative Hosts"
msgstr "聯合主持人"
#: includes/views/webinars/tpl-add-webinar.php:132
#: includes/views/live/tpl-add-meetings.php:143
msgid "Alternative hosts IDs. Multiple value separated by comma."
msgstr "聯合主持人 ID,可使用半形逗號分隔多個 ID"
#: includes/admin/class-zvc-admin-ajax.php:77
msgid "An error occured. Host ID and Meeting ID not defined properly."
msgstr "發生錯誤,主持人 ID 及會議 ID 沒有正確設定。"
#: includes/admin/class-zvc-admin-sync.php:32
#: includes/admin/class-zvc-admin-sync.php:59
msgid ""
"API keys are not configured properly ! Please configure them before syncing."
msgstr "API 金鑰尚未設置,在同步前請先設定好!"
#: includes/views/webinars/tpl-list-webinars.php:28
#: includes/views/live/tpl-list-meetings.php:39
msgid "Apply"
msgstr "套用"
#: includes/Bootstrap.php:281 includes/template-functions.php:95
msgid ""
"Are you sure you want to end this meeting ? Users won't be able to join this "
"meeting shown from the shortcode."
msgstr "是否要結束這場會議?使用者將無法透過短代碼所顯示的會議頁面加入會議。"
#: includes/views/live/tpl-assign-host-id.php:9
msgid "Assign Zoom Host Users to your WordPress Users"
msgstr "為 WordPress 使用者指定 Zoom 主持人使用者"
#: includes/views/live/tpl-add-user.php:79
msgid "Assign Zoom user to WordPress User"
msgstr "為 WordPress 使用者指定 Zoom 使用者"
#: includes/views/live/tpl-reports.php:20
msgid "ATTENTION: Zoom Account & Setting Prerequisites for Reports Section"
msgstr "注意:滿足以下條件的 Zoom 帳戶才可以使用報表功能"
#: includes/Elementor/Widgets/WebinarList.php:93
#: includes/Elementor/Widgets/MeetingList.php:95
msgid "Author ID"
msgstr "作者 ID"
#: includes/views/live/tpl-add-user.php:25
#: includes/views/live/tpl-add-user.php:36
msgid "Auto Create"
msgstr "自動建立"
#: includes/views/webinars/tpl-edit-webinar.php:108
#: includes/views/webinars/tpl-add-webinar.php:112
#: includes/views/live/tpl-edit-meeting.php:141
#: includes/views/live/tpl-add-meetings.php:123
#: includes/views/post-type/tpl-meeting-fields.php:288
msgid "Auto Recording"
msgstr "自動錄影"
#: includes/views/live/tpl-edit-meeting.php:25
msgid "Back to List"
msgstr "回到列表"
#: includes/views/live/tpl-add-meetings.php:22
msgid "Back to selected host Meetings list"
msgstr "回到線上會議清單"
#: includes/views/webinars/tpl-edit-webinar.php:22
#: includes/views/webinars/tpl-add-webinar.php:22
msgid "Back to selected host Webinars list"
msgstr "回到網路研討會清單"
#: includes/views/live/tpl-add-user.php:71
msgid "Basic User"
msgstr "Basic 使用者"
#: templates/join-web-browser.php:39
msgid ""
"Browser did not detect a valid SSL certificate. Audio and Video for Zoom "
"meeting will not work on a non HTTPS site, please install a valid SSL "
"certificate to allow audio and video in your Meetings via browser."
msgstr ""
"瀏覽器找不到有效的 SSL 憑證,Zoom 會議的音訊及視訊無法在非 HTTPs 網站運作,請在你的網站上安裝有效的 SSL "
"憑證才能夠在瀏覽器上正常使用會議的音訊及視訊。"
#: includes/views/live/tpl-reports.php:131
msgid "By"
msgstr "由"
#: templates/fragments/meeting-details.php:46
#: templates/shortcode/meeting-by-post-id.php:38
msgid "Category"
msgstr "分類"
#: includes/views/tabs/api-settings.php:278
msgid ""
"Change date time formats according to your choice. Please edit this properly."
" Failure to correctly put value will result in failure to show date in "
"frontend."
msgstr "請根據你的選擇更改日期時間格式,請小心更改,不正確的設定將會造成前端日期顯示錯誤。"
#: includes/admin/class-zvc-admin-recordings.php:79
#: templates/shortcode/zoom-recordings.php:16
#: includes/views/live/tpl-reports.php:51
msgid "Check"
msgstr "檢查"
#: includes/helpers.php:337
msgid "check %s for shortcode references."
msgstr "或是在 %s 看看短代碼怎麼設定。"
#: includes/views/tabs/api-settings.php:312
msgid "Check API Connection"
msgstr "檢查 API 連線"
#: includes/views/live/tpl-list-pending-users.php:11
msgid "Check Available Users"
msgstr "取得使用者清單"
#: includes/views/live/tpl-list-users.php:17
msgid "Check Pending Users"
msgstr "取得待審使用者清單"
#: includes/views/migration.php:54 includes/views/tabs/connect.php:117
msgid ""
"Check this box to delete JWT (legacy keys) after saving and verifying Server-"
"to-Server Oauth Keys"
msgstr ""
#: includes/views/tabs/api-settings.php:58
msgid ""
"Checking this option will disable auto password generation for new meetings "
"which are created from Zoom meeting > Add new section."
msgstr "啟用這個選項後,建立新的會議時將不會自動產生密碼"
#: includes/views/tabs/api-settings.php:68
msgid ""
"Checking this option will hide join links from your shortcode for non-"
"loggedin users."
msgstr "啟用這個選項後,未登入的使用者在包含短代碼的頁面中將無法看到加入會議的連結。"
#: includes/views/tabs/api-settings.php:292
msgid "Checking this option will show 24 hour time format in all event dates."
msgstr "啟用這個選項將會在所有會議時間採用 24 小時格式。"
#: includes/views/tabs/api-settings.php:303
msgid ""
"Checking this option will show full month label for example: June, July, "
"August etc."
msgstr "啟用這個選項,將會在頁面中顯示完整的月份名稱,例如:六月、七月、八月等等。"
#: includes/views/tabs/api-settings.php:161
msgid ""
"Checking this show will hide email field in Join via Browser window. Email "
"field is shown if the event is a webinar because email field is required in "
"order to join a webinar."
msgstr ""
#: includes/views/tabs/api-settings.php:94
msgid ""
"Checking this show Zoom original Author in single meetings page which are "
"created from"
msgstr "啟用這個選項將會在 Zoom 頁面顯示 Zoom 會議文章的文章作者"
#: includes/views/tabs/api-settings.php:171
msgid ""
"Checking this will disable invite button when user joins meeting via Join "
"via Browser window."
msgstr "啟用這個選項後,經由瀏覽器視窗加入會議時將會隱藏邀請按鈕。"
#: includes/views/tabs/api-settings.php:151
msgid "Checking this will hide all Join via Browser Buttons."
msgstr "啟用這個選項後,系統將會隱藏所有「使用網頁瀏覽器加入會議」按鈕。"
#: includes/views/sync.php:20
msgid "Choose a Zoom User"
msgstr "選擇 Zoom 使用者"
#: includes/admin/class-zvc-admin-sync.php:42
msgid "Choose meeting from here to sync."
msgstr "選擇要同步的會議"
#: includes/Bootstrap.php:178 includes/Shortcodes/Meetings.php:143
msgid "Click join button below to join the meeting now !"
msgstr "點擊底下的按鈕可以立即加入會議!"
#: includes/views/webinars/tpl-list-webinars.php:81
#: includes/views/live/tpl-list-meetings.php:82
msgid "Click to Copy Shortcode !"
msgstr "點擊複製短代碼!"
#: includes/views/webinars/tpl-edit-webinar.php:114
#: includes/views/webinars/tpl-add-webinar.php:117
#: includes/views/live/tpl-edit-meeting.php:151
#: includes/views/post-type/tpl-meeting-fields.php:298
msgid "Cloud"
msgstr "雲端"
#: includes/Elementor/Widgets/WebinarList.php:192
#: includes/Elementor/Widgets/MeetingList.php:194
msgid "Column Layout"
msgstr "欄位版型"
#: includes/admin/class-zvc-admin-settings.php:262
msgid "Connect"
msgstr ""
#: includes/Elementor/Widgets/WebinarList.php:85
#: includes/Elementor/Widgets/MeetingList.php:87
msgid "Content"
msgstr "內容"
#: includes/Shortcodes/Meetings.php:505
msgid "Could not retrieve meetings, check Host ID"
msgstr "無法取得會議,請檢查主持人 ID"
#: includes/Shortcodes/Webinars.php:129
msgid "Could not retrieve webinars, check Host ID"
msgstr ""
#: includes/Elementor/Widgets/MeetingList.php:166
msgid "Count of meetings"
msgstr "會議數"
#: includes/Elementor/Widgets/WebinarList.php:164
msgid "Count of Webinars"
msgstr "網路研討會次數"
#: includes/views/live/tpl-add-user.php:24
#: includes/views/live/tpl-add-user.php:32
msgid "Create"
msgstr "建立"
#: includes/views/live/tpl-add-meetings.php:148
msgid "Create Meeting"
msgstr "建立會議"
#: includes/views/live/tpl-add-user.php:89
msgid "Create User"
msgstr "建立使用者"
#: includes/views/webinars/tpl-add-webinar.php:137
msgid "Create Webinar"
msgstr "建立網路研討會"
#: includes/admin/class-zvc-admin-users.php:66
msgid ""
"Created a User. Please check email for confirmation. Added user will only "
"appear in the list after approval."
msgstr "使用者已建立,請檢查電子郵件的確認訊息,新增的使用者將會在核准後出現在清單內。"
#: includes/admin/class-zvc-admin-meetings.php:131
msgid "Created meeting %s at %s. Join %s"
msgstr "會議 %s 已於 %s 建立,加入 %s"
#: includes/views/webinars/tpl-list-webinars.php:66
#: includes/views/live/tpl-list-meetings.php:68
#: includes/views/live/tpl-list-pending-users.php:19
#: includes/views/live/tpl-list-users.php:36
msgid "Created On"
msgstr "建立時間"
#: includes/admin/class-zvc-admin-webinars.php:157
msgid "Created webinar %s at %s. Join %s"
msgstr "網路研討會 %s 已於 %s 建立,加入 %s"
#: templates/fragments/meeting-details.php:68
msgid "Current Timezone"
msgstr "目前時區"
#: includes/views/live/tpl-add-user.php:26
#: includes/views/live/tpl-add-user.php:40
msgid "Cust Create"
msgstr "建立管制使用者"
#: includes/views/live/tpl-reports.php:57
msgid "Date"
msgstr "日期"
#: includes/admin/class-zvc-admin-reports.php:67
msgid "Date field cannot be Empty !!"
msgstr "日期欄位不能空白!"
#: includes/views/tabs/api-settings.php:230
#, fuzzy
#| msgid "API Settings"
msgid "Date Settings"
msgstr "API 設定"
#: includes/views/tabs/api-settings.php:240
msgid "DateTime Format"
msgstr "日期時間格式"
#: templates/fragments/countdown-timer.php:26
#: templates/shortcode/embed-session.php:47
msgid "days"
msgstr "日"
#: includes/admin/class-zvc-admin-post-type.php:386
msgid "Debug Log"
msgstr "除錯用記錄檔"
#: includes/views/tabs/api-settings.php:176
msgid "Default Language for Join via browser page ?"
msgstr "「使用網頁瀏覽器加入會議」的預設語言?"
#: templates/fragments/filters.php:33
msgid "Default Sorting"
msgstr "預設排序"
#: includes/Elementor/Widgets/EmbedMeetings.php:138
msgid "Default title"
msgstr "預設標題"
#: includes/views/webinars/tpl-edit-webinar.php:103
#: includes/views/webinars/tpl-add-webinar.php:107
#: includes/views/post-type/tpl-meeting-fields.php:273
msgid "Defaults to HD video."
msgstr "預設為高畫質影片。"
#: includes/views/migration.php:52 includes/views/tabs/connect.php:115
msgid "Delete JWT Keys"
msgstr ""
#: includes/views/tabs/debug.php:23
msgid "Delete log"
msgstr ""
#: includes/admin/class-zvc-admin-ajax.php:110
msgid "Deleted %d Meeting(s)."
msgstr "已刪除 %d 個會議"
#: includes/admin/class-zvc-admin-ajax.php:72
msgid "Deleted Meeting with ID"
msgstr "已根據 ID 刪除會議"
#: templates/fragments/meeting-details.php:25
msgid "Details"
msgstr "詳細資料"
#: includes/views/post-type/tpl-meeting-fields.php:55
#: includes/views/post-type/tpl-meeting-fields.php:115
#: includes/views/post-type/tpl-meeting-fields.php:320
msgid ""
"Did not find any hosts here ? Please %scheck here%s to verify your API keys "
"are working correctly."
msgstr "沒有成功取得主持人清單?請%s在這裡檢查%s你的 API 金鑰是否正常運作。"
#: includes/views/tabs/api-settings.php:54
msgid "Disable Auto Password Generation ?"
msgstr "取消自動產生密碼?"
#: includes/views/tabs/api-settings.php:46
msgid "Disable Countdown Timer"
msgstr ""
#: includes/Elementor/Widgets/EmbedMeetings.php:159
msgid "Disable Countdown Timer?"
msgstr "取消倒數計時器?"
#: includes/views/tabs/api-settings.php:156
msgid "Disable Email field when join via browser ?"
msgstr "經由瀏覽器加入會議時取消電子郵件欄位?"
#: includes/views/tabs/api-settings.php:73
msgid "Disable Embed password in Link ?"
msgstr "在連結中取消內嵌密碼?"
#: includes/views/tabs/api-settings.php:166
msgid "Disable Invite field when join via browser ?"
msgstr "經由瀏覽器加入會議時取消邀請欄位?"
#: includes/admin/class-zvc-admin-post-type.php:276
#: includes/views/live/tpl-list-meetings.php:132
msgid "Disable Join"
msgstr "不允許加入"
#: includes/views/tabs/api-settings.php:146
msgid "Disable Join via browser ?"
msgstr "取消「使用網頁瀏覽器加入會議」?"
#: includes/views/post-type/tpl-meeting-fields.php:196
msgid "Disable Waiting Room"
msgstr "取消等候室"
#: includes/admin/class-zvc-admin-settings.php:351
msgid "Dismiss this notice."
msgstr "關閉這項通知"
#: includes/views/tabs/api-settings.php:42
msgid ""
"Do not delete your meetings on Zoom, when you delete your meeting from Zoom "
"Meetings > All Meetings page."
msgstr "啟用這個選項後,刪除會議時不會同步將 Zoom 裡面的會議刪除"
#: includes/helpers.php:356
msgid "Do not get confused here !!"
msgstr "無需感到困惑!"
#: includes/views/additional-info.php:3
msgid "Documentation"
msgstr "文件"
#: includes/Shortcodes/Recordings.php:64 includes/Shortcodes/Recordings.php:65
#: templates/shortcode/zoom-recordings-by-meeting.php:30
#: includes/views/live/tpl-list-recordings.php:58
#: includes/views/live/tpl-list-recordings.php:59
msgid "Download"
msgstr "下載"
#: includes/template-functions.php:425
#: templates/fragments/meeting-details.php:54
#: templates/shortcode/zoom-webinar.php:98
#: templates/shortcode/meeting-by-post-id.php:46
#: templates/shortcode/zoom-recordings.php:24
#: includes/views/webinars/tpl-edit-webinar.php:70
#: includes/views/webinars/tpl-add-webinar.php:74
#: includes/views/live/tpl-edit-meeting.php:92
#: includes/views/live/tpl-list-recordings.php:22
#: includes/views/live/tpl-add-meetings.php:74
#: includes/views/post-type/tpl-meeting-fields.php:167
msgid "Duration"
msgstr "會議長度"
#: includes/views/live/tpl-edit-meeting.php:24
msgid "Edit a Meeting"
msgstr "編輯會議"
#: includes/views/webinars/tpl-edit-webinar.php:11
#: includes/views/webinars/tpl-edit-webinar.php:144
msgid "Edit Webinar"
msgstr "編輯網路研討會文章"
#: includes/admin/class-zvc-admin-post-type.php:334
msgid "Edit Zoom Event"
msgstr ""
#: includes/views/live/tpl-list-pending-users.php:18
#: includes/views/live/tpl-assign-host-id.php:31
#: includes/views/live/tpl-list-users.php:34
msgid "Email"
msgstr "電子郵件"
#: includes/views/live/tpl-add-user.php:49
msgid "Email Address"
msgstr "電子郵件地址"
#: includes/Elementor/Widgets/EmbedMeetings.php:146
msgid "Embed Height"
msgstr "內嵌高度"
#: includes/Elementor/Widgets/EmbedMeetings.php:87
msgid "Embed Meeting"
msgstr "內嵌會議"
#: includes/Elementor/Widgets/EmbedMeetings.php:46
msgid "Embed Zoom Meeting"
msgstr "內嵌 Zoom 會議"
#: includes/admin/class-zvc-admin-post-type.php:491
msgid "Enable Debug?"
msgstr "啟用除錯記錄?"
#: includes/admin/class-zvc-admin-post-type.php:279
#: includes/views/live/tpl-list-meetings.php:138
msgid "Enable Join"
msgstr "允許加入"
#: includes/views/tabs/api-settings.php:118
msgid "Enable Logs"
msgstr ""
#: includes/template-functions.php:112
msgid "Enable Meeting Join ?"
msgstr "允許加入會議?"
#: includes/views/post-type/tpl-meeting-fields.php:263
msgid "Enable Practise Session."
msgstr "啟用準備模式。"
#: templates/shortcode/zoom-recordings-by-meeting.php:54
msgid "End Date"
msgstr "結束日期"
#: includes/template-functions.php:108
msgid "End Meeting ?"
msgstr "結束會議?"
#: includes/views/live/tpl-list-meetings.php:135
msgid ""
"Ending this will disable users to join this meeting. Applies to any "
"shortcode output only."
msgstr "點擊此按鈕將會使得使用者無法加入會議,僅適用於所有短代碼的頁面。"
#: includes/views/live/tpl-reports.php:158
msgid "Enter a value to Check..."
msgstr "輸入欲檢查的值..."
#: includes/admin/class-zvc-admin-recordings.php:78
#: includes/views/live/tpl-reports.php:50
msgid "Enter the date to check:"
msgstr "請輸入日期:"
#: includes/Shortcodes/Webinars.php:60 includes/Shortcodes/Embed.php:72
#: includes/Shortcodes/Meetings.php:66 includes/Shortcodes/Meetings.php:121
msgid "ERROR: "
msgstr "錯誤:"
#: includes/admin/class-zvc-admin-settings.php:209
msgid "Extensions"
msgstr "擴充套件"
#: includes/admin/class-zvc-admin-sync.php:187
msgid "Failed to import meeting with ID"
msgstr "透過 ID 匯入會議失敗"
#: includes/admin/class-zvc-admin-sync.php:39
msgid ""
"Fetching data.. Please wait this might take some time depending on how many "
"Zoom Meetings you have."
msgstr "取得資料中 .. 請稍候,這將會需要一點時間,這取決於你有多少 Zoom 會議。"
#: includes/Shortcodes/Recordings.php:54
#: includes/views/live/tpl-list-recordings.php:53
msgid "File Size"
msgstr "檔案大小"
#: includes/Shortcodes/Recordings.php:53
#: includes/views/live/tpl-list-recordings.php:51
msgid "File Type"
msgstr "檔案類型"
#: includes/Shortcodes.php:105
msgid "filtered from %s total entries"
msgstr ""
#: includes/views/migration.php:117
msgid "Finish"
msgstr ""
#: includes/Shortcodes.php:112
msgid "First"
msgstr ""
#: includes/views/live/tpl-add-user.php:55
msgid "First Name"
msgstr "名字"
#: includes/views/live/tpl-add-user.php:58
msgid "First Name of the User (Required)."
msgstr "使用者的名字 (必填)"
#: includes/views/live/tpl-list-users.php:16
msgid "Flush User Cache"
msgstr "清理使用者快取"
#: includes/admin/class-zvc-admin-users.php:28
msgid "Flushed User Cache!"
msgstr "已清除使用者快取"
#: includes/views/live/tpl-reports.php:122
msgid "From"
msgstr "從"
#: includes/views/live/tpl-assign-host-id.php:32
msgid "Full Name"
msgstr "全名"
#: includes/views/tabs/api-settings.php:18
msgid "General Settings"
msgstr ""
#: includes/views/live/tpl-reports.php:119
msgid "Get account report for a specified period."
msgstr "取得指定期間的帳戶報告。"
#: includes/views/webinars/tpl-edit-webinar.php:100
#: includes/views/webinars/tpl-add-webinar.php:104
#: includes/views/post-type/tpl-meeting-fields.php:269
msgid "HD Video"
msgstr "高畫質影片"
#: includes/Bootstrap.php:84
msgid "Heads up, Please backup before upgrade!"
msgstr ""
#: includes/views/tabs/api-settings.php:63
msgid "Hide Join Links for Non-Loggedin ?"
msgstr "僅允許登入的使用者看到連結?"
#: includes/admin/class-zvc-admin-post-type.php:471
msgid "Hide Join via browser link ?"
msgstr "隱藏「使用網頁瀏覽器加入會議」?"
#: includes/views/live/tpl-assign-host-id.php:33
msgid "Host ID"
msgstr "主持人 ID"
#: includes/Shortcodes/Webinars.php:108 includes/Shortcodes/Meetings.php:487
msgid "Host ID should be given when defining this shortcode."
msgstr "使用這個短代碼時必須要設定主持人 ID "
#: includes/views/live/tpl-edit-meeting.php:114
#: includes/views/live/tpl-add-meetings.php:96
msgid "Host join start"
msgstr "由主持人開始會議"
#: includes/admin/class-zvc-admin-settings.php:216
msgid "Host to WP Users"
msgstr "讓 WP 使用者主持"
#: includes/views/webinars/tpl-edit-webinar.php:84
#: includes/views/webinars/tpl-add-webinar.php:88
msgid "Host Video"
msgstr "主持人視訊"
#: templates/fragments/meeting-details.php:35
msgid "Hosted By"
msgstr "主持人"
#: templates/content-meeting.php:31 templates/shortcode/zoom-listing.php:34
msgid "Hosted By:"
msgstr "主持人:"
#: templates/fragments/countdown-timer.php:32
#: templates/shortcode/embed-session.php:53
msgid "hours"
msgstr "時"
#: includes/helpers.php:360
msgid "I understand ! Don't show this again !"
msgstr "我了解!請不要在顯示!"
#: includes/views/live/tpl-assign-host-id.php:30
msgid "ID"
msgstr "ID"
#: includes/views/tabs/api-settings.php:33
msgid ""
"If you are using Zoom Vanity URL then please insert it here else leave it "
"empty."
msgstr "如果你啟用了 Zoom 的虛名 URL,請務必輸入此欄位"
#: includes/views/post-type/tpl-meeting-fields.php:30
msgid ""
"If you need to show this meeting on another page or post please use this "
"shortcode"
msgstr "如果你需要將此會議顯示在其他頁面或文章,請使用這組短代碼"
#: includes/Elementor/Widgets/EmbedMeetings.php:184
msgid "Image URL"
msgstr ""
#: includes/admin/class-zvc-admin-settings.php:222
msgid "Import"
msgstr "匯入"
#: includes/Shortcodes/Recordings.php:105
msgid ""
"Invalid HOST ID. Please define a host ID to show recordings based on host."
msgstr "無效的主持人 ID,請輸入正確的主持人 ID 才能找到相關的錄影。"
#: includes/Shortcodes/Recordings.php:176
msgid "Invalid Meeting ID."
msgstr "無效的會議 ID"
#: includes/Elementor/Widgets/EmbedMeetings.php:196
#, fuzzy
#| msgid "Webinar ?"
msgid "Is Webinar ?"
msgstr "網路研討會?"
#: templates/join-web-browser.php:103 templates/shortcode/join-links.php:19
#: templates/shortcode/join-links.php:28
#: templates/shortcode/webinar-join-links.php:19
#: templates/shortcode/webinar-join-links.php:28
msgid "Join"
msgstr "加入"
#: includes/views/live/tpl-edit-meeting.php:106
#: includes/views/live/tpl-add-meetings.php:88
#: includes/views/post-type/tpl-meeting-fields.php:214
msgid "Join Before Host"
msgstr "會前報到"
#: includes/admin/class-zvc-admin-post-type.php:453
msgid "Join Meeting"
msgstr "加入會議"
#: includes/views/live/tpl-edit-meeting.php:109
#: includes/views/live/tpl-add-meetings.php:91
msgid ""
"Join meeting before host start the meeting. Only for scheduled or recurring "
"meetings."
msgstr "在主持人開始會議之前,參與者可以會前先加入會議,此功能僅於排程或是定期會議才能使用"
#: includes/template-functions.php:172
msgid "Join Meeting via Zoom App"
msgstr "使用 Zoom App 加入會議"
#: templates/shortcode/list-webinars-host.php:33
#: templates/shortcode/list-meetings-host.php:52
msgid "Join via App"
msgstr "使用 Zoom App 加入會議"
#: templates/shortcode/embed-session.php:98
msgid "Join via Browser"
msgstr ""
#: includes/helpers.php:607 includes/helpers.php:615 includes/helpers.php:649
#: includes/helpers.php:657 templates/shortcode/join-links.php:26
#: templates/shortcode/webinar-join-links.php:26
msgid "Join via Web Browser"
msgstr "使用網頁瀏覽器加入會議"
#: includes/views/tabs/api-settings.php:136
msgid "Join via Web Browser Settings"
msgstr ""
#: templates/shortcode/join-links.php:17
#: templates/shortcode/webinar-join-links.php:17
msgid "Join via Zoom App"
msgstr "使用 Zoom App 加入會議"
#: includes/views/tabs/connect.php:49
msgid "JWT API Secret Key"
msgstr ""
#: includes/admin/class-zvc-admin-settings.php:60
#: includes/views/tabs/connect.php:3
msgid "JWT App Type Depreciation FAQ"
msgstr ""
#: includes/views/tabs/connect.php:30
msgid "JWT Credentials ( Legacy )"
msgstr ""
#: includes/Shortcodes.php:113
msgid "Last"
msgstr ""
#: includes/views/live/tpl-list-users.php:38
msgid "Last Client"
msgstr "上一次登入的裝置"
#: includes/views/live/tpl-list-users.php:37
msgid "Last Login"
msgstr "上一次登入"
#: includes/views/live/tpl-reports.php:135
msgid "Last Login Time"
msgstr "上次登錄時間"
#: includes/views/live/tpl-add-user.php:62
msgid "Last Name"
msgstr "姓氏"
#: includes/views/live/tpl-add-user.php:64
msgid "Last Name of the User (Required)."
msgstr "使用者的姓氏 (必填)"
#: includes/helpers.php:333
msgid "Like this plugin ?"
msgstr "喜歡這個外掛嗎?"
#: includes/admin/class-zvc-admin-settings.php:178
msgid "Live Meetings"
msgstr "線上會議"
#: includes/admin/class-zvc-admin-settings.php:173
msgid "Live Webinars"
msgstr "線上網路研討會"
#: includes/Shortcodes.php:107
msgid "Loading"
msgstr ""
#: includes/Shortcodes/Recordings.php:117
msgid "Loading recordings.. Please wait.."
msgstr "載入錄影中 ... 請稍候.."
#: includes/views/webinars/tpl-edit-webinar.php:113
#: includes/views/webinars/tpl-add-webinar.php:116
#: includes/views/live/tpl-edit-meeting.php:148
#: includes/views/post-type/tpl-meeting-fields.php:295
msgid "Local"
msgstr "本機端"
#: includes/admin/class-zvc-admin-settings.php:274
msgid "Logs"
msgstr ""
#: includes/views/tabs/api-settings.php:124
msgid "Logs are here."
msgstr ""
#: includes/admin/class-zvc-admin-post-type.php:240
#: includes/Elementor/Widgets/MeetingByPostID.php:88
#: includes/Elementor/Widgets/MeetingByID.php:90
msgid "Meeting"
msgstr "會議"
#: includes/views/live/tpl-edit-meeting.php:47
#: includes/views/live/tpl-add-meetings.php:36
msgid "Meeting Agenda"
msgstr "會議議程"
#: includes/views/post-type/tpl-meeting-fields.php:206
msgid "Meeting Authentication"
msgstr "會議授權"
#: includes/views/live/tpl-edit-meeting.php:50
#: includes/views/live/tpl-add-meetings.php:39
msgid "Meeting Description."
msgstr "會議描述"
#: includes/admin/class-zvc-admin-post-type.php:382
msgid "Meeting Details"
msgstr "會議詳細資訊"
#: includes/Elementor/Widgets/MeetingList.php:178
msgid "Meeting Display Threshold"
msgstr "顯示逾時會議"
#: includes/views/live/tpl-edit-meeting.php:95
#: includes/views/live/tpl-add-meetings.php:77
msgid "Meeting duration (minutes). (optional)"
msgstr "會議長度 (分鐘) (選填)"
#: includes/views/tabs/api-settings.php:109
msgid "Meeting Ended Text"
msgstr "自訂會議結束的文字"
#: includes/views/tabs/api-settings.php:99
msgid "Meeting going to start Text"
msgstr "自訂會議即將開始的文字"
#: includes/template-functions.php:373 includes/template-functions.php:382
#: includes/template-functions.php:392 templates/shortcode/zoom-webinar.php:55
#: templates/shortcode/zoom-webinar.php:64
#: templates/shortcode/zoom-webinar.php:74
msgid "Meeting has ended !"
msgstr "會議已經結束!"
#: includes/admin/class-zvc-admin-post-type.php:441
#: includes/admin/class-zvc-admin-post-type.php:463
msgid ""
"Meeting has not been created for this post yet. Publish your meeting or hit "
"update to create a new one for this post !"
msgstr "這篇文章的會議尚未被建立,請發佈你的會議或是點擊更新文章來建立會議!"
#: includes/views/live/tpl-edit-meeting.php:54
#: includes/views/live/tpl-add-meetings.php:43
#: includes/views/post-type/tpl-meeting-fields.php:39
#: includes/views/post-type/tpl-meeting-fields.php:74
#: includes/views/post-type/tpl-meeting-fields.php:95
msgid "Meeting Host *"
msgstr "會議主持人 *"
#: includes/template-functions.php:324
#: includes/admin/class-zvc-admin-post-type.php:205
#: includes/admin/class-zvc-admin-post-type.php:455
#: templates/shortcode/zoom-webinar.php:21
#: templates/shortcode/zoom-recordings.php:22
#: templates/shortcode/zoom-recordings-by-meeting.php:42
#: includes/Elementor/Widgets/EmbedMeetings.php:94
#: includes/Elementor/Widgets/RecordingByMeetingID.php:93
#: includes/views/live/tpl-list-meetings.php:62
#: includes/views/live/tpl-list-recordings.php:20
msgid "Meeting ID"
msgstr "會議 ID"
#: includes/template-functions.php:338
msgid "Meeting is in Progress"
msgstr "會議正在進行中"
#: includes/template-functions.php:258
msgid "Meeting is not defined. Try updating this meeting"
msgstr "找不到會議,請修正會議資訊"
#: includes/views/live/tpl-reports.php:61
msgid "Meeting Minutes"
msgstr "會議長度"
#: includes/admin/class-zvc-admin-post-type.php:247
#: includes/admin/class-zvc-admin-post-type.php:258
#: includes/admin/class-zvc-admin-post-type.php:267
#: includes/admin/class-zvc-admin-post-type.php:283
msgid "Meeting not created yet."
msgstr "會議還沒有建立。"
#: templates/join-web-browser.php:68
#: includes/Elementor/Widgets/EmbedMeetings.php:174
#: includes/Elementor/Widgets/EmbedMeetings.php:176
#: includes/views/live/tpl-edit-meeting.php:99
#: includes/views/live/tpl-add-meetings.php:81
msgid "Meeting Password"
msgstr "會議密碼"
#: includes/views/tabs/api-settings.php:78
msgid ""
"Meeting password will not be included in the invite link to allow "
"participants to join with just one click without having to enter the "
"password."
msgstr "邀請連結中將不會包含會議密碼,點擊連結的人將必須手動輸入密碼後才能參加會議。"
#: includes/views/tabs/connect.php:131
msgid "Meeting SDK App Credentials"
msgstr ""
#: templates/fragments/countdown-timer.php:51
#: templates/shortcode/embed-session.php:41
msgid "Meeting starts in"
msgstr ""
#: includes/admin/class-zvc-admin-post-type.php:206
#: includes/views/live/tpl-list-meetings.php:67
msgid "Meeting State"
msgstr "會議狀態"
#: includes/template-functions.php:332
#: templates/shortcode/list-meetings-host.php:17
msgid "Meeting Status"
msgstr "會議狀態"
#: includes/admin/class-zvc-admin-sync.php:46
msgid "Meeting sync has been completed !"
msgstr "完成會議同步!"
#: includes/views/live/tpl-edit-meeting.php:88
#: includes/views/live/tpl-add-meetings.php:70
#: includes/views/post-type/tpl-meeting-fields.php:163
msgid "Meeting Timezone"
msgstr "會議時區"
#: includes/views/live/tpl-edit-meeting.php:40
#: includes/views/live/tpl-add-meetings.php:29
msgid "Meeting Topic *"
msgstr "會議主題 *"
#: includes/views/live/tpl-edit-meeting.php:43
#: includes/views/live/tpl-add-meetings.php:32
msgid "Meeting topic. (Required)."
msgstr "會議主題 (必填)"
#: includes/views/post-type/tpl-meeting-fields.php:61
#: includes/views/post-type/tpl-meeting-fields.php:121
msgid "Meeting Type"
msgstr "會議類型"
#: templates/archive-meetings.php:24
#: includes/views/live/tpl-list-meetings.php:20
#: includes/views/live/tpl-reports.php:58
msgid "Meetings"
msgstr "會議"
#: includes/Elementor/Widgets/MeetingList.php:107
msgid "Meetings Category"
msgstr "會議分類"
#: includes/views/tabs/api-settings.php:39
msgid "Meetings Deletion ?"
msgstr "刪除會議?"
#: includes/views/live/tpl-reports.php:132
msgid "Meetings Held"
msgstr "召開會議"
#: includes/Elementor/Widgets/MeetingList.php:120
msgid "Meetings Order By"
msgstr "會議排序"
#: includes/Elementor/Widgets/MeetingList.php:135
msgid "Meetings Type"
msgstr "會議類型"
#: includes/views/migration.php:14
msgid "Migrate from JWT to Server to Server Oauth in 2 easy steps"
msgstr ""
#: includes/views/migration.php:13
msgid "Migration Wizard"
msgstr ""
#: templates/fragments/countdown-timer.php:38
#: templates/shortcode/embed-session.php:59
msgid "minutes"
msgstr "分"
#: includes/views/webinars/tpl-list-webinars.php:26
#: includes/views/live/tpl-list-meetings.php:38
msgid "Move to Trash"
msgstr "移至回收桶"
#: includes/views/live/tpl-edit-meeting.php:132
#: includes/views/live/tpl-add-meetings.php:114
#: includes/views/post-type/tpl-meeting-fields.php:239
msgid "Mute Participants upon entry"
msgstr "參與者靜音"
#: includes/views/live/tpl-edit-meeting.php:136
#: includes/views/live/tpl-add-meetings.php:118
#: includes/views/post-type/tpl-meeting-fields.php:243
msgid "Mutes Participants when entering the meeting."
msgstr "在參與者進入會議時,預設為靜音"
#: includes/views/live/tpl-list-users.php:35
msgid "Name"
msgstr "名字"
#: includes/views/live/tpl-reports.php:59
msgid "New Users"
msgstr "新加入使用者"
#: includes/admin/class-zvc-admin-post-type.php:333
msgid "New Zoom Event"
msgstr ""
#: includes/Shortcodes.php:114
msgid "Next"
msgstr ""
#: templates/content-meeting.php:42 templates/shortcode/zoom-listing.php:46
msgid "Next Occurrence"
msgstr "下一次會議"
#: includes/helpers.php:738
msgid "Next Results"
msgstr "下一筆"
#: includes/template-functions.php:359 templates/shortcode/zoom-webinar.php:41
msgid "Next Start Time"
msgstr "下一次開始時間"
#: includes/views/migration.php:124
msgid "Next Step"
msgstr ""
#: includes/Shortcodes.php:102
msgid "No data available in table"
msgstr ""
#: includes/Shortcodes.php:110
msgid "No matching records found"
msgstr ""
#: includes/Elementor/Widgets/EmbedMeetings.php:237
msgid "No Meeting ID is defined."
msgstr "沒有填入會議 ID"
#: includes/Elementor/Widgets/RecordingByMeetingID.php:138
msgid "No meeting ID is defined."
msgstr "沒有填入會議 ID"
#: includes/Shortcodes/Embed.php:72 includes/Shortcodes/Meetings.php:66
msgid "No meeting id set in the shortcode"
msgstr "短代碼沒有設定會議 ID"
#: includes/admin/class-zvc-admin-sync.php:120
msgid "No meeting is selected or selected meeting already exists"
msgstr "未選擇會議,或是所選的會議已經存在。"
#: includes/admin/class-zvc-admin-sync.php:89
#: includes/admin/class-zvc-admin-sync.php:92
msgid "No Meetings Found !"
msgstr "找不到會議!"
#: templates/shortcode-listing.php:73 templates/archive-meetings.php:55
#: includes/Shortcodes/Meetings.php:452
msgid "No Meetings found."
msgstr "找不到會議"
#: includes/Shortcodes/Meetings.php:121
msgid "No post id set in the shortcode"
msgstr "短代碼沒有設定文章 ID"
#: includes/views/webinars/tpl-edit-webinar.php:111
#: includes/views/webinars/tpl-add-webinar.php:115
#: includes/views/live/tpl-edit-meeting.php:145
#: includes/views/post-type/tpl-meeting-fields.php:292
msgid "No Recordings"
msgstr "不錄影"
#: includes/Shortcodes/Recordings.php:150
#: includes/Shortcodes/Recordings.php:228
msgid "No recordings found."
msgstr "找不到紀錄"
#: includes/views/live/tpl-reports.php:143
msgid "No Records Found.."
msgstr "找不到任何紀錄..."
#: includes/Elementor/Widgets/RecordingsByHost.php:157
#: includes/Elementor/Widgets/MeetingHosts.php:162
msgid "No user selected."
msgstr "未選擇任何使用者。"
#: includes/Shortcodes/Webinars.php:60
msgid "No webinar id set in the shortcode"
msgstr "短代碼沒有設定網路研討會 ID"
#: includes/admin/class-zvc-admin-post-type.php:340
#, fuzzy
#| msgid "No meetings found in Trash."
msgid "No zoom events found in Trash."
msgstr "在回收桶找不到會議"
#: includes/admin/class-zvc-admin-post-type.php:339
msgid "No zoom events found."
msgstr ""
#: includes/views/migration.php:26 includes/views/tabs/connect.php:89
msgid "Oauth Account ID"
msgstr ""
#: includes/views/migration.php:34 includes/views/tabs/connect.php:97
msgid "Oauth Client ID"
msgstr ""
#: includes/views/migration.php:42 includes/views/tabs/connect.php:105
msgid "Oauth Client Secret"
msgstr ""
#: includes/template-functions.php:355 templates/shortcode/zoom-webinar.php:37
msgid "Ocurrences"
msgstr "會議次數"
#: includes/admin/class-zvc-admin-post-type.php:470
msgid "Only logged in users of this site will be able to join this meeting."
msgstr "只有登入的會員才能加入這場會議"
#: includes/views/post-type/tpl-meeting-fields.php:209
msgid "Only loggedin users in Zoom App can join this Meeting."
msgstr "僅有在 Zoom 應用程式登入的使用者才能加入會議。"
#: includes/Elementor/Widgets/EmbedMeetings.php:148
msgid "Only valid when show in iframe is enabled."
msgstr ""
#: includes/admin/class-zvc-admin-sync.php:45
msgid ""
"Opps ! You have not selected any meeting to sync yet. Select one or two and "
"this section will be filled by happiness for you !!"
msgstr "你沒有選擇要同步的會議,請選擇一個或兩個會議,我們將會愉悅地為你處理!"
#: includes/views/webinars/tpl-edit-webinar.php:139
#: includes/views/live/tpl-edit-meeting.php:173
#: includes/views/post-type/tpl-meeting-fields.php:322
msgid ""
"Paid Zoom Account is required for this !! Alternative hosts IDs. Multiple "
"value separated by comma."
msgstr "需要使用付費的 Zoom 帳戶才能使用此功能!請輸入主持人 ID,可用半形逗號分隔多個主持人。"
#: includes/views/webinars/tpl-edit-webinar.php:92
#: includes/views/webinars/tpl-add-webinar.php:96
msgid "Panelists Video"
msgstr "與會者視訊"
#: includes/admin/class-zvc-admin-post-type.php:338
msgid "Parent meetings:"
msgstr "父層會議文章:"
#: includes/views/live/tpl-reports.php:60
msgid "Participants"
msgstr "參與者"
#: includes/views/live/tpl-edit-meeting.php:123
#: includes/views/live/tpl-add-meetings.php:105
#: includes/views/post-type/tpl-meeting-fields.php:230
msgid "Participants Video"
msgstr "參與者視訊"
#: templates/shortcode/embed-session.php:95
#: includes/views/post-type/tpl-meeting-fields.php:188
msgid "Password"
msgstr "密碼"
#: includes/views/webinars/tpl-edit-webinar.php:80
#: includes/views/webinars/tpl-add-webinar.php:84
#: includes/views/live/tpl-edit-meeting.php:102
#: includes/views/live/tpl-add-meetings.php:84
#: includes/views/post-type/tpl-meeting-fields.php:191
msgid ""
"Password to join the meeting. Password may only contain the following "
"characters: [a-z A-Z 0-9]. Max of 10 characters.( Leave blank for auto "
"generate )"
msgstr "進入會議時需要填入的密碼,密碼可以包含以下字元: [a-z A-Z 0-9] 最長為 10 個字 (若為空白,則代表無需密碼即可參加會議)"
#: includes/Shortcodes/Recordings.php:58
msgid "Password:"
msgstr ""
#: includes/admin/class-zvc-admin-post-type.php:148
msgid "Past"
msgstr "結束的會議"
#: includes/views/live/tpl-list-pending-users.php:10
msgid "Pending Approval Users"
msgstr "待審使用者清單"
#: includes/template-functions.php:407
msgid "Personal Meeting Room"
msgstr "個人會議室"
#: includes/Shortcodes/Recordings.php:61
#: templates/shortcode/zoom-recordings-by-meeting.php:28
#: includes/views/live/tpl-list-recordings.php:55
#: includes/views/live/tpl-list-recordings.php:56
msgid "Play"
msgstr "播放"
#: includes/views/post-type/tpl-meeting-fields.php:52
#: includes/views/post-type/tpl-meeting-fields.php:86
msgid "Please check your internet connection or API connection."
msgstr "請檢查你的網路連線或 API 連線狀況。"
#: includes/helpers.php:268
msgid ""
"Please check your internet connection or API keys. Zoom API is not able to "
"connect with Zoom servers at the moment."
msgstr "請檢查你的網路連線及 API 金鑰,Zoom API 目前無法連至 Zoom 伺服器。"
#: includes/helpers.php:336
msgid ""
"Please consider giving a %s if you found this useful at wordpress.org or "
msgstr "如果你覺得這個 wordpress.org 外掛非常有用,請給我們 %s"
#: includes/views/post-type/tpl-meeting-fields.php:201
msgid ""
"Please keep in mind anyone with the meeting link will be able to join "
"without you allowing them into the meeting."
msgstr "請注意,任何取得會議連結的人不需要你的允許進入會議"
#: includes/template-functions.php:153
msgid "Please login to join this meeting."
msgstr "加入此會議前請先登入。"
#: includes/views/live/tpl-add-user.php:13
msgid "Please note this requires a PRO Zoom account or Higher."
msgstr "請注意,僅有 PRO 等級以上的帳戶才能使用此功能。"
#: includes/helpers.php:358
msgid ""
"Please read !!! These below meetings are directly from your zoom.us account "
"via API connection. Meetings added from here won't show up on your Post Type "
"list. This will only create meeting in your zoom.us account !"
msgstr ""
"請詳細閱讀!以下所列出的會議是經由 API 自你的 zoom.us 帳號取得的資料,所顯示的會議不會顯示在你的文章類型列表, 系統只會使用 API "
"在你的 zoom.us 帳號建立會議。"
#: includes/views/tabs/api-settings.php:281
msgid "Please see %s on how to format date"
msgstr "可透過 %s 了解日期格式"
#: includes/views/tabs/connect.php:76
#, php-format
msgid ""
"Please see %s on how to generate credentials, additionally for Join via "
"Browser to work please also add %s"
msgstr ""
#: includes/Shortcodes/Embed.php:127 includes/Shortcodes/Meetings.php:94
msgid ""
"Please try again ! Some error occured while trying to fetch meeting with id: "
" %d"
msgstr "請再試一次!在取得此 ID 時發生了錯誤: %d"
#: includes/Shortcodes/Webinars.php:81
msgid ""
"Please try again ! Some error occured while trying to fetch webinar with id: "
" %d"
msgstr "請再試一次!在透過此 ID 取得網路研討會資料時發生了錯誤: %d"
#: includes/views/post-type/tpl-meeting-fields.php:259
msgid "Practise Session"
msgstr "準備模式"
#: includes/Shortcodes.php:115
msgid "Previous"
msgstr ""
#: includes/views/live/tpl-reports.php:120
msgid "Print"
msgstr "列印"
#: includes/views/live/tpl-add-user.php:72
msgid "Pro User"
msgstr "Pro 使用者"
#: templates/fragments/countdown-timer.php:17
msgid "PRO version is required for this meeting to be displayed."
msgstr "僅在 PRO 版本可以顯示這場會議。"
#: includes/views/live/tpl-reports.php:23
msgid "Pro, Business, Enterprise, Education, or API Account. Check more"
msgstr "必須為 Pro、商務、企業、教育或 API 帳戶。查看更多"
#: includes/Shortcodes.php:108
msgid "Processing"
msgstr ""
#: includes/views/tabs/api-settings.php:34
msgid ""
"Read more about Vanity\n"
" URLs"
msgstr ""
"了解更多有關虛名\n"
" URLs"
#: templates/shortcode/zoom-recordings.php:25
#: includes/views/live/tpl-list-recordings.php:23
msgid "Recorded"
msgstr "錄影"
#: includes/Elementor/Widgets/RecordingByMeetingID.php:86
msgid "Recording by Meeting"
msgstr "會議錄影"
#: includes/admin/class-zvc-admin-settings.php:204
#: includes/views/live/tpl-list-recordings.php:10
msgid "Recordings"
msgstr "錄製"
#: includes/Elementor/Widgets/RecordingByMeetingID.php:45
msgid "Recordings by Meeting"
msgstr "會議錄影"
#: templates/content-meeting.php:57 templates/shortcode/zoom-listing.php:61
msgid "Recurring"
msgstr "週期會議"
#: includes/template-functions.php:352
#: includes/admin/class-zvc-admin-post-type.php:256
#: templates/shortcode/zoom-webinar.php:34
#: includes/views/live/tpl-list-meetings.php:124
msgid "Recurring Meeting"
msgstr "定期會議"
#: includes/views/webinars/tpl-list-webinars.php:123
msgid "Recurring Webinar"
msgstr "定期網路研討會"
#: includes/template-functions.php:343
msgid "Refresh is needed to change status."
msgstr "需要重新整理頁面後才能變更狀態。"
#: includes/admin/class-zvc-admin-settings.php:199
#: includes/views/live/tpl-reports.php:12
msgid "Reports"
msgstr "報表"
#: includes/admin/class-zvc-admin-post-type.php:467
#: includes/Elementor/Widgets/EmbedMeetings.php:105
msgid "Requires Login?"
msgstr "需要登錄?"
#: includes/admin/class-zvc-admin-post-type.php:277
msgid ""
"Restrict users to join this meeting before the start time or after the "
"meeting is completed."
msgstr "在會議開始之前或結束之後不允許使用者進入會議。"
#: includes/Shortcodes/Embed.php:78
msgid "Restricted access, please login to continue."
msgstr "無法存取,請登入後繼續。"
#: templates/fragments/filters.php:15
msgid "results"
msgstr "結果"
#: includes/admin/class-zvc-admin-post-type.php:280
msgid "Resuming this will enable users to join this meeting."
msgstr "啟用這個選項將讓使用者可以加入這場會議。"
#: includes/views/live/tpl-list-meetings.php:141
msgid ""
"Resuming this will enable users to join this meeting. Applies to any "
"shortcode output only."
msgstr "點擊此按鈕將會開放使用者可以加入這場會議,適用於所有短代碼的頁面"
#: includes/views/live/tpl-assign-host-id.php:38
msgid "Save"
msgstr "儲存"
#: includes/views/migration.php:107
msgid "Save App SDK Keys"
msgstr ""
#: includes/views/tabs/api-settings.php:311
msgid "Save Changes"
msgstr "儲存設定"
#: includes/admin/class-zvc-admin-users.php:110
msgid "Saved !"
msgstr "已儲存!"
#: includes/views/tabs/connect.php:153
msgid "SDK / Client Secret"
msgstr ""
#: includes/views/tabs/connect.php:140
#, php-format
msgid ""
"SDK App Credentials are required for Join Via Browser to work, %s on how to "
"generate you App SDK keys"
msgstr ""
#: includes/views/migration.php:84
msgid "SDK key"
msgstr ""
#: includes/views/tabs/connect.php:144
msgid "SDK key / Client ID"
msgstr ""
#: includes/views/migration.php:93
#, fuzzy
#| msgid "API Secret Key"
msgid "SDK Secret key"
msgstr "API 密鑰"
#: includes/Shortcodes.php:109
msgid "Search"
msgstr ""
#: includes/admin/class-zvc-admin-post-type.php:337
msgid "Search meetings"
msgstr "搜尋會議文章"
#: templates/fragments/filters.php:39
msgid "Search.."
msgstr "搜尋.."
#: includes/views/live/tpl-reports.php:107
msgid "Searching From: "
msgstr "搜尋:"
#: templates/fragments/countdown-timer.php:44
#: templates/shortcode/embed-session.php:65
msgid "seconds"
msgstr "秒"
#: templates/content-meeting.php:71
msgid "See More"
msgstr "了解更多"
#: includes/views/migration.php:21
#, php-format
msgid ""
"See the documentation on how to generate Server to Server Oauth Credentials "
"%s"
msgstr ""
#: includes/views/live/tpl-reports.php:80
msgid "Select a Date to Check"
msgstr "請輸入檢查的日期:"
#: includes/views/tabs/api-settings.php:218
msgid "Select a default language for your join meeting via browser page."
msgstr "請選擇「使用網頁瀏覽器加入會議」頁面的預設語言。"
#: includes/views/webinars/tpl-edit-webinar.php:124
#: includes/views/webinars/tpl-add-webinar.php:46
#: includes/views/webinars/tpl-add-webinar.php:127
#: includes/views/live/tpl-edit-meeting.php:57
#: includes/views/live/tpl-edit-meeting.php:162
#: includes/views/live/tpl-add-meetings.php:46
#: includes/views/live/tpl-add-meetings.php:138
#: includes/views/post-type/tpl-meeting-fields.php:106
#: includes/views/post-type/tpl-meeting-fields.php:314
msgid "Select a Host"
msgstr "選擇一位主持人"
#: includes/Elementor/Widgets/MeetingByPostID.php:111
#: includes/Elementor/Widgets/MeetingByID.php:113
msgid "Select a Meeting"
msgstr "選擇會議"
#: templates/shortcode/zoom-recordings.php:15
msgid "Select a month to filter:"
msgstr "選擇要篩選的月份:"
#: includes/admin/class-zvc-admin-recordings.php:87 includes/views/sync.php:21
#: includes/views/webinars/tpl-list-webinars.php:39
#: includes/views/live/tpl-list-meetings.php:44
msgid "Select a User"
msgstr "選擇一個使用者"
#: includes/Elementor/Widgets/MeetingByPostID.php:80
#: includes/Elementor/Widgets/MeetingByID.php:82
msgid "Select a Zoom Meeting"
msgstr "選擇 Zoom 會議"
#: includes/views/webinars/tpl-list-webinars.php:24
#: includes/views/live/tpl-list-meetings.php:36
msgid "Select bulk action"
msgstr "選擇批次作業"
#: includes/Elementor/Widgets/RecordingsByHost.php:93
#: includes/Elementor/Widgets/MeetingHosts.php:93
msgid "Select User"
msgstr "選擇使用者"
#: includes/views/live/tpl-add-user.php:83
msgid ""
"Select which WordPress user to assign. This will be only usable when the "
"user approves your Zoom Invitation."
msgstr "選擇指定的 WordPress 使用者。此功能僅在使用者接受 Zoom 邀請函後才能使用。"
#: includes/views/tabs/connect.php:65
msgid "Server to Server Oauth Credentials"
msgstr ""
#: templates/shortcode/meeting-by-post-id.php:32
msgid "Session date"
msgstr ""
#: includes/views/webinars/tpl-edit-webinar.php:116
#: includes/views/webinars/tpl-add-webinar.php:119
#: includes/views/live/tpl-edit-meeting.php:154
#: includes/views/live/tpl-add-meetings.php:130
#: includes/views/post-type/tpl-meeting-fields.php:301
msgid ""
"Set what type of auto recording feature you want to add. Default is none."
msgstr "設定以何種自動錄影形式進行錄製,預設為「不錄影」"
#: includes/Elementor/Widgets/WebinarList.php:184
#: includes/Elementor/Widgets/MeetingList.php:186
msgid ""
"Setting this to yes will display meetings for 30 minutes more after the "
"meeting date has passed. This will only work if Meeting Type is defined."
msgstr "啟用這個選項後,會議進行三十分鐘內,頁面仍然會顯示會議相關資訊。必須設定會議類型,此項功能才會生效"
#: includes/Bootstrap.php:343 includes/admin/class-zvc-admin-settings.php:228
#: includes/admin/class-zvc-admin-settings.php:228
#: includes/admin/class-zvc-admin-settings.php:266
msgid "Settings"
msgstr "設定"
#: includes/views/webinars/tpl-list-webinars.php:62
#: includes/views/live/tpl-list-meetings.php:63
msgid "Shortcode"
msgstr "短代碼"
#: includes/views/additional-info.php:6
msgid "Shortcode Documentation"
msgstr ""
#: includes/Shortcodes.php:106
msgid "Show %s entries"
msgstr ""
#: includes/views/tabs/api-settings.php:180
msgid "Show All"
msgstr "顯示全部"
#: includes/Elementor/Widgets/RecordingsByHost.php:106
#: includes/Elementor/Widgets/RecordingByMeetingID.php:104
msgid "Show Downloadable Link"
msgstr "顯示下載連結"
#: includes/Elementor/Widgets/WebinarList.php:149
#: includes/Elementor/Widgets/MeetingList.php:151
msgid "Show Filter"
msgstr "顯示過濾器"
#: includes/Elementor/Widgets/EmbedMeetings.php:121
msgid "Show in Iframe?"
msgstr ""
#: includes/Elementor/Widgets/MeetingHosts.php:85
msgid "Show Meeting by Zoom User"
msgstr "依據 Zoom 使用者顯示會議"
#: includes/Elementor/Widgets/WebinarList.php:97
#: includes/Elementor/Widgets/MeetingList.php:99
msgid "Show meeting posts based on Author ID"
msgstr "根據作者 ID 顯示錄影"
#: includes/views/tabs/api-settings.php:82
msgid "Show Past Join Link ?"
msgstr "顯示過往會議連結?"
#: includes/Elementor/Widgets/RecordingsByHost.php:85
msgid "Show Recordings via Host ID"
msgstr "根據主持人 ID 顯示錄影"
#: includes/views/tabs/api-settings.php:90
msgid "Show Zoom Author ?"
msgstr "顯示會議文章作者?"
#: includes/Shortcodes.php:103
msgid "Showing %s to %s of %s entries"
msgstr ""
#: templates/fragments/filters.php:15
msgid "Showing all"
msgstr "顯示全部"
#: templates/shortcode/zoom-recordings.php:26
#: templates/shortcode/zoom-recordings-by-meeting.php:55
#: includes/views/live/tpl-list-recordings.php:24
msgid "Size"
msgstr "大小"
#: includes/views/live/tpl-list-pending-users.php:16
#: includes/views/live/tpl-list-users.php:32
msgid "SN"
msgstr "序號"
#: templates/fragments/filters.php:35
msgid "Sort Ascending"
msgstr "排序升序"
#: templates/fragments/filters.php:34
msgid "Sort Descending"
msgstr "排序降序"
#: includes/views/live/tpl-add-user.php:27
#: includes/views/live/tpl-add-user.php:44
msgid "SSO Create"
msgstr "建立 SSO 使用者"
#: templates/content-meeting.php:63 templates/fragments/meeting-details.php:40
#: templates/shortcode/zoom-listing.php:67
msgid "Start"
msgstr "開始時間"
#: includes/admin/class-zvc-admin-post-type.php:204
#: templates/shortcode/zoom-recordings-by-meeting.php:53
msgid "Start Date"
msgstr "開始日期/時間"
#: includes/views/webinars/tpl-edit-webinar.php:44
#: includes/views/webinars/tpl-add-webinar.php:55
#: includes/views/live/tpl-edit-meeting.php:66
#: includes/views/live/tpl-add-meetings.php:55
#: includes/views/post-type/tpl-meeting-fields.php:135
msgid "Start Date/Time *"
msgstr "開始日期/時間 *"
#: includes/admin/class-zvc-admin-post-type.php:203
#: includes/admin/class-zvc-admin-post-type.php:452
#: templates/fragments/join-links.php:28
msgid "Start Meeting"
msgstr "開始進行會議"
#: includes/template-functions.php:391 includes/template-functions.php:399
#: includes/template-functions.php:413 templates/content-meeting.php:49
#: templates/shortcode/zoom-webinar.php:73
#: templates/shortcode/zoom-webinar.php:81
#: templates/shortcode/zoom-webinar.php:88
#: templates/shortcode/zoom-listing.php:53
#: templates/shortcode/embed-session.php:92
#: templates/shortcode/list-webinars-host.php:17
#: templates/shortcode/list-meetings-host.php:18
#: includes/views/webinars/tpl-list-webinars.php:65
#: includes/views/live/tpl-list-meetings.php:66
msgid "Start Time"
msgstr "開始時間"
#: includes/views/webinars/tpl-list-webinars.php:92
#: includes/views/live/tpl-list-meetings.php:93
msgid "Start via App"
msgstr "使用 App 進入會議"
#: includes/admin/class-zvc-admin-post-type.php:454
#: includes/views/webinars/tpl-list-webinars.php:88
#: includes/views/live/tpl-list-meetings.php:89
msgid "Start via Browser"
msgstr "使用網頁瀏覽器加入會議"
#: includes/views/webinars/tpl-edit-webinar.php:87
#: includes/views/webinars/tpl-add-webinar.php:91
#: includes/views/live/tpl-edit-meeting.php:117
#: includes/views/live/tpl-add-meetings.php:99
#: includes/views/post-type/tpl-meeting-fields.php:225
msgid "Start video when host join meeting."
msgstr "當主持人進入會議後才啟動視訊"
#: includes/views/webinars/tpl-edit-webinar.php:95
#: includes/views/webinars/tpl-add-webinar.php:99
msgid "Start video when panelists join meeting."
msgstr "當與會者進入會議後才啟動視訊"
#: includes/views/post-type/tpl-meeting-fields.php:253
msgid "Start video when panelists join webinar."
msgstr "當與會者進入會議後才啟動視訊"
#: includes/views/live/tpl-edit-meeting.php:126
#: includes/views/live/tpl-add-meetings.php:108
#: includes/views/post-type/tpl-meeting-fields.php:233
msgid "Start video when participants join meeting."
msgstr "當參與者加入會議,預設啟動參與者視訊"
#: includes/views/post-type/tpl-meeting-fields.php:222
msgid "Start When Host Joins"
msgstr "主持人進入後開始"
#: includes/views/live/tpl-edit-meeting.php:76
#: includes/views/live/tpl-add-meetings.php:58
#: includes/views/post-type/tpl-meeting-fields.php:138
msgid "Starting Date and Time of the Meeting (Required)."
msgstr "會議開始的日期及時間 (必填)"
#: includes/views/webinars/tpl-edit-webinar.php:54
#: includes/views/webinars/tpl-add-webinar.php:58
msgid "Starting Date and Time of the Webinar (Required)."
msgstr "網路研討會開始的日期及時間 (必填)"
#: includes/admin/class-zvc-admin-sync.php:44
msgid ""
"Starting sync process.. Please wait for some time. Do not close this window "
"until completed."
msgstr "正在啟動同步程序 .. 請稍候,在完成之前請勿關閉這個視窗。"
#: includes/views/webinars/tpl-list-webinars.php:64
#: includes/views/live/tpl-list-meetings.php:65
msgid "Status"
msgstr "狀態"
#: includes/admin/class-zvc-admin-sync.php:181
msgid "Successfully imported meeting with ID"
msgstr "成功透過 ID 匯入會議"
#: includes/admin/class-zvc-admin-settings.php:349
msgid "Successfully Updated. Please refresh this page."
msgstr "已成功更新,請重新整理這個頁面。"
#: includes/admin/class-zvc-admin-settings.php:270
msgid "Support"
msgstr "支援"
#: includes/admin/class-zvc-admin-sync.php:43
msgid "Sync Now"
msgstr "立即同步"
#: includes/views/sync.php:10
#, fuzzy
#| msgid "Sync your Live Zoom Meetings to your site"
msgid "Sync your Live Zoom Meetings/Webinars to your site"
msgstr "同步你的線上 Zoom 會議到你的網站"
#: includes/views/sync.php:13
msgid ""
"Sync your Zoom events from your Zoom Account to this site directly. Synced "
"meetings will be inside Zoom Events > All Events page. You will require PRO "
"version of the plugin in order to import your Zoom Webinars."
msgstr ""
#: includes/views/migration.php:116
msgid ""
"That's it, we're all done, thank you for continuing to choose Video "
"Conferencing with Zoom API"
msgstr ""
#: includes/admin/class-zvc-admin-reports.php:96
msgid "The fields cannot be Empty !!"
msgstr "這個欄位不能空白!"
#: includes/Bootstrap.php:88
msgid ""
"The latest update includes some substantial changes across different areas "
"of the plugin. We highly recommend you backup your site before upgrading, "
"and make sure you first update in a staging environment"
msgstr ""
#: includes/views/live/tpl-list-recordings.php:11
msgid ""
"The maximum range can be a month. If no value is provided for this field, "
"the default will be current date. For example, if you make the API request "
"on June 30, 2020, without providing the “from” parameter, by default the "
"value of ‘from’ field will be “2020-05-30” and the value of the ‘to’ field "
"will be “2020-06-30”."
msgstr ""
"日期區間的最大範圍為一個月,如果你沒有填入這個欄位,預設將為當前日期。舉例來說,如果當下為2020年6月30日,如果沒有提供 from 參數,則預設的 "
"from 參數則為「2020-05-30」而 to 參數則為「2020-06-30」。"
#: includes/views/tabs/debug.php:54
msgid "There aren't any new logs to view at the moment."
msgstr ""
#: includes/views/live/tpl-add-user.php:40
msgid ""
"This action is provided for API partner only. User created in this way has "
"no password and is not able to log into the Zoom web site or client."
msgstr "此功能僅提供給 API 合作夥伴,以此方式建立的使用者將沒有密碼,而且無法登入 Zoom 網站及用戶端應用程式。"
#: includes/views/live/tpl-add-user.php:44
msgid ""
"This action is provided for enabled “Pre-provisioning SSO User” option. User "
"created in this way has no password. If it is not a basic user, will "
"generate a Personal Vanity URL using user name (no domain) of the "
"provisioning email. If user name or pmi is invalid or occupied, will use "
"random number/random personal vanity URL."
msgstr ""
"此功能僅提供給開啟「預先佈建 SSO 使用者」選項的用戶,以這個方式建立的使用者將沒有密碼,如果該使用者非 Basic "
"用戶,系統將會依照他的佈建的電子郵件名稱為他自動產生虛名 URL,如果該使用者的名字為無效或是被佔用,將會使用一組亂數來為他建立個人的虛名 URL。"
#: includes/views/live/tpl-add-user.php:36
msgid ""
"This action is provided for enterprise customer who has a managed domain. "
"This feature is disabled by default because of the security risk involved in "
"creating a user who does not belong to your domain without notifying the "
"user."
msgstr ""
"這個功能僅提供給可自訂網域的企業用戶。預設為停用,因為此功能允許建立一個不在自訂網域底下的使用者,而系統不會通知任何人,這將有可能會引發安全疑慮。"
#: includes/views/live/tpl-add-user.php:51
msgid "This address is used for zoom (Required)."
msgstr "此地址僅於 Zoom 使用 (必填)"
#: includes/views/tabs/api-settings.php:123
msgid "This can be helpful in finding issues related to Zoom."
msgstr ""
#: includes/template-functions.php:400 templates/shortcode/zoom-webinar.php:82
msgid "This is a meeting with no Fixed Time."
msgstr "此會議沒有固定時間"
#: includes/views/webinars/tpl-list-webinars.php:121
#: includes/views/live/tpl-list-meetings.php:122
msgid "This is a recurring meeting with no fixed time."
msgstr "這是一個沒有固定時間的定期會議。"
#: includes/views/webinars/tpl-add-webinar.php:51
#: includes/views/live/tpl-edit-meeting.php:62
#: includes/views/live/tpl-add-meetings.php:51
#: includes/views/post-type/tpl-meeting-fields.php:57
#: includes/views/post-type/tpl-meeting-fields.php:89
#: includes/views/post-type/tpl-meeting-fields.php:113
msgid "This is host ID for the meeting (Required)."
msgstr "用於會議的主持人帳號 (必填)"
#: templates/join-web-browser.php:21
msgid "This meeting has been ended by host."
msgstr "會議已經結束。"
#: includes/Bootstrap.php:179 includes/Shortcodes/Meetings.php:144
msgid "This meeting has been ended by the host."
msgstr "這場會議已經結束。"
#: includes/template-functions.php:151
msgid "This meeting has ended."
msgstr ""
#: includes/Timezone.php:65
msgid "This meeting is no longer valid and cannot be joined !"
msgstr "此會議已經不再有效所以無法加入!"
#: includes/Shortcodes/Meetings.php:194
msgid "This post does not exist."
msgstr "這篇文章不存在"
#: includes/views/live/tpl-assign-host-id.php:12
msgid ""
"This section allows you to assign \"Zoom\" host to your users from WordPress."
" If you add a WordPress user to a Zoom Host from here then at the meeting "
"creation that user will not see list of other host on his/her side except "
"for administrator."
msgstr ""
"此功能讓你指定 WordPress 使用者為「Zoom」主持人。儘管你在會議建立時將一個 WordPress 使用者新增到 Zoom "
"主持人,該使用者仍無法在管理員清單看到其他主持人。"
#: includes/views/tabs/api-settings.php:49
msgid ""
"This setting will disable countdown timer on single Zoom Events page. Check "
"this option if you want to disable the countdown."
msgstr ""
#: includes/admin/class-zvc-admin-post-type.php:474
msgid "This will disable join via browser link in frontend page."
msgstr "這將會隱藏「使用網頁瀏覽器加入會議」按鈕"
#: includes/views/tabs/api-settings.php:86
msgid ""
"This will show join meeting links on frontend even after meeting time is "
"already past."
msgstr "啟用選項後,前端將不論會議是否結束,都會顯示加入會議的連結"
#: includes/template-functions.php:419 templates/content-meeting.php:68
#: templates/shortcode/zoom-webinar.php:93
#: templates/shortcode/zoom-listing.php:72
#: templates/shortcode/embed-session.php:94
#: templates/shortcode/list-webinars-host.php:18
#: templates/shortcode/meeting-by-post-id.php:60
#: templates/shortcode/list-meetings-host.php:19
#: includes/views/webinars/tpl-edit-webinar.php:58
#: includes/views/webinars/tpl-add-webinar.php:62
#: includes/views/live/tpl-edit-meeting.php:80
#: includes/views/live/tpl-add-meetings.php:62
#: includes/views/post-type/tpl-meeting-fields.php:145
msgid "Timezone"
msgstr "時區"
#: includes/Elementor/Widgets/EmbedMeetings.php:136
msgid "Title"
msgstr "標題"
#: includes/views/live/tpl-reports.php:124
msgid "To"
msgstr "到"
#: includes/template-functions.php:328
#: templates/fragments/meeting-details.php:32
#: templates/shortcode/zoom-webinar.php:25
#: templates/shortcode/list-webinars-host.php:16
#: templates/shortcode/zoom-recordings.php:23
#: templates/shortcode/zoom-recordings-by-meeting.php:43
#: templates/shortcode/list-meetings-host.php:16
#: includes/views/webinars/tpl-list-webinars.php:63
#: includes/views/live/tpl-list-meetings.php:64
#: includes/views/live/tpl-list-recordings.php:21
msgid "Topic"
msgstr "主題"
#: includes/views/live/tpl-reports.php:134
msgid "Total Meeting Minutes"
msgstr "總會議長度"
#: includes/views/live/tpl-reports.php:111
msgid "Total Meeting Minutes Combined: "
msgstr "會議長度總和: "
#: includes/views/live/tpl-reports.php:109
msgid "Total Meetings Held: "
msgstr "找到的會議總數: "
#: includes/admin/class-zvc-admin-sync.php:41
msgid "Total Not Synced Records"
msgstr "未同步會議數"
#: includes/views/live/tpl-reports.php:133
msgid "Total Participants"
msgstr "參與總數"
#: includes/views/live/tpl-reports.php:110
msgid "Total Participants Involved: "
msgstr "總參與者數: "
#: includes/admin/class-zvc-admin-sync.php:40
msgid "Total Records Found"
msgstr "會議數"
#: includes/views/live/tpl-reports.php:108
msgid "Total Records Found: "
msgstr "找到的記錄總數:"
#: templates/shortcode/zoom-recordings-by-meeting.php:44
msgid "Total Size"
msgstr "總計大小"
#: includes/views/webinars/tpl-list-webinars.php:91
#: includes/views/live/tpl-list-meetings.php:92
msgid "Trash"
msgstr "回收桶"
#: includes/template-functions.php:351 includes/template-functions.php:406
#: templates/content-meeting.php:56
#: includes/admin/class-zvc-admin-post-type.php:202
#: templates/shortcode/zoom-webinar.php:33
#: templates/shortcode/zoom-listing.php:60
#: includes/Elementor/Widgets/MeetingHosts.php:106
msgid "Type"
msgstr "類型"
#: includes/views/live/tpl-add-user.php:30
#: includes/views/live/tpl-add-user.php:74
msgid "Type of User (Required)"
msgstr "使用者類型 (必填)"
#: includes/Elementor/Widgets/EmbedMeetings.php:139
msgid "Type your title here"
msgstr "請在這裡輸入標題"
#: includes/admin/class-zvc-admin-post-type.php:147
msgid "Upcoming"
msgstr "即將開放"
#: includes/views/live/tpl-edit-meeting.php:178
msgid "Update Meeting"
msgstr "更新會議"
#: includes/admin/class-zvc-admin-meetings.php:92
msgid "Updated meeting."
msgstr "會議已更新"
#: includes/admin/class-zvc-admin-webinars.php:114
msgid "Updated Webinar."
msgstr "網路研討會已更新"
#: includes/views/tabs/api-settings.php:287
msgid "Use 24-hour format"
msgstr "使用 24 小時格式"
#: includes/views/tabs/api-settings.php:297
msgid "Use full month label format ?"
msgstr "顯示完整月份名稱?"
#: includes/views/live/tpl-list-pending-users.php:17
#: includes/views/live/tpl-list-users.php:33
msgid "User ID"
msgstr "使用者 ID"
#: includes/views/post-type/tpl-meeting-fields.php:111
msgid "User not in the list? Click here to manually enter Host."
msgstr "無法在清單內找到使用者嗎?點擊這裡手動設定會議主持人"
#: includes/views/live/tpl-add-user.php:68
msgid "User Type (Required)."
msgstr "使用者類型 (必填)"
#: includes/views/live/tpl-add-user.php:32
msgid ""
"User will get an email sent from Zoom. There is a confirmation link in this "
"email. User will then need to click this link to activate their account to "
"the Zoom service. The user can set or change their password in Zoom."
msgstr ""
"使用者將會收到一封來自 Zoom 寄送的電子郵件,信裡包含確認連結,使用者得要點擊這個連結來啟用他們在 Zoom 的帳戶,之後他們也可以設定或更改他們 "
"Zoom 帳戶的密碼。"
#: includes/views/live/tpl-list-users.php:13
msgid "Users"
msgstr "使用者"
#: includes/views/tabs/api-settings.php:28
msgid "Vanity URL"
msgstr "虛名 URL"
#. Name of the plugin
msgid "Video Conferencing with Zoom"
msgstr "Zoom 視訊會議"
#. Description of the plugin
msgid ""
"Video Conferencing with Zoom Meetings and Webinars plugin provides you with "
"great functionality of managing Zoom meetings, Webinar scheduling options, "
"and users directly from your WordPress dashboard."
msgstr "Zoom 視訊會議提供你絕佳的體驗,讓你可在 WordPress 管理 Zoom 會議管理、網路研討會排程及使用者。"
#: includes/views/tabs/debug.php:43
msgid "View"
msgstr ""
#: templates/shortcode/zoom-listing.php:79
msgid "View Event"
msgstr ""
#: includes/admin/class-zvc-admin-post-type.php:335
msgid "View meetings"
msgstr "檢視會議文章"
#: templates/shortcode/zoom-recordings.php:47
msgid "View Recordings"
msgstr "檢視錄影"
#: includes/template-functions.php:336
msgid "Waiting - Not started"
msgstr "請稍候 - 會議還沒開始"
#: includes/admin/class-zvc-admin-post-type.php:238
msgid "Webinar"
msgstr "網路研討會"
#: includes/views/webinars/tpl-edit-webinar.php:37
#: includes/views/webinars/tpl-add-webinar.php:36
msgid "Webinar Agenda"
msgstr "網路研討會議程"
#: includes/views/webinars/tpl-edit-webinar.php:40
#: includes/views/webinars/tpl-add-webinar.php:39
msgid "Webinar Description."
msgstr "網路研討會描述"
#: includes/Elementor/Widgets/WebinarList.php:176
msgid "Webinar Display Threshold"
msgstr "顯示逾時網路研討會"
#: includes/views/webinars/tpl-edit-webinar.php:73
#: includes/views/webinars/tpl-add-webinar.php:77
msgid "Webinar duration (minutes). (optional)"
msgstr "網路研討會長度 (分鐘) (選填)"
#: includes/views/webinars/tpl-add-webinar.php:43
msgid "Webinar Host *"
msgstr "網路研討會主持人 *"
#: includes/views/webinars/tpl-list-webinars.php:61
msgid "Webinar ID"
msgstr "網路研討會 ID"
#: includes/template-functions.php:202
msgid "Webinar is not defined. Try updating this Webinar"
msgstr "找不到網路研討會,請修正網路研討會資訊"
#: includes/views/webinars/tpl-edit-webinar.php:77
#: includes/views/webinars/tpl-add-webinar.php:81
msgid "Webinar Password"
msgstr "網路研討會密碼"
#: includes/views/webinars/tpl-edit-webinar.php:66
#: includes/views/webinars/tpl-add-webinar.php:70
msgid "Webinar Timezone"
msgstr "網路研討會時區"
#: includes/views/webinars/tpl-edit-webinar.php:30
#: includes/views/webinars/tpl-add-webinar.php:29
msgid "Webinar Topic *"
msgstr "網路研討會主題 *"
#: includes/views/webinars/tpl-edit-webinar.php:33
#: includes/views/webinars/tpl-add-webinar.php:32
msgid "Webinar topic. (Required)."
msgstr "網路研討會主題 (必填)"
#: includes/views/webinars/tpl-list-webinars.php:11
msgid "Webinars"
msgstr "網路研討會"
#: includes/Elementor/Widgets/WebinarList.php:105
msgid "Webinars Category"
msgstr "網路研討會分類"
#: includes/Elementor/Widgets/WebinarList.php:118
msgid "Webinars Order By"
msgstr "網路研討會排序"
#: includes/Elementor/Widgets/WebinarList.php:133
msgid "Webinars Type"
msgstr "網路研討會類型"
#: includes/views/live/tpl-add-user.php:13
msgid "website"
msgstr "網站"
#: includes/views/live/tpl-add-user.php:12
msgid "What does this do ? Check out"
msgstr "這是什麼功能?請參閱"
#: includes/views/post-type/tpl-meeting-fields.php:249
msgid "When Panelists Join"
msgstr "當與會者加入時"
#: includes/views/post-type/tpl-meeting-fields.php:127
msgid ""
"Which type of meeting do you want to create. Note: Webinar requires Zoom "
"Webinar Plan enabled in your account."
msgstr "你想建立哪種類型的會議?注意:網路研討會僅開放給有購買 Zoom 視訊網路研討會的帳戶使用。"
#: includes/admin/class-zvc-admin-post-type.php:391
msgid "WooCommerce Integration?"
msgstr "整合 WooCommerce?"
#: includes/template-functions.php:114
msgid "You are seeing this because you are the author of this post."
msgstr "因為你是這篇文章的作者,所以你可以看見這個區塊。"
#: includes/views/post-type/tpl-meeting-fields.php:64
msgid ""
"You cannot update meeting type. This is not allowed to avoid any conflict "
"issues."
msgstr "為避免產生任何衝突問題,你無法更新會議類型。"
#: templates/join-web-browser.php:114
msgid ""
"You do not have enough priviledge to access this page. Please login to "
"continue or contact administrator."
msgstr "你沒有權限可以檢視這個頁面,請登入或是洽詢網站管理人員。"
#: templates/join-web-browser.php:61
msgid "Your Email Here"
msgstr ""
#: templates/join-web-browser.php:49
msgid "Your Name Here"
msgstr ""
#: includes/Blocks/Blocks.php:100
msgid "Zoom"
msgstr "Zoom"
#: includes/admin/class-zvc-admin-post-type.php:306
msgctxt "Zoom Category Name"
msgid "Category"
msgstr "Zoom 分類"
#: includes/admin/class-zvc-admin-post-type.php:378
msgid "Zoom Details"
msgstr "Zoom 詳細資訊"
#: includes/admin/class-zvc-admin-post-type.php:328
#: includes/admin/class-zvc-admin-post-type.php:329
#: includes/admin/class-zvc-admin-post-type.php:330
msgctxt "Zoom Events"
msgid "Zoom Events"
msgstr ""
#: includes/admin/class-zvc-admin-settings.php:252
msgid "Zoom Integration Settings"
msgstr "Zoom 整合設定"
#: includes/admin/class-zvc-admin-settings.php:71
#: includes/views/tabs/connect.php:38
#, php-format
msgid ""
"Zoom is deprecating their JWT app from June of 2023, please see %s for more "
"details, Until the deadline all your current settings will work, however to "
"ensure a smooth transition to the new Server to Server OAuth system + New "
"App SDK (required for Join Via Browser) - we recommend that you migrate as "
"soon as possible. Run the %s now to complete the migration process in 2 easy "
"steps "
msgstr ""
#: includes/Elementor/Widgets/MeetingByID.php:43
#: includes/views/post-type/tpl-meeting-fields.php:63
msgid "Zoom Meeting"
msgstr "Zoom 會議"
#: includes/Elementor/Widgets/MeetingByPostID.php:41
msgid "Zoom Meeting by Post ID"
msgstr "文章 ID 的會議"
#: includes/admin/class-zvc-admin-post-type.php:327
msgctxt "Zoom Meetings and Webinars"
msgid "Zoom Meetings and Webinars"
msgstr "Zoom 會議及網路研討會"
#: includes/Elementor/Widgets/MeetingList.php:46
msgid "Zoom Meetings List"
msgstr "Zoom 會議清單"
#: includes/Elementor/Widgets/MeetingHosts.php:44
msgid "Zoom Meetings via Host"
msgstr "主持人的會議"
#: includes/admin/class-zvc-admin-settings.php:138
#, php-format
msgid "Zoom Oauth Error Code: \"%s\" - %s "
msgstr ""
#: includes/Elementor/Widgets/RecordingsByHost.php:44
msgid "Zoom Recordings by Host"
msgstr "主持人的 Zoom 錄影"
#: includes/admin/class-zvc-admin-settings.php:189
msgid "Zoom Users"
msgstr "Zoom 使用者"
#: includes/views/post-type/tpl-meeting-fields.php:63
msgid "Zoom Webinar"
msgstr "Zoom 網路研討會"
#: includes/Elementor/Widgets/WebinarList.php:44
msgid "Zoom Webinars List"
msgstr "Zoom 網路研討會清單"
#: includes/admin/class-zvc-admin-settings.php:156
msgid "Zoom: Credentials successfully verified and saved "
msgstr ""