Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Nov 13, 2024
1 parent e06accc commit b881e60
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_canvas_getconfigs.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_canvas_getconfigs">
<title><ph keyref="GetConfigs_Canvas"/></title>
<shortdesc id="short"><ph id="shortdesc">Get the current video rendering configuration of the player.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Gets the current video rendering configuration of the player.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_canvas_removeview.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_canvas_removeview">
<title><ph keyref="RemoveView"/></title>
<shortdesc id="short"><ph id="shortdesc">Remove a view.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Removes a view.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_canvas_setconfigs.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_canvas_setconfigs">
<title><ph keyref="SetConfigs_Canvas"/></title>
<shortdesc id="short"><ph id="shortdesc">Set the video rendering configuration of the player.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Sets the video rendering configuration of the player.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_canvasconfig_getmirrormode.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_canvasconfig_getmirrormode">
<title><ph keyref="GetMirrorMode"/></title>
<shortdesc id="short"><ph id="shortdesc">Get the current image mode setting.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Gets the current image mode setting.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_canvasconfig_getrendermode.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_canvasconfig_getrendermode">
<title><ph keyref="GetRenderMode"/></title>
<shortdesc id="short"><ph id="shortdesc">Get the current video rendering mode setting.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Gets the current video rendering mode setting.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_config_getappid.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_config_getappid">
<title><ph keyref="GetAppId"/></title>
<shortdesc id="short"><ph id="shortdesc">Get the App ID you set.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Gets the App ID you set.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_config_getjsonparameter.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_config_getjsonparameter">
<title><ph keyref="GetJsonParameter_Config"/></title>
<shortdesc id="short"><ph id="shortdesc">Get the SDK JSON configuration that has been set.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Gets the SDK JSON configuration that has been set.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_error_code.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_error_code">
<title><ph keyref="Code"/></title>
<shortdesc id="short"><ph id="shortdesc">Get the error code.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Gets the error code.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_player_openwithurl.dita
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</section>
<section id="related" deliveryTarget="details">
<title>Related callbacks</title>
<p>After calling this method, the SDK triggers the <xref keyref="onStateChanged"/> callback and report the state as <apiname keyref="kRtePlayerStateOpening"/>, which means the player is opening the URL. After successfully opening, the SDK report the player's state as <apiname keyref="kRtePlayerStateOpenCompleted"/>.</p>
<p>After calling this method, the SDK triggers the <xref keyref="onStateChanged"/> callback and reports the state as <apiname keyref="kRtePlayerStateOpening"/>, which means the player is opening the URL. After successfully opening the URL, the SDK reports the player's state as <apiname keyref="kRtePlayerStateOpenCompleted"/>.</p>
</section>
<section id="parameters" deliveryTarget="details">
<title>Parameters</title>
Expand Down
4 changes: 2 additions & 2 deletions en-US/dita/RTC-NG/API/api_player_play.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_player_play">
<title><ph keyref="Play_Player"/></title>
<shortdesc id="short"><ph id="shortdesc">Plays an URL.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Plays a URL.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down Expand Up @@ -30,7 +30,7 @@
<dd>v4.5.0</dd>
</dlentry>
</dl>
<p>If you have disabled the autoplay, when you successfully open a live stream through a URL by calling <xref keyref="OpenWithUrl"/>, you can call this method to play.</p>
<p>If you have disabled autoplay, when you successfully open a live stream through a URL by calling <xref keyref="OpenWithUrl"/>, you can call this method to play the stream.</p>
</section>
<section id="timing" deliveryTarget="details">
<title>Call timing</title>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_player_preloadwithurl.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_player_preloadwithurl">
<title><ph keyref="PreloadWithUrl"/></title>
<shortdesc id="short"><ph id="shortdesc">Preloads a URL resources.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Preloads a URL resource.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_player_registerobserver.dita
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="api_player_registerobserver">
<title><ph keyref="RegisterObserver_Player"/></title>
<shortdesc id="short"><ph id="shortdesc">Register the observer of the player.</ph></shortdesc>
<shortdesc id="short"><ph id="shortdesc">Registers the observer of the player.</ph></shortdesc>
<prolog>
<metadata>
<keywords>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_canvas.dita
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</plentry>
<plentry>
<pt><ph keyref="GetConfigs_Canvas"/></pt>
<pd>Get the current video rendering mode setting. See <xref keyref="GetConfigs_Canvas"/>.</pd>
<pd>Gets the current video rendering mode setting. See <xref keyref="GetConfigs_Canvas"/>.</pd>
</plentry>
<plentry>
<pt><ph keyref="AddView"/></pt>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_config.dita
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</plentry>
<plentry>
<pt><ph keyref="GetAppId"/></pt>
<pd>Get the App ID you set. See <xref keyref="GetAppId"/>.</pd>
<pd>Gets the App ID you set. See <xref keyref="GetAppId"/>.</pd>
</plentry>
<plentry>
<pt><ph keyref="SetJsonParameter_Config"/></pt>
Expand Down

0 comments on commit b881e60

Please sign in to comment.