We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My Problem:
My C drive is out of space, but bananas is installed on C:/ programs .
C:/ programs
My develop group is from China, and most of members can't understand English, so I hope if bananas can support Chinese.(Maybe I can help!)
My Suggestion:
Support selecting installation path during installation
Support Chinese language
The text was updated successfully, but these errors were encountered:
That would be an awesome addition. I can't translate it to Chinese, but you can help with that. I'm going to prepare a feature branch for that.
Also, a way of changing the installation path should be easy to implement.
Sorry, something went wrong.
@WangYiming2025, can you have a look at https://github.com/mistweaverco/bananas/blob/845e2c2161a4b16b1bc94726eaabbb93866993dc/src/i18n/zh/index.ts and try translating it?
Sorry,sir.I was at school lask week without internet.I'm excited to see your text,now I will try to translate it.
@gorillamoe Here:
import type { Translation } from '../i18n-types' const zh = { about: '关于', advanced: '高级', basic: '基本', cancel: '取消', choose_a_color: '选择一个颜色', color: '颜色', connect: '连接', connection_established: '连接建立成功', copy_my_connection_string: '复制我的连接码', disconnect: '连接失败', fullscreen: '全屏', host_a_session: '发起一个屏幕共享', host_connection_string: '创建此共享的邀请码', hosting_a_session: '正在屏幕共享', is_microphone_active_on_connect: '连接时麦克风是否打开', join_a_session: '加入一个屏幕共享', joined_a_session: '已加入屏幕共享', media: '媒体', microphone_active: '打开麦克风', microphone_inactive: '关闭麦克风', not_streaming_your_display: '不要流失传输您的显示器', participant_connection_string: '参与者的连接码', remote_cursors_disabled: '运程光标已关闭', remote_cursors_enabled: '远程光标已启用', save: '保存', session_started: '共享已开始', settings: '设置', start_a_new_session: '开始一个新共享', streaming_your_display: '流式传输您的显示器', stun_turn_server_objects: 'STUN/TURN服务器对象(用新行分隔)', username: '用户名', zoom_in: '放大', zoom_out: '缩小' } satisfies Translation export default zh
gorillamoe
No branches or pull requests
My Problem:
My C drive is out of space, but bananas is installed on
C:/ programs
.My develop group is from China, and most of members can't understand English, so I hope if bananas can support Chinese.(Maybe I can help!)
My Suggestion:
Support selecting installation path during installation
Support Chinese language
The text was updated successfully, but these errors were encountered: